/* ================= HEADER ================= */

.header{background:transparent;height:75px;display:flex;align-items:center;position:absolute;z-index:999;width:100%;}
.logo{display:flex;align-items:center;gap:14px;text-decoration:none;}
.logo img{height:52px;}
.logo-main{width:50px;height:50px;border:2px solid #D4AF37;border-radius:14px;display:flex;justify-content:center;align-items:center;font-size:24px;
    font-weight:700;color:#D4AF37;position:relative;overflow:hidden;}
.logo-main::before{content:"";position:absolute;inset:4px;border:1px solid rgba(212,175,55,.25);border-radius:10px;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-text span{font-size:20px;letter-spacing:4px;text-transform:uppercase;color:#D4AF37;font-weight:600;margin-bottom:2px;}
.logo-text{font-size: 18px;color: #ffffff;font-weight: 300;text-transform: uppercase;-size:34px;color:#ffffff;font-weight:700;}
.header-menu ul{display:flex;justify-content:center;align-items:center;gap:38px;margin:0;padding:0;list-style:none;}
.header-menu a{position:relative;color:#ffffff;text-decoration:none;font-size:15px;font-weight:500;transition:.3s;}
.header-menu a::after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#D4AF37;transition:.3s;}
.header-menu a:hover,.header-menu a.active{color:#D4AF37;}
.header-menu a:hover::after,.header-menu a.active::after{width:100%;}
.header-right{display:flex;justify-content:flex-end;align-items:center;gap:15px;}
.header-toggle{width:46px;height:46px;border:none;background:#D4AF37;color:#fff;border-radius:8px;display:none;cursor:pointer;font-size:18px;display:none;}
.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:.3s;z-index:9998;}
.mobile-overlay.active{opacity:1;visibility:visible;}
.mobile-sidebar{position:fixed;right:-330px;top:0;width:320px;height:100%;background:#08121F;transition:.4s;z-index:9999;padding:30px;}
.mobile-sidebar.active{right:0;}
.mobile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;}
.mobile-header img{height:45px;}
.mobile-close{width:40px;height:40px;border:none;border-radius:50%;background:#D4AF37;color:#fff;}
.mobile-sidebar ul{margin:0;padding:0;list-style:none;}
.mobile-sidebar li{border-bottom:1px solid rgba(255,255,255,.08);}
.mobile-sidebar a{display:block;padding:18px 0;color:#fff;text-decoration:none;transition:.3s;}
.mobile-sidebar a:hover{color:#D4AF37;padding-left:10px;}

/* ================= HERO ================= */

.hero-section{position:relative;height:calc(100vh - 90px);min-height:720px;display:flex;align-items:center;background:url("../images/hero-bg.png");
    background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,31,.90) 0%,rgba(8,18,31,.72) 35%,rgba(8,18,31,.30) 70%,
    rgba(8,18,31,.10) 100%);}
.hero-section .container{position:relative;z-index:2;}
.hero-content{max-width:650px;}
.hero-content h1{color:#fff;font-size:74px;line-height:1.08;font-weight:700;margin-bottom:20px;}
.hero-content h1 span{color:#D4AF37;}
.hero-content p{color:rgba(255,255,255,.82);font-size:18px;line-height:34px;max-width:520px;}
.hero-btns{display:flex;align-items:center;gap:18px;margin-top:40px;}

/* ================= WHY SECTION ================= */

.why-section{background:url("../images/why-bg.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;}
.section-header{margin-bottom:50px;}
.why-card{position:relative;overflow:hidden;background: rgb(255 255 255 / 83%);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);
    padding: 40px 30px 30px 30px;border-radius:16px;border:1px solid rgba(0,0,0,.05);text-align:center;transition:.45s ease;
    box-shadow:0 12px 35px rgba(0,0,0,.05);z-index:1;height: 100%;}
.why-card::before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(212,175,55,.08);top:-110px;
    right:-90px;transition:.6s;z-index:-1;}
.why-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(8,18,31,.04);bottom:-70px;
    left:-50px;transition:.6s;z-index:-1;}
.why-icon{
    position:relative;width:84px;height:84px;margin:0 auto 30px;border:1.5px solid rgba(212,175,55,.28);border-radius:50%;display:flex;
    justify-content:center;align-items:center;background:rgba(255,255,255,.45);backdrop-filter:blur(8px);transition:.45s ease;}
.why-icon::before{content:"";position:absolute;inset:8px;border:1px dashed rgba(212,175,55,.18);border-radius:50%;transition:.45s ease;}
.why-icon i{font-size:30px;color:#D4AF37;transition:.45s ease;z-index:2;}
.why-card:hover .why-icon{border-color:#D4AF37;transform:translateY(-6px) rotate(8deg);box-shadow:0 10px 25px rgba(212,175,55,.18);}
.why-card:hover .why-icon::before{transform:rotate(180deg);border-color:rgba(212,175,55,.4);}
.why-card:hover .why-icon i{transform:scale(1.15);color:#C89C35;}
.why-card h4{font-size: 20px;margin-bottom: 8px;color:#111;transition:.35s;}
.why-card p{color:#777;line-height: 1.5;margin:0;transition:.35s;}
.why-card:hover{transform:translateY(-12px);box-shadow: 0 18px 40px rgba(0,0,0,.08), 0 0 0 1px rgba(212,175,55,.12);}
.why-card:hover::before{transform:scale(1.25);background:rgba(212,175,55,.12);}
.why-card:hover::after{transform:scale(1.4);}
.why-card:hover h4{color:#08121F;}
.why-card:hover p{color:#555;}

/* ================= FEATURED PROPERTY ================= */

.property-section{background:url("../images/property-bg.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.property-section .section-header{margin-bottom:50px;}
.property-navigation{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:45px;}
.property-navigation button{width:45px;height:45px;border:1px solid #e8d6ae;background:#fff;color:#c69c3f;border-radius:8px;transition:.35s;cursor:pointer;}
.property-navigation button:hover{background:#c69c3f;color:#fff;}
.property-slider{overflow:hidden;}

.property-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.06);transition:.4s;}
.property-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(0,0,0,.12);}
.property-image{position:relative;overflow:hidden;}
.property-image img{width:100%;aspect-ratio: 3 / 2;object-fit:cover;transition:.6s;}
.property-card:hover img{transform:scale(1.08);}
.property-status{position:absolute;top:20px;left:20px;padding: 3px 15px;text-transform: uppercase;background:#D4AF37;color:#fff;font-size:12px;
    border-radius:30px;font-weight:600;}
.property-content{padding:15px;}
.property-title h3{font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.property-title p{color:#777;display:flex;align-items:center;gap:4px;margin-bottom: 15px;font-size: 13px;}
.property-title p i{color:#D4AF37;font-size: 10px;}
.property-info{display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 3px;margin-bottom: 10px;}
.property-meta{display: flex;align-items: center;text-align: center;padding: 0px 5px;border-radius: 3px;border: solid 1px #D4AF37;gap: 5px;}
.property-meta i{display: block;color: #D4AF37;font-size: 12px;}
.property-meta span{font-size: 12px;font-weight: 500;color:#666;}
.property-card:hover .property-meta{background:#FFF7E6;}
.property-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:5px;}
.property-bottom small{color:#999;display:block;font-size: 13px;font-weight: 500;margin-bottom:0px;}
.property-bottom h4{margin:0;font-size: 20px;font-weight: 600;color:#08121F;}
.property-btn{width:40px;height:40px;border-radius:50%;background:#08121F;color:#fff;display:flex;justify-content:center;align-items:center;
    text-decoration:none;transition:.35s;}
.property-btn:hover{background:#D4AF37;transform:rotate(-45deg);}

/* ================= ABOUT ================= */

.about-section{position:relative;overflow:hidden;background:url("../images/about-bg.jpg") center center / cover no-repeat;background-attachment:fixed;}
.about-content{padding-right:30px;}
.about-content .paragraph{color:rgba(255,255,255,.75);line-height:32px;margin-bottom:40px;}
.about-counter{display:flex;flex-direction:column;gap:30px;}
.counter-item{display:flex;align-items:center;gap:20px;}
.counter-icon{width:50px;height:50px;border:1px solid rgba(212,175,55,.35);border-radius:50%;display:flex;justify-content:center;
    align-items:center;flex-shrink:0;}
.counter-icon i{color:#D4AF37;font-size:18px;}
.counter-text h3{color:#fff;font-size:34px;font-weight:700;margin-bottom:0px;}
.counter-text p{color:rgba(255,255,255,.72);margin:0;line-height:26px;}
.about-video{position:relative;border-radius:18px;overflow:hidden;}
.about-video img{width:100%;height:400px;object-fit:cover;display:block;}
.about-video::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);}
.video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;background:#fff;color:#111;
    display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:28px;transition:.35s;z-index:2;}
.video-play:hover{background:#D4AF37;color:#fff;transform:translate(-50%,-50%) scale(1.08);}
.video-title{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:#fff;font-size:18px;font-weight:600;z-index:2;}
.about-section::after{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border:1px solid rgba(212,175,55,.08);border-radius:50%;}
.about-section::before{content:"";position:absolute;left:-100px;bottom:-100px;width:260px;height:260px;border:1px solid rgba(212,175,55,.08);border-radius:50%;}

/* ================= CATEGORY ================= */

.category-section{background:url("../images/category-bg.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.category-card{position:relative;display:block;height:100%;padding:20px;overflow:hidden;border-radius:24px;text-decoration:none;
    background:rgba(255,255,255,.55);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.65);
    transition:.45s;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.category-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.30),transparent 60%);opacity:.8;}
.category-card::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-120px;top:-120px;
    background:radial-gradient(circle,rgba(212,175,55,.10),transparent 72%);transition:.55s;}
.category-count{position:absolute;top:25px;right:20px;font-size:30px;font-weight:700;color:#ececec;line-height:1;transition:.45s;}
.category-icon{position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center;margin-bottom:15px;border-radius:20px;
    background:rgba(255,255,255,.35);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.20);transition:.45s;}
.category-icon::before{content:"";position:absolute;inset:8px;border-radius:14px;border:1px dashed rgba(212,175,55,.25);transition:.45s;}
.category-icon i{color:#D4AF37;font-size:20px;transition:.45s;}
.category-card h4{color:#08121F;font-size: 18px;font-weight: 500;margin-bottom:0px;transition:.35s;}
.category-card:hover{transform:translateY(-12px);background:#fff;border-color:#D4AF37;box-shadow:0 25px 55px rgba(0,0,0,.08),0 0 0 1px rgba(212,175,55,.12);}
.category-card:hover::after{transform:scale(1.35);}
.category-card:hover .category-count{color:#f2e2b7;}
.category-card:hover .category-icon{border-color:#D4AF37;transform:translateY(-6px);}
.category-card:hover .category-icon::before{transform:rotate(180deg);}
.category-card:hover .category-icon i{transform:scale(1.15);}
.category-card:hover h4{color:#08121F;}

/* ================= PROCESS SECTION ================= */

.process-section{background:#f7f8fa;position:relative;overflow:hidden;}
.process-section::before{content:"";position:absolute;width:700px;height:700px;left:-300px;top:-250px;border-radius:50%;
    background:radial-gradient(circle,rgba(212,175,55,.06),transparent 70%);}
.process-section::after{content:"";position:absolute;width:600px;height:600px;right:-250px;bottom:-250px;border-radius:50%;
    background:radial-gradient(circle,rgba(8,18,31,.05),transparent 70%);}
.process-section .container{position:relative;z-index:5;}
.process-wrapper{position:relative;margin-top:80px;}
.process-line{position:absolute;left:0;right:0;top:60px;height:2px;background:linear-gradient(90deg,rgba(212,175,55,.15),#D4AF37,rgba(212,175,55,.15));}
.process-item{position:relative;text-align:center;transition:.45s;z-index:2;}
.process-item{margin-top:0;}
.col-md-3:nth-child(even) .process-item{margin-top:70px;}
.process-icon{position:relative;width: 100px;height: 100px;margin: 0 auto 30px;border-radius:50%;background:#fff;border:1px solid rgba(212,175,55,.20);
    display:flex;justify-content:center;align-items:center;transition:.45s;box-shadow:0 15px 40px rgba(0,0,0,.05);}
.process-icon::before{content:"";position:absolute;inset:10px;border-radius:50%;border:1px dashed rgba(212,175,55,.25);transition:.45s;}
.process-icon::after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.08),transparent 70%);
    z-index:-1;transition:.45s;}
.process-number{position:absolute;top:-18px;right:-8px;width:42px;height:42px;border-radius:50%;background:#08121F;color:#fff;font-size:14px;font-weight:700;
    display:flex;justify-content:center;align-items:center;transition:.4s;}
.process-icon i{font-size:30px;color:#D4AF37;transition:.45s;}
.process-item h4{font-size: 20px;font-weight: 500;margin-bottom: 8px;color:#08121F;}
.process-item p{color: #777;line-height: 20px;max-width: 200px;margin: auto;font-size: 14px;}
.process-item::before{content:"";position:absolute;top:55px;left:50%;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;background:#fff;
    border:3px solid #D4AF37;z-index:5;}
.process-item:hover{transform:translateY(-10px);}
.process-item:hover .process-icon{border-color:#D4AF37;transform:rotate(-8deg);box-shadow:0 20px 45px rgba(0,0,0,.08);}
.process-item:hover .process-icon::before{transform:rotate(180deg);}
.process-item:hover .process-icon::after{transform:scale(1.25);}
.process-item:hover .process-icon i{transform:scale(1.15);}
.process-item:hover .process-number{background:#D4AF37;transform:rotate(40deg);}
.process-item:hover h4{color:#D4AF37;}

/* ================= CTA SECTION ================= */

.cta-section{position:relative;overflow:hidden;background:url("../images/cta-bg.jpg") center center / cover no-repeat;background-attachment:fixed;}
.cta-content .paragraph{color:rgba(255,255,255,.78);max-width:620px;line-height:32px;}
.cta-btn-group{display:flex;align-items:center;gap:18px;}

/* ================= TESTIMONIAL ================= */

.testimonial-section{background:url("../images/testimonial-bg.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;}
.testimonial-navigation{display:flex;gap:15px;margin-top:40px;}
.testimonial-navigation button{width:55px;height:55px;border:none;border-radius:50%;background:#fff;color:#08121F;transition:.35s;cursor:pointer;}
.testimonial-navigation button:hover{background:#D4AF37;color:#fff;}
.testimonial-card{background:#fff;padding:40px;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.08);}
.testimonial-rating{color:#D4AF37;font-size:18px;margin-bottom:25px;}
.testimonial-text{font-size:16px;line-height:28px;color:#666;margin-bottom:20px;}
.testimonial-user h5{margin:0px;font-size:16px;color:#111;}
.testimonial-user span{color:#777;}
.testimonial-slider{overflow:hidden;}

/* ================= FAQ ================= */

.faq-section{background:#F8F8F8;}
.faq-image{position:relative;overflow:hidden;border-radius:18px;}
.faq-image img{width:100%;aspect-ratio: 4/5;object-fit:cover;display:block;}
.faq-image::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(8,18,31,.75));}
.faq-image-content{position:absolute;left:35px;bottom:35px;color:#fff;z-index:2;}
.faq-image-content span{display:block;color:#D4AF37;margin-bottom: 0px;letter-spacing: 2px;font-size: 14px;font-weight: 600;}
.faq-image-content h4{color:#fff;font-size:34px;line-height:1.3;}
.faq-content{padding-left:25px;}
.faq-item{background:#fff;border-radius:12px;margin-bottom:18px;overflow:hidden;border:1px solid #ECECEC;transition:.3s;}
.faq-item.active{border-color:#D4AF37;}
.faq-question{width:100%;background:none;border:none;padding: 7px 7px 7px 16px;display:flex;justify-content:space-between;align-items:center;
    font-size:16px;font-weight:600;color:#08121F;cursor:pointer;}
.faq-question i{width:25px;height:25px;background:#F5F5F5;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.3s;}
.faq-item.active .faq-question i{background:#D4AF37;color:#fff;transform:rotate(45deg);}
.faq-answer{display:none;padding:0 16px 24px;}
.faq-item.active .faq-answer{display:block;}
.faq-answer p{color:#666;line-height:30px;margin:0;}

/* =================== FOOTER =================== */


.footer-section{background:url("../images/footer-bg.jpg");background-position:top;background-size:cover;background-repeat:no-repeat;overflow:hidden;
    padding:90px 0 70px 0;}
.footer-logo img{height:55px;}
.footer-widget p{color:rgba(255,255,255,.75);line-height:30px;margin-bottom:30px;}
.footer-widget h4{color:#fff;font-size:24px;margin-bottom:30px;}
.footer-widget ul{margin:0;padding:0;list-style:none;}
.footer-widget ul li{margin-bottom:18px;}
.footer-widget ul li a{color:rgba(255,255,255,.75);text-decoration:none;transition:.3s;}
.footer-widget ul li a:hover{color:#D4AF37;padding-left:8px;}
.footer-contact li{display:flex;gap:14px;color:rgba(255,255,255,.75);}
.footer-contact i{color:#D4AF37;margin-top:5px;}
.footer-social{display:flex;gap:12px;}
.footer-social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;justify-content:center;align-items:center;
    color:#fff;transition:.35s;}
.footer-social a:hover{background:#D4AF37;}

.footer-bottom{padding: 10px 0;background: #000;}
.footer-bottom p{color:rgba(255,255,255,.65);font-size: 14px;margin:0;}
.legal-menu{display: flex;align-items: center;justify-content: flex-end;gap:25px;}
.legal-menu a{color:rgba(255,255,255,.65);text-decoration:none;font-size: 14px;transition:.3s;}
.legal-menu a:hover{color:#D4AF37;}

/* =================== BANNER =================== */

/* =================== CONTACT =================== */


.contact-section{

    padding:120px 0;
    background:#fff;

}

.contact-info{

    display:flex;
    flex-direction:column;
    gap:25px;

}

.contact-item{

    display:flex;
    gap:20px;
    padding:28px;
    border:1px solid #ECECEC;
    border-radius:14px;
    transition:.35s;

}

.contact-item:hover{

    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.contact-icon{

    width:65px;
    height:65px;
    background:#08121F;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;

}

.contact-icon i{

    color:#D4AF37;
    font-size:24px;

}

.contact-item h4{

    margin-bottom:8px;
    font-size:22px;
    color:#111;

}

.contact-item p{

    margin:0;
    color:#666;
    line-height:28px;

}

/*====================*/

.contact-form{

    padding:40px;
    border-radius:18px;
    background:#F8F8F8;

}

.contact-form .form-control{

    height:58px;
    border:none;
    background:#fff;
    margin-bottom:22px;
    border-radius:10px;
    box-shadow:none;
    padding:0 20px;

}

.contact-form textarea.form-control{

    height:auto;
    padding:18px 20px;
    resize:none;

}

.contact-form .form-control:focus{

    border:1px solid #D4AF37;

}

.contact-form .fill-btn{

    padding:16px 34px;

}

/* 2030 lines */

/* =================== BOOKING MODAL =================== */

/* =================== RESPONSIVE =================== */

@media(max-width:768px){
.section{padding: 40px 0;}
.mobile-hide{display: none;}
.heading {font-size: 34px;}
.header-toggle{display: block;}
.hero-section {height: calc(100vh - 40px);min-height: auto;}
.hero-content {padding: 40px 0px 0px 0px;}
.hero-content h1 {font-size: 40px;}
.why-card {height: auto;margin-bottom: 20px;}
.property-navigation button {width: 30px;height: 30px;}
.about-content .paragraph {margin-bottom: 20px;}
.about-counter{margin: 30px 0;flex-direction: row;flex-wrap: wrap;gap:5px}
.counter-item {gap: 15px;flex: 0 0 calc(50% - 15px);align-items: flex-start;margin-bottom: 10px;}
.counter-icon {border-radius: 5px;}
.counter-text h3 {font-size: 20px;font-weight: 500;line-height: 1;margin-bottom: 2px;}
.counter-text p {line-height: 20px;}
.about-video img {height: 250px;}
.col-md-3:nth-child(even) .process-item,.process-item {margin-top: 50px;}
.faq-image {margin-bottom: 30px;}
.faq-content {padding-left: 0px;}
.faq-question span {flex-shrink: 0;max-width: 90%;text-align: left;}
.footer-section {background-size: auto;padding: 40px 0 15px 0;}
.footer-widget{margin-top:20px;}
.footer-bottom p {text-align: center;margin: 0 0 5px 0;}
.legal-menu {justify-content: center;}
}