/*
    Theme Name: Twenty Twenty Child
    Template: twentytwenty
    Author: Your Name
    Description: A child theme for the Twenty Twenty theme.
    Version: 1.0
    */

body{
	overflow-x:hidden;
	padding:0px;
	margin:0px;
}
/*home page coding start here*/
a{
	text-decoration:none;
}

.container{
    max-width:1296px;
    margin:0 auto;
    width:100%;
}

.treat-resort p {
    padding: 0 20px 20px 20px;
}

#site-header .site-logo {
    width: 139px;
    height: auto;
    object-fit: cover;
}
#site-header ul.primary-menu li a {
    color: #1a2f3e;
    font-size: 16px;
    display: inline-block;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1px;
}
p.neutral-bottom {
    padding: 0 100px;
}
.log-btn a {
    display: inline-block;
    color: #1a2f3e;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    
}
#site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.header-inner{
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
	padding:1.8rem 0 !important;
}
#site-header ul.primary-menu {
    justify-content: center;
}
.header-titles-wrapper {
    width: 20%;
    margin-right: 0;
}

.login-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}


ul.primary-menu{
	margin: 0 !important;
}
.header-navigation-wrapper {
    width: 55%;
}
.join-btn img {
    width: 35px;
    height: 14px;
    object-fit: cover;
}
.primary-menu > li {
    margin: 0.8rem 0 0 1.6rem;
    margin: 0 !important;
}
.invest-main .elementor-column .elementor-widget-wrap {
    padding: 0;
}
.content-left h1 span {
    color: #f02f60;
}
.content-left {
    padding-left: 150px;
}
.invest-main .elementor-widget-wrap {
    padding: 0 !important;
}
.property-mains {
    padding: 0;
}
.property-mains figure.elementor-image-box-img img {
    height: 100%;
    min-height: 286px;
    object-fit: cover;
    border-radius: 20px;
}
.high-rates {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.property-mains figure.elementor-image-box-img {
    width: 100% !important;
}

.company-details svg {
    width: 28px;
    height: 26px;
    flex: 0 0 18px;
    display: inline-block;
    vertical-align: middle;
    fill: #100b0b;
    stroke: #d10000;
}
.property-cards img {
    max-height: 220px;
    width: 100%;
    border-radius: 10px;
}
/* caret/arrow */
.primary-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 68%;
    height: 3px;
    background: #f02f60;
    transition: transform 0.3s ease;
}
#site-header ul.primary-menu li:hover a {
    color: #f02f60;
}
#site-header {
    position: fixed;
    top: 0px !important;
    left: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.revest-mains {
    margin-bottom: -100px !important;
    position: relative;
    z-index: 9999;
}


.button-effect::after {
    left: -100%;
}
.fund-btns a {
    min-width: 195px;
}
.fund-btns a:hover, .fund-btn a:hover {
    box-shadow: 0px 10px 24px 0px #5c575854;
}
.fund-btn a{
	min-width:195px;
}
.button-effect::before {
    left: -50%;
}
.fund-btns:hover a{
	background-color:#F02F60;
     color:#fff;
}
.header__active {
    box-shadow: 0px 0px 10px 0px #f02f6029;
    background-color: #ffffff !important;
}

.join-btn a:hover {
    box-shadow: 0px 10px 26px 0px #f02f6059;
}
.primary-menu li a {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    color: #1a2f3e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}
.primary-menu li a:hover {
  color: #1a2f3e; 
}

.primary-menu li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}



/* Hover effect */


.join-btn a:hover::after {
  transform: translateX(5px); /* arrow moves smoothly */
}
.search-container {
      display: flex;
      gap: 15px;
      align-items: center;
    }

    /* Search Box */
   .search-box {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 8px 12px;
    width: 350px;
    background: #ffcbf92e;
    box-shadow: 0 0 10px rgba(138, 90, 255, 0.1);
}

  .search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 18px;
    color: #333;
    background: transparent;
    margin-left: 8px;
}
.search-property {
    position: relative;
    top: -75px;
}

    .search-box input::placeholder {
      color: #b8b8d9;
      font-weight: 500;
    }

    .search-box .icon {
      color: #b8b8d9;
      font-size: 16px;
    }
.search-box {
    width: 65%;
}
.search-property {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 2px 14px 0px rgb(19 33 110 / 12%);
    border-radius: 10px;
}
.location-main {
    width: 25%;
}
.search-box button {
    background: #f02f60;
    color: #fff;
    border: none;
    padding: 13px 35px;
    border-radius: 8px;
    margin-left: 10px;
    font-size: 18px;
    font-family:"Poppins", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(106, 13, 173, 0.3);
}

.dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #f02f6030;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    height: 67px;
}

.dropdown i {
  color: #1a2f3e;
  font-size: 18px;
}
.dropdown select {
    flex: 1;
    border: none;
    text-transform: capitalize;
    outline: none;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
}
explore-section {
  padding: 40px;
  background: #fff;
}
.featured-main {
    /* background-color: #f02f600d; */
    background: linear-gradient(305deg, #ff69b43d, #afdeff);
}
.explore-section h2 {
    font-size: 57px !important;
    font-family: "Poppins", Sans-serif;
    line-height: 74px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #1a2f3e;
}
.property-mains h3.elementor-image-box-title {
    margin: 0;
}
.feature-content {
    padding-top: 0;
}
.dropdown select > option {
    background-color: #1a2f3eeb;
    color: #fff;
}
.explore-section h2 span {
    color: #f02f60;
}
.call-bcks .wpforms-container .wpforms-field {
    padding-top: 5px;
}
.call-bcks .e-con-inner {
    background: linear-gradient(322deg, #08080814, #ff215942);
    margin-top: 80px !important;
    margin-bottom: 60px !important;
    border-radius: 12px;
    padding: 27px !important;
}
.ask-question .wpforms-container {
    margin-top: 0 !important;
}
.asking-questions p {
    margin: 0;
}
.city-card {
    margin: 10px;
}
.investment-timer{
	position:relative;
}
.investment-timer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1360px;
    max-width: 1265px;
    height: 284px;
    background-image: url("https://planow.in/wp-content/uploads/2025/10/download-15.png");
    background-size: cover;
    background-position: center center;
    z-index: -1;
    animation: zoomInOut 8s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.investment-timer .elementor-container {
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    padding: 43px 0px 41px;
    border-radius: 10px;
}
.card-explore {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
transition: transform 0.5s ease; 
}

.card-explore:hover {
    transform: translateY(-5px);
}
.cart-bottom p {
    font-size: 18px;
    margin-top: 10px;
    font-family:"Poppins", Sans-serif;
}
.explore-section .slick-track {
    padding-top: 72px;
}
.city-card img {
  width: 60px;
  margin-bottom: 15px;
}
.city-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2f3e;
    margin: 0;
    font-size: 24px !important;
    font-family:"Poppins", Sans-serif;
}
.city-card p {
    font-size: 14px;
    color: #1a2f3e;
	font-family:"Poppins", Sans-serif;
}
.card-imger img {
    width: 100%;
    margin-bottom: 0;
}
.city-card a {
    display: inline-block;
    margin-top: 10px;
    padding: 13px 25px;
    background: #f02f60;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0px 3px 13px 0px #f02f609c !important;
}
.city-card a:hover {
  color: #fff;
}
.slick-prev, .slick-next {
  background: #f5e9ff !important;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
.slick-prev:before, .slick-next:before {
  color: #6a00f5;
  font-size: 20px;
}
.cities-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.card-explore{
	 display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* .city-card {
    width: calc(100% / 3 - 12px);
} */
.cities-slider .slick-next {
    right: -56px;
    top: 0;
}
.propert-inner .slick-dots li{	
	margin:0;
}
.propert-inner .slick-dots li.slick-active button:before{
	color:#f02f60 !important;
}
.cities-slider .slick-prev , .cities-slider .slick-next  {
    right: 0 !important;
    top: 0;
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: inherit;
    padding: 0px;
    text-align: center;
    color: #1a2f3e;
    background-color: #1a2f3e !important;
}
.cities-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.explore-main {
    max-width: 1296px;
    margin: 0 auto;
	 padding: 0;
}
.cart-bottom {
    width: 50%;
}
.card-imger {
    width: 50%;
}

/* Slick arrows */
/* Hide default text */
.cities-slider .slick-prev, .cities-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

/* Arrows */
.cities-slider .slick-prev::before, .cities-slider .slick-next::before {
    TOP: 50%;
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: translate(-50%, -50%) rotate(
133deg);
    opacity: 1;
    position: absolute;
    left: 50%;
    /* right: 0; */
    transform-origin: center;
	
}

/* Right arrow */
.cities-slider .slick-next::before {
    transform: translate(-50%, -50%) rotate(
318deg);
}
/* Positioning */
.cities-slider .slick-prev {
    left: 0px !important;
    right: 52px !important;
    margin-left: auto;
}

.cities-slider .slick-prev.slick-arrow,
.cities-slider .slick-next.slick-arrow {
  transition: transform 0.3s ease, color 0.3s ease; /* smooth transition */
}

.bdt-prime-slider-sequester .bdt-slide-btn .bdt-slide-btn-icon {
    width: 30px !important;
    height: 30px !important;

}
.cities-slider .slick-next {
  right: 10px; /* next button at extreme right */
}

.property-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        overflow: hidden;
        padding: 15px;
	    margin:20px 15px !important;
    }
.property-cards {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        overflow: hidden;
        padding: 15px;
	    margin:0 10px !important;
    }
.propert-inner .slick-dots li button:before {
    font-size: 31px;
}
.propert-inner .slick-dots {
    bottom: -63px;
}
/* .propert-inner .slick-dots li {
    margin: 0 10px;
} */
    .property-info {
        padding: 15px 0;
    }
    .property-info h2 {
        font-size: 20px;
        color: #1a237e;
        margin-bottom: 5px;
    }
.property-info .location {
    color: #1a2f3e;
    font-size: 16px;
    margin-top: 12px;
    font-family:"Poppins", Sans-serif;
}
.detail-commercial > div {
    font-size: 16px;
   font-family:"Poppins", Sans-serif;
    color: #1a2f3e;
}
.progress-bar {
    background: #e0e0e0;
    border-radius: 10px;
    height: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 18px;
    overflow: hidden;
}
    .progress-bar-inner {
        height: 100%;
        width: 65%;
        background-color: #4caf50;
        border-radius: 10px;
    }
.invest-info {
    font-size: 14px;
    margin-bottom: 15px;
    color: #1a2f3e;
	font-family:"Poppins", Sans-serif;
    margin-top: 12px;
}
 .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    border-top: 1px solid #e9ecef;
    margin: 23px 0 0;
    padding: 14px 0 15px;
    border-bottom: 1px solid #e9ecef;
}
.detail-return {
    position: relative;
}
    .details span {
        color: #1a237e;
        font-weight: 600;
    }
.property-cnt > div{
	 font-size: 18px;
    text-align: center;
   font-family:"Poppins", Sans-serif;

}
.property-cnt span {
    display: block;
    font-size: 14px;
    font-family:"Poppins", Sans-serif;

    color: #f02f60;
}
.detail-return:before {
    content: "";
    position: absolute;
    right: -4%;
    top: 50%;
    width: 1px;
    height: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #adafc9;
}
.invest-property {
    padding-top: 0;
}
.cta-main {
    max-width: 1200px !important;
    margin: 80px auto !important;
    border-radius: 18px !important;
	position:relative;
	
}

.cta-main:before {
    content: '';
    background-image: url('https://planow.in/wp-content/uploads/2025/10/download__4___1_-removebg-preview.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 109px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: moveImage 10s ease-in-out infinite alternate;
}
.cta-main:after {
    content: '';
    background-image: url('https://planow.in/wp-content/uploads/2025/10/download__4___1_-removebg-preview.png');
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109px;
	animation: moveImage 2s ease-in-out infinite alternate;
}



@keyframes moveImage {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(20px) translateY(10px);
        opacity: 0.9;
    }
    100% {
        transform: translateX(-20px) translateY(-10px);
        opacity: 1;
    }
}

.detail-return span {
    display: block;
    font-size: 14px;
    font-family:"Poppins", Sans-serif;
    color: #f02f60;
}
.detail-commercial {
    text-align: end;
	width:50%;
}
 .invest-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0 15px;
}
    .time-left {
        font-size: 12px;
        color: #555;
        display: flex;
        align-items: center;
    }
    .time-left i {
        margin-right: 5px;
    }
.invest-btn {
    background-color: #f02f60;
    color: #fff;
    border: none;
    padding: 14px 20px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    text-transform: capitalize;
}
 .invest-btn:hover {
    box-shadow: 0px 10px 24px 0px #f02f609c;
    text-decoration: none;
}
    .thousand-second .btn:hover{
        box-shadow: 0px 10px 24px 0px #f02f609c;
        cursor:pointer;
    }
   .cities-slider .slick-prev:hover {
    box-shadow: 0px 10px 24px 0px #f02f6036;
}
     .cities-slider .slick-next:hover{
          box-shadow: 0px 10px 24px 0px #f02f6036;

    }
   [class*=" rttss-"]:before, [class^=rttss-]:before {

    line-height: 37px !important;

}
.tss-carousel.swiper-rtl .swiper-button-prev > i::before{
   
    content:'\e801' !important;
}
.tss-carousel-main.swiper-rtl .swiper-button-next > i::before, .tss-carousel.swiper-rtl .swiper-button-next > i::before{
     content:'\e802' !important;
}
.property-card img {
    max-height: 220px;
    width: 100%;
    border-radius: 10px !important;
    object-fit: cover;
}
.property-info h2 {
    font-size: 26px !important;
   font-family:"Poppins", Sans-serif;
    font-weight: 600;
    color: #1a2f3e;
    margin: 22px 0 0;
}
span.real_estate{
	color:#f02f60;
}
.hero-imger {
    margin-right: calc(-53vw + 51%);
    width: 54vw !important;
    display: block !important;
}
.detail-return > div {
    font-size: 16px;
    text-align: left;
    font-family:"Poppins", Sans-serif;
    color: #1a2f3e;
}
.invest-first .secondary {
    font-size: 16px;
    font-family:"Poppins", Sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #1a2f3e;
}
.property-card {
    width: calc(100% / 3 - 14px);
}
.detail-return {
    width: 50%;
}
.propert-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.item-content-wrapper {
    background-color: transparent !important;
}
.testimonial-invest h2.elementor-heading-title {
    max-width: 600px;
    margin: 0 auto;
}
.time-left {
    font-size: 20px;
    color: #f02f60;
    font-weight: 600;
    font-family:"Poppins", Sans-serif;
}
.high-rated-text h3 {
    text-align: center;
    margin-top: 0;
	 font-size: 52px !important;
    color: #1a2f3e;
    font-weight: 600;
	text-transform:capitalize;
    font-family:"Poppins", Sans-serif;
}
.high-rated-text h3 span {
    color: #f02f60;
}


.testimonial-invest .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
 display:none;
}
.single-item-wrapper {
    box-shadow: 0px 4px 10px 0px rgba(19, 33, 110, 0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 39px;
    border-radius: 10px;
}
.browse-main h3.elementor-image-box-title{
    margin: 0 0 20px !important;
}
.instant-inner h3.elementor-image-box-title {
    margin: 0 0 20px;
}
.revest-mains .elementor-container.elementor-column-gap-default {
    width: 100% !important;
    max-width: 100%;
}
/* .revest-mains {
    background: linear-gradient(
305deg, #ff69b43d, #80808033);
} */
.revest-mains .bdt-slide-image {
    height: 591px !important;
	object-fit:cover;
}
.revest-mains {
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 20px;
    /* background: linear-gradient(317deg, #00000008, #f02f601c, #ffffff47); */
    box-shadow: 0px 0px 5px 4px #f02f601a;
}
.instant-inner {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
}
.fund-btns {
    text-align: end;
}
.browse-property .elementor-image-box-img {
    width: 100% !important;
    max-width: 180px;
    height: 180px;
    object-fit: cover;
}
.browse-main figure.elementor-image-box-img {
    margin-bottom: 0 !important;
}
.browse-main , .browse-second{
	position:relative;
}
.browse-main:before {
    content: "";
    position: absolute;
    top: 29%;
    right: -86px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-image: url('https://planow.in/wp-content/uploads/2025/10/up-right.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.browse-main:last-child:before {
    display: none;
}
.number-items {
    width: 60px !important;
    height: 60px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.browse-second:before {
    content: "";
    position: absolute;
    top: 29%;
    right: -88px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-image: url('https://planow.in/wp-content/uploads/2025/10/up-right.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.gain-instant {
    box-shadow: 0px 1px 10px 0px rgb(253 253 253 / 61%);
    margin: 10px 10px;
    border-radius: 10px;
}
.passive-income h3.elementor-image-box-title {
    margin: 12px 0 18px;
}
.passive-income {
    min-height: 320px !important;
}
.passive-income:hover {
transform: translateY(-3px);
    box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.2);
}
.passive-income {
    padding: 40px 20px;
    background-color: #ffffff;
    border: 1px solid #e1e8ff;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    margin: 0 10px;
}
.testimonial-invest .tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
    background: #f02f60;
    width: 60px;
    height: 40px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    /* margin-top: -15px; */
    margin-top: -56px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.testimonial-invest .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.testimonial-invest.h3.author-name{
	font-size:20px;
	color:#1a2f3e;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(8, 100px); /* 8 images per row */
    grid-template-rows: repeat(3, 100px); /* 3 rows */
    gap: 10px;
    padding: 10px;
    overflow: hidden;
    justify-content: center; /* center the grid horizontally */
  }
 
  .photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 1s ease-in-out;
    display: block;
    background: #000;
  }
.thousand-investors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper h3.author-name, .tss-wrapper .tss-isotope1 .single-item-wrapper h3.author-name, .tss-wrapper .tss-layout3 .single-item-wrapper h4.author-bio, .tss-wrapper .tss-isotope1 .single-item-wrapper h4.author-bio, .tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name, .tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
    text-align: center;
}
.thousand-second h3 {
    margin: 0 0 38px;
}
.thousand-second .btn {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 31px 16px;
    background-color: #f02f60;
    justify-content: center;
    box-shadow: 0px 3px 13px 0px #f02f609c;
    border-radius: 10px;
    align-items: center;
    max-width: 400px;
}
.thousand-second h3 {
    color: #1a2f3e;
    font-size: 28px;
	font-family:"Poppins", Sans-serif;
}
.thousand-first{
	width:60%;
}
.thousand-second {
    width: 40%;
    padding-left: 54px;
}
/* Base style */
.hero-img {
  display: inline-block;
  perspective: 1000px;
  transition: transform 0.3s ease-in-out;
}

.modern-imger img {
  display: block;
  transition: transform 0.3s ease-in-out;
}

.modern-imger img:hover {
  animation: tiltAnimation 1s ease-in-out forwards;
}

@keyframes tiltAnimation {
  0% {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1);
  }
  25% {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) scale(1.05);
  }
  50% {
    transform: perspective(1000px) rotateX(-5deg) rotateY(5deg) scale(1.05);
  }
  75% {
    transform: perspective(1000px) rotateX(5deg) rotateY(5deg) scale(1.05);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1);
  }
}

.passive-income .elementor-image-box-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.passive-income .elementor-image-box-img::before, .passive-income .elementor-image-box-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 95px;
    border-radius: 50%;
    background-color: #dab3e9;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: pulseColor 4s infinite ease-in-out;
}


.passive-income .elementor-image-box-img::after {
    animation-delay: 2s;
}

@keyframes pulseColor {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    background-color:#f02f60; /* violet */
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.3;
    background-color: #db517491; /* pink */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    background-color:#f02f60; 
  }
}
/* Base image styling */
.invest-imger img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 12px; 
}

.fund-btn:hover {
    box-shadow: 0px 10px 31px 0px #f02f605c;
    overflow: hidden;
}
.cart-bottom:hover a{
    box-shadow: 0px 10px 24px 0px #f02f609c;
    overflow: hidden;
}
.high-property {
    box-shadow: inherit;
    background-color: #fff;
}
/* .fund-btns:hover a{
    box-shadow: 0px 10px 24px 0px #f02f609c;
} */

/* Keyframes for smooth up-down movement */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up by 10px */
  }
  100% {
    transform: translateY(0);
  }
}

/* Extra author styling */
h4.author-bio {
    display: none;
}
h3.author-name {
    color: #1a2f3e !important;
}

/* Keyframes for automatic animation */
@keyframes floatZoom {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(20px, 10px) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
}

.investors-property {
  position: absolute; /* already in your code */
  overflow: hidden; /* prevent scrollbars if image moves outside */
}

.investors-property img {
  display: block;
  animation: moveLeftRight 2s ease-in-out infinite alternate;
}

/* Keyframes for moving image left and right */
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* move 20px to the right */
  }
  100% {
    transform: translateX(0); /* back to original */
  }
}


#site-footer {
    /* background: #10172a; */
    color: #fff;
    padding-top: 60px;
    padding-bottom: 0;
    font-family: "Poppins", Sans-serif;
    background-image: url('https://planow.in/wp-content/uploads/2025/10/imger-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-widgets {
    width: 100%;
    max-width: 1282px;
    display: flex;
    justify-content: space-between;
    gap: 5%;
    flex-wrap: wrap;
    margin-left: 0px !important;
}
.company-content  h4{
	margin-bottom:0 !important;
}
.footer-col {
  flex: 1;
  font-size: 14px;
}
 
.footer-widgets .footer-col:first-child {
  flex: 0 0 30%;
}
.footer-widgets .footer-col:not(:first-child) {
  flex: 1;
}
 
.footer-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 0px;
    font-family: "Poppins", Sans-serif;
    position: relative;
    padding-bottom: 15px;
}
 
.footer-col ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
}
.footer-col ul li {
    /* margin-bottom: 10px;
    padding-bottom: 10px; */
    /* border-bottom: 0.8px solid #87848466; */
    margin-left: 0;
    padding-top: 7px;
}
.footer-widgets figure {
    margin-bottom:0px !important;
}
.footer-col ul li:hover a{
    text-decoration:none;
}
.footer-col ul li a{
    text-decoration:none;
}
 .footer-col ul li:last-child {
  border-bottom: none !important;
}
 
.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}
.footer-logo p {
    stop-color: #fff;
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
    margin-top: -13px;
}




.footer-logo ul li a::after{
    content: none !important;
}

.footer-logo ul li a:hover{
        transform: none !important;
    text-shadow: none !important;
    
}

/* .footer-col ul li a:hover {
  color: #f02f60; 
  padding-bottom: 4px;
}



.footer-col ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background: #f02f60;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-col ul li a:hover::after {
  transform: translateX(-50%) scaleX(1);
} */


/* .footer-col ul li a {
	transform: scale(1.1);
	display: block;
	transition: 0.6s;
	background-color: #fff;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

 .footer-col ul li a:hover {
	transition: 0.1s;
	transform: scale(1.1);
	background-color: #f02f60;
	color: transparent;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
} */




/* .footer-col ul li a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .2) 30%, #f02f60 65%, rgba(0, 0, 0, .3) 81%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    transition: 0.35s;
} */

/* .footer-col ul li a:hover{
color: #f02f60;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
} */


.footer-col ul li {
    transition: transform 0.3s ease;
}

/* .footer-col ul li:hover {
    transform: translateX(10px);
} */

.footer-col ul li a:hover {
    color: #f02f60;
}

.footer-col:last-child .company-details ul li a,
.footer-col:last-child .company-details ul li a:hover {
    color: inherit !important;
    text-shadow: none !important;
    transform: none !important;
    transition: none !important;
}



/* .footer-col ul li a {
    position: relative;
    display: inline-block; /* essential for transform
    transition: transform 0.3s ease, text-shadow 0.3s ease;
} */

/* .footer-col ul li a:hover {
    text-shadow: 0 0 15px #FFFFFF;
    transform: scale(1.05);
}  */


/* .SMN_effect-23 a {
	text-shadow: none;
	position: relative;
	padding: 0 25px;
}

.SMN_effect-23 a:before {
	position: absolute;
	padding: 0 25px;
	top: 0;
	left: 0;
	overflow: hidden;
	max-height: 0;
	color: #b33939;
	content: attr(data-hover);
	transition: 0.35s;
}

.SMN_effect-23 a:hover:before {
	max-height: 100%;
	transition: 0.35s;
} */





.footer-widgets figure {
    margin-top: 0px !important;
}
 
.footer-logo img {
    max-width: 210px;
    margin-bottom: 15px;
    margin-left: -14px;
    margin-top: -13px;
}
 
 
/* .footer-social {
  display: flex;
  gap: 2%; 
} */
 
.footer-social a {
  display: inline-flex;
  width: 35px;
  align-items: center;
  justify-content: center;
  background: #222a3f;
  color: #fff;
  border-radius: 50%;
  transition: background 0.3s;
}
 
.footer-social a:hover {
  background: #fff;
  color: #222;
}
 
.footer-bottom {
  text-align: center;
  padding: 15px 0 0;
  border-top: 1px solid #222a3f;
  margin-top: 40px;
  font-size: 13px;
  color: #aaa;
}
 
 
.custom_main_footer {
  position: relative; 
}
 
/* .custom_main_footer::after {
    content: "";
    position: absolute;
    width: 219px;
    height: 281px;
    background: url("https://planow.in/wp-content/uploads/2025/10/footer__right__circle.png") no-repeat center center;
    background-size: contain;
    z-index: 0;
    opacity: 0.2;
    bottom: 10%;
    right: -14px;
} */
 
.custom_main_footer {
  background: url("https://planow.in/wp-content/uploads/2025/10/footer__home___illustration.png") no-repeat;
	background-position:bottom;
  background-size: cover;
  padding:100px 0px ;
 
}
 
 
/* .custom_main_footer::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: url("https://planow.in/wp-content/uploads/2025/10/footer__home___illustration.png") no-repeat center center;
    background-size: contain;
    z-index: 0;
    opacity: 0.2;
    bottom: -16px;
     left: 0px;
} */
 
 
.footer-title::before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #cd2653;
    position: absolute;
    left: 0;
    bottom: 0;
}
 
.footer-title::after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid var(--theme-color);
}
 
 
.newsletter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 50px;
    color: #fff;
    border-bottom: 1px solid #ffffff70;
}
.newsletter-content {
    flex: 1;
    border-right: 2px solid #cd2653;
}
.newsletter-title {
    font-size: 34px !important;
    font-weight: 700;
    margin: 0;
    line-height: 62px;
    font-family: "Poppins", Sans-serif;
}
 
.newsletter-text {
    font-size: 16px;
    margin: 8px 0 0;
    color: #fff;
    font-family: "Poppins", Sans-serif;
}
.newsletter-form {
  display: flex;
  gap: 10px;
}
 
.newsletter-input-box {
  position: relative;
} 
 
.newsletter-input-box input {
    padding: 15px 20px;
    border: 1px solid #333;
    border-radius: 6px;
    color: #000;
    outline: none;
    width: 300px;
    font-size: 12px;
}
.newsletter-input-box .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6a5af9; 
  font-size: 14px;
}
 
.newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f02f60 !important;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 13px 40px;
    cursor: pointer;
    transition: background 0.3s;
}
/* .footer-col ul li:hover a {
    padding-left: 5px;
    transition: all 0.3s ease-out;
}
.company-content ul li:hover a{
	padding-left:0 !important;
} */
 
.newsletter-btn:hover {
  background: #4a39d6;
}
 
.newsletter-btn .btn-icon {
  width: 18px;
  height: 18px;
  animation: moveRight 1.5s infinite linear;
}

@keyframes moveRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
.gain-instant:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px 3px rgb(249 239 239 / 20%);
}

.instant-inner {
  position: relative;
}

/* Add your SVG inside ::before */
.instant-inner::before {
    content: "";
    position: absolute;
    top: 69%;
    right: -278px;
    width: 468px;
    height: 463px;
    background: url('https://planow.in/wp-content/uploads/2025/10/download-14.webp');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    opacity: 0.8;
    filter: blur(19px);
    animation: scaleInOut 6s ease-in-out infinite;
}
#site-footer a:focus, #site-footer a:hover {
    text-decoration: none !important; 
}

@keyframes scaleInOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}

#site-footer .section-inner {
    padding-top: 100px;
    padding-bottom: 80px;
    /* margin: 0 auto; */
    max-width: 100%;
    width: 100%;
}
p.footer-copyright {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.copyright {
    background-color: #f02f60b5;
    padding: 8px 0;
}
.item-content {
    text-align: center;
}



.join-btn a {
    display: flex;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 33px 16px;
    background: #f02f60;
    justify-content: center;
    box-shadow: 0px 3px 13px 0px #f02f609c;
    border-radius: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Shiny effect layer */
.join-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

/* Trigger animation on hover */
.join-btn a:hover::after {
    animation: shine 0.8s ease forwards;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}


.fund-btn a {
    position: relative;
    overflow: hidden; /* ensures shine stays inside button */
}

/* Hide by default */
.fund-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
    opacity: 0; /* hidden by default */
}

/* Show + animate on hover */
.fund-btn a:hover::after {
    opacity: 1;
    animation: shine 0.8s ease forwards;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}


/* .invest-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}
 */

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* button.invest-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
} */


button.invest-btn a:hover::after {
    animation: shine 0.8s ease forwards;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.thousand-second a:hover::after {
    animation: shine 0.8s ease forwards;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.fund-btn {
    border-radius: 10px;
}

.thousand-second::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.property-card img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}


/* Keyframes */
@keyframes shines {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.fund-btns a{
	position:relative;
	overflow:hidden;
}
.fund-btns a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.fund-btns a:hover::after {
    animation: shine 0.8s ease forwards;
	
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.property-card img:hover::after {
    animation: shines 0.8s ease forwards;
}

.wp-social-link svg {
    fill: #fff;
	font-size:24px;
}
.contact-inner h3.elementor-image-box-title {
    margin: 0;
}
.contact-mail {
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    margin: 0 10px;
    position: relative;
/*     margin-top: -190px; */
    padding: 20px;
    /* z-index: 9999; */
    background-color: #fff;
    border-radius: 10px;
}
.ask-question .elementor-container {
    padding: 60px 40px;
}

.ask-question .elementor-container{
	 max-width: 750px !important;
    margin: 0 auto;
	 border: 1px solid #e2265838;
}
.ask-question .wpforms-field-row.wpforms-field-medium , .ask-question .wpforms-container input.wpforms-field-medium{
	max-width:100% !important;
}
.contact-mail h3.elementor-image-box-title {
    margin: 0 0 18px;
}

.ask-question .wpforms-container-full button[type=submit] {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 24px;
    background-color: #f02f60 !important;
    justify-content: center;
    box-shadow: 0px 3px 13px 0px #f02f609c;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    width: 100%;
    display: inline-block;
	margin-top:20px;
}
.contact-faq {
    max-width: 1000px;
    margin: 0 auto;
}
.contact-faq .elementor-accordion-item {
    margin-bottom: 20px;
}
.contact-faq .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-block-start: 1px solid #d5d8dc !important;
}
.contact-faq .elementor-accordion {
    margin-top: 40px;
}

.filter-buttons {
  display: flex;
  margin-bottom: 20px;
}

.list-view-button,
.grid-view-button {
  color: white;
  border: 1px solid white;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.list-view-button {
  margin-right: 10px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.filter-buttons button{
	background-color:#000;
	color:#fff;
}

.list.list-view-filter {
  flex-direction: column;
}

.list.list-view-filter li {
  padding: 10px;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.list.grid-view-filter li {
  width: calc(50% - 210px);
  padding: 100px;
  margin-right: 10px;
  text-align: center;
}
  .list-property {
      background: #fff;
      width: 750px;
      display: flex;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      border: 1px solid #eee;
    }

    .list-property-left {
      width: 35%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 20px;
    }

    .ribbon {
      position: absolute;
      top: 10px;
      left: -40px;
      background: #5d2eff;
      color: #fff;
      padding: 6px 50px;
      transform: rotate(-45deg);
      font-size: 12px;
      font-weight: bold;
    }

    .list-property-left img {
      max-width: 100%;
      height: auto;
    }

    .list-property-right {
      width: 65%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .company-title {
      font-weight: bold;
      color: #2a2a2a;
      font-size: 16px;
    }

   .list-property .subtitle {
      color: #007bff;
      font-weight: bold;
      font-size: 18px;
    }

    .list-property .progress-bar {
      background: #e9ecef;
      border-radius: 6px;
      height: 8px;
      margin: 10px 0;
      overflow: hidden;
    }

    .list-property .progress-fill {
      background: #28a745;
      width: 36%;
      height: 100%;
    }

    .list-property .stats {
      font-size: 14px;
      margin-bottom: 10px;
      color: #333;
    }

    .list-property .info {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      font-size: 14px;
    }

    .list-property .info span {
      color: #007bff;
      font-weight: bold;
    }

   .list-property .invest-box {
      background: #f9f9ff;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      min-width: 180px;
    }

    .list-property .timer {
      font-weight: bold;
      font-size: 18px;
      color: #2a2a2a;
      margin-bottom: 10px;
    }

   .list-property .invest-btn {
      background: #5d2eff;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: 0.3s;
    }

    .list-property .invest-btn:hover {
      background: #4722c1;
    }

    .list-property .loan-id {
      font-size: 12px;
      color: #555;
      margin-top: 8px;
    }

    .list-property .flex-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
.list-view .propert-inner {
    display: block;
}
.list-view .invest-section {
  display:block;
}
.list-view .property-card {
    width:100%;
}


.grid-view .property-card , .list-view .property-imager{
	box-shadow:inherit;
}
.grid-view .propert-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    /* margin: 0 22px; */
}
.grid-view .property-card {
    width: 100%;
    background-color: transparent;
    border-radius: unset;
    box-shadow: inherit;
}
.grid-view .property-imager {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 15px;
    width: calc(100% / 3 - 14px);
}
.grid-view .property-card {
    padding: 0;
}
.grid-view .property-imager img {
    min-height: 220px !important;
}
.list-view .property-listing {
    width: 40%;
}
.list-view .property-card {
    width: 30%;
}
.list-view .property-imager {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list-view .property-card {
    width: 30%;
    padding: 0;
    height: 100%;
    border-radius: unset;
}
.list-view .property-imager{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
}
.list-view .property-card img {
    max-height: 100%;
    width: 100%;
}
.list-view .invest-second {
    text-align: center;
    margin-top: 30px;
}
.filter-button h2 {
    margin: 0;
    font-size: 28px !important;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 0.1px;
}
.filter-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.list-view .property-listing{
	padding:0 20px;
}
.list-view .invest-first {
    text-align: center;
}
.list-view .invest-bottom {
    width: 30%;
    background-color: #f02f6021;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timing-invest {
    box-shadow: 0px 4px 24px 0px rgb(165 166 177 / 8%);
    padding: 30px 10px;
    border: 1px solid #f02f6059;
    margin: 0 10px;
    border-radius: 10px;
}
.work-timer-inner h3.elementor-image-box-title {
    margin: 0 0 20px;
}
.timing-invest:hover {
    transform: translateY(-10px);
/*     box-shadow: -24px 24px 80px 0 rgb(133 131 131 / 25%); */
}
.work-timer-inner h2.elementor-heading-title::before, .work-timer-inner h2.elementor-heading-title::after {
    content: "";
    position: absolute;
    top: 29%;
    left: 16px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dab3e9;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: pulseColors 4s infinite ease-in-out;
}
.work-timer-inner h2.elementor-heading-title::after {
    animation-delay: 2s;
}
.company-content h4 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 0px;
    font-family: "Poppins", Sans-serif;
}
.work-timer-inner {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border: 1px solid #cccccc26;
    margin: 0 15px;
    border-radius: 10px;
}
.work-timer-inner {
    padding: 20px 10px;
}
/* Keyframes for pulse + color change */
@keyframes pulseColors {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    background-color:#f02f60; /* violet */
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.3;
    background-color: #db517491; /* pink */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    background-color:#f02f60; /* violet again */
  }
}


button#gridView {
	background-color: #f02f60;
	color: #fff;
	border: none;
	padding: 14px 20px 14px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;text-transform: capitalize;
	text-decoration:none;
}


button#listView {
    background-color: #f02f60;
    color: #fff;
    border: none;
    padding: 14px 20px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    text-transform: capitalize;
	text-decoration:none;
}

/*   faq page css */
.search-input-group input {
    padding: 19px 30px;
    background-color: #ffffff;
    color: #1a2f3e;
    border: 1px solid #f02f60;
    border-radius: 10px;
    font-size: 23px;
}



.custom_icon_box  h3.elementor-icon-box-title {
    margin: 10px 0px;
}


.animation_call_button .elementor-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  background: #1a2f3e; 
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon style (to make it white) */
.animation_call_button .elementor-icon svg {
  color: #fff;
  font-size: 24px;
}

/* Pulse Effect */
.animation_call_button .elementor-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #f02f6038;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    z-index: -1;
}

/* Animation Keyframes */
@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}


.counter_img {
    width: 112px !important;
    height: 100px !important;
    line-height: 100px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    z-index: 2;

}

.counter_img:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f02f60; 
    -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2;
}

.counter_img:after
{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000; 
    -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -2;
}

.counter_img:after {
    background-color: #fff; 
    top: 2px;
    left: 10px;
    z-index: -1;
}




.custom_list ol {
    margin-left: 0px;
}

.custom_list ul {
    margin-bottom: 20px;
    margin-left: 0px;
}

.counter_img img {
    transition: transform 0.5s ease; 
}

.counter_img img:hover {
   -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom_img_box h3 {
    margin: 10px 0px;
}

/**blog page css**/


section.blog-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}
 
.blog-card {
    width: 33%;
    padding: 20px;
    position: relative;
}
 
.blog-card-inner {
    background: #f02f6008;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(240, 47, 96, 0.2);

}
.blog-content h3 {
    margin: 0 0 15px 0px;
    line-height: 26px;
    letter-spacing: 0.1px;
}  
    .blog-content a{
     font-size: 20px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #1a2f3e !important;

    }

/* .blog-card-inner {
    position: relative;
    overflow: hidden;
} */

.blog-card-inner .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    display: block;
}

.blog-card-inner .img-wrap img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.blog-card-inner .img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.3) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.blog-card-inner .img-wrap:hover::before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}




.blog-content p {
    font-size: 16px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #1a2f3e;
    margin: 0px;
    letter-spacing: 0.1px;
}
 
 
.blog-content {
    padding: 30px 20px 30px 20px;
}
 
.blog-date {
    position: absolute;
    top: 25px;
    left: 27px;
    background: #f02f60;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 6px 10px;
    font-size: 32px;
    font-weight: 600;
}
 
.blog-date span {
    display: block;
    font-size: 12px;
}



/* media query start from here */

@media (max-width: 767px) {
  .content-left {
    padding-left: 20px;
}
	
	.search-box {
    width: 100%;
}
	
	.search-container {
    flex-wrap: wrap;
}
	
	.location-main {
    width: 47%;
}
	
.dropdown {
    padding: 12px 16px;
    height: unset;
}
	.explore-section h2 {
    font-size: 32px !important;
    line-height: 53px;
}
	
	.cities-slider .slick-prev, .cities-slider .slick-next {
    width: 32px;
    height: 32px;
}
	.explore-section .slick-track {
    padding-top: 40px;
	}
	
	.property-card {
    width:100%;
}
	
	p.neutral-bottom {
   padding:0px !important;
}
	.browse-second:before {
    content none;
  
}
	.browse-main:before {
    content: none;
}
	
	.investment-timer:before {
		content: none !important;


}
	.card-explore {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
	
	
	.instant-inner::before {
    content: none;

}
	
	.thousand-investors {
    flex-direction: column;
}
	.newsletter-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
	
	.newsletter-input-box input {
    width: 200px;
}
	
	.newsletter-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
	.newsletter-content {
    display: block;
	border:none !important;
}
	
	.newsletter-btn {
    width: 200px;
}
	
.newsletter-section {
    align-items: flex-start;
}

.footer-widgets {
    flex-direction: column;
    gap: 10px;
}
	/* .custom_main_footer::after {
    content: "";
    position: absolute;
    width: 219px;
    height: 281px;
    background: url("http://localhost/modren/wp-content/uploads/2025/09/footer__right__circle.png") no-repeat center center;
    background-size: contain;
    z-index: 0;
    opacity: 0.2;
    bottom: 7%;
    right: 6px;
} */
	
	#site-header .site-logo {
    width: 120px;
    height: auto;
    object-fit: cover;
    padding-left: 20px;
}
	
.login-btn {
    margin-right: 80px;
    gap: 10px;
}
.join-btn a {
    padding: 8px 15px 8px;
    font-size: 13px;
}
	.passive-income {
    margin: 10px 10px;
}
	.thousand-first {
    width: 100%;
}
	.thousand-second {
    width: 100%;
    padding-left: 0px;
}
	.animation_call_button .elementor-icon::before {
    width: 45px;
    height: 45px;
}
	.animation_call_button .elementor-icon svg {
    color: #fff;
    font-size: 18px;
}
	.img-box2:after {
    right: -14px !important;
    bottom: -22px !important;
    background-color: #1a2f3e;
    animation-delay: 0.6s;
    z-index: -2;
}
	.img-box2:before {
    top: -20px !important;
    left: -15px !important;
    background-color: #f02f60;
    opacity: 0.5;
    animation-delay: 0.2s;
}
	
	
 .animation_call_button.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    align-items: center!important;
}

#site-footer .section-inner {
padding: 30px 20px !important;
    max-width: 100%;

}

.blog-card {
    width: 100%;
}

.cta-main:after {
    content: '';
    background-image: url('https://planow.in/wp-content/uploads/2025/10/download__4___1_-removebg-preview.png');
    position: absolute;
    bottom: 47px;
    right: 36px;
    height: 79px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 82px;
    animation: moveImage 2s ease-in-out infinite alternate;
}

#site-header .header-inner {
    justify-content: space-between;

}

.high-rated-text h3 {
    font-size: 28px !important;
}

.time-left {
    font-size: 16px;
}
.property-info h2 {
    font-size: 20px !important;
}

.newsletter-title {
    font-size: 28px !important;
}
.footer-title {
    font-size: 20px !important;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
.footer-logo img {
    max-width: 171px;
}


.hero-imger {
    width: 100% !important;
    display: block !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
		p.neutral-bottom {
   padding:0px !important;
}
	  .content-left {
    padding-left: 20px;
}
	
	.instant-inner::before {
    content: "";
    position: absolute;
    top: 66%;
    left: 359px;
    width: 468px;
    height: 463px;
    background: url('http://localhost/wbcubier/wp-content/uploads/2025/09/download-14.webp') no-repeat center/contain;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    opacity: 0.8;
    filter: blur(19px);
    animation: scaleInOut 6s ease-in-out infinite;
}
	.join-btn {
    position: absolute;
    top: 10px;
    left: 42%;
}
	.img-box2:before {
    top: -20px;
    left: -20px;
    background-color: #f02f60;
    opacity: 0.5;
    animation-delay: 0.2s;
}
	.img-box2:after {
    right: -12px;
    bottom: -16px;
    background-color: #1a2f3e;
    animation-delay: 0.6s;
    z-index: -2;
}
	

.blog-card {
    width: 50%;
}
	
	.newsletter-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
	
	.newsletter-section {
    padding: 0px 10px 40px 10px;
}
	.footer-widgets .footer-col:first-child {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.cta-main:after {
    content: '';
    background-image: url('https://planow.in/wp-content/uploads/2025/10/download__4___1_-removebg-preview.png');
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 109px;
    animation: moveImage 2s ease-in-out infinite alternate;
}

.investment-timer:before {
    content:none;

}
.browse-main:before{
    content: none;
}
.browse-second:after {
    content: none;
}

.time-left {
    font-size: 18px;

}
.property-info h2 {
    font-size: 22px !important;
}

.explore-section h2 {
    font-size: 32px !important;
    font-family: "Poppins", Sans-serif;
    line-height: 74px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #1a2f3e;
}
.invest-btn {
    background-color: #f02f60;
    color: #fff;
    border: none;
    padding: 12px 20px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 16px;
}

#site-header .header-inner {
    
    justify-content: space-between;
}

.high-rated-text h3 {

    font-size: 32px !important;

}

#site-footer .section-inner {
    padding: 60px 10px;
}
.footer-widgets .footer-col:not(:first-child) {
    flex: 0 0 47% !important;
}
.footer-col ul {
    margin-bottom: 0px;
}
.footer-widgets {
    row-gap: 20px;
}

}

@media (min-width: 992px) and (max-width: 1024px) {
    	.join-btn {
 position:static !important;
}
}


nav.mobile-menu a {
    color: #1a2f3e;
    font-size: 16px;
    letter-spacing: 0.1px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.1px;

}

span.toggle-text {
    display: none !important;
}


nav.mobile-menu ul li {
    border: none !important;
}



.rea_estate_services_section {
    position: relative;
}

.rea_estate_services_section::before {
    content: "";
    position: absolute;
    top: 0px;     
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;     
    background-image: url('http://localhost/wbcubier/wp-content/uploads/2025/10/home-5-service.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}



custom_img_svg {
  position: relative;
  background: #0c2a4d;
  color: #fff;
  padding: 40px;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  overflow: hidden;
}


.custom_img_svg::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  background: url("data:image/svg+xml;utf8,
  <svg xmlns='http://www.w3.org/2000/svg' width='191' height='178' viewBox='0 0 191 178' fill='none'>
    <circle cx='35' cy='2' r='2' fill='%237997B8'/>
    <circle cx='35' cy='22' r='2' fill='%237997B8'/>
    <circle cx='35' cy='42' r='2' fill='%237997B8'/>
    <circle cx='55' cy='2' r='2' fill='%237997B8'/>
    <circle cx='55' cy='22' r='2' fill='%237997B8'/>
    <circle cx='55' cy='42' r='2' fill='%237997B8'/>
  </svg>") no-repeat center;
  background-size: contain;
  opacity: 0.4;
  animation: moveDots 8s linear infinite;
  z-index: 0;
}


@keyframes moveDots {
  0%   { transform: translate(0,0); }
  50%  { transform: translate(20px, 20px); }
  100% { transform: translate(0,0); }
}

body.postid-3256 #site-header a,
body.postid-3285 #site-header a,
body.postid-6 #site-header a,
body.postid-1 #site-header a,
body.postid-3283 #site-header a {
    color: #fff !important;
}








