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


@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  
 * { 
  box-sizing: border-box;
}
a {
    color: #d4af37;
} 

 
h1 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222222;
    font-weight: 500;
    line-height: 64px;
}

h2 {
    color: #000;
    margin-top: 0px;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    line-height: 48px;
}


h3 {
    color: #000;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    line-height: 42px;
}
  
  

/*=======================27july==============*/
     .container {
        max-width: 1280px;
    }

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
   font-family: "Open Sans", sans-serif;
    color:#222;
    overflow-x:hidden;
    background:#fff;
	  font-size: 16px;
    line-height: 28px;
 
}i {
    font-style: normal;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none !important;
    transition:.35s;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

button:focus,
.btn:focus,
.navbar-toggler:focus{
    outline:none;
    box-shadow:none;
}

/*==================================================
                NAVBAR
==================================================*/

.navbar{

padding: 5px 0;

transition:.4s;

background: white;

z-index:9999;
}

.navbar.scrolled{

background:#ffffff;

padding: 2px 0;

box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.navbar-brand img{

/* height:62px; */
}

.navbar-nav .nav-item{

margin:0 15px;

font-family: "Montserrat", sans-serif;

font-size: 16px;
}

.navbar-nav .nav-link{

    color:#fff;

    font-size:16px;

    font-weight:500;

    transition:.3s;

}

.navbar.scrolled .nav-link{

    color:#183c2c;

}

.navbar-nav .nav-link:hover{

    color:#d9af32;

}

.header-right{

    display:flex;

    align-items:center;

}

.phone{

color: #222222;

font-weight:500;

margin-right:20px;

font-size: 15px;
}



.phone i{

    margin-right:8px;

}

.navbar.scrolled .phone{

    color:#183c2c;

}

.phone a:hover{    color:#183c2c;}

.whatsapp{

width:44px;

height:44px;

background:#25D366;

display:flex;

justify-content:center;

align-items:center;

border-radius:4px;

color:#fff;

margin-right:15px;

font-size:20px;

height: 36px;
}

.book-btn{

background:#d9af32;

color:#fff;

padding: 3px 18px;

border-radius:3px;

font-weight:600;

height: 36px;

font-size: 13px;

font-family: "Open Sans", sans-serif;
}

.book-btn:hover{

    background:#bf9826;

    color:#fff;

}

/*==================================================
                HERO
==================================================*/

.hero-content .small-title {
    text-align: left;
    display: block;
    color: #CAA649;
    margin-bottom: 20px;
    font-weight: 500;
} 

.hero-section{

    position:relative;

}

.carousel-item{

/* height:100vh; */

min-height: 550px;

position:relative;
}

.carousel-item img{

width:100%;

/* height:100%; */

object-fit:cover;
}

.overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.55) 30%,
        rgba(0,0,0,.18) 70%,
        rgba(0,0,0,.08) 100%
    );

}

.hero-content{

position:absolute;

top: 24%;

left: 5%;

transform:translateY(-50%);

z-index:5;

max-width: 650px;

color:#fff;
}

.small-title{

font-size: 14px;

font-weight:500;

letter-spacing:1px;

/* text-transform:uppercase; */

font-family: "Open Sans", sans-serif;

/* text-align: center; */

display: block;
}

.hero-content h1{

font-size: 30px;

line-height: 40px;

font-weight: 700;

margin:20px 0;

color: #ffffff;

font-family: "Montserrat", sans-serif;

text-transform: uppercase;
}


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

margin:25px 0;

display: block;

margin: 0 auto;
}

.divider img{

width: 394px;

display: block;

margin: 0 auto;
}

.hero-content p{

font-size:22px;

line-height:40px;

max-width: 620px;

color:#fff;
}

.hero-btns{

margin-top:45px;

display:flex;

align-items: center;
}

.btn-gold{

background:#d8ac2f;

color:#fff;

padding: 12px 34px;

border-radius:3px;

font-weight:600;

margin-right:18px;

transition:.3s;

height: 48px;

font-size: 14px;
}

.btn-gold:hover{

    background:#b98e19;

    color:#fff;

}

.btn-gold i{

    margin-left:12px;

}

.btn-white{

background:#fff;

color:#183c2c;

padding: 12px 28px;

border-radius:3px;

font-weight:600;

height: 48px;

font-size: 14px;
}

.btn-white:hover{

    background:#f7f7f7;

    color:#183c2c;

}

.btn-white i{

    margin-left:12px;

}

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

                INDICATORS
==================================================*/

.carousel-indicators{

bottom: 2%;
}

.carousel-indicators li{

width: 10px!important;

height: 0px!important;

border-radius:50%;

margin:0 7px;

background:#d9af32;

opacity:.5;

padding: 0px!important;
}

.carousel-indicators .active{

    opacity:1;

    transform:scale(1.3);

}

/*==================================================
                CONTROLS
==================================================*/

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

    width:70px;

    opacity:0;

    transition:.3s;

}

#heroSlider:hover .carousel-control-prev,
#heroSlider:hover .carousel-control-next{

    opacity:1;

}

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

    width:35px;

    height:35px;

    background-size:60%;

    background-color:rgba(255,255,255,.18);

    border-radius:50%;

}

/*==================================================
                ANIMATION
==================================================*/

.carousel-item .hero-content{

    opacity:0;

    transform:translateY(-50px);

    transition:1s;

}

.carousel-item.active .hero-content{

    opacity:1;

    transform:translateY(0);

}

.hero-content h1{

    animation:fadeUp 1s ease;

}

.hero-content p{

animation:fadeUp 1.3s ease;

text-align: left;

font-size: 16px;
}

.hero-btns{

animation:fadeUp 1.6s ease;

display: table;

margin: 30px 0;
}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*=========================
Floating Buttons
==========================*/

.floating-contact{

position:fixed;

right: 0px;

bottom: 2%;

transform:translateY(-50%);

z-index:9999;

top: 88%;
}

.float-btn{

width: 40px;

height: 40px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

margin-bottom:10px;

color:#fff;

font-size:20px;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.float-btn:hover{

    color:#fff;

    transform:scale(1.08);

}

.whatsapp{

    background:#25D366;

}

.call{

    background:#8b8b8b;

}

/*=========================
Enquiry Button
==========================*/

.enquiry-btn{

position:fixed;

right: -60px;

top: 84%;

transform:rotate(-90deg);

background:#ffffff;

color:#111;

font-size: 16px;

font-weight:600;

padding: 7px 31px;

cursor:pointer;

z-index:9999;

box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.enquiry-btn:hover{

    background:#d8ac2f;

    color:#fff;

}

/*=========================
Modal
==========================*/

.modal-content{

    border:0;

    border-radius:12px;

}

.modal-header{

border:0;

background: #ffffff;

color:#fff;
}

.modal-header h4{

    margin:0;

    font-size:24px;

    font-weight:700;

}

.form-control{

    height:50px;

    border-radius:4px;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.submit-btn{

width:100%;

border:0;

background: #CAA649;

color: #000000;

padding: 8px;

font-size: 16px;

font-weight:600;

border-radius:4px;

transition:.35s;

height: 46px;
}

.submit-btn:hover{

background: #CAA649;

color: #ffffff;
}

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

@media(max-width:767px){

.floating-contact{

right:10px;

}

.float-btn{

width:42px;

height:42px;

font-size:18px;

}

.enquiry-btn{

font-size:16px;

padding:10px 25px;

right:-44px;

}

}


/*==========================================
        ABOUT SECTION
==========================================*/

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

.about-section{
    background:#fff;
    position:relative;
	padding:70px 0;
}

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

.about-content h2{
    font-size:52px;
    line-height:1.35;
    font-weight:300;
    color:#111;
    margin-bottom: 15px;
}

.about-content h2 strong{
    font-weight:700;
    color:#111;
}

.about-content p{
    /* font-size: 15px; */
    /* line-height: 28px; */
    color: #000000;
    /* margin-bottom:18px; */
}

/*==========================================
        BUTTON
==========================================*/

.about-btn{
    display:inline-flex;
    align-items:center;
    color:#111;
    font-size: 16px;
    font-weight:600;
    margin-top: 5px;
}

.about-btn span{

width: 32px;

height: 32px;

/* border:1px solid #ddd; */

margin-left: 18px;

display:flex;

align-items:center;

/* justify-content:center; */

border-radius:50%;

transition:.35s;
}

.about-btn:hover{

    color:#d4ac2b;

}

.about-btn:hover span{

    background:#d4ac2b;
    color:#fff;
    border-color:#d4ac2b;

}

/*==========================================
        IMAGE
==========================================*/

.about-image{

    overflow:hidden;

    height:100%;

}

.about-image img{

width:100%;

height: auto;

object-fit:cover;

transition:.5s;
}

.about-image:hover img{

transform:scale(1.05);

height: auto;
}

/*==========================================
        PRICE CARD
==========================================*/

.price-card{

border:1px solid #ececec;

background:#fff;

height: auto;
}

.price-top{

text-align:center;

padding: 30px 30px;
}

.price-top span{

    display:block;

    font-size:20px;

    color:#444;

}

.price-top h2{

color:#d4ac2b;

font-size: 40px;

font-weight:700;

margin: 8px 0 0px;
}

.price-top p{

font-size: 14px;

margin:0;
}

.price-card ul{

    margin:0;

    padding:0;

}

.price-card li{

display:flex;

justify-content:space-between;

align-items:center;

padding: 23px 27px;

border-top:1px solid #ececec;
}

.price-card li div{

    display:flex;

    align-items:center;

}

.price-card li i{

font-size: 18px;

margin-right: 12px;

color:#111;

line-height: 24px;
}

.price-card li strong{

font-size: 16px;

font-weight:600;

color:#111;
}

.price-card li span{

font-size: 14px;

color:#777;
}

/*==========================================
        BUTTON
==========================================*/

.schedule-btn{

background:#d4ac2b;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

height: 70px;

font-size: 16px;

font-weight:600;

transition:.35s;
}

.schedule-btn i{

    margin-left:18px;

}

.schedule-btn:hover{

    background:#b88f15;

    color:#fff;

}

/*==========================================
        BOTTOM IMAGE
==========================================*/

.bottom-image{

overflow:hidden; 

width: 426px;
}

.bottom-image img{

width: 100%;

transition:.5s;
}

.bottom-image:hover img{

    transform:scale(1.05);

}

/*==========================================
        STATS
==========================================*/

.stats-row{

    margin-left:30px;

}

.stat-box{

    text-align:center;

    padding:60px 20px;

    border-right:1px solid #e5e5e5;

}

.stat-box h2{

    font-size:72px;

    font-weight:700;

    color:#111;

    margin-bottom:12px;

}

.stat-box p{

    font-size:26px;

    color:#333;

    margin:0;

}

/*==========================================
        HOVER EFFECTS
==========================================*/

.price-card,
.about-image,
.bottom-image{

    transition:.35s;

}

.price-card:hover{

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.about-image img,
.bottom-image img{

    will-change:transform;

}

/*==========================================
        SPACING
==========================================*/

.mt-5{

margin-top:50px!important;
}


/*=====================================
Experience Section
=====================================*/

.experience-section{

    padding:100px 0;

    background:#fff;

}

.section-title{

    margin-bottom:55px;

}

.section-title h2{

    font-size:58px;

    font-weight:300;

    color:#111;

}

/*=====================================
Item
=====================================*/

.experience-item{

    text-align:center;

}

.experience-img{

    overflow:hidden;

}

.experience-img img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.6s;

}

.experience-item:hover img{

    transform:scale(1.08);

}

.experience-item h4{

    margin-top:20px;

    font-size:28px;

    font-weight:500;

}

/*=====================================
Owl Navigation
=====================================*/

.experience-slider .owl-nav{

    display:block;

}

.experience-slider .owl-prev{

    position:absolute;

    left:-60px;

    top:40%;

}

.experience-slider .owl-next{

    position:absolute;

    right:-60px;

    top:40%;

}

.experience-slider .owl-prev,
.experience-slider .owl-next{

    width:50px;

    height:50px;

    border-radius:50% !important;

    background:#fff !important;

    color:#111 !important;

    font-size:32px !important;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    transition:.3s;

}

.experience-slider .owl-prev:hover,
.experience-slider .owl-next:hover{

    background:#d4af37 !important;

    color:#fff !important;

}

.experience-slider .owl-dots{

    display:none;

}


.featured-products-section{padding: 0 0 60px;border-bottom: 1px solid #EAE8E8;margin-bottom: 0;}
.featured-products-content{
    text-align: center;
}
.featured-products-content h3{
    font-size: 18px;
    line-height: 30px;
}
.featured-products-content .btn-main{
    text-align: center;
    display: table;
    margin: 0 auto;
}

.featured-products-content .owl-carousel .owl-item {padding: 0 10px;}
.featured-products-content .owl-theme .owl-prev {top: 46%;left: -3%;}
.featured-products-content .owl-theme .owl-next {top: 46%;left: 101%;}


/*==========================================
        RESIDENTIAL SECTION
==========================================*/

.residential-section{
    background:#fff;
    overflow:hidden;
}

/*==========================================
        LEFT CONTENT
==========================================*/

.residential-content{
    height:100%;
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:70px 60px;
    background:#ffffff;
}

.residential-content h2{
    line-height:1.15;
    color:#111;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.residential-content h4{
    font-size:24px;
    font-weight:700;
    color:#d4af37;
    margin:0;
}

/*==========================================
        RIGHT IMAGE
==========================================*/

.residential-image{
    height:420px;
    overflow:hidden;
    position:relative;
}

.residential-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s ease;
}

.residential-image:hover img{
    transform:scale(1.08);
}

/*==========================================
        FEATURE BOXES
==========================================*/

.feature-box{
    background:#ffffff;
    min-height:260px;
    padding:55px 30px;
    display:flex;
    align-items:center;
    transition:.35s ease;
    border-right:1px solid #f2f2f2;
    position:relative;
}

.feature-box.active{
    background:#fcf8ec;
}

.feature-box:hover{
    /* background:#d4af37; */
    transform:translateY(-6px);
    /* box-shadow:0 20px 45px rgba(0,0,0,.12); */
}

.feature-box:hover .feature-number,
.feature-box:hover h5{
    color:#ffffff;
}

/*==========================================
        NUMBER
==========================================*/

.feature-number{
    font-size:74px;
    font-weight:300;
    color:#d4af37;
    margin-right:25px;
    min-width:48px;
    line-height:1;
    transition:.35s;
}

/*==========================================
        TEXT
==========================================*/

.feature-box h5{
    font-size:22px;
    line-height:1.45;
    font-weight:500;
    color:#111;
    margin:0;
    transition:.35s;
}

/*==========================================
        LAST BOX
==========================================*/

.feature-box:last-child{
    border-right:none;
}

/*==========================================
        HOVER EFFECT
==========================================*/

.feature-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:#111;
    transition:.35s;
}

.feature-box:hover::before{
    height:100%;
}

/*==========================================
        IMAGE SHADOW
==========================================*/

.residential-image::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top,
    rgba(0,0,0,.10),
    rgba(0,0,0,0));
    pointer-events:none;
}

/*==========================================
        SMOOTH TRANSITION
==========================================*/

.residential-content,
.feature-box,
.residential-image img{
    transition:all .35s ease;
}

 

.left{padding: 20px;display:flex;flex-direction:column;justify-content:center;}

.left h2{line-height:1.1;color:#111;font-size: 36px;font-weight: 600;margin-bottom: 20px;font-family: "Montserrat", sans-serif;}

.left p{
font-size:19px;
line-height:1.9;
color:#555;
margin-bottom:45px;
max-width:430px;
}

.btn{
display:inline-flex;
align-items:center;
gap:18px;
background:#caa32b;
color:#fff;
padding:18px 34px;
font-size:17px;
font-weight:500;
text-decoration:none;
width:max-content;
transition:.35s;
position:relative;
overflow:hidden;
}

.btn::before{
content:'';
position:absolute;
left:-100%;
top:0;
width:100%;
height:100%;
background:#111;
transition:.4s;
z-index:0;
}

.btn span{
position:relative;
z-index:2;
}

.btn:hover::before{
left:0;
}

.btn:hover{
letter-spacing:.8px;
}

.arrow{
font-size:22px;
}

/* CENTER */

.middle{
position:relative;
overflow:hidden;
background:#f5f5f5;
display:flex;
align-items:center;
justify-content:center;
}


.middle img{
width:100%;
height:100%;
object-fit:cover;
transition:.7s;
}

.middle:hover img{
transform:scale(1.08);
}

.badge{
position:absolute;
left:25px;
bottom:20px;
width:170px;
height:170px;
border-radius:50%;
background:#103a2d;
border:5px solid #caa32b;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:18px;
color:#fff;
transition:.4s;
box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.badge:hover{
transform:rotate(10deg) scale(1.06);
}

.badge h4{
font-size:13px;
font-weight:400;
letter-spacing:1px;
text-transform:uppercase;
}

.badge h3{
font-size:29px;
line-height:1.2;
margin-top:10px;
color:#e9c45a;
font-family:Georgia,serif;
}

/* RIGHT */

.right{background:#caa32b;padding: 26px;display:flex;align-items:center;}

.right ul{
list-style:none;
width:100%;
}

.right li{display:flex;align-items:flex-start;gap: 12px;color:#fff;font-size: 17px;margin-bottom: 24px;transition:.35s;cursor:pointer;position: relative;}

.right li:last-child{
margin-bottom:0;
}

.right li:hover{
transform:translateX(12px);
}

.icon{width: 20px;height: 20px;min-width: 20px;border-radius:50%;background:#fff3d0;display:flex;align-items:center;justify-content:center;color:#caa32b;font-weight:bold;font-size: 14px;transition:.3s;top: 5px;position: relative;}

.right li:hover .icon{
transform:rotate(360deg);
background:#fff;
}


.destination{padding: 70px 20px;}

.container{/* max-width:1320px; */margin:auto;}

/* Heading */

.section-title{
text-align:center;
margin-bottom:25px;
}

.section-title h2{font-size: 36px;font-weight: 600;line-height: 1.20;display:inline-block;position:relative;}

.section-title h2::after{content:'';position:absolute;left:50%;bottom:-15px;transform:translateX(-50%);width:90px;height:4px;background:#caa32b;transition:.4s;display: none;}

.section-title:hover h2::after{
width:150px;
}

.section-title p{max-width:930px;margin: 35px auto 0;font-size: 16px;line-height:1.9;color: #000000;font-weight: 500;}

/* Cards */

.features{margin-top: 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}

.card{
transition:.45s;
cursor:pointer;
}

.card:hover{
transform:translateY(-12px);
}

.image-box{overflow:hidden;border-radius:8px;box-shadow: 0 15px 35px rgb(207 207 207 / 8%);}

.image-box img{
width:100%;
height:310px;
object-fit:cover;
display:block;
transition:.7s;
}

.card:hover img{
transform:scale(1.12);
}

.content{padding: 30px 15px 0px;text-align:center;}

.content h3{
font-size:33px;
font-weight:600;
margin-bottom:18px;
transition:.3s;
}

.card:hover h3{
color:#caa32b;
}

.content p{font-size: 16px;line-height:1.9;color: #222222;}






.features-grid{display:grid;grid-template-columns:320px repeat(3,1fr);gap:18px;margin-bottom: 70px;}

/* ===========================
   Common Card
=========================== */

.feature-card{background:#fdf8eb;padding:22px;display:flex;align-items:center;gap:18px;/* border:1px solid #f2ead5; */transition:.4s ease;cursor:pointer;min-height:150px;overflow:hidden;position:relative;}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.feature-card::before{
content:"";
position:absolute;
left:0;
bottom:0;
width:0;
height:4px;
background:#c7a12c;
transition:.4s;
}

.feature-card:hover::before{
width:100%;
}

/* ===========================
   First Card
=========================== */

.feature-intro{background:#fff;justify-content:center;flex-direction:column;text-align:center;border: 1px solid #f5eedb;}

.feature-intro h2{
font-size:56px;
font-weight:700;
line-height:1;
margin-bottom:18px;
color:#111;
}

.visit-btn{display:inline-flex;align-items:center;gap:15px;font-size: 16px;text-decoration:none;color:#222;font-weight:500;transition:.3s;}

.visit-btn span:last-child{font-size: 18px;transition:.3s;}

.feature-intro:hover .visit-btn{
color:#c7a12c;
}

.feature-intro:hover .visit-btn span:last-child{
transform:translateX(10px);
}

/* ===========================
   Image
=========================== */

.image-box{
width:118px;
height:100px;
border-radius:2px;
overflow:hidden;
flex-shrink:0;
}

.image-box img{
width:100%;
height:100%;
object-fit:cover;
transition:.6s;
}

.feature-card:hover img{
transform:scale(1.12);
}

/* ===========================
   Text
=========================== */

.feature-content h3{
font-size:20px;
font-weight:500;
line-height:1.45;
color:#222;
transition:.3s;
}

.feature-card:hover h3{
color:#c7a12c;
}


/*=============================
      CTA SECTION
=============================*/

.cta-section{
 
background-image: url(../images/cta-bg.jpg);
 
background-repeat: no-repeat;
 
background-size: cover;
 
background-position: center;
 
position:relative;
 
padding: 70px 0;
 
overflow:hidden;
}

.cta-section::before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.62); 
}

.cta-container{

    max-width:1000px;
    margin:auto;
    position:relative;
    z-index:2;
    text-align:center;
}

/* Heading */

.cta-title{

font-size: 50px;

color:#fff;

font-weight:300;

line-height:1.15;
}

.cta-title span{

    display:block;
    color:#f3c63d;
    font-size:72px;
    font-weight:700;
}

/* Decorative Divider */

.divider{

width:395px;

margin: 15px auto 25px;

position:relative;
}

/*.divider::before,
.divider::after{

    content:"";
    position:absolute;
    top:50%;
    width:90px;
    height:2px;
    background:#d9b24c;
}

.divider::before{

    left:0;
}

.divider::after{

    right:0;
}*/

.divider span{

    display:inline-block;
    color:#d9b24c;
    font-size:34px;
    animation:shine 3s infinite;
}

@keyframes shine{

    50%{
        transform:scale(1.2);
    }
}

/* Paragraph */

.cta-text{

color:#f2f2f2;

font-size: 16px;

max-width: 670px;

margin:auto;
}

/* Buttons */

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top: 45px;

flex-wrap:wrap;
}

/* Primary */

.btn-primary{

background:#d9b24c;

color:#fff;

text-decoration:none;

padding: 18px 37px;

min-width: 210px;

font-weight:600;

display:flex;

justify-content:center;

align-items:center;

gap: 15px;

transition:.35s;

position:relative;

overflow:hidden;

height: 60px;
}

.btn-primary::before{

    content:"";
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    transition:.4s;
    z-index:0;
}

.btn-primary span{

    position:relative;
    z-index:2;
}

.btn-primary:hover::before{

    left:0;
}

.btn-primary:hover{

    color:#111;
    transform:translateY(-5px);
}

/* WhatsApp */

.btn-outline{

border:2px solid #d9b24c;

color:#d9b24c;

text-decoration:none;

padding:18px 38px;

min-width:210px;

display:flex;

justify-content:center;

align-items:center;

gap:12px;

font-weight:600;

transition:.35s;

height: 60px;
}

.btn-outline:hover{

    background:#25D366;
    border-color:#25D366;
    color:#fff;
    transform:translateY(-5px);
}

.btn-outline i{

    font-size:22px;
}



.benefits-section{
    padding:80px 20px;
}

 

/*======================
    GRID
=======================*/

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid #eee;
}

.box{
    min-height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px;
    transition:.4s;
    position:relative;
    overflow:hidden;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}

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

/*======================
   HOVER
=======================*/

.box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    z-index:2;
}

.box::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:4px;
    background:#d4af37;
    transition:.4s;
}

.box:hover::before{
    width:100%;
}

/*======================
   GOLD BOX
=======================*/

.gold{
    background:#d4af37;
    color:#fff;
}

.gold h2{
    font-size: 38px;
    line-height:1.25;
    margin-bottom:25px;
    font-weight: 600;
    color: #fff;
}

.gold p{
    font-size: 16px;
    line-height:1.9;
}

/*======================
   CONTENT BOX
=======================*/

.content h3{
    font-size:24px;
    margin-bottom:20px;
    color:#111;
    transition:.3s;
}

.content p{
    color: #222222;
    font-size: 16px;
    line-height: 1.7;
}

.box:hover h3{
    color:#d4af37;
}

/*======================
   IMAGE
=======================*/

.image{
    padding:0;
}

.image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.image:hover img{
    transform:scale(1.1);
}


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

.location-contact{

padding: 70px 0;
}

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

.location-box {background: #fff;border: 1px solid #FBF4DB;padding:45px;height:100%;transition:.4s;}

.contact-box{background: #FFFBEE;/* border: 1px solid #FBF4DB; */padding: 45px 45px 25px 45px;height:100%;transition:.4s;}

 
.contact-box:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(0,0,0,.12);

}

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

.section-title{

font-weight:700;

text-align:center;

color:#111;

font-size: 42px;

font-weight: 500;

margin-bottom: 20px;

font-family: "Montserrat", sans-serif;
}

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

.map-img{

overflow:hidden;

border-radius: 130px;
}

.map-img img{

transition:.6s;

}

.map-img:hover img{

transform:scale(1.08);

}

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

.location-list{

padding:0;

margin:0 0 25px;

list-style:none;

}

.location-list li{

display:flex;

justify-content:space-between;

padding:14px 0;

font-size: 16px;

border-bottom:1px solid #f1f1f1;

transition:.3s;
}

.location-list li:hover{

padding-left:10px;

}

.location-list strong{

color:#c8a12f;

font-weight:600;

}

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

.gold-btn{

display:inline-flex;

align-items:center;

justify-content:center;

background:#d4af37;

color:#fff;

padding: 15px 25px;

font-weight:600;

text-decoration:none;

transition:.35s;

position:relative;

overflow:hidden;

border-radius: 2px;
}

.gold-btn::before{

content:"";

position:absolute;

left:-100%;

top:0;

width:100%;

height:100%;

background:#111;

transition:.35s;

}

.gold-btn i,
.gold-btn{

position:relative;

z-index:2;

}

.gold-btn:hover{

color:#fff;

text-decoration:none;

} 
.gold-btn a:hover{color:#fff;}

.gold-btn:hover::before{

left:0;

}

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

.subtitle{

text-align:center;

font-size: 16px;

line-height: 1.7;

margin-bottom: 20px;
}

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

.custom-input{

border:none;

border-bottom:1px solid #777;

border-radius:0;

background:transparent;

padding-left:0;

font-size:18px;

box-shadow:none!important;

margin-bottom:20px;

}

.custom-input:focus{

border-color:#d4af37;

}

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

textarea.custom-input{

resize:none;

}

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

.whatsapp-link{font-size: 16px;color:#c8a12f;font-weight:500;text-decoration:none;transition:.3s;}

.whatsapp-link i{

margin-right:8px;

}

.whatsapp-link:hover{

text-decoration:none;

color:#25D366;

padding-left:8px;

}


.faq-section{

padding: 0px 0 80px;
}

.faq-title{

font-size: 36px;

font-weight: 600;

text-align:center;

margin-bottom: 30px;

color:#111;

font-family: "Montserrat", sans-serif;
}

/* Card */

.faq-card{

border:1px solid #f0e7cb;

border-radius:0;

margin-bottom:14px;

transition:.3s;

}

.faq-card:hover{

box-shadow:0 10px 25px rgba(0,0,0,.08);

transform:translateY(-2px);

}

.card-header{

background:#fff;

padding:0;

border:none;

}

.faq-btn{

display:flex;

justify-content:space-between;

align-items:center;

padding: 20px 25px;

font-size: 18px;

font-weight:600;

color:#222;

text-decoration:none;

transition:.3s;
}

.faq-btn:hover{

text-decoration:none;

color:#c8a12f;

}

.card-body{

padding:0 25px 25px;

font-size: 16px;

line-height:1.9;

color:#555;
}

/* Icons */

.faq-btn i{

transition:.35s;

font-size:16px;

color:#666;

}

.faq-btn[aria-expanded="true"] i{

transform:rotate(180deg);

color:#c8a12f;

}

/* Remove Bootstrap Arrow */

.faq-btn.collapsed i{

transform:rotate(0deg);

}


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

.footer-section{

background:#343b2f;

color: #fff;

padding:70px 0 30px;

position:relative;

font-size: 14px;
}

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

.footer-logo{

max-width:220px;

transition:.5s;

}

.footer-logo:hover{

transform:scale(1.05);

}

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

.about-text{

border-left: 1px solid rgb(149 145 145 / 12%);

padding-left:40px;
}

.about-text p{

font-size: 16px!important;

line-height:2;

margin:0;
}

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

.scroll-top{

width:55px;

height:55px;

background:#d4af37;

display:inline-flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:22px;

transition:.35s;

}

.scroll-top:hover{

background:#fff;

color:#d4af37;

transform:translateY(-6px);

text-decoration:none;

}

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

.footer-line{

border-color: rgb(149 145 145 / 12%);

margin: 30px 0;
}

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

.footer-section h6{

font-size: 15px;

font-weight: 600;

color:#fff;

margin-bottom: 10px;
}

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

.footer-section .phone{

display:inline-block;

font-size: 36px;

font-weight: 600;

color:#d4af37;

transition:.35s;
}

.phone i{

color:#25D366;

margin-right:10px;

}

.phone:hover{

color: #d8ac2f;

text-decoration:none;
}

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

.footer-arrow{

float: right;

font-size:26px;

color:#d4af37;

margin-top: -5px;

animation:arrow 1.3s infinite;

margin-right: 20px;
}

@keyframes arrow{

50%{

transform:translateX(10px);

}

}

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

.footer-section p{

font-size: 14px;

line-height:1.9;

margin:0;
}

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

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom: 10px;
}

.footer-links a{

color:#ddd;

transition:.3s;

font-size: 14px;
}

.footer-links a:hover{

color:#d4af37;

padding-left:8px;

text-decoration:none;

}

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

.social-icons{

display:flex;

justify-content:flex-end;

gap:15px;

}

.social-icons a{

width:48px;

height:48px;

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

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

color:#fff;

font-size:20px;

transition:.35s;

}

.social-icons a:hover{

background:#d4af37;

border-color:#d4af37;

transform:translateY(-6px) rotate(360deg);

}

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

.copyright{

text-align: left;

font-size: 14px;

color:#ddd;
}

.copyright strong{

color:#fff;

}


.about-company{

padding: 70px 0 0;
}

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

.about-content h2{

font-size:42px;

font-weight:700;

margin-bottom:25px;

}

.lead-text{

font-size:22px;

line-height:1.9;

color:#333;

margin-bottom:25px;

}

.small-text{

font-size:16px;

line-height:2;

color:#666;

}

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

.image-grid{

position:relative;

display:flex;

gap:15px;

align-items:stretch;

}


/*======================================
    Statistics Section
=======================================*/

.stats-section{

padding: 60px 0px 80px;

background:#ffffff;
}

.stats-wrapper{

    background:#353c31;

    border-radius:2px;

    overflow:hidden;

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

}

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

.stat-box{

    position:relative;

    text-align:center;

    padding:55px 20px;

    border-right:1px solid rgba(212,175,55,.20);

    transition:.45s ease;

    cursor:pointer;

}

/* Hover Background */

.stat-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:0;

    background:#40493b;

    transition:.45s;

    z-index:0;

}

.stat-box:hover::before{

    height:100%;

}

/* Gold Bottom Line */

.stat-box::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:0;

    width:0;

    height:3px;

    background:#d8b43d;

    transition:.35s;

    transform:translateX(-50%);

}

.stat-box:hover::after{

    width:100%;

}

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

.stat-box h2{

    position:relative;

    z-index:2;

    color:#d8b43d;

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

    transition:.35s;

    letter-spacing:.5px;

}

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

.stat-box p{

position:relative;

z-index:2;

color:#ffffff;

font-size: 16px;

font-weight:400;

margin:0;

transition:.35s;
}

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

.stat-box:hover{

    transform:translateY(-6px);

}

.stat-box:hover h2{

    transform:scale(1.08);

    letter-spacing:1px;

}

.stat-box:hover p{

    color:#f3f3f3;

}

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

.border-right-0{

    border-right:none;

}


.residential-plots{}
.residential-plots img{}
.residential-plots-mathura-section{}
.aboutcompany img{} 
.lead-text26 {
    font-size: 24px !important;
    line-height: 40px !important;
}

.dividerline{}
.main-section{
    margin-bottom: 70px;
}
.divine-location img{}




/*==================================================
Why Choose Section
==================================================*/

.why-section{
    padding: 0px 0 70px;
    background:#ffffff;
}

/*==================================================
Card
==================================================*/

.why-card{

background:#fff;

border:1px solid #ececec;

padding: 30px;

text-align:center;

height:100%;

transition:.35s ease;

position:relative;

overflow:hidden;

margin-top: 20px;
}

/* Top Border Animation */

.why-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:#c89b4d;

    transform:scaleX(0);

    transition:.4s ease;

}

/* Hover */

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    border-color:#ffffff;

}

.why-card:hover::before{

    transform:scaleX(1);

}

/*==================================================
Icon
==================================================*/

.icon-box{

    width:72px;

    height:72px;

    margin:0 auto 22px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.icon-box i{

    font-size:34px;

    color:#111;

    transition:.35s;

}

.why-card:hover .icon-box{

    background:#c89b4d;

}

.why-card:hover .icon-box i{

    color:#fff;

    transform:rotateY(180deg);

}

/*==================================================
Heading
==================================================*/

.why-card h3{

font-size: 22px;

font-weight:600;

color:#111;

margin-bottom:20px;

line-height:1.3;
}

/*==================================================
Paragraph
==================================================*/

.why-card p{

font-size: 16px;

color: #222222;

line-height: 1.7;

margin-bottom:0;
}



.luxia-promise-section{

background:#373d35;

padding: 70px 0;

position:relative;

overflow:hidden;

margin-bottom: 70px;
}

/*==================================================
Heading
==================================================*/

.promise-title{

    font-size:58px;

    font-weight:300;

    color:#ffffff;

    margin-bottom:18px;

    letter-spacing:.5px;

    transition:.4s;

}

.promise-subtitle{

max-width:980px;

margin: 0 auto 45px;

color:rgba(255,255,255,.88);

font-size:21px;

line-height:1.9;

font-weight:300;
}

/*==================================================
Welcome Title
==================================================*/

.welcome-title{

    font-size:42px;

    font-weight:600;

    color:#ffffff;

    margin-bottom:15px;

}

.welcome-text{

    font-size:20px;

    color:rgba(255,255,255,.92);

    margin-bottom:45px;

    font-weight:400;

}

/*==================================================
Logo
==================================================*/

.luxia-logo{

margin-bottom: 30px;
}

.luxia-logo img{

    width:190px;

    margin:auto;

    transition:.4s ease;

}

.luxia-logo:hover img{

    transform:scale(1.06);

}

/*==================================================
Divider
==================================================*/

.gold-divider{

margin-bottom: 40px;
}

.gold-divider img{

    width:320px;

    margin:auto;

}

/*==================================================
Content
==================================================*/

.promise-content{

    max-width:1000px;

    margin:auto;

}

.promise-content p{

    font-size:21px;

    color:rgba(255,255,255,.88);

    line-height:2;

    font-weight:300;

    margin-bottom:28px;

}

.promise-content p:last-child{

    margin-bottom:0;

}

/*==================================================
Hover Effects
==================================================*/

.promise-title:hover{

    letter-spacing:1px;

}

.gold-divider img{

    transition:.4s;

}

.gold-divider:hover img{

    transform:scale(1.05);

} 



.testimonial-section{
    padding: 70px 0;
    /* background: #FFFBEE; */
}

/*=========================================
Testimonial Card
=========================================*/

.testimonial-card{

background: #f8f8f8;

/* border: 1px solid #f9f7ee; */

border-radius:4px;

padding: 30px;

min-height: 290px;

display:flex;

flex-direction:column;

justify-content:space-between;

transition:all .35s ease;

position:relative;

overflow:hidden;

margin: 10px;
}

/* Top Border */

.testimonial-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:3px;

    background:#c79b45;

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-8px);

/* box-shadow:0 20px 40px rgba(0,0,0,.08); */
}

.testimonial-card:hover::before{

    transform:scaleX(1);

}

/*=========================================
Quote Icon
=========================================*/

.quote-icon{

margin-bottom: 10px;
}

.quote-icon i{

    font-size:34px;

    color:#ececec;

    transition:.3s;

}

.testimonial-card:hover .quote-icon i{

    color:#c79b45;

}

/*=========================================
Testimonial Text
=========================================*/

.testimonial-text{

font-size: 15px;

line-height: 26px;

color:#222;

font-weight:400;

/* margin-bottom:55px; */

/* margin: 20px; */
}

/*=========================================
Client Info
=========================================*/

.client-info{

    display:flex;

    align-items:center;

}

.client-image{

    width:52px;

    height:52px;

    border-radius:50%;

    overflow:hidden;

    margin-right:15px;

    flex-shrink:0; display:none;

}

.client-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.35s;

}

.testimonial-card:hover .client-image img{

    transform:scale(1.08);

}

.client-details h4{

    font-size:18px;

    font-weight:600;

    color:#111;

    margin-bottom:4px;

}

.client-details span{

    font-size:15px;

    color:#555;

    display:block;

}



.about-bg {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-bg {
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.contact-bg {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


 

 .inner-banner-section {
    position: relative;
    display: block;
    min-height: 468px;
    margin-top: 0;
}
.inner-hdng-parent {
    min-height: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-bg{
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-bg{
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-bg{
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery-section{padding:70px 0}

.gallerybox{margin-bottom:30px;}


a{
    text-decoration:none !important;
    transition:.35s ease;
}

img{
    width:100%;
    display:block;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

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

/*==================================================
Blog Item
==================================================*/

.blog-item{

    background:#fff;

    border:1px solid #ececec;

    border-radius:12px;

    overflow:hidden;

    margin-bottom:24px;

    transition:.35s;

    position:relative;

}

.blog-item:hover{

    transform:translateY(-6px);

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

}

.blog-item::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#d4af37;

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.blog-item:hover::before{

    transform:scaleX(1);

}

/*==================================================
Blog Image
==================================================*/

.blog-image{

    overflow:hidden;

    height:100%;

}

.blog-image img{

height:100%;

/* object-fit:cover; */

transition:.5s;
}

.blog-item:hover .blog-image img{

    transform:scale(1.08);

}

/*==================================================
Blog Content
==================================================*/

.blog-content{

padding: 8px 6px;

height:100%;

display:flex;

flex-direction:column;

justify-content:center;
}

.blog-date{

    display:inline-block;

    font-size:15px;

    color:#8b8b8b;

    margin-bottom:18px;

}

.blog-content h3{

font-size:20px;

line-height:1.55;

font-weight:600;

margin-bottom: 10px;

margin-top: 5px;
}

.blog-content h3 a{

    color:#111;

}

.blog-content h3 a:hover{

    color:#c89b4d;

}

.blog-content p{

    color:#555;

    font-size:16px;

    line-height:1.9;

    margin-bottom:20px;

}

.read-btn{

    font-size:15px;

    font-weight:600;

    color:#c89b4d;

    display:inline-flex;

    align-items:center;

}

.read-btn i{

    margin-left:8px;

    transition:.35s;

}

.read-btn:hover i{

    transform:translateX(6px);

}

/*==================================================
Featured Blog
==================================================*/

.featured-blog{

    background:#d8b334;

    border:none;

}

.featured-blog .blog-date,
.featured-blog h3 a,
.featured-blog p,
.featured-blog .read-btn{

    color:#fff;

}


.featured-blog:hover{

    background:#c79d1d;

}

/*==================================================
Sidebar
==================================================*/

.sidebar-widget{

    background:#fcf7ea;

    border-radius:10px;

    padding:30px;

    margin-bottom:22px;

    transition:.35s;

}

.sidebar-widget:hover{

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.sidebar-widget h4{

font-size: 26px;

font-weight:600;

text-align:center;

margin-bottom: 30px;

color: #C9A441;

/* position:relative; */

/* background: #000; */

padding-top: 0px;

border-radius: 5px;
}

.sidebar-widget h4::after{

content:"";

display:block;

width:100%;

height:1px;

background: #62512b;

margin-top:15px;
}

.sidebar-widget ul li{

    margin-bottom:18px;

}

.sidebar-widget ul li:last-child{

    margin-bottom:0;

}

.sidebar-widget ul li a{

color: #ffffff;

font-size: 15px;

line-height: 1.7;

display:block;
}

.sidebar-widget ul li a:hover{

    color:#c89b4d;

    padding-left:8px;

}

/*=========================================
Featured Blog
=========================================*/

.featured-blog{
    background:#d8b334;
    border:none;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
}

/* Shine Effect */

.featured-blog::after{

    content:"";

    position:absolute;

    top:-120%;

    left:-40%;

    width:35%;

    height:300%;

    background:rgba(255,255,255,.18);

    transform:rotate(25deg);

    transition:all .8s ease;

}

/* Hover */

.featured-blog:hover{

    background:#c89b2c;

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(201,155,44,.35);

}

.featured-blog:hover::after{

    left:130%;

}

/* Text */

.featured-blog .blog-date,
.featured-blog h3 a,
.featured-blog p,
.featured-blog .read-btn{

    color:#fff;

    transition:.3s;

}

.featured-blog:hover h3 a{

    color:#fff;

}

.featured-blog .read-btn i{

    transition:.3s;

}

.featured-blog:hover .read-btn i{

    transform:translateX(8px);

	
	
}

.featured-blog .blog-image{
    overflow:hidden;
}

.featured-blog .blog-image img{
    transition:.5s ease;
}

.featured-blog:hover .blog-image img{
    transform:scale(1.08);
}


/*=========================================
Blog Details
=========================================*/

.blog-single{
    padding-right:20px;
}

.blog-date{

    display:inline-block;

    color:#8f8f8f;

    font-size:14px;

    font-weight:500;

    margin-bottom:15px;

}

.blog-title{

font-size: 40px;

line-height:1.25;

font-weight:600;

color:#161616;

margin-bottom:30px;
}

/*=========================================
Featured Image
=========================================*/

.blog-image{

    overflow:hidden;

    border-radius:12px;

    margin-bottom:45px;

}

.blog-image img{

    width:100%;

    transition:.6s;

}

.blog-image:hover img{

    transform:scale(1.05);

}

/*=========================================
Content
=========================================*/

.blog-content h2{

font-size: 34px;

font-weight:600;

margin-bottom:20px;

color:#181818;

margin-top: 20px;
}

.blog-content h4{

font-size:26px;

margin: 15px 0 15px;

font-weight:600;

color:#202020;

line-height: 36px;
}

.blog-content h5{

    font-size:20px;

    font-weight:600;

    margin-bottom:10px;

    color:#111;

}

.blog-content p{

color: #000000;

font-size:17px;

line-height:2;

margin-bottom: 20px;
}

/*=========================================
List
=========================================*/

.blog-list{

    margin:20px 0 30px;

    padding-left:25px;

    list-style:disc;

}

.blog-list li{

    margin-bottom:14px;

    color:#444;

    font-size:17px;

}

/*=========================================
Feature Box
=========================================*/

.feature-box{

margin-bottom:28px;

padding-bottom:22px;

border-bottom:1px solid #eeeeee;

transition:.35s;

margin-top: 0;
}

.feature-box:last-child{

    border-bottom:none;

}

/*.feature-box:hover{

    padding-left:12px;

}*/

.feature-box h5{

    color:#111;

}

.feature-box:hover h5{

    color:#ffffff;

}

/*=========================================
Category Box
=========================================*/

.blog-category{

margin-top: 20px;

padding: 15px;

background: #fff;

border-radius:6px;

border: 1px solid #f7f7f7;
}

.blog-category h4{

    font-size:30px;

    margin-bottom:18px;

    color:#222;

}

.blog-category a{

    display:inline-block;

    margin-right:10px;

    margin-bottom:10px;

    color:#444;

    font-size:16px;

}

.blog-category a:hover{

    color:#d4af37;

}

/*=========================================
Sidebar
=========================================*/

.sidebar-widget{

background: #ffffff;

padding: 25px;

border-radius:10px;

position: relative;

top: 0px;

transition:.35s;

border: 1px solid #efefef;

background: #1C1C1C;

border: 1px solid rgb(99 80 31 / 45%);

border-radius: 4px;

padding: 30px;

transition: .35s ease;

margin-bottom: 20px;
}

.sidebar-widget:hover{

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

}

.sidebar-widget h3{

text-align:center;

font-size:30px;

font-weight:600;

margin-bottom:22px;

color: #fff;

position:relative;

font-size: 26px;

font-weight: 600;

text-align: center;

margin-bottom: 30px;

color: #C9A441;

/* position: relative; */

/* background: #000; */

padding-top: 0px;

border-radius: 5px;
}

.sidebar-widget h3::after{

content:"";

width:100%;

height:1px;

background:#e6dcc5;

display:block;

margin-top:15px;

background: #62512b;
}

/*=========================================
Search Form
=========================================*/

.search-form{

    margin-top:25px;

}

.search-form .input-group{

border: 1px solid #1e1809;

background:#fff;

border-radius:8px;

overflow:hidden;
}

.search-form .form-control{

border:none;

height: 44px;

box-shadow:none;

font-size:15px;

padding-left:18px;

border: 1px solid #62512b;
}

.search-form .form-control:focus{

    box-shadow:none;

}

.search-form button{

background: #C9A441;

color:#fff;

border:none;

padding:0 28px;

font-size:15px;

font-weight:600;

transition:.35s;
}

.search-form button:hover{

    background:#b88d11;

}


.contact-section{
    padding: 80px 0 60px;
}

.contact-content{
    padding-right:45px;
}

.contact-content h2{
    /* font-size:52px; */
    /* font-weight:700; */
    line-height:1.15;
    margin-bottom:22px;
    color:#111;
}

.contact-desc{
    font-size: 16px;
    line-height: 1.7;
    color:#555;
    margin-bottom:45px;
}

.info-box{
    margin-bottom:42px;
}

.info-box h6{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
    letter-spacing:1px;
}

.info-box p{
    color:#444;
    line-height: 1.7;
    margin:0;
    font-size: 16px;
}

.info-box a{
    color:#333;
    font-size: 16px;
}

.info-box a:hover{
    color:#d3a528;
}

.contact-image{
    background:#fcf7e7;
    overflow:hidden;
}

.contact-image img{
    width:100%;
    transition:.5s;
}

.contact-image:hover img{
    transform:scale(1.06);
}

.contact-line{

display:flex;

align-items:center;

justify-content:space-between;

border-bottom: 1px solid #ffeec5;

padding-bottom: 14px;
}

.contact-line .left{
    display:flex;
    align-items:center;
}

.contact-line i.fa-whatsapp{
    color:#25D366;
    font-size:28px;
    margin-right:18px;
}

.contact-line a{
    color:#d8aa2d;
    font-size: 25px;
    font-weight:600;
}

.contact-line a:hover{
    color:#111;
}

.arrow{

color:#d8aa2d;

font-size: 26px;

transition:.4s;
}

.contact-line:hover .arrow{
    transform:translateX(8px);
}

.map-section{

margin: 70px 0;
}

.map-heading{

/* padding: 45px 20px 25px; */

text-align:center;
}

.map-heading h6{

    text-transform:uppercase;
    font-weight:700;
    margin-bottom:15px;
    font-size:15px;

}

.map-heading h2{

/* font-size:52px; */

/* font-weight:700; */
}

.map-box iframe{

    width:100%;
    height:520px;
    border:0;

}

.destination .image-box {
    width: 100%;
    height: auto; }

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

.boxinvestleft{}

.boxinvestleft{
    float: left;
    display: inline-block;
    width: 42%;
    padding: 63px 20px 0px 30px;
}

.inveestleftcontent{}

.boxinvestright{
    float: right;
    display: inline-block;
    /* width: 62%; */
    margin-right: -1px;
}

.boxinvestright img{width: auto;}


.boxinvest{
    display: table;
    border: 1px solid #EDEDED;
    width: 100%;
}


.modal-content {
    color: #fff;
    padding: 36px;
    margin-top: 14%;
    border-radius: 5px;
    background: #1C1C1C;
    border: 1px solid #4B3C16;
}
 
.modal-body { 
    padding: 0;
}
.modal-header {
    color: #ffffff;
    padding: 0 0 20px;
    margin-bottom: 0;
    background: #1c1c1c;
}
.form-control {
    height: 46px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    background-color: #141414;
    border: 1px solid #4B3C16;
    padding-left: 10px;
}











 






 /*==============================
  RKD CTA BUTTONS
==============================*/

.rkd-cta-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.rkd-btn{
    /* width:230px; */
    height:48px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    border-radius:2px;
    text-decoration:none;
    font-size: 15px;
    font-weight:500;
    letter-spacing:.2px;
    transition:all .4s ease;
    margin: 0 10px 0 0;
    padding: 20px 34px;
}

.rkd-btn span{
    position:relative;
    z-index:2;
}

.rkd-btn i{
    margin-right: 7px;
    x;
    margin-left: 0px;
    font-size: 16px;
    position:relative;
    z-index:2;
    transition:all .35s ease;
}

/* Shine Effect */

.rkd-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    transition:.6s;
}

/*==============================
  Schedule Visit Button
==============================*/

.rkd-btn-visit{
    background: #CAA649;
    color: #000000;
}

.rkd-btn-visit:hover{
    color:#fff;
    text-decoration:none;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.rkd-btn-visit:hover::before{
    left:140%;
}

.rkd-btn-visit:hover i{
    transform:translateX(8px);
}

/*==============================
  Download Brochure Button
==============================*/

.rkd-btn-brochure{
    background: transparent;
    color:#0b5346;
    border: 1px solid #CAA649;
    color: #CAA649;
}

.rkd-btn-brochure:hover{
    background:#343b2f;
    color:#fff;
    text-decoration:none;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.rkd-btn-brochure:hover::before{
    left:140%;
}

.rkd-btn-brochure:hover i{
    transform:translateY(4px);
}

 

.book-btn{cursor:pointer;}


.carousel-indicators li { 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: .5; 
}


.btn:hover {  
    background: #ffffff;
    color: #000;
}

.btn a:hover {  
    background: #ffffff;
    color: #000;
}

 

.text26{font-size: 26px!important;line-height: 39px!important;}
 
/*====================================
      RDH Statistics Section
=====================================*/

.rdh-stats-section{
    background:#ffffff;
    padding:55px 0;
}

/* Card */

.rdh-stat-card{
    position:relative;
    text-align:center;
    padding: 20px 20px;
    overflow:hidden;
    transition:all .45s ease;
    cursor:pointer;
    margin-top: 15px;
}

/* Vertical Divider */

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

/* Number */

.rdh-stat-card h2{
    font-size: 46px;
    font-weight: 600;
    color:#000;
    margin:0;
    line-height:1;
    transition:all .4s ease;
}

/* Text */

.rdh-stat-card p{
    margin:12px 0 0;
    font-size:20px;
    font-weight:400;
    color:#111;
    transition:all .4s ease;
}

/* Gold Background Animation */

.rdh-stat-card::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0%;
    background:#d7af35;
    z-index:0;
    transition:.45s ease;
}

.rdh-stat-card>*{
    position:relative;
    z-index:2;
}

/* Shine Effect */

.rdh-stat-card::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    transition:.7s;
    z-index:1;
}

/* Hover */

.rdh-stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.rdh-stat-card:hover::before{
    height:100%;
}

.rdh-stat-card:hover::after{
    left:150%;
}

.rdh-stat-card:hover h2,
.rdh-stat-card:hover p{
    color:#ffffff;
}

/* Number Animation */

.rdh-stat-card:hover h2{
    transform:scale(1.08);
} 

.btnmargin .rkd-btn { 
    margin: 0px;
}

.destination .card{border:none;}

.whatsappfooter{
}

.footersecond{
    margin-top: 20px;
}

.inner-hdng-parent .hero-content {
     top: 54%; 
}

.residential-plots-in-mathura{padding-top:120px; padding-left:40px;}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.footerlogomb{margin-bottom:50px}

.fixed-top {
    position: relative;
 
}

button.close {  border: 0;
    color: #ffffff;
}


/*=====================================
        SECTION
=====================================*/

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

/*=====================================
        LEFT CARD
=====================================*/

.stats-card{

background:#161613;

border-radius:18px;

height:100%;

padding: 20px;

transition:.4s;

overflow:hidden;

/* height: 338px; */
}

.stats-card:hover{

    transform:translateY(-6px);
    box-shadow:0 25px 50px rgba(0,0,0,.18);

}

.stat-item{

height: 148px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;
}

.stat-item h2{

color:#fff;

font-size: 40px;

font-weight:700;

margin-bottom:10px;

transition:.35s;
}

.stat-item p{

color:#c89d3d;

font-size: 16px;

font-weight:400;

margin:0;
}

.stat-item:hover h2{

    color:#c89d3d;

}

.border-left-custom{

    border-left:1px solid rgba(200,157,61,.45);

}

.border-top-custom{

    border-top:1px solid rgba(200,157,61,.45);

}

/*=====================================
        RIGHT SIDE
=====================================*/

.assurance-wrapper{

display:flex;

/* height:100%; */

border-radius: 10px;

overflow:hidden;
}

/*=====================================
        GOLD BOX
=====================================*/

.assurance-left{

width: 40%;

background:#cfa946;

color:#fff;

padding: 15px 28px;

display:flex;

flex-direction:column;

justify-content:center;

transition:.4s;
}

.assurance-left:hover{

    background:#b79236;

}

.assurance-left h2{

font-size: 40px;

line-height: 35px;

font-weight: 600;

margin-bottom:30px;

color: #ffffff;

font-family: "Montserrat", sans-serif;
}

.assurance-left h2 span{

font-size: 28px;

font-weight: 500;

line-height: 18px;
}

.assurance-left p{

font-size: 18px;

line-height:1.6;

font-weight:600;

margin:0;
}

/*=====================================
        WHITE BOX
=====================================*/

.assurance-right{

width: 63%;

background:#fcf8ef;

position:relative;

padding: 44px 35px;
}

.assurance-right ul li{

display:flex;

align-items:flex-start;

gap: 12px;

font-size: 17px;

line-height:1.7;

margin-bottom: 20px;

transition:.35s;
}

.assurance-right ul li:hover{

    transform:translateX(8px);

}

.assurance-right ul li i{

color:#c89d3d;

font-size: 22px;

margin-top:6px;
}

.assurance-badge{

    position:absolute;
    right:18px;
    bottom:18px;
    width:79px;
    transition:.35s;

}

.assurance-badge:hover{

    transform:scale(1.1) rotate(8deg);

}


.services-section{
    padding: 70px 0;
    background:#090909;
}

/*=========================================
Heading
=========================================*/

.section-subtitle{
    color:#c8a03a;
    font-size:20px;
    font-weight:500;
    display:block;
    margin-bottom:12px;
}

.section-title{
    color:#fff;
    margin-bottom: 40px;
}

/*=========================================
Layout
=========================================*/

.service-wrapper{
    align-items:stretch;
}

/*=========================================
Tabs
=========================================*/

.service-tabs{
    border: 1px solid rgb(120 103 60 / 25%);
}

.service-tabs .nav-link{

display:flex;

align-items:center;

justify-content:space-between;

padding: 19px 28px;

border-radius:0;

border-bottom:1px solid rgba(200,160,58,.20);

background:transparent;

color:#c8a03a;

transition:.35s;
}

.service-tabs .nav-link:last-child{
    border-bottom:none;
}

.service-tabs .nav-link.active{

    background:#ffffff;
    color:#111;

}

.service-tabs .nav-link:hover{

    background:#c8a03a;
    color:#fff;

}

.service-tabs .number{

    width:55px;
    font-size:18px;
    font-weight:400;

}

.service-tabs .title{

flex:1;

font-size: 17px;

font-weight:500;
}

.service-tabs .arrow{

font-size: 14px;

transition:.3s;
}

.service-tabs .nav-link:hover .arrow{

    transform:translateX(6px);

}

/*=========================================
Tab Content
=========================================*/

.tab-content{
    height:100%;
}

.tab-pane{
    animation:fade .4s ease;
}

@keyframes fade{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*=========================================
Image
=========================================*/

.service-image{

    overflow:hidden;

}

.service-image img{

    height:595px;
    object-fit:cover;

    transition:.5s;

}

.service-image:hover img{

    transform:scale(1.05);

}

/*=========================================
Content
=========================================*/

.service-content{

    padding-left:50px;

}

.service-content h3{

    color:#fff;
    font-size:56px;
    font-weight:300;
    line-height:1.25;
    margin-bottom:30px;

}

.service-content p{

    color:#d7d7d7;
    font-size:20px;
    line-height:2;
    margin-bottom:45px;

}

/*=========================================
Button
=========================================*/

.explore-btn{

    display:inline-block;

    padding:16px 42px;

    border:1px solid #c8a03a;

    color:#c8a03a;

    text-transform:uppercase;

    letter-spacing:1px;

    font-size:16px;

    transition:.35s;

}

.explore-btn:hover{

    background:#c8a03a;

    color:#fff;

    transform:translateY(-3px);

}


/*=========================================
    Remove Gap Between Tabs & Image
=========================================*/

.service-wrapper{
    margin-left:0;
    margin-right:0;
}

.service-wrapper>.col-xl-4,
.service-wrapper>.col-lg-5,
.service-wrapper>.col-xl-8,
.service-wrapper>.col-lg-7{
    padding-left:0;
    padding-right:0;
}

.tab-pane .row{
    margin:0;
}

.tab-pane .col-lg-7,
.tab-pane .col-lg-5{
    padding:0;
}

/*=========================================
    Left Tabs
=========================================*/

.service-tabs{
    background:#0d0d0d;
    height: 100%;
}

.service-tabs .nav-link{
    /* min-height:95px; */
    border-left:4px solid transparent;
}

.service-tabs .nav-link.active{
    border-left:4px solid #c8a03a;
}

.service-tabs .nav-link:hover{
    border-left:4px solid #c8a03a;
}

/*=========================================
    Image
=========================================*/

.service-image{
    overflow:hidden;
    height:100%;
}

.service-image img{
    width:100%;
    height: 650px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.service-image:hover img{
    transform:scale(1.08);
}

/*=========================================
    Right Content
=========================================*/

.service-content{
    background: #090909;
    height:650px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:70px;
}

.service-content h3{
    font-size: 34px;
    font-weight: 600;
    line-height:1.2;
    margin-bottom: 20px;
}

.service-content p{
    color:#d6d6d6;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom:40px;
}

/*=========================================
    Button
=========================================*/

.explore-btn{
    width:max-content;
    padding:16px 38px;
    border:1px solid #c8a03a;
    color:#c8a03a;
    transition:.35s;
}

.explore-btn:hover{
    background:#c8a03a;
    color:#fff;
}

/*=========================================
    Scrollbar (Optional)
=========================================*/

.service-tabs::-webkit-scrollbar{
    width:6px;
}

.service-tabs::-webkit-scrollbar-thumb{
    background:#c8a03a;
}


.service-wrapper .rkd-btn {
    width: 180px;
    height: 46px; 
	border-radius: 5px;}



/*==================================
Section
==================================*/

.process-section{
    background: #141414;
    padding:70px 0;
}

/*==================================
Heading
==================================*/

.process-subtitle{
    display:block;
    color:#c89b3c;
    font-size:20px;
    font-weight:500;
    margin-bottom:15px;
}

.process-title{
    color:#fff;
    /* font-size:60px; */
    /* font-weight:300; */
    margin-bottom: 40px;
}

/*==================================
Row
==================================*/

.process-row{
    margin:0 -10px;
}

.process-row>[class*="col"]{
    padding:0 10px;
}

/*==================================
Card
==================================*/

.process-card{

position:relative;

background: #141414;

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

border-radius:8px;

min-height: 267px;

padding:35px 25px;

text-align:center;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

transition:.4s ease;

overflow:visible;
}

.process-card:hover{

/* transform:translateY(-8px); */

/*border-color:#c89b3c;

 box-shadow:0 18px 40px rgba(0,0,0,.35); */
}

/*==================================
Number
==================================*/

.step-number{

font-size: 52px;

font-weight:700;

color: #564519;

line-height:1;

margin-bottom:22px;

transition:.4s;
}

.process-card:hover .step-number{

    color:#c89b3c;

}

/*==================================
Heading
==================================*/

.process-card h3{

font-size: 20px;

font-weight:600;

color:#fff;

margin-bottom:16px;
}

/*==================================
Text
==================================*/

.process-card p{

color:#bdbdbd;

font-size: 14px;

line-height: 1.7;

margin:0;
}

/*==================================
Arrow
==================================*/

.step-arrow{

    position:absolute;

    right:-18px;

    top:50%;

    transform:translateY(-50%);

    width:36px;
    height:36px;

    border-radius:50%;

    background:#151515;

    color:#d6d6d6;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    z-index:10;

    transition:.4s;

}

.process-card:hover .step-arrow{

    color:#c89b3c;

    transform:translateY(-50%) translateX(5px);

}

.last-card .step-arrow{
    display:none;
}

/*==================================
Hover Shine
==================================*/

.process-card::before{

    content:"";

    position:absolute;

    top:0;
  /*  left:-100%;

    width:100%;
    height:100%;*/

   /* background:linear-gradient(90deg,
    transparent,
    rgba(255,255,255,.05),
    transparent);
*/
    transition:.7s;

}

.process-card:hover::before{

  /*  left:100%;*/

}



/*=====================================
Section
======================================*/

.trusted-partner-section{
    padding: 70px 0;
    position:relative;
}

.section-heading{
    margin-bottom:35px;
}

.sub-title{
    display:inline-block;
    font-size:20px;
    font-weight:500;
    color:#c89d39;
    margin-bottom:12px;
}

.section-heading h2{
    font-size: 40px;
    font-weight: 600;
    line-height:1.2;
    color:#111;
    margin:0;
}

/*=====================================
Main Card
======================================*/

.trusted-wrapper{

position:relative;

border-radius: 10px;

background:url("../images/trusted-partner-bg.jpg") center center no-repeat;

background-size:cover;

/* transition:.45s; */
}

/*.trusted-wrapper:hover{

    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(0,0,0,.25);

}
*/
.overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

/* background:rgba(8,10,15,.72); */

/* z-index: 1; */
}

/*=====================================
Content
======================================*/

.content-area{

position:relative;

z-index:5;

padding: 38px 55px 25px;

max-width:900px;

border-radius: 10px;
}

.small-title{

    color:#fff;
    font-size:22px;
    font-weight:300;

    margin-bottom:60px;

}

.feature-row{

margin-top: 98px;
}

.feature-box{

display:flex;

align-items:flex-start;

margin-bottom: 18px;

transition:.35s;

padding: 5px;

min-height: 20px;

background: transparent;
}

/*.feature-box:hover{

    transform:translateX(8px);

}*/

.icon-box{

    width:56px;
    height:56px;

    min-width:56px;

    border-radius:50%;

    background:#c79d3b;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:18px;

    transition:.35s;

}

.icon-box img{

    width:30px;
    transition:.35s;

}

/*.feature-box:hover .icon-box{

    transform:rotate(10deg) scale(1.1);

    background:#d6ad52;

}*/

.feature-content h4{

color:#fff;

font-size: 15px;

line-height: 1.8;

font-weight:500;

margin:0;
}

/*=====================================
Person
======================================*/

.person-image{

position:absolute;

right:20px;

bottom:0;

z-index: 1000000000;
}

.person-image img{

/* width: auto; */

transition:.5s;
}
/*
.trusted-wrapper:hover .person-image img{

    transform:translateY(-8px) scale(1.02);

}*/




/*==================================================
Section
==================================================*/

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

/*==================================================
Card
==================================================*/

.property-management-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:12px;
    overflow:hidden;
    transition:.4s ease;
}

.property-management-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/*==================================================
Left Content
==================================================*/

.property-content{
    padding: 30px 40px;
}

.section-subtitle{
    display:block;
    color:#C9A13C;
    font-size:17px;
    font-weight:500;
    margin-bottom:18px;
    letter-spacing:.3px;
}

.section-title{
    font-size: 42px;
    line-height:1.08;
    font-weight: 600;
    color:#111;
    margin-bottom:22px;
    text-align: left;
}

.section-heading{
    font-size:22px;
    font-weight:600;
    color:#111;
    margin-bottom:38px;
}

/*==================================================
List
==================================================*/

.service-list{
    list-style:none;
    margin:0;
    padding:0;
}

.service-list li{
    display:flex;
    align-items:center;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight:400;
    color: #000000;
    transition:.35s ease;
}

.service-list li:last-child{
    margin-bottom:0;
}

.service-list li:hover{
    transform:translateX(8px);
}

/*==================================================
Icon
==================================================*/

.check-icon{
    width:22px;
    height:22px;
    min-width:22px;
    border-radius:50%;
    background:#C9A13C;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
    transition:.35s;
}

.check-icon i{
    color:#fff;
    font-size:11px;
}

.service-list li:hover .check-icon{
    background:#111;
    transform:rotate(360deg);
}

/*==================================================
Image
==================================================*/

.property-image{
    /* height:100%; */
    /* overflow:hidden; */
}

.property-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
    display:block;
}

.property-management-card:hover .property-image img{
    transform:scale(1.06);
}



.secure-property{background: #080808;text-align: center;padding: 70px 0;}
.secure-property h2{
    color: #fff;
}
.secure-property h2 span{
    color: #CAA649;
    display: block;
    font-weight: 600;
    font-size: 50px;
}
.secure-property p{
    color: #fff;
}

.secure-property .hero-btns { 
    display: inline-flex;
    margin: 30px 0 0;
}


/*=====================================================
Section
=====================================================*/

.contact-section{
    padding:70px 15px;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #141414;
}

/*=====================================================
Card
=====================================================*/

.contact-card{
    background: #1C1C1C;
    border: 1px solid rgb(99 80 31 / 45%);
    border-radius:4px;
    padding: 40px;
    transition:.35s ease;
}

.contact-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 60px rgba(0,0,0,.45);
}

/*=====================================================
Heading
=====================================================*/

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

.section-title .subtitle{
    display:block;
    color:#C9A441;
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.section-title h2{
    font-size: 40px;
    font-weight:600;
    color:#ffffff;
    line-height:1.2;
    margin-bottom:18px;
}

.section-title p{
    color:#d4d4d4;
    font-size:16px;
    font-weight:400;
    margin:0;
}

/*=====================================================
Form
=====================================================*/

.form-group{
    margin-bottom:12px;
}

.form-control{
    background:#1b1b1b;
    border:1px solid rgba(198,158,51,.55);
    border-radius:4px;
    color:#ffffff;
    font-size:16px;
    height:46px;
    padding:0 18px;
    transition:.3s;
    box-shadow:none;
}

.form-control::placeholder{
    color:#d7d7d7;
    opacity:1;
}

.form-control:focus{
    background:#1b1b1b;
    border-color:#D2AF4B;
    color:#ffffff;
    outline:none;
    box-shadow:0 0 0 3px rgba(210,175,75,.12);
}

textarea.form-control{
    height:84px;
    resize:none;
    padding-top:14px;
}

/*=====================================================
Button
=====================================================*/

.submit-btn{
    width:100%;
    height:50px;
    background:#CFAE4B;
    border:none;
    border-radius:4px;
    color:#111111;
    font-size: 16px;
    font-weight:600;
    letter-spacing:.4px;
    cursor:pointer;
    transition:.35s ease;
    margin-top:2px;
}

.submit-btn:hover{
    background:#ddb95a;
    transform:translateY(-2px);
    box-shadow:0 10px 30px rgba(207,174,75,.35);
}

.submit-btn:focus{
    outline:none;
}

.submit-btn:active{
    transform:scale(.98);
}


/*==================================================
Consultation Section
==================================================*/

.consultation-section{
    padding: 30px 0 50px;
    overflow:hidden;
    position:relative;
    border-top: 1px solid #f3f3f3;
}

.consultation-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:520px;
}

/*==================================================
Common Circle
==================================================*/

.left-circle,
.center-circle,
.right-circle{
    width:470px;
    height:470px;
    border-radius:50%;
    position:relative;
    transition:.45s ease;
}

/*==================================================
Left Circle
==================================================*/

.left-circle{
    overflow:hidden;
    z-index:1;
}

.circle-image{
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius:50%;
}

.circle-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.left-circle:hover img{
    transform:scale(1.08);
}

/*==================================================
Center Circle
==================================================*/

.center-circle{
    background:#191919;
    margin-left:-85px;
    margin-right:-85px;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:center;
    /* box-shadow: 0 30px 60px rgb(161 159 159 / 20%); */
}

.center-circle:hover{
    transform:translateY(-8px);
    box-shadow: 0 10px 40px rgb(193 193 193 / 30%);
}

.consultation-content{
    width: 78%;
    text-align:center;
    padding-top: 80px;
}

.sub-title{
    display:block;
    color:#C9A441;
    font-size:16px;
    font-weight:500;
    margin-bottom:18px;
}

.consultation-content h2{
    color:#ffffff;
    font-size: 32px;
    line-height:1.25;
    font-weight:500;
    margin-bottom: 20px;
}

.consultation-content p{
    color:#e0e0e0;
    font-size:20px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/*==================================================
Buttons
==================================================*/

.consultation-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.btn-call,
.btn-consult{
    width:320px;
    height: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    font-size: 14px;
    font-weight:600;
    letter-spacing:.2px;
    transition:.35s ease;
}

.btn-call{
    border:1px solid #C9A441;
    color:#C9A441;
    margin-bottom:10px;
}

.btn-call i{
    margin-right:10px;
    font-size:15px;
}

.btn-call:hover{
    background:#C9A441;
    color:#111;
}

.btn-consult{
    background:#C9A441;
    color:#111;
}

.btn-consult:hover{
    background:#d8b453;
    color:#111;
    transform:translateY(-2px);
}

/*==================================================
Right Circle
==================================================*/

.right-circle{
    background:#ffffff;
    border:1px solid #ebebeb;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    /* box-shadow:0 15px 45px rgba(0,0,0,.05); */
}

.right-circle:hover{
    transform:translateY(-8px);
    box-shadow: 0 10px 30px rgb(183 183 183 / 10%);
}

.service-list{
    width: 74%;
}

.service-list ul{
    margin:0;
    padding:0;
}

.service-list li{
    display:flex;
    align-items:center;
    margin-bottom: 16px;
    transition:.35s ease;
}

.service-list li:last-child{
    margin-bottom:0;
}

.service-list li:hover{
    transform:translateX(8px);
}

.service-list li i{
    width:24px;
    height:24px;
    min-width:24px;
    border-radius:50%;
    background:#C9A441;
    color:#ffffff;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    /* margin-right: 16px; */
    transition:.35s ease;
}

.service-list li:hover i{
    transform:rotate(360deg);
    background:#111111;
}

.service-list li span{
    color:#222222;
    font-size: 14px;
    font-weight: 400;
    line-height:1.5;
}

/*==================================================
Circle Layer Effect
==================================================*/

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

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

.services-section .section-title{
    text-align: center;
    color: #ffffff;
}


.right-circle .service-list {
    width: 49%;
}

.right-circle .service-list li i { 
    margin-right: 16px; 
}

.testimonial-section h2 span{
    color: #c9a13b;
    font-weight: 600;
}



.google-review-section{
    width:100%;
    padding: 30px 0;
    background:#fff;
}

.review-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;
}

/* Google Logo */

.google-logo img{
    width:175px;
    height:auto;
    display:block;
}

/* Content */

.review-content h3{
    font-size:18px;
    font-weight:400;
    color:#111;
    margin-bottom:8px;
    line-height:1;
}

.rating-row{
    display:flex;
    align-items:center;
    gap:5px;
    flex-wrap:wrap;
}

.rating-number{
    font-size:18px;
    color:#444;
    font-weight:400;
}

.stars{
    display:flex;
    align-items:center;
    gap:2px;
}

.stars i{
    color:#FDBA12;
    font-size:13px;
}

.review-link{
    color:#1a0dab;
    font-size:15px;
    transition:.3s;
}

.review-link:hover{
    color:#174ea6;
    text-decoration:underline;
}

/* Button */

.review-btn{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#C9A13B;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-left:20px;
    transition:.35s ease;
}

.review-btn i{
    font-size:16px;
    transition:.35s;
}

.review-btn:hover{
    background:#b88f28;
    transform:translateX(4px);
    box-shadow:0 8px 20px rgba(201,161,59,.35);
    color:#fff;
}

.review-btn:hover i{
    transform:translateX(2px);
}

.clientsay h4 {
    padding: 80px 0 0 30px;
    font-size: 32px;
    border-left: 1px solid #ebebeb;
    margin-top: 10px;
    min-height: 285px;
    line-height: 39px;
}




/*==========================
Footer
==========================*/

.luxia-footer {
    background: #0d0d0d;
    color: #ffffff;
    position: relative;
    padding: 70px 0 26px;
}

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

/* Logo */

.footer-logo img {
    max-width: 190px;
    width: 100%;
    transition: .4s;
}

.footer-logo img:hover {
    transform: scale(1.04);
}

/* Headings */

.footer-box h5,
.footer-links h5 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: .4px;
}

/* Paragraph */

.footer-box p {
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* Contact */

.footer-box a {
    color: #e5e5e5;
    display: inline-block;
    font-size: 18px;
    transition: .35s;
}

.footer-box a:hover {
    color: #d7b23d;
    text-decoration: none;
}

/* Links */

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    color: #ececec;
    font-size: 16px;
    position: relative;
    transition: .35s;
}

.footer-links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #d7b23d;
    transition: .35s;
}

.footer-links ul li a:hover {
    color: #d7b23d;
    padding-left: 6px;
}

.footer-links ul li a:hover:after {
    width: 100%;
}

/* Social */

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.footer-social a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    transition: .35s;
}

.footer-social a:hover {
    background: #d7b23d;
    color: #fff;
    border-color: #d7b23d;
    transform: translateY(-5px);
}

/* Divider */

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgb(80 69 35 / 35%);
    padding-top: 28px;
    text-align: center;
}

.footer-bottom p {
    color: #d2d2d2;
    font-size: 14px;
    margin: 0;
}

.footer-bottom strong {
    color: #ffffff;
}

/* Scroll Button */

.scroll-top {
    position: absolute;
    right: 38px;
    bottom: 128px;
    width: 48px;
    height: 48px;
    border: none;
    background: #d7b23d;
    color: #fff;
    cursor: pointer;
    transition: .35s;
}

.scroll-top:hover {
    background: #c39d21;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(215,178,61,.30);
}


.scroll-top {
    position: fixed;
    right: 70px;
    bottom: 18px;
    width: 40px;
    height: 40px;
    border: none;
    background: #d7b23d;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
    border-radius: 2px;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #c39d21;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(215, 178, 61, .35);
}

.scroll-top i {
    font-size: 16px;
}






/*==========================
Navbar
==========================*/

.custom-navbar{
    background:#fff;
}

.navbar-nav .nav-link{
    color:#222;
    font-weight:500;
    padding:18px;
}

.services-dropdown{
    position:relative;
}

.mobile-dropdown-header{
    display:flex;
    align-items:center;
}

.mobile-dropdown-toggle{
    display:none;
}

/* Desktop Dropdown */

.dropdown-menu-custom{

    position:absolute;

    top:100%;

    left:0;

    min-width:270px;

    background:#fff;

    display:none;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    z-index:999;

}

.dropdown-menu-custom .dropdown-item{

    padding:12px 20px;

    color:#222;

}

.dropdown-menu-custom .dropdown-item:hover{

    background:#d4af37;

    color:#fff;

}

@media(min-width:992px){

.services-dropdown:hover .dropdown-menu-custom{

display:block;

}

}

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

@media(max-width:991px){

.navbar-collapse{

background:#fff;

padding:20px;

}

.navbar-nav{

width:100%;

}

.nav-item{

border-bottom:1px solid #eee;

}

.mobile-dropdown-header{

display:flex;

justify-content:space-between;

align-items:center;

width:100%;

}

.desktop-link{

width:100%;

padding:14px 0;

}

.mobile-dropdown-toggle{

display:flex;

align-items:center;

justify-content:center;

width:45px;

height:45px;

cursor:pointer;

font-size:18px;

}

.dropdown-menu-custom{

display:none;

position:static;

width:100%;

background:#f7f7f7;

box-shadow:none;

padding:0;

}

.dropdown-menu-custom.active{

display:block;

}

.dropdown-menu-custom .dropdown-item{

padding:12px 20px;

display:block;

border-bottom:1px solid #e5e5e5;

}

.header-right{

margin-top:20px;

}

.book-btn{

display:block;

text-align:center;

}

}

/* Mobile Navbar Scroll */
@media (max-width: 991.98px) {
 
    .navbar-nav {
        width: 100%;
    }

    /* Custom scrollbar */
    .navbar-collapse::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #c8a437;
        border-radius: 10px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

}

@media (max-width: 991.98px) {

    .dropdown-menu-custom {
        display: none;
        position: static;
        width: 100%;
        background: #f8f8f8;
        box-shadow: none;

        max-height: 260px;
        overflow-y: auto;

        -webkit-overflow-scrolling: touch;
    }

    .dropdown-menu-custom.active {
        display: block;
    }

    .dropdown-menu-custom::-webkit-scrollbar {
        width: 5px;
    }

    .dropdown-menu-custom::-webkit-scrollbar-thumb {
        background: #c8a437;
        border-radius: 10px;
    }

}






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

.sub-title{
    display:inline-block;
    color:#d89b16;
    text-transform:uppercase;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.section-title h2{
    color: #000000;
    font-size: 42px;
    line-height:1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title p{
    margin-bottom:0;
}


/*====================================================
    BUTTON
====================================================*/

.theme-btn{

    display:inline-block;
    background:#0d2240;
    color:#fff;
    padding:15px 36px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.theme-btn:hover{

    background:#d89b16;
    color:#fff;
    transform:translateY(-5px);

}



/*====================================================
    ABOUT
====================================================*/

.about-section{

    position:relative;
    overflow:hidden;

}

.about-image{

    position:relative;

}

.about-image img{

    border-radius:18px;
    transition:.5s;
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.about-image:hover img{

    transform:scale(1.03);

}

.experience-box{

    position:absolute;
    left:30px;
    bottom:30px;

    width:165px;

    background:#d89b16;

    color:#fff;

    border-radius:15px;

    text-align:center;

    padding:22px;

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.experience-box span{

    display:block;

    font-size:42px;

    font-weight:700;

    line-height:1;

}

.experience-box small{

    display:block;

    margin-top:8px;

    font-size:15px;

}

.about-section p{

    margin-bottom:20px;

}

.about-feature{

    background:#fff;

    border-radius:12px;

    padding:16px 18px;

    margin-bottom:18px;

    font-weight:500;

    border:1px solid #edf1f6;

    transition:.35s;

}

.about-feature i{

    color:#d89b16;

    margin-right:10px;

    font-size:18px;

}

.about-feature:hover{

    transform:translateY(-6px);

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

    border-color:#d89b16;

}



/*====================================================
    WHY SECTION
====================================================*/

.why-section{

    background:#f7f9fc;

}

.why-section h2{

    color:#0d2240;

    font-weight:700;

    margin-bottom:15px;

}

.why-section p{

    max-width:700px;

    margin:auto;

}

.why-card{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    height:100%;

    text-align:left;

    border:1px solid #edf1f6;

    transition:.45s;

    position:relative;

    overflow:hidden;

}

.why-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#d89b16;

    transform:scaleX(0);

    transition:.4s;

}

.why-card:hover:before{

    transform:scaleX(1);

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#fff7e7;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

    transition:.4s;

}

.icon i{

    color:#d89b16;

    font-size:30px;

}

.why-card:hover .icon{

background: #CAA649;

transform:rotate(8deg);
}

.why-card:hover .icon i{

    color:#fff;

}

.why-card h4{

    color:#0d2240;

    font-size:22px;

    font-weight:600;

    margin-bottom:15px;

}

.why-card p{

    margin:0;

}



/*====================================================
    HOVER EFFECT
====================================================*/

.about-image::after{

    content:"";

    position:absolute;

    inset:0;


    border-radius:18px;

    background:linear-gradient(to top,
            rgba(13,34,64,.45),
            transparent);

    opacity:0;

    transition:.4s;

}

.about-image:hover::after{

    opacity:1;

}

.contact-section .section-title h2 {  
	color: #ffffff;
    font-size: 40px;}

.about-property-img{width:auto;border-radius: 5px;}

.property-services-section .service-content {
    background: #ffffff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}


/*==================================================
    ONE STOP PROPERTY MANAGEMENT
==================================================*/

.property-services-section{
    position:relative;
    padding: 60px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Background Shape */

.property-services-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#f8f4ea;
    border-radius:50%;
    top:-220px;
    right:-180px;
}

.property-services-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:#f9fafc;
    border-radius:50%;
    bottom:-180px;
    left:-120px;
}

/*===================================
    SECTION TITLE
====================================*/
/*
.section-subtitle{

    display:inline-block;

    background:#fff7e7;

    color:#d4af37;

    padding:8px 24px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.section-title{

    font-size:48px;

    font-weight:700;

    color:#0d2240;

    line-height:1.2;

    margin-bottom:20px;

}

.section-title span{

    color:#d4af37;

}*/

.section-description{

color: #000000;

font-size: 16px;

line-height: 1.7;

max-width: 780px;

margin:auto;
}

/*===================================
    IMAGE
====================================*/

/*.service-image{

    position:relative;

    overflow:hidden;

    border-radius:25px;

}

.service-image img{

    width:100%;

    border-radius:25px;

    transition:.6s;

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}*/

.service-image:hover img{

    transform:scale(1.08);

}

/* Floating Experience */

.experience-card{

    position:absolute;

    left:30px;

    bottom:30px;

    width:150px;

    height:150px;

    border-radius:20px;

    background:#111;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:0 25px 50px rgba(0,0,0,.30);

    transition:.4s;

}

.experience-card h3{

    font-size:52px;

    font-weight:700;

    color:#d4af37;

    margin:0;

}

.experience-card span{

    font-size:15px;

    line-height:1.5;

    margin-top:5px;

}

.service-image:hover .experience-card{

    transform:translateY(-10px);

}

/*===================================
    SERVICE CONTENT
====================================*/

.service-content{

    position:relative;

}

/*===================================
    CARD
====================================*/

.service-card{

display:flex;

align-items:flex-start;

gap: 20px;

padding: 15px 25px;

border-radius: 0;

background:#ffffff;

margin-bottom: 24px;

border-bottom: 1px solid #ececec;

transition:.45s;

position:relative;

overflow:hidden;
}

.service-card:last-child{

    margin-bottom:0;

}

/* Gold Line */

.service-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:#d4af37;

    transform:scaleY(0);

    transition:.4s;

}

.service-card:hover::before{

    transform:scaleY(1);

}

.service-card:hover{

transform: translateX(10px);

box-shadow: 0 12px 13px rgb(82 80 80 / 10%);

border-color:#d4af37;
}

/*===================================
    ICON
====================================*/

.service-icon{

width: 30px;

min-width: 50px;

height: 50px;

border-radius: 10px;

display:flex;

justify-content:center;

align-items:center;

background: #fbfbfb;

transition:.4s;
}

.service-icon i{

font-size: 18px;

color:#d4af37;

transition:.4s;
}

.service-card:hover .service-icon{

background:#d4af37;

/* transform:rotate(8deg); */
}

.service-card:hover .service-icon i{

    color:#fff;

}

/*===================================
    CONTENT
====================================*/

.service-info{

    flex:1;

}

.service-info h4{

font-size: 20px;

color: #000000;

font-weight:600;

margin-bottom:12px;

font-family: "Montserrat", sans-serif;
}

.service-info p{

margin:0;

color: #000000;

line-height: 1.7;

font-size: 15px;
}

/*===================================
    SHINE EFFECT
====================================*/

.service-card::after{

    content:"";

    position:absolute;

    top:-120%;

    left:-60%;

    width:40%;

    height:300%;

    transform:rotate(25deg);

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

    transition:.8s;

}

.service-card:hover::after{

    left:170%;

}
 

/*==========================================
    FLOAT ANIMATION
==========================================*/

@keyframes floatBadge{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }

}

.experience-card{
    animation:floatBadge 4s ease-in-out infinite;
}


.property-services-section .section-title{text-align:center;}

.about2img{width:auto;border-radius: 5px;}




/* List */

.benefits-list{

margin: 20px auto;

padding:0;

list-style:none;
}

.benefits-list li{

position:relative;

padding: 12px 42px;

margin-bottom: 15px;

border-bottom: 1px solid #eeeeee;

border-radius: 0;

background:#ffffff;

transition:.4s;

line-height: 1.7;

color: #000000;

font-size: 15px;
}

/* Gold Bullet */

.benefits-list li::before{

content:"";

position:absolute;

left: 15px;

top: 20px;

width: 8px;

height: 8px;

background:#d4af37;

border-radius:50%;

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

transition:.4s;
}

/* Hover */

.benefits-list li:hover{

transform:translateX(10px);

border-color:#d4af37;

/* box-shadow: 0 20px 45px rgba(0, 0, 0, .08); */
}

.benefits-list li:hover::before{

    transform:scale(1.3);

}

.service-page-section{padding:70px 0;}

.contact-card-right .section-title h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

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


.contact-card-right .section-title p {
    color: #d4d4d4;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.contact-card-right .form-control {
    background: #1b1b1b;
    border: 1px solid rgba(198, 158, 51, .55);
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    height: 42px;
    padding: 0 18px;
    transition: .3s;
    box-shadow: none;
}

.process-section .process-card {  padding: 35px 20px;}


.process-section .process-card h3 {
  font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-section-outer .contact-section{
          background: #f7f7f7;
    padding: 70px 0;
}

.contact-box{
    background: #fff;
    padding:35px;
}

.contact-item{
    margin-bottom:25px;
    align-items:flex-start;
}

.contact-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border: 1px solid #f5f5f5;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d8ab37;
    font-size:18px;
    transition:.3s;
}

.contact-item:hover .contact-icon{
    background:#d8ab37;
    color:#111;
}

.contact-info{
    margin-left:15px;
}

.contact-info span{
    display:block;
    color:#9b8d6a;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.contact-info h5{
    font-size: 20px;
    margin:0;
    font-weight:600;
}

.contact-info h5,
.contact-info h5 a{
    color: #000000;
    text-decoration:none;
    word-break:break-word;
    transition:.3s;
}

.contact-info h5 a:hover{
    color:#d8ab37;
}

.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding: 8px 26px;
    font-size: 15px;
    font-weight:600;
    border-radius:4px;
    margin: 0px 0 0;
    transition:.3s;
    text-transform:uppercase;
}

.whatsapp-btn i{
    margin-right:10px;
    font-size:22px;
}

.whatsapp-btn:hover{
    background:#1ebd5a;
    color:#fff;
    text-decoration:none;
    transform:translateY(-2px);
}

.map-box{
    overflow:hidden;
    border:1px solid #2a2a2a;
}

.map-box iframe{
    width:100%;
    height:230px;
    border:0;
    display:block;
}
