@charset "utf-8";
/* CSS Document */
   


/*======================== 27=====================*/


/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .container{
        max-width:1320px;
    }

    .hero-content{
        max-width:760px;
    }

    .hero-content h1{
        /* font-size:82px; */
        /* line-height:88px; */
    }

    .hero-content p{
        font-size:24px;
        line-height:42px;
    }
	
	

}

/*==========================================
        Laptop
==========================================*/

@media (max-width:1399px){

    .navbar-nav .nav-item{
        margin:0 10px;
    }

    .hero-content h1{
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin: 15px 0;
        text-transform: uppercase;
    }

	
	  .inner-hdng-parent .hero-content h1{
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin: 15px 0;
        text-transform: uppercase;
  }
	
	
    .hero-content p{
        font-size: 16px;
        line-height: 30px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .navbar-brand img{
        height:54px;
    }

    .navbar-nav .nav-link{
        font-size:15px;
    }

    .phone{
        display:none;
    }

    .book-btn{
        padding:12px 22px;
    }

    .hero-content{
        max-width:620px;
    }

    .hero-content h1{
        font-size:56px;
        line-height:62px;
    }

    .hero-content p{
        font-size:18px;
        line-height:32px;
    }

}

/*==========================================
        Bootstrap MD
==========================================*/

@media (max-width:991px){

    .navbar{

background:#ffffff;

padding: 15px 36px;

}

    .navbar-brand img{

        height:48px;

    }

    .navbar-toggler{

        border:0;

        padding:0;

    }

    .navbar-toggler-icon{

        background-image:none;

        position:relative;

        width:28px;

        height:2px;

        background:#222;

    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after{

        content:"";

        position:absolute;

        left:0;

        width:28px;

        height:2px;

        background:#222;

    }

    .navbar-toggler-icon::before{

        top:-8px;

    }

    .navbar-toggler-icon::after{

        top:8px;

    }

    .navbar-collapse{

        background:#ffffff;

        margin-top:18px;

        border-radius:8px;

        padding:20px;

        box-shadow:0 15px 40px rgba(0,0,0,.08);

    }

    .navbar-nav{

        margin-bottom:20px;
    }

    .navbar-nav .nav-item{

        margin:0;
    }

    .navbar-nav .nav-link{

        color:#222 !important;

        padding:12px 0;

        border-bottom:1px solid #eee;

    }

    .header-right{

        width:100%;

        justify-content:flex-start;

        flex-wrap:wrap;

    }

    .phone{

        display:block;

        color:#222;

        margin-bottom:15px;

        width:100%;

    }

    .whatsapp{

margin-right: 4px;

}

    .carousel-item{

        min-height:700px;

    }

    .hero-content{

        max-width:100%;

        padding:0 15px;

    }

    .small-title{

        font-size:15px;
    }

    .hero-content h1{

        font-size:46px;

        line-height:54px;

    }

    .hero-content p{

        font-size:17px;

        line-height:30px;

    }

}

/*==========================================
        Bootstrap SM
==========================================*/

@media (max-width:767px){

    .carousel-item{

min-height: 490px;

}

    .hero-content{

top: 12%;

text-align:center;

left: 0%;

transform:translate(-50%,-50%);

width:100%;
}

    .divider{

        display:flex;

        justify-content:center;

    }

    .divider img{

        width:180px;

    }

    .hero-content h1{

        font-size:38px;

        line-height:46px;

    }

    .hero-content p{

        font-size:16px;

        line-height:28px;

    }

    .hero-btns{

        justify-content:center;

        flex-wrap:wrap;

    }

    .btn-gold{

        margin-right:0;

        margin-bottom:15px;

        width:100%;

    }

    .btn-white{

        width:100%;

    }

    .carousel-control-prev,
    .carousel-control-next{

        display:none;

    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .navbar{

padding: 12px 20px;
}

    .navbar-brand img{

        height:42px;

    }

    .book-btn{

padding: 6px 16px;

font-size:14px;

height: 41px;

}

    .whatsapp{

        width:40px;

        height:40px;

        font-size:18px;

    }

    .carousel-item{

/* min-height:100vh; */

}

    .hero-content{

        padding:0 20px;

    }

    .small-title{

        font-size:13px;

        line-height:22px;

    }

    .hero-content h1{

        font-size:32px;

        line-height:40px;

        margin:15px 0;

    }

    .hero-content p{

        font-size:15px;

        line-height:26px;

        margin-bottom:0;

    }

    .btn-gold,
    .btn-white{

        width:100%;

        padding:15px;

        font-size:15px;

    }

    .carousel-indicators{

        bottom:15px;

    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:400px){

    .hero-content h1{

font-size: 23px;

line-height: 32px;

}

    .hero-content p{

        font-size:14px;

        line-height:24px;

    }

    .small-title{

        font-size:12px;
    }

    .divider img{

width: 100%;

}

}

/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .container{
        max-width:1320px;
    }

    .about-content h2{
        font-size:56px;
    }

    .price-top h2{
        font-size: 40px;
    }

}

/*==========================================
        Laptop (1200px)
==========================================*/

@media (max-width:1399px){

    .about-content h2{
        font-size: 26px;
        line-height: 40px;
    }

    .about-content p{
        font-size: 16px;
        line-height: 28px;
    }

    .price-top h2{
        font-size: 40px;
    }

    .price-card li strong{
        font-size: 16px;
    }

    .stat-box h2{
        font-size: 40px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .py-100{
        padding:80px 0;
    }

    .about-content{
        padding-right:15px;
    }

    .about-content h2{
        font-size:38px;
    }

    .about-content p{
        font-size:16px;
        line-height:28px;
    }

    .price-top{
        padding:30px 20px;
    }

    .price-top span{
        font-size:18px;
    }

    .price-top h2{
            font-size: 40px;
    }

    .price-card li{
        padding:18px;
    }

    .price-card li strong{
        font-size:18px;
    }

    .price-card li span{
        font-size:15px;
    }

    .schedule-btn{
        font-size:20px;
        height:70px;
    }

    .stat-box{
        padding:40px 15px;
    }

    .stat-box h2{
        font-size:50px;
    }

    .stat-box p{
        font-size:20px;
    }

}

/*==========================================
        Tablet
==========================================*/

@media (max-width: 991px){

    .py-100{
        padding:70px 0;
    }

    .about-content{
        margin-bottom:40px;
        text-align:center;
        padding-right:0;
    }

    .about-content h2{
        font-size:34px;
    }

    .about-btn{
        justify-content:center;
    }

    .about-image{
        margin-bottom:35px;
    }

    .price-card{
        margin-top:20px;
    }

    .bottom-image{
        margin-bottom:40px;
        width: 100%;
    }

    .stats-row{
        margin-left:0;
    }

    .stat-box{
        border-right:1px solid #eee;
    }

}

/*==========================================
        Mobile Landscape
==========================================*/

@media (max-width:767px){

    .py-100{
        padding:60px 0;
    }

    .about-content h2{
        font-size:30px;
        line-height:1.4;
    }

    .about-content p{
        font-size:15px;
        line-height:28px;
    }

    .about-btn{
        font-size:17px;
    }

    .price-top{
        padding:25px;
    }

    .price-top span{
        font-size:17px;
    }

    .price-top h2{
        font-size:46px;
    }

    .price-top p{
        font-size:18px;
    }

    .price-card li{
        padding:18px;
    }

    .price-card li strong{
        font-size:17px;
    }

    .price-card li span{
        font-size:14px;
    }

    .price-card li i{
        font-size:18px;
        margin-right:10px;
    }

    .schedule-btn{
        height:65px;
        font-size:18px;
    }

    .stat-box{
        padding:30px 15px;
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .stat-box:last-child{
        border-bottom:none;
    }

    .stat-box h2{
        font-size:42px;
    }

    .stat-box p{
        font-size:18px;
    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .py-100{
        padding:50px 0;
    }

    .about-content h2{
        font-size:26px;
    }

    .about-content p{
        font-size:15px;
        line-height:26px;
    }

    .about-btn{
        font-size:16px;
    }

    .about-btn span{
        width:38px;
        height:38px;
        margin-left:12px;
    }

    .price-top{
        padding:25px 20px;
    }

    .price-top h2{
        font-size:42px;
    }

    .price-card li{
        flex-direction:column;
        align-items:flex-start;
    }

    .price-card li div{
        margin-bottom:8px;
    }

    .schedule-btn{
        font-size:17px;
    }

    .stats-row{
        margin-top:15px;
    }

    .stat-box{
        padding:25px 10px;
    }

    .stat-box h2{
        font-size:36px;
    }

    .stat-box p{
        font-size:16px;
    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:375px){

    .about-content h2{
        font-size:22px;
    }

    .about-content p{
        font-size:14px;
        line-height:24px;
    }

    .about-btn{
        font-size:15px;
    }

    .price-top h2{
        font-size:36px;
    }

    .price-card li strong{
        font-size:16px;
    }

    .schedule-btn{
        height:60px;
        font-size:16px;
    }

    .stat-box h2{
        font-size:32px;
    }

    .stat-box p{
        font-size:15px;
    }

}

/*=========================
Responsive
==========================*/

@media(max-width:1199px){

.section-title h2{

font-size:46px;

}

.experience-img img{

height:350px;

}

}

@media(max-width:991px){

.experience-section{

padding:70px 0;

}

.section-title{

margin-bottom: 20px;
}

.section-title h2{

font-size:38px;

}

.experience-img img{

height:300px;

}

.experience-slider .owl-prev{

left:-20px;

}

.experience-slider .owl-next{

right:-20px;

}

}

@media(max-width:767px){

.section-title h2{

font-size:30px;

}

.experience-img img{

height:260px;

}

.experience-item h4{

font-size:22px;

}

.experience-slider .owl-prev,

.experience-slider .owl-next{

display:none;

}

}

@media(max-width:575px){

.experience-section{

padding:50px 0;

}

.section-title h2{

font-size:26px;

}

.experience-img img{

height:230px;

}

.experience-item h4{

font-size:20px;

margin-top:15px;

}

}

/*==========================================
        Large Desktop
==========================================*/

@media (min-width:1600px){

    .residential-content{
        padding:90px 80px;
    }

    .residential-content h2{
        font-size:68px;
    }

    .residential-image{
        height:460px;
    }

}

/*==========================================
        Laptop
==========================================*/

@media (max-width:1399px){

    .residential-content{
        padding:60px 45px;
    }

    .residential-content h2{
        font-size:50px;
    }

    .residential-image{
        height:400px;
        float: right;
        width: 90%;
    }

    .feature-box{
        /* min-height:220px; */
        /* padding:40px 25px; */
    }

    .feature-number{
        font-size:60px;
    }

    .feature-box h5{
        font-size:20px;
    }

}

/*==========================================
        Bootstrap LG
==========================================*/

@media (max-width:1199px){

    .residential-content{
        padding:50px 35px;
    }

    .residential-content h2{
        font-size:42px;
    }

    .residential-content h4{
        font-size:22px;
    }

    .residential-image{
        height:360px;
    }

    .feature-box{
        padding:35px 20px;
        min-height:200px;
    }

    .feature-number{
        font-size:52px;
        margin-right:18px;
    }

    .feature-box h5{
        font-size:18px;
        line-height:1.5;
    }

}

/*==========================================
        Tablet
==========================================*/

@media (max-width:991px){

    .residential-content{
        text-align:center;
        min-height:auto;
        padding:60px 30px;
    }

    .residential-content h2{
        font-size:38px;
    }

    .residential-image{
        height:350px;
        width: 100%;
    }

    .feature-box{
        border-right:1px solid #f3f3f3;
        border-bottom:1px solid #f3f3f3;
        min-height:180px;
    }

}

/*==========================================
        Mobile Landscape
==========================================*/

@media (max-width:767px){

    .residential-content{
        padding:45px 25px;
    }

    .residential-content h2{
        font-size:32px;
        line-height:1.3;
    }

    .residential-content h4{
        font-size:20px;
    }

    .residential-image{
        height:280px;
    }

    .feature-box{
        flex-direction:column;
        text-align:center;
        justify-content:center;
        padding:30px 20px;
        min-height:170px;
    }

    .feature-number{
        margin-right:0;
        margin-bottom:12px;
        font-size:50px;
    }

    .feature-box h5{
        font-size:18px;
    }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:575px){

    .residential-content{
        padding:40px 20px;
    }

    .residential-content h2{
        font-size:28px;
    }

    .residential-content h4{
        font-size:18px;
    }

    .residential-image{
        height:220px;
    }

    .feature-box{
        min-height:150px;
        padding:25px 18px;
    }

    .feature-number{
        font-size:42px;
    }

    .feature-box h5{
        font-size:16px;
        line-height:1.5;
    }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:375px){

    .residential-content h2{
        font-size:24px;
    }

    .residential-content h4{
        font-size:16px;
    }

    .residential-image{
        height:190px;
        width: 100%;
    }

    .feature-box{
        padding:22px 15px;
    }

    .feature-number{
        font-size:36px;
    }

    .feature-box h5{
        font-size:15px;
    }

}




/* Tablet */

@media(max-width:1100px){

.why-invest{
grid-template-columns:1fr;
}

.middle{
height:500px;
order:2;
}

.right{
order:3;
}

.left{
order:1;
text-align:center;
align-items:center;
}

.left p{
max-width:100%;
}

}

/* Mobile */

@media(max-width:768px){

body{padding: 0px 0px;}

.left{padding: 18px 25px;}

.left h2{
font-size:40px;
}

.left p{
font-size:16px;
}

.middle{
height:340px;
}

.badge{
width:130px;
height:130px;
left:15px;
bottom:15px;
}

.badge h3{
font-size:22px;
}

.right{padding:35px 25px;margin-top: 25px;}

.right li{
font-size:15px;
margin-bottom:22px;
}

.btn{
padding:15px 28px;
}

}



/* Tablet */


@media(max-width:1100px){

.features{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:46px;
}

.section-title p{
font-size:18px;
}

}

/* Mobile */

@media(max-width:768px){

.destination{padding: 60px 15px;}

.section-title h2{font-size: 30px;}

.section-title p{font-size:16px;margin-top: 15px;line-height: 1.7;}

.features{
grid-template-columns:1fr;
gap:40px;
}

.image-box img{
height:250px;
}

.content{
padding-top:22px;
}

.content h3{
font-size:28px;
}

.content p{
font-size:16px;
}

}



/* ===========================
   Tablet
=========================== */

@media(max-width:991px){

.features-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* ===========================
   Mobile
=========================== */

@media(max-width:768px){
 
.features-grid{
grid-template-columns:1fr;
}

.feature-card{
min-height:auto;
padding:20px;
}

.feature-intro h2{
font-size:42px;
}

.image-box{
width:95px;
height:90px;
}

.feature-content h3{
font-size:19px;
}

}



/*=========================
      RESPONSIVE
=========================*/

@media(max-width:992px){

.cta-title{

font-size:50px;
}

.cta-title span{

font-size:58px;
}

.cta-text{

font-size:18px;
}

}

@media(max-width:768px){

.cta-section{

padding: 50px 20px;
}

.cta-title{

font-size: 30px;
}

.cta-title span{

font-size:46px;

margin-top: 14px;
}

.divider{

width: 90%;
}

.divider::before,
.divider::after{

width:60px;
}

.cta-text{

font-size:16px;
line-height:1.8;
}

.cta-buttons{

flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-outline{

width:100%;

max-width:320px;

font-size: 14px;
}

}



/*======================
   RESPONSIVE
=======================*/

@media(max-width:991px){

.benefits-grid{
grid-template-columns:repeat(2,1fr);
}

.box:nth-child(2),
.box:nth-child(4),
.box:nth-child(6){
border-right:none;
}

.box:nth-child(3){
border-right:1px solid #eee;
}

}

@media(max-width:767px){

.benefits-section{padding: 50px 0;}

.benefits-grid{
grid-template-columns:1fr;
}

.box{border-right:none !important;min-height:auto;padding: 35px 25px;}

.gold h2{
font-size:36px;
}

.gold p,
.content p{
font-size:16px;
}

.content h3{
font-size:24px;
}

.image{
height:250px;
}

}




/*==============================*/

@media(max-width:991px){

.section-title{

font-size:38px;

}

.location-box,
.contact-box{

padding: 30px 20px;

margin-top: 15px;
}

.subtitle{

font-size:17px;

}

}

@media(max-width:767px){

.location-contact{

padding:50px 0;

}

.section-title{

font-size:30px;

}

.location-list li{

font-size:16px;

}

.gold-btn{

width:100%;

margin-bottom:15px;

}

.whatsapp-link{

display:block;

text-align:center;

}

}



/* Responsive */

@media(max-width:991px){

.faq-title{

font-size:40px;

}

.faq-btn{

font-size:18px;



padding:18px;

}

.card-body{

font-size:16px;

padding:0 18px 20px;

}

}

@media(max-width:576px){

.faq-section{

padding:50px 0;

}

.faq-title{

font-size:30px;

}

.faq-btn{

font-size:16px;

line-height:1.5;

padding:16px;

}

.card-body{

font-size:15px;

line-height:1.8;

}

}



/*========================*/

@media(max-width:991px){

.about-text{

border:none;

padding-left:0;

margin-top:30px;

}

.phone{

font-size:34px;

}

.social-icons{

justify-content:flex-start;

margin-top:30px;

}

}

@media(max-width:767px){

.footer-section{

padding: 40px 0 20px;

text-align:center;
}

.phone{

font-size: 22px;
}

.footer-arrow{

display:none;

}

.social-icons{

justify-content:center;

}

.about-text p{

font-size:16px;

line-height:1.8;

}

.footer-section p{

font-size:16px;

margin-bottom: 30px;
}

.footer-links{

margin-top:20px;

}

}



/*======================================
      Responsive
=======================================*/

@media (max-width:991px){

.stat-box{

    border-bottom:1px solid rgba(212,175,55,.15);

}

}

@media (max-width:767px){

.stats-section{

    padding:60px 0;

}

.stat-box{

    padding:35px 15px;

}

.stat-box h2{

    font-size:34px;

}

.stat-box p{

    font-size:16px;

}

}

@media (max-width:575px){

.stat-box{

    border-right:none;

}

.stat-box h2{

    font-size:30px;

}

.stat-box p{

    font-size:15px;

}

}




/*==================================================
Tablet
==================================================*/

@media (max-width:991px){

.why-section{

    padding:70px 0;

}

.why-card{

    padding:40px 25px;

}

.why-card h3{

    font-size:26px;

}

.why-card p{

    font-size:16px;

}

}

/*==================================================
Mobile
==================================================*/

@media (max-width:767px){

.why-section{

    padding:60px 0;

}

.why-card{

    padding:35px 25px;

}

.icon-box{

    width:65px;
    height:65px;

}

.icon-box i{

    font-size:28px;

}

.why-card h3{

    font-size:24px;

    margin-bottom:15px;

}

.why-card p{

    font-size:15px;

    line-height:1.8;

}

}

/*==================================================
Small Mobile
==================================================*/

@media (max-width:575px){

.why-section{

    padding:50px 0;

}

.why-card{

padding: 20px 20px;
}

.why-card h3{

    font-size:22px;

}

.why-card p{

    font-size:14px;

}

}


/*==================================================
Large Desktop
==================================================*/

@media (max-width:1399px){

.promise-title{

    font-size:52px;

}

.welcome-title{

font-size: 32px;
}

.promise-subtitle,
.promise-content p{

font-size: 16px;
}

}

/*==================================================
Laptop
==================================================*/

@media (max-width:1199px){

.luxia-promise-section{

    padding:80px 0;

}

.promise-title{

    font-size:46px;

}

.welcome-title{

    font-size:34px;

}

.promise-subtitle{

    margin-bottom:55px;

}

.promise-subtitle,
.promise-content p{

    font-size:18px;

}

.welcome-text{

    font-size:18px;

}

}

/*==================================================
Tablet
==================================================*/

@media (max-width:991px){

.luxia-promise-section{

    padding:70px 0;

}

.promise-title{

    font-size:40px;

}

.welcome-title{

    font-size:30px;

}

.promise-subtitle{

    font-size:17px;

    margin-bottom:45px;

}

.welcome-text{

    font-size:17px;

    margin-bottom:35px;

}

.luxia-logo img{

    width:160px;

}

.gold-divider img{

    width:260px;

}

.promise-content p{

    font-size:17px;

    line-height:1.9;

}

}

/*==================================================
Mobile
==================================================*/

@media (max-width:767px){

.luxia-promise-section{

    padding:60px 0;

}

.promise-title{

    font-size:34px;

    line-height:1.3;

}

.welcome-title{

    font-size:26px;

    line-height:1.4;

}

.promise-subtitle{

    font-size:16px;

    margin-bottom:35px;

    line-height:1.8;

}

.welcome-text{

    font-size:16px;

    margin-bottom:30px;

}

.luxia-logo{

    margin-bottom:30px;

}

.luxia-logo img{

    width:140px;

}

.gold-divider{

    margin-bottom:35px;

}

.gold-divider img{

    width:220px;

}

.promise-content p{

    font-size:16px;

    line-height:1.9;

}

}

/*==================================================
Small Mobile
==================================================*/

@media (max-width:575px){

.luxia-promise-section{

    padding:50px 20px;

}

.promise-title{

    font-size:30px;

}

.welcome-title{

    font-size:22px;

}

.promise-subtitle{

    font-size:15px;

}

.welcome-text{

    font-size:15px;

}

.promise-content p{

    font-size:15px;

}

.luxia-logo img{

    width:120px;

}

.gold-divider img{

    width:180px;

}

}


/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.testimonial-section{

    padding:70px 0;

}

.testimonial-card{

    min-height:auto;

    padding:35px;

}

.testimonial-text{

    font-size:17px;

    margin-bottom:45px;

}

}

/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.testimonial-section{

    padding:60px 0;

}

.testimonial-card{

    padding:30px 25px;

}

.quote-icon i{

    font-size:28px;

}

.testimonial-text{

    font-size:16px;

    line-height:1.9;

    margin-bottom:35px;

    max-width:100%;

}

.client-image{

    width:48px;

    height:48px;

}

.client-details h4{

    font-size:17px;

}

.client-details span{

    font-size:14px;

}

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:575px){

.testimonial-section{

padding: 40px 0px;
}

.testimonial-card{

    padding:25px 20px;

}

.testimonial-text{

    font-size:15px;

}

.client-image{

    width:45px;

    height:45px;

}

.client-details h4{

    font-size:16px;

}

.client-details span{

    font-size:13px;

}

}



/*==================================================
Desktop
==================================================*/

@media(min-width:1200px){

.blog-content{

    min-height:238px;

}

}

/*==================================================
Tablet
==================================================*/

@media(max-width:991px){

.section-padding{

    padding:70px 0;

}

.blog-item{

    margin-bottom:25px;

}

.blog-content{

    padding:22px;

}

.blog-content h3{

    font-size:19px;

}

.blog-content p{

    font-size:15px;

}

.sidebar-widget{

    margin-top:25px;

}

.sidebar-widget h4{

    font-size:26px;

}

}

/*==================================================
Mobile
==================================================*/

@media(max-width:767px){

.section-padding{

    padding:60px 0;

}

.blog-item .row{

    display:block;

}

.blog-image{

    height:auto;

}

.blog-image img{

    height:auto;

}

.blog-content{

    padding:22px;

}

.blog-date{

font-size:14px;

text-align: center;
}

.blog-content h3{

    font-size:22px;

}

.blog-content p{

    font-size:15px;

    margin-bottom:18px;

}

.sidebar-widget{

    padding:25px;

}

.sidebar-widget h4{

    font-size:24px;

}

.sidebar-widget ul li a{

    font-size:16px;

}

}

/*==================================================
Small Mobile
==================================================*/

@media(max-width:575px){

.section-padding{

    padding:45px 0;

}

.blog-content{

padding: 20px;
}

.blog-content h3{

    font-size:20px;

}

.blog-content p{

    font-size:14px;

    line-height:1.8;

}

.sidebar-widget{

    padding:20px;

}

.sidebar-widget h4{

    font-size:22px;

}

.sidebar-widget ul li{

    margin-bottom:14px;

}

.sidebar-widget ul li a{

font-size:15px;

text-align: center;
}

}



/*=========================================
Responsive
=========================================*/

@media(max-width:1199px){

.blog-title{

    font-size:44px;

}

.blog-content h2{

    font-size:32px;

}

}

@media(max-width:991px){

.section-padding{

    padding:70px 0;

}

.blog-single{

    padding-right:0;

}

.sidebar-widget{

    margin-top:40px;

    position:relative;

    top:0;

}

.blog-title{

    font-size:38px;

}

.blog-content h2{

    font-size:28px;

}

.blog-content h4{

    font-size:22px;

}

}

@media(max-width:767px){

.section-padding{

    padding:60px 0;

}

.blog-title{

    font-size:30px;

    line-height:1.4;

}

.blog-image{

    margin-bottom:30px;

}

.blog-content h2{

    font-size:24px;

}

.blog-content h4{

    font-size:20px;

}

.blog-content h5{

    font-size:18px;

}

.blog-content p{

    font-size:15px;

    line-height:1.9;

}

.blog-list li{

    font-size:15px;

}

.blog-category{

    padding:20px;

    margin-top:40px;

}

.blog-category h4{

    font-size:24px;

}

.sidebar-widget{

    padding:22px;

}

.sidebar-widget h3{

    font-size:24px;

}

.search-form button{

    padding:0 20px;

    font-size:14px;

}

}

@media(max-width:575px){

.section-padding{

    padding:45px 0;

}

.blog-title{

    font-size:26px;

}

.blog-content h2{

    font-size:22px;

}

.blog-content h4{

    font-size:18px;

}

.blog-content p{

    font-size:14px;

}

.blog-category h4{

    font-size:22px;

}

.search-form .form-control{

    font-size:14px;

}

.search-form button{

    padding:0 16px;

    font-size:13px;

}

}


/*==========================
Responsive
===========================*/

@media(max-width:1199px){

.contact-content h2{

font-size:42px;

}

.contact-line a{

font-size:34px;

}

.map-heading h2{

font-size:42px;

}

}

@media(max-width:991px){

.contact-section{

padding:70px 0;

}

.contact-content{

padding-right:0;

margin-bottom:50px;

text-align: center;
}

.contact-image{

margin-top:20px;

}

.map-box iframe{

height:420px;

}

}

@media(max-width:767px){

.contact-content h2{

font-size:34px;

}

.contact-desc{

font-size:16px;
line-height:1.8;

}

.info-box{

margin-bottom:28px;

}

.info-box p,
.info-box a{

font-size:16px;

}

.contact-line{

display:block;

}

.contact-line .left{

margin-bottom:15px;

}

.contact-line a{

font-size: 22px;
}

.arrow{

font-size:22px;

}

.map-heading{

padding: 0;
}

.map-heading h2{

font-size:34px;

}

.map-box iframe{

height:350px;

}

}

@media(max-width:575px){

.contact-section{

padding:50px 0;

}

.contact-content h2{

font-size:30px;

}

.map-heading h2{

font-size:30px;

}

}



/* Mobile */

@media(max-width:767px){

    .rdh-stats-section{
        padding:30px 0;
    }

    .rdh-stat-card{
        padding: 25px 15px;
    }

    .rdh-stat-card h2{
        font-size:42px;
    }

    .rdh-stat-card p{
        font-size:18px;
    }

    .rdh-border-x{
        border-left:none;
        border-right:none;
        border-top:1px solid #dddddd;
        border-bottom:1px solid #dddddd;
    }


}


/*==============================
  Responsive
==============================*/

@media (max-width:575px){

    .rkd-cta-wrapper{
        gap:12px;
    }

    .rkd-btn{
        width:100%;
        max-width:320px;
		margin: 5px 0;
    }

}

@media (max-width:767px){
	
	.modal { 
    z-index: 10500;
		}
	
	h2 {
    font-size: 30px;
    line-height: 40px;
    }
		
		
	
	.contact-line .arrow{display:none;}
	.inner-hdng-parent{position:relative;} 
	.inner-hdng-parent .hero-content {
    top: 54%;
    left: 0;
    right: 0;
}
	.trusted{margin-top: 40px;}
	
	
	.inner-hdng-parent .hero-content {
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
       
        transform: translateY(-50%);
        z-index: 5; 
    }
	.inner-hdng-parent .divider {
        width: 90%;
        margin: 15px auto 15px;
    }    .why-section {
        padding: 0px 0 40px;
    }
	.residential-plots-in-mathura {
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
}
	.bottom-image {
    overflow: hidden;
    width: auto;
    margin-top: 15px;
}
	.residential-plots-in-mathura {
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
}
	.boxinvestleft {
    float: left;
    display: inline-block;
    width: 100%;
padding: 22px 18px 10px 18px;
}.why-invest {
    padding: 40px 0 0;
}
	
	.footer-logo { 
    display: block;
    margin: 0 auto;
}
	.footer-section .phone { 
    font-size: 26px;
	
}
	.scroll-top { 
    margin-top: 30px;
    margin-bottom: 12px;
}
	
	.footerhdgn6{margin-bottom: 20px;}
	
	.copyright {
    text-align: center; 
}
	
	
}

@media (max-width:1023px){
	
	.boxinvestleft { 
    width: 100%;
    padding: 33px 20px 20px 30px;
}
	
	.navbar.scrolled {
    padding: 22px 20px 10px;
}
	
	.modal-content { 
    margin-top: 0; 
}.footer-section p { 
    margin: 0 0 40px;
}
 
	.enquiry-btn { 
    right: -40px;
	}	
		
		.floating-contact { 
    right: 23px;
    top: 73%;}
	
	.footerlogomb {
    margin-bottom: 0;
}
	.social-icons a {
    width: 38px;
    height: 38px; 
    font-size: 16px; 
}
	
		
}

@media (max-width:1250px){
	.dropdownicon{display:none;}
.enquiry-btn {
    position: fixed;
    right: -42px;
	
}
	.floating-contact {
    right: 8px;
    top: 88%;
}
	
	.social-icons a {
    width: 38px;
    height: 38px; 
    font-size: 16px; 
}
	
	.btnmargin .rkd-btn {
  
    font-size: 12px; 
    margin: 0 5px;
    padding: 20px 16px;
}
	
	.book-btn { 
    padding: 5px 18px; 
    height: auto;
    font-size: 13px; 
}
	
	    .schedule-btn {
        font-size: 16px; 
    }
	.bottom-image {
    overflow: hidden;
    width: auto;
}.text26 {
    font-size: 22px !important;
    line-height: 34px !important;
}.bottom-image {
    overflow: hidden;
    width: auto;
    margin-top: 20px;
}.boxinvestleft {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 63px 20px 0px 30px;
}.feature-card { 
    display: block; 
}
	.whatsapp-link{display:none;}
	
}


/* Dropdown Hover */
@media (min-width: 992px) {

    .navbar .nav-item.dropdown {
        position: relative;
    }

    .navbar .nav-item.dropdown:hover .dropdown-menu {
        /*display: block;*/
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        margin-top: 0;
        border: 0;
        border-radius: 8px;
        min-width: 240px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .navbar .dropdown-toggle::after {
        transition: transform 0.3s ease;
    }

    .navbar .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar .dropdown-item {
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    .navbar .dropdown-item:hover {
        background: #f5f5f5;
        color: #c89b3c;
        padding-left: 25px;
    }
}



@media(max-width:1199px){

.stat-item{

    height:180px;

}

.stat-item h2{

    font-size:48px;

}

.stat-item p{

    font-size:18px;

}

.assurance-left h2{

    font-size:46px;

}

.assurance-left p{

    font-size:20px;

}

.assurance-right ul li{

    font-size:18px;

}

}

@media(max-width:991px){

.assurance-wrapper{

    flex-direction:column;

}

.assurance-left,
.assurance-right{

    width:100%;

}

.assurance-left{

    text-align:center;

}

.assurance-right{

    padding-bottom:100px;

}

}

@media(max-width:767px){

.luxia-section{

padding: 30px 0;
}

.stats-card{

padding:25px;

border-radius: 10px;
}

.stat-item{

    height:150px;

}

.stat-item h2{

    font-size:36px;

}

.stat-item p{

font-size: 13px;

font-weight: 600;
}

.assurance-left{

    padding:35px 20px;

}

.assurance-left h2{

    font-size:36px;

}

.assurance-left p{

    font-size:18px;

}

.assurance-right{

    padding:30px 20px 90px;

}

.assurance-right ul li{

    font-size:16px;
    gap:12px;
    margin-bottom:20px;

}

.assurance-right ul li i{

    font-size:20px;

}

.assurance-badge{

    width:70px;

}

}







/*=========================================
Responsive
=========================================*/

@media(max-width:1399px){

.section-title{
}

.service-content h3{
}

.service-content{

    padding-left:35px;

}

}

@media(max-width:1199px){

.service-content h3{

    font-size:38px;

}

.service-content p{

    font-size:17px;

    line-height:1.8;

}

.service-image img{

    height:520px;

}

}

@media(max-width:991px){

.section-title{

    font-size:38px;

    margin-bottom:45px;

}

.service-tabs{

    margin-bottom:35px;

}

.service-content{

    padding:35px 0 0;

}

.service-content h3{

    font-size:34px;

}

.service-image img{

    height:420px;

}

}

@media(max-width:767px){

.services-section{

padding: 40px 0;
}

.section-subtitle{

    font-size:16px;

}

.section-title{

    font-size:30px;

}

.service-tabs .nav-link{

    padding:18px 15px;

}

.service-tabs .number{

    width:42px;

    font-size:16px;

}

.service-tabs .title{

    font-size:15px;

}

.service-image img{

    height:300px;

}

.service-content{

    padding-top:25px;

}

.service-content h3{

    font-size:28px;

}

.service-content p{

    font-size:15px;

    line-height:1.8;

}

.explore-btn{

    padding:14px 28px;

    font-size:14px;

}
 
}


/*=========================================
    Responsive
=========================================*/

@media(max-width:1399px){

    .service-content{
        padding:50px;
    }

    .service-content h3{
    }

}

@media(max-width:1199px){

    .service-image img,
    .service-content{
        height:560px;
    }

    .service-content h3{
        font-size:38px;
    }

}

@media(max-width:991px){

    .service-tabs{
        margin-bottom:0;
    }

    .service-image img{
        height:450px;
    }

    .service-content{
        height:auto;
        padding:40px;
    }

}

@media(max-width:767px){

    .section-title{
        font-size:30px;
    }

    .service-tabs .nav-link{
        min-height: 44px;
        padding: 0 10px;
        font-size: 12px;
    }

    .service-image img{
        height:280px;
    }

    .service-content{
        padding: 0px;
    }

    .service-content h3{
        font-size: 20px;
        text-align: center;
    }

    .service-content p{
        font-size:15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .explore-btn{
        width:100%;
        text-align:center;
    }

}



/*==================================
Responsive
==================================*/

@media(max-width:1199px){

.process-title{

    font-size:48px;

}

.step-number{

    font-size:52px;

}

.process-card{

    min-height:220px;

}

.process-card h3{

    font-size:22px;

}

}

@media(max-width:991px){

.process-row>[class*="col"]{

    margin-bottom:25px;

}

.step-arrow{

    display:none;

}

.process-title{

    font-size:42px;

}

.process-card{

    min-height:210px;

}

}

@media(max-width:767px){

.process-section{

padding: 40px 0;
}

.process-subtitle{

    font-size:16px;

}

.process-title{

font-size:30px;

margin-bottom: 30px;
}

.process-card{

    min-height:190px;

    padding:30px 20px;

}

.step-number{

    font-size:42px;

}

.process-card h3{

    font-size:22px;

}

.process-card p{

    font-size:15px;

    line-height:1.7;

}

}

@media(max-width:575px){

.process-row>[class*="col"]{

    margin-bottom:20px;

}

.process-card{

min-height: auto;
}

}


/*=====================================
Responsive
======================================*/

@media(max-width:1199px){

.section-heading h2{

    font-size:42px;

}

.person-image img{

    width:275px;

}

.content-area{

    max-width:760px;

}

}

@media(max-width:991px){

.trusted-partner-section{

    padding:70px 0;

}

.section-heading h2{

    font-size:36px;

}

.trusted-wrapper{

    min-height:auto;

}

.person-image{

position:relative;

right:auto;

bottom:auto;

text-align:center;

margin-top:30px;

display: none;
}

.person-image img{

    width:270px;

}

.content-area{

    max-width:100%;

    padding:40px 30px;

}

.small-title{

margin-bottom: 15px;
}

.feature-box{

    margin-bottom:35px;

}

}

@media(max-width:767px){

.section-heading{

    text-align:center;

}

.sub-title{

    font-size:17px;

}

.section-heading h2{

    font-size:30px;

    line-height:1.35;

}

.content-area{

padding: 15px 20px;
}

.small-title{

    text-align:center;

    font-size:22px;

}

.feature-box{

    flex-direction:column;

    text-align:center;

}

.icon-box{

    margin:0 auto 18px;

}

.feature-content h4{

    font-size:16px;

}

.person-image img{

    width:220px;

}

}

@media(max-width:575px){

.trusted-partner-section{

padding: 55px 0 0;
}

.section-heading h2{

    font-size:26px;

}

.trusted-wrapper{

border-radius:15px;

background: none;

background: #141414;
}

.small-title{

font-size: 18px;
}

.feature-content h4{

    font-size:15px;

    line-height:1.7;

}

.person-image img{

    width:180px;

}

}


/*==================================================
Responsive
==================================================*/

@media (max-width:1199px){

.section-title{
    font-size:48px;
}

.property-content{
    padding:45px;
}

.service-list li{
    font-size:17px;
}

}

@media (max-width:991px){

.property-management-section{
    padding:70px 0;
}

.property-content{
    padding:45px 35px;
}

.section-title{
    font-size:42px;
}

.section-heading{
    font-size:20px;
}

.property-image{
    height:500px;
}

}

@media (max-width:767px){

.property-management-section{
    padding:60px 0;
}

.property-content{
    padding:35px 25px;
}

.section-subtitle{
    font-size:15px;
}

.section-title{
    font-size:34px;
    line-height:1.15;
}

.section-heading{
    font-size:18px;
    margin-bottom:28px;
}

.service-list li{
    font-size:16px;
    align-items:flex-start;
    line-height:1.6;
    margin-bottom:20px;
}

.check-icon{
    margin-top:3px;
    margin-right:14px;
}

.property-image{
    height:350px;
}

}

@media (max-width:575px){

.property-management-section{
    padding:45px 0;
}

.property-content{
    padding:28px 20px;
}

.section-title{
    font-size:30px;
}

.section-heading{
    font-size:17px;
}

.section-subtitle{
    font-size:14px;
}

.service-list li{
    font-size:15px;
}

.property-image{
    height:280px;
}

.property-management-card{
    border-radius:10px;
}

}


@media (max-width:1199px){

.section-title h2{
    font-size:44px;
}

.contact-card{
    padding:45px 40px;
}

}

@media (max-width:991px){

.contact-section{
    padding:60px 15px;
}

.contact-card{
    padding:40px 30px;
}

.section-title h2{
    font-size:38px;
}

}

@media (max-width:767px){

.contact-section{
    padding: 40px 0;
}

.contact-card{
    padding:30px 22px;
}

.section-title{
    margin-bottom:28px;
}

.section-title .subtitle{
    font-size:16px;
}

.section-title h2{
    font-size:32px;
}

.section-title p{
    font-size:15px;
}

.form-control{
    height:44px;
    font-size:15px;
}

textarea.form-control{
    height:100px;
}

.submit-btn{
    height:48px;
    font-size:16px;
}

}

@media (max-width:575px){

.contact-card{
    padding:25px 18px;
}

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:14px;
}

.form-control{
    padding:0 15px;
}

textarea.form-control{
    padding-top:12px;
}

.submit-btn{
    font-size:15px;
    height:46px;
}

}



/*==================================================
Desktop
==================================================*/

@media (max-width:1400px){

.left-circle,
.center-circle,
.right-circle{
    width: 440px;
    height: 440px;
}

.consultation-content h2{
}

.consultation-content p{
    font-size:18px;
}

.btn-call,
.btn-consult{
    width: 234px;
}

}

/*==================================================
Laptop
==================================================*/

@media (max-width:1199px){

.left-circle,
.center-circle,
.right-circle{
    width:380px;
    height:380px;
}

.left-circle{
    margin-right:-70px;
}

.right-circle{
    margin-left:-70px;
}

.consultation-content{
    width:82%;
}

.consultation-content h2{
    font-size:40px;
}

.consultation-content p{
    font-size:16px;
    margin-bottom:30px;
}

.service-list{
    width:82%;
}

.service-list li{
    margin-bottom:18px;
}

.service-list li span{
    font-size:16px;
}

.btn-call,
.btn-consult{
    width:270px;
    height:52px;
    font-size:15px;
}

}

/*==================================================
Tablet
==================================================*/

@media (max-width:991px){

.consultation-section{
    padding:70px 0;
}

.consultation-wrapper{
    display:block;
    min-height:auto;
}

.left-circle,
.center-circle,
.right-circle{
    width:420px;
    height:420px;
    margin:0 auto 40px;
}

.center-circle{
    margin-top:-70px;
}

.right-circle{
    margin-top:-70px;
    padding: 30px;
}

.consultation-content{
    width:75%;
}

.consultation-content h2{
    font-size:42px;
}

.service-list{
    width:70%;
}

}

/*==================================================
Mobile
==================================================*/

@media (max-width:767px){

.consultation-section{
    padding:60px 0;
}

.left-circle,
.center-circle,
.right-circle{
    width:320px;
    height:320px;
    margin:0 auto 30px;
}

.center-circle,
.right-circle{
    margin-top:0;
    padding-bottom: 30px;
}

.consultation-content{
    width:88%;
    padding-top: 30px;
}

.sub-title{
    font-size:15px;
    margin-bottom:12px;
}

.consultation-content h2{
    font-size:30px;
    line-height:1.35;
    margin-bottom:18px;
}

.consultation-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:24px;
}

.btn-call,
.btn-consult{
    width:240px;
    height:48px;
    font-size:14px;
}

.service-list{
    width: 100%!important;
}

.service-list li{
    margin-bottom:14px;
}

.service-list li i{
    width:20px;
    height:20px;
    min-width:20px;
    font-size:9px;
    margin-right:12px;
}

.service-list li span{
    font-size:15px;
}

}

/*==================================================
Small Mobile
==================================================*/

@media (max-width:480px){

.consultation-section{
    padding: 40px 0;
}

.left-circle,
.center-circle,
.right-circle{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.consultation-content{
    width:90%;
}

.sub-title{
    font-size:14px;
}

.consultation-content h2{
    font-size:25px;
}

.consultation-content p{
    font-size:14px;
    margin-bottom:20px;
}

.btn-call,
.btn-consult{
    width:210px;
    height:45px;
    font-size:13px;
}

.service-list{
    width:88%;
}

.service-list li{
    margin-bottom:12px;
}

.service-list li span{
    font-size:14px;
}

.service-list li i{
    margin-right: 0;
}

}



/*=========================
Responsive
==========================*/

@media (max-width:991px){

    .google-review-section{
        padding:70px 0;
    }

    .review-wrapper{
        gap:20px;
    }

    .google-logo img{
        width:150px;
    }

}

@media (max-width:767px){

    .google-review-section{
        padding: 0px 0px;
    }

    .review-wrapper{
        flex-direction:column;
        text-align:center;
        gap:18px;
    }

    .rating-row{
        justify-content:center;
    }

    .review-btn{
        margin-left:0;
    }

}

@media (max-width:480px){

    .google-logo img{
        width:135px;
    }

    .review-content h3{
        font-size:20px;
    }

    .rating-number{
        font-size:16px;
    }

    .review-link{
        font-size:14px;
    }

    .review-btn{
        width:46px;
        height:46px;
    }

}

@media (max-width:767px) {
    .scroll-top {
        right: 20px;
        bottom: 20px;
        width: 45px;
        height: 45px;
    }
}
/*==========================
Responsive
==========================*/

@media (max-width:1199px){

.footer-top{
flex-direction:column;
}

.footer-social{
margin-top:30px;
}

}

@media (max-width:991px){

.luxia-footer{
padding:60px 0 30px;
}

.footer-box{
margin-bottom:35px;
}

.scroll-top{
right:25px;
bottom:110px;
}

}

@media (max-width:767px){

.footer-logo{
text-align:center;
margin-bottom:35px;
}

.footer-box,
.footer-links{
text-align:center;
}

.footer-top{
align-items:center;
}

.footer-social{
justify-content:center;
}

.scroll-top{
position:relative;
right:auto;
bottom:auto;
margin:35px auto 0;
display:flex;
align-items:center;
justify-content:center;
}

.footer-bottom{
margin-top:40px;
padding-top:25px;
}

.footer-bottom p{
font-size:14px;
line-height:1.8;
}

}

@media (max-width:575px){

.footer-box h5,
.footer-links h5{
font-size:18px;
}

.footer-box p,
.footer-box a,
.footer-links ul li a{
font-size:15px;
}

.footer-social a{
width:42px;
height:42px;
font-size:18px;
}

}







/* Desktop Hover */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}

/* Mobile */
@media (max-width: 991px) {

    .dropdown-menu {
        display: none;
        position: static !important;
        float: none;
        width: 100%;
        border: 0;
        box-shadow: none;
        background: #f8f8f8;
        padding: 0;
        margin-top: 0;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-item {
        padding: 12px 20px;
    }

}




/*====================================================
    RESPONSIVE
====================================================*/

@media(max-width:1199px){

.section-title h2{

font-size:38px;

}

}

@media(max-width:991px){

.py-100{

padding:80px 0;

}

.section-title{

text-align:center;

}

.section-title h2{

font-size:34px;

}

.about-section{

text-align:center;

padding: 40px 0;
}

.about-feature{

text-align:left;

}

.experience-box{

left:20px;
bottom:20px;

}

}

@media(max-width:767px){

.py-100{

padding:60px 0;

}

.section-title h2{

font-size:30px;

}

.experience-box{

position:relative;

left:auto;

bottom:auto;

margin:-45px auto 30px;

}

.why-card{

padding:30px 25px;

}

}

@media(max-width:575px){

.section-title h2{

font-size:26px;

}

.theme-btn{

display:block;

width:100%;

text-align:center;

}

.about-feature{

font-size:15px;

}

.experience-box{

width:140px;

padding:18px;

}

.experience-box span{

font-size:34px;

}

.icon{

width:65px;

height:65px;

}

.icon i{

font-size:24px;

}

}

/*=========================================
    WHY CHOOSE LUXIA
=========================================*/

.why-section{
    position: relative;
    padding: 70px 0;
    background:#0b0b0b;
    overflow:hidden;
}

/* Background Effects */

.why-section::before{
    content:'';
    position:absolute;
    top:-150px;
    right:-150px;
    width:350px;
    height:350px;
    background:rgba(212,175,55,.08);
    border-radius:50%;
    filter:blur(40px);
}

.why-section::after{
    content:'';
    position:absolute;
    left:-150px;
    bottom:-150px;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
    filter:blur(50px);
}

.why-section .container{
    position:relative;
    z-index:2;
}

.why-section .sub-title{
    color:#d4af37;
}

.why-section h2{
    color:#ffffff;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.why-section p{
    color:#bdbdbd;
    max-width:700px;
    margin:auto;
}

/* Cards */

.why-card{

background:#151515;

border:1px solid rgba(255,255,255,.08);

border-radius: 10px;

padding: 30px 30px 20px;

height:100%;

position:relative;

overflow:hidden;

transition:.45s ease;
}

.why-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#d4af37;

    transform:scaleX(0);

    transition:.45s;

}

.why-card:hover::before{

    transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-12px);

background:#1c1c1c;

border-color: #7c6832;

box-shadow:0 20px 50px rgba(212,175,55,.15);
}

/* Icon */

.icon{

width: 50px;

height: 50px;

border-radius:50%;

background:rgba(212,175,55,.08);

border:1px solid rgba(212,175,55,.25);

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

transition:.4s;
}

.icon i{

color:#d4af37;

font-size: 22px;

transition:.4s;
}

.why-card:hover .icon{

background: #CAA649;

transform:rotate(8deg) scale(1.08);
}

.why-card:hover .icon i{

    color:#111;

}

/* Heading */

.why-card h4{

margin-bottom: 14px;

color:#ffffff;

font-size: 19px;

margin-bottom: 12px;

margin-bottom:15px;
}

/* Text */

.why-card p{

color:#b8b8b8;

line-height: 1.7;

margin:0;
}

/* Shine Animation */

.why-card::after{

    content:'';

    position:absolute;

    top:-100%;

    left:-60%;

    width:50%;

    height:300%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.12),
        transparent
    );

    transform:rotate(25deg);

    transition:.8s;

}

.why-card:hover::after{

    left:150%;

}

/* Responsive */

@media(max-width:991px){

    .why-section{
        padding:80px 0;
    }

    .why-section h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .why-section{
        padding:60px 0;
    }

    .why-section h2{
        font-size:28px;
    }

    .why-card{
        padding:30px 25px;
        text-align: center;
    }

    .icon{
        width:70px;
        height:70px;
        display: flex;
        margin: 0 auto 20px;
    }

}


 


 

/*==========================================
    RESPONSIVE
==========================================*/

@media (max-width:1199px){

    .section-title{
        font-size:42px;
    }

    .service-info h4{
        font-size:22px;
    }

}

@media (max-width:991px){

    .property-services-section{
        padding:80px 0;
    }

    .section-title{
        font-size:36px;
    }

    .section-description{
        font-size:16px;
    }

    .service-image{
        margin-bottom: 10px;
    }

    .experience-card{
        width:130px;
        height:130px;
    }

    .experience-card h3{
        font-size:42px;
    }

    .service-card{
        padding:25px;
    }

    .service-cta{
        text-align:center;
        padding:40px 30px;
    }

    .service-cta .text-lg-right{
        text-align:center !important;
        margin-top:25px;
    }

}

@media (max-width:767px){

    .property-services-section{
        padding:60px 0;
    }

    .section-title{
        font-size:30px;
    }

    .section-description{
        font-size:15px;
    }

    .service-card{
        display:block;
        text-align:center;
    }

    .service-icon{
        margin:0 auto 20px;
    }

    .service-info h4{
        font-size:22px;
    }

    .feature-box{
        padding: 0px 10px;
    }

    .feature-box i{
        width:75px;
        height:75px;
        line-height:75px;
        font-size:30px;
    }

    .service-cta h3{
        font-size:28px;
    }

}

@media (max-width:575px){

    .section-title{
        font-size:26px;
    }

    .experience-card{
        width:110px;
        height:110px;
        left:20px;
        bottom:20px;
    }

    .experience-card h3{
        font-size:34px;
    }

    .experience-card span{
        font-size:12px;
    }

    .service-info h4{
        font-size:20px;
    }

    .service-info p{
        font-size:15px;
    }

    .service-cta{
        padding:30px 20px;
    }

    .service-cta h3{
        font-size:24px;
    }

    .service-cta .theme-btn{
        width:100%;
        text-align:center;
    }

} 


@media(max-width:991px){

    .contact-box{
        margin-bottom:30px;
    }

}

@media(max-width:767px){

    .contact-box{
        padding:25px;
    }

    .contact-info h5{
        font-size:18px;
    }

    .contact-icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:16px;
    }

    .whatsapp-btn{
        width:100%;
        font-size:16px;
        padding:14px;
    }

    .map-box iframe{
        height:220px;
    }
 
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 390px;
}
	
	.carousel-item img { 
    height: 490px;
}
	
	.service-wrapper .rkd-btn{    width: 180px;
    height: 43px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center; }
	
	.secure-property {
    background: #080808;
    text-align: center;
    padding: 40px 0;
}
	
	.clientsay h4 {
    padding: 10px 0;
    font-size: 20px;
    border-left: none;
    margin-top: 10px;
    min-height: auto;
    line-height: 36px;
    text-align: center;
}
	
	.map-section {
    margin: 40px 0;
}
	h1 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222222;
    font-weight: 600;
    line-height: 44px;
}
	
	.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content p{text-align: center}
	
	
	
	.secure-property h2 span { 
    font-size: 40px;
}
	.contact-card-right .contact-card {
    padding: 20px;
    margin: 20px -15px;
}
	
	.read-btn { 
    align-items: center;
    margin: 0 auto;
}
	
	}
	
	
	
	
	