 /* ===== Header Start ===== */

.re-header{

background:#fff;

padding:15px 0;

position:sticky;

top:0;

z-index:999;

box-shadow:0 2px 15px rgba(0,0,0,.08);

}


.re-header-logo{

font-size:28px;

font-weight:700;

color:#0D6EFD !important;

text-decoration:none;

}


.re-header-logo i{

margin-right:8px;

}


.re-header .navbar-nav{

gap:20px;

}


.re-header .nav-link{

font-size:16px;

font-weight:600;

color:#222;

transition:.3s;

}


.re-header .nav-link:hover{

color:#0D6EFD;

}


.re-header-right{

display:flex;

align-items:center;

gap:20px;

}


.re-header-social{

display:flex;

gap:12px;

}


.re-header-social a{

width:40px;

height:40px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

background:#f2f5ff;

color:#0D6EFD;

transition:.3s;

}


.re-header-social a:hover{

background:#0D6EFD;

color:#fff;

}


.re-header-btn{

background:#0D6EFD;

color:#fff;

padding:12px 24px;

font-weight:600;

border-radius:50px;

}


.re-header-btn:hover{

background:#084fc7;

color:#fff;

}


@media(max-width:991px){

.re-header-right{

flex-direction:column;

align-items:flex-start;

margin-top:20px;

}


.re-header .navbar-nav{

gap:10px;

margin:20px 0;

}

}

/* ===== Hero Section Start ===== */

.re-hero{

padding:100px 0;

background:#f8fbff;

overflow:hidden;

}

.re-hero-badge{

display:inline-flex;

align-items:center;

gap:8px;

padding:10px 18px;

border-radius:30px;

background:#e8f1ff;

color:#0D6EFD;

font-weight:600;

margin-bottom:25px;

}

.re-hero h1{

font-size:65px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

color:#111;

}

.re-hero h1 span{

color:#0D6EFD;

}

.re-hero p{

font-size:18px;

color:#666;

margin-bottom:35px;

}

.re-hero-buttons{

display:flex;

gap:20px;

margin-bottom:35px;

}

.re-hero-btn{

background:#0D6EFD;

color:#fff;

padding:14px 28px;

font-weight:600;

border-radius:50px;

}

.re-hero-btn:hover{

background:#084fc7;

color:#fff;

}

.re-hero-outline{

border:2px solid #0D6EFD;

color:#0D6EFD;

padding:14px 28px;

font-weight:600;

border-radius:50px;

}

.re-hero-outline:hover{

background:#0D6EFD;

color:#fff;

}

.re-hero-search{

background:#fff;

padding:25px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

margin-bottom:40px;

}

.re-hero-search-btn{

background:#0D6EFD;

color:#fff;

height:100%;

}

.re-hero-stats{

display:flex;

gap:50px;

}

.re-hero-stats h3{

font-size:34px;

font-weight:800;

color:#0D6EFD;

margin-bottom:0;

}

.re-hero-stats p{

margin:0;

}

.re-hero-image img{

width:100%;

height:650px;

object-fit:cover;

border-radius:30px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

/* Mobile */

@media(max-width:991px){

.re-hero{

padding:70px 0;

text-align:center;

}

.re-hero h1{

font-size:42px;

}

.re-hero-buttons{

justify-content:center;

flex-wrap:wrap;

}

.re-hero-stats{

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

.re-hero-image img{

height:420px;

}

}

/* ===== Feature Section ===== */

.re-feature-section{

padding:80px 0;

background:linear-gradient(135deg,#f8fbff,#eef5ff);

border-top:1px solid #dce8ff;

position:relative;

overflow:hidden;

}


/* Background Shape 1 */

.re-feature-section::before{

content:"";

position:absolute;

width:280px;

height:280px;

border-radius:50%;

background:rgba(13,110,253,.08);

top:-100px;

left:-100px;

}


/* Background Shape 2 */

.re-feature-section::after{

content:"";

position:absolute;

width:250px;

height:250px;

border-radius:50%;

background:rgba(13,110,253,.06);

bottom:-100px;

right:-100px;

}


.re-feature-card{

position:relative;

z-index:2;

background:#fff;

padding:30px 20px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}


.re-feature-card:hover{

transform:translateY(-6px);

}


.re-feature-card i{

font-size:35px;

color:#0D6EFD;

margin-bottom:20px;

}


.re-feature-card h5{

font-weight:700;

margin-bottom:10px;

}


.re-feature-card p{

margin:0;

color:#666;

}

 /* ===== Property Section ===== */

.re-property-section{

padding:100px 0;

background:#fff;

}

.re-section-title{

text-align:center;

margin-bottom:60px;

}

.re-section-title span{

display:inline-block;

padding:10px 18px;

background:#e8f1ff;

border-radius:30px;

font-weight:600;

color:#0D6EFD;

margin-bottom:15px;

}

.re-section-title h2{

font-size:48px;

font-weight:800;

margin-bottom:15px;

}

.re-section-title p{

max-width:650px;

margin:auto;

color:#666;

}

.re-property-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.re-property-card:hover{

transform:translateY(-8px);

}

.re-property-image{

position:relative;

overflow:hidden;

}

.re-property-image img{

width:100%;

height:260px;

object-fit:cover;

transition:.4s;

}

.re-property-card:hover img{

transform:scale(1.08);

}

.re-property-tag{

position:absolute;

top:20px;

left:20px;

background:#0D6EFD;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.re-property-content{

padding:25px;

}

.re-property-content h4{

font-weight:700;

margin-bottom:15px;

}

.re-property-content p{

color:#666;

margin-bottom:20px;

}

.re-property-info{

display:flex;

justify-content:space-between;

margin-bottom:25px;

font-size:15px;

font-weight:600;

}

.re-property-footer{

display:flex;

justify-content:space-between;

align-items:center;

}

.re-property-footer h3{

font-size:28px;

font-weight:800;

color:#0D6EFD;

margin:0;

}

.re-property-footer .btn{

background:#0D6EFD;

color:#fff;

padding:10px 20px;

border-radius:50px;

}

.re-property-footer .btn:hover{

background:#084fc7;

color:#fff;

}


/* Mobile */

@media(max-width:991px){

.re-property-section{

padding:70px 0;

}

.re-section-title h2{

font-size:34px;

}

.re-property-info{

flex-wrap:wrap;

gap:12px;

}

.re-property-footer{

flex-direction:column;

gap:15px;

}

}

/* ===== About Section ===== */

.re-about{

padding:100px 0;

background:#f8fbff;

overflow:hidden;

}

.re-about-image{

position:relative;

}

.re-about-image img{

width:100%;

height:650px;

object-fit:cover;

border-radius:30px;

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.re-about-experience{

position:absolute;

bottom:30px;

right:30px;

background:#0D6EFD;

color:#fff;

padding:25px;

border-radius:25px;

text-align:center;

width:180px;

}

.re-about-experience h3{

font-size:42px;

font-weight:800;

margin-bottom:5px;

}

.re-about-experience p{

margin:0;

}

.re-about-badge{

display:inline-flex;

align-items:center;

gap:8px;

padding:10px 18px;

border-radius:30px;

background:#e8f1ff;

color:#0D6EFD;

font-weight:600;

margin-bottom:25px;

}

.re-about-content h2{

font-size:52px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

}

.re-about-content p{

font-size:17px;

color:#666;

margin-bottom:35px;

}

.re-about-points{

display:flex;

flex-direction:column;

gap:25px;

margin-bottom:40px;

}

.re-about-item{

display:flex;

gap:18px;

align-items:flex-start;

}

.re-about-item i{

font-size:28px;

color:#0D6EFD;

margin-top:5px;

}

.re-about-item h5{

font-weight:700;

margin-bottom:5px;

}

.re-about-item p{

margin:0;

}

.re-about-buttons{

display:flex;

gap:20px;

}

.re-about-btn{

background:#0D6EFD;

color:#fff;

padding:14px 28px;

border-radius:50px;

font-weight:600;

}

.re-about-btn:hover{

background:#084fc7;

color:#fff;

}

.re-about-outline{

border:2px solid #0D6EFD;

color:#0D6EFD;

padding:14px 28px;

border-radius:50px;

font-weight:600;

}

.re-about-outline:hover{

background:#0D6EFD;

color:#fff;

}


/* Mobile */

@media(max-width:991px){

.re-about{

padding:70px 0;

}

.re-about-content{

text-align:center;

}

.re-about-content h2{

font-size:36px;

}

.re-about-buttons{

justify-content:center;

flex-wrap:wrap;

}

.re-about-item{

text-align:left;

}

.re-about-image img{

height:420px;

}

.re-about-experience{

width:140px;

padding:18px;

right:15px;

bottom:15px;

}

.re-about-experience h3{

font-size:30px;

}

}

@media(max-width:576px){

.re-about-buttons{

flex-direction:column;

}

.re-about-btn,

.re-about-outline{

width:100%;

}

}

/* ===== CTA Section ===== */

.re-cta{

padding:100px 0;

background:#fff;

}

.re-cta-box{

background:linear-gradient(135deg,#0D6EFD,#084fc7);

padding:70px;

border-radius:35px;

position:relative;

overflow:hidden;

}


/* Circle 1 */

.re-cta-box::before{

content:"";

position:absolute;

width:280px;

height:280px;

border-radius:50%;

background:rgba(255,255,255,.08);

top:-120px;

right:-80px;

}


/* Circle 2 */

.re-cta-box::after{

content:"";

position:absolute;

width:180px;

height:180px;

border-radius:50%;

background:rgba(255,255,255,.06);

bottom:-70px;

left:-50px;

}


.re-cta-content{

position:relative;

z-index:2;

}

.re-cta-content span{

display:inline-flex;

align-items:center;

gap:10px;

background:rgba(255,255,255,.15);

padding:10px 18px;

border-radius:30px;

color:#fff;

font-weight:600;

margin-bottom:20px;

}

.re-cta-content h2{

font-size:52px;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.re-cta-content p{

font-size:18px;

color:rgba(255,255,255,.85);

max-width:650px;

margin:0;

}


.re-cta-buttons{

display:flex;

flex-direction:column;

gap:18px;

position:relative;

z-index:2;

}


.re-cta-btn{

background:#fff;

color:#0D6EFD;

padding:16px 30px;

font-weight:700;

border-radius:50px;

}

.re-cta-btn:hover{

background:#f5f5f5;

color:#0D6EFD;

}


.re-cta-outline{

border:2px solid #fff;

color:#fff;

padding:16px 30px;

font-weight:700;

border-radius:50px;

}

.re-cta-outline:hover{

background:#fff;

color:#0D6EFD;

}


/* Tablet */

@media(max-width:991px){

.re-cta{

padding:70px 0;

}

.re-cta-box{

padding:50px 35px;

text-align:center;

}

.re-cta-content h2{

font-size:38px;

}

.re-cta-buttons{

flex-direction:row;

justify-content:center;

}

}


/* Mobile */

@media(max-width:576px){

.re-cta-content h2{

font-size:30px;

}

.re-cta-content p{

font-size:16px;

}

.re-cta-buttons{

flex-direction:column;

}

.re-cta-btn,

.re-cta-outline{

width:100%;

}

}

/* ===== Blog Section ===== */

 /* ===== Blog Section ===== */

.re-blog{

padding:100px 0;

background:#f8fbff;

}

.re-blog-heading{

text-align:center;

margin-bottom:60px;

}

.re-blog-heading span{

display:inline-block;

padding:10px 18px;

background:#e8f1ff;

color:#0D6EFD;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.re-blog-heading h2{

font-size:48px;

font-weight:800;

margin-bottom:15px;

}

.re-blog-heading p{

max-width:650px;

margin:auto;

color:#666;

}

.re-blog-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.re-blog-card:hover{

transform:translateY(-8px);

}

.re-blog-image{

overflow:hidden;

}

.re-blog-image img{

width:100%;

height:260px;

object-fit:cover;

transition:.4s;

}

.re-blog-card:hover img{

transform:scale(1.08);

}

.re-blog-content{

padding:30px;

}

.re-blog-date{

font-size:14px;

font-weight:600;

color:#0D6EFD;

margin-bottom:15px;

}

.re-blog-content h4{

font-size:28px;

font-weight:700;

margin-bottom:15px;

}

.re-blog-content p{

color:#666;

margin-bottom:25px;

}

.re-blog-content a{

text-decoration:none;

font-weight:700;

color:#0D6EFD;

display:inline-flex;

align-items:center;

gap:8px;

}

.re-blog-content a:hover{

gap:12px;

}


/* Mobile */

@media(max-width:991px){

.re-blog{

padding:70px 0;

}

.re-blog-heading h2{

font-size:34px;

}

}

@media(max-width:576px){

.re-blog-content h4{

font-size:24px;

}

}

/* ===== Review Section ===== */

.re-review{

padding:100px 0;

background:#f8fbff;

}

.re-review-title{

text-align:center;

margin-bottom:60px;

}

.re-review-title span{

display:inline-block;

padding:10px 18px;

background:#e8f1ff;

color:#0D6EFD;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.re-review-title h2{

font-size:48px;

font-weight:800;

margin-bottom:15px;

}

.re-review-title p{

max-width:650px;

margin:auto;

color:#666;

}

.re-review-card{

background:#fff;

padding:30px;

border-radius:25px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}

.re-review-card:hover{

transform:translateY(-8px);

}

.re-review-top{

display:flex;

align-items:center;

gap:15px;

margin-bottom:20px;

}

.re-review-top img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

}

.re-review-top h5{

font-weight:700;

margin:0;

}

.re-review-top span{

font-size:14px;

color:#777;

}

.re-review-star{

font-size:22px;

color:#ffc107;

margin-bottom:20px;

}

.re-review-card p{

color:#666;

line-height:1.8;

margin:0;

}


/* Mobile */

@media(max-width:991px){

.re-review{

padding:70px 0;

}

.re-review-title h2{

font-size:34px;

}

}

/* ===== Premium Contact ===== */

.re-contact{

padding:100px 0;

background:linear-gradient(180deg,#f8fbff,#ffffff);

}

.re-contact-heading{

text-align:center;

margin-bottom:70px;

}

.re-contact-heading span{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 20px;

background:#e8f1ff;

border-radius:50px;

color:#0D6EFD;

font-weight:600;

margin-bottom:20px;

}

.re-contact-heading h2{

font-size:52px;

font-weight:800;

margin-bottom:20px;

}

.re-contact-heading p{

max-width:700px;

margin:auto;

color:#666;

}


.re-contact-info{

height:100%;

}

.re-contact-info h3{

font-size:38px;

font-weight:800;

margin-bottom:20px;

}

.re-contact-info>p{

color:#666;

margin-bottom:40px;

}

.re-contact-box{

display:flex;

gap:20px;

padding:25px;

background:#fff;

border-radius:25px;

margin-bottom:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.re-contact-box i{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#0D6EFD;

color:#fff;

font-size:22px;

}

.re-contact-box h5{

font-weight:700;

}

.re-contact-box p{

margin:0;

color:#666;

}


.re-contact-form{

background:#fff;

padding:45px;

border-radius:35px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}


.re-input{

position:relative;

}

.re-input i{

position:absolute;

top:50%;

left:20px;

transform:translateY(-50%);

color:#0D6EFD;

font-size:18px;

z-index:2;

}

.re-input input,

.re-input select,

.re-input textarea{

width:100%;

padding:18px 20px 18px 55px;

border:2px solid #e7ecf5;

border-radius:18px;

outline:none;

transition:.3s;

}

.re-input input:focus,

.re-input select:focus,

.re-input textarea:focus{

border-color:#0D6EFD;

}

.re-textarea i{

top:30px;

}

.re-input textarea{

resize:none;

}


.re-send-btn{

border:none;

background:#0D6EFD;

color:#fff;

padding:16px 35px;

border-radius:50px;

font-weight:700;

font-size:18px;

transition:.3s;

}

.re-send-btn:hover{

transform:translateY(-3px);

background:#084fc7;

}


/* Mobile */

@media(max-width:991px){

.re-contact{

padding:70px 0;

}

.re-contact-heading h2{

font-size:36px;

}

.re-contact-form{

padding:30px;

}

}

@media(max-width:576px){

.re-contact-heading h2{

font-size:30px;

}

.re-contact-form{

padding:25px;

}

.re-send-btn{

width:100%;

}

}/* ===== FAQ Section ===== */

.re-faq{

padding:100px 0;

background:#f8fbff;

}

.re-faq-heading{

text-align:center;

margin-bottom:60px;

}

.re-faq-heading span{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 20px;

background:#e8f1ff;

border-radius:50px;

font-weight:600;

color:#0D6EFD;

margin-bottom:20px;

}

.re-faq-heading h2{

font-size:52px;

font-weight:800;

margin-bottom:15px;

}

.re-faq-heading p{

max-width:700px;

margin:auto;

color:#666;

}

.re-faq-accordion .accordion-item{

border:none;

margin-bottom:20px;

border-radius:20px !important;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.re-faq-accordion .accordion-button{

padding:25px 30px;

font-size:18px;

font-weight:700;

box-shadow:none;

}

.re-faq-accordion .accordion-button:not(.collapsed){

background:#0D6EFD;

color:#fff;

}

.re-faq-accordion .accordion-button:focus{

box-shadow:none;

}

.re-faq-accordion .accordion-body{

padding:25px 30px;

line-height:1.8;

color:#666;

}


/* Mobile */

@media(max-width:991px){

.re-faq{

padding:70px 0;

}

.re-faq-heading h2{

font-size:36px;

}

}

@media(max-width:576px){

.re-faq-heading h2{

font-size:30px;

}

.re-faq-accordion .accordion-button{

padding:20px;

font-size:16px;

}

}

/* ===== Footer ===== */

.re-footer{

padding:90px 0 30px;

background:#0D6EFD;

color:#fff;

}

.re-footer-logo h3{

font-size:34px;

font-weight:800;

margin-bottom:20px;

}

.re-footer-logo p{

line-height:1.8;

opacity:.9;

}

.re-footer h4{

font-size:24px;

font-weight:700;

margin-bottom:25px;

}

.re-footer ul{

list-style:none;

padding:0;

margin:0;

}

.re-footer ul li{

margin-bottom:15px;

}

.re-footer ul li a{

text-decoration:none;

color:#fff;

opacity:.9;

transition:.3s;

}

.re-footer ul li a:hover{

padding-left:8px;

opacity:1;

}

.re-footer-social{

display:flex;

gap:15px;

margin-top:30px;

}

.re-footer-social a{

width:45px;

height:45px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.15);

color:#fff;

text-decoration:none;

transition:.3s;

}

.re-footer-social a:hover{

background:#fff;

color:#0D6EFD;

}

.re-footer-contact li{

display:flex;

gap:15px;

align-items:flex-start;

}

.re-footer-contact i{

font-size:18px;

margin-top:4px;

}

.re-footer hr{

margin:50px 0 25px;

border-color:rgba(255,255,255,.2);

}

.re-footer-bottom{

text-align:center;

}

.re-footer-bottom p{

margin:0;

opacity:.9;

}


/* Mobile */

@media(max-width:991px){

.re-footer{

padding:70px 0 25px;

}

}

@media(max-width:576px){

.re-footer{

text-align:center;

}

.re-footer-social{

justify-content:center;

}

.re-footer-contact li{

justify-content:center;

}

.re-footer-logo h3{

font-size:28px;

}

.re-footer h4{

font-size:22px;

}

}