/* Start custom CSS for html, class: .elementor-element-8b77bbe *//*=========================================
 MAHENDRA REAL ESTATES HEADER
 FINAL PART 1
=========================================*/

/*=========================
 Reset
=========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    overflow-x:hidden;
    padding-top:85px;
}

/*=========================
 Header
=========================*/

.mre-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    border-bottom:1px solid rgba(0,0,0,.08);
    z-index:9999;
    transition:.35s ease;
}

.mre-header.scrolled{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*=========================
 Container
=========================*/

.mre-container{

    max-width:1280px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:10px 22px;

}

/*=========================
 Logo
=========================*/

.mre-logo a{

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

}

.mre-logo img{

    width:68px;

    height:auto;

    display:block;

}

.logo-text{

    display:flex;

    flex-direction:column;

    justify-content:center;

    line-height:1.1;

}

.logo-text h2{

    margin:0;

    font-size:30px;

    font-weight:700;

    color:#0A2E5C;

    letter-spacing:.5px;

}

.logo-text h3{

    margin:3px 0;

    font-size:15px;

    color:#D4AF37;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.logo-text span{

    font-size:11px;

    color:#777;

    font-style:italic;

}

/*=========================
 Navigation
=========================*/

.mre-nav ul{

    display:flex;

    align-items:center;

    gap:28px;

    list-style:none;

}

.mre-nav ul li{

    position:relative;

}

.mre-nav ul li a{

    display:block;

    text-decoration:none;

    color:#183153;

    font-size:15px;

    font-weight:600;

    padding:8px 0;

    transition:.3s;

}

.mre-nav ul li a:hover{

    color:#0B8F49;

}

/*=========================
 Dropdown
=========================*/

.dropdown{

    position:absolute;

    top:58px;

    left:0;

    width:270px;

    background:#fff;

    border-radius:14px;

    padding:12px 0;

    box-shadow:0 15px 45px rgba(0,0,0,.12);

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:999;

}

.has-dropdown:hover .dropdown{

    top:50px;

    opacity:1;

    visibility:visible;

}

.dropdown li{

    display:block;

}

.dropdown li a{

    display:block;

    padding:13px 20px;

    color:#333;

    font-size:14px;

    font-weight:500;

}

.dropdown li a:hover{

    background:#F5F8FB;

    color:#0B8F49;

    padding-left:28px;

}
/*=========================================
 MAHENDRA REAL ESTATES HEADER
 FINAL PART 2
=========================================*/

/*=========================
 Action Buttons
=========================*/

.mre-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.call-btn,
.wa-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    border-radius:50px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s ease;
}

.call-btn{
    background:#0A2E5C;
    color:#fff;
}

.call-btn:hover{
    background:#082446;
    transform:translateY(-2px);
}

.wa-btn{
    background:#25D366;
    color:#fff;
}

.wa-btn:hover{
    background:#1EBE5D;
    transform:translateY(-2px);
}

/*=========================
 Mobile Menu Icon
=========================*/

.mre-menu-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.mre-menu-toggle span{
    width:30px;
    height:3px;
    background:#0A2E5C;
    border-radius:10px;
    transition:.3s;
}

/*=========================
 Tablet & Mobile
=========================*/

@media(max-width:991px){

.mre-container{
    padding:10px 16px;
}

.mre-logo img{
    width:52px;
}

/* ✅ Company Name Mobileలో కూడా కనిపిస్తుంది */

.logo-text{
    display:flex;
}

.logo-text h2{
    font-size:18px;
}

.logo-text h3{
    font-size:10px;
    letter-spacing:1px;
}

.logo-text span{
    display:none;
}

.mre-menu-toggle{
    display:flex;
}

.mre-actions{
    display:none;
}

.mre-nav{
    position:absolute;
    top:76px;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    padding:15px 0;
}

.mre-nav.active{
    display:block;
}

.mre-nav ul{
    flex-direction:column;
    gap:0;
}

.mre-nav ul li{
    width:100%;
}

.mre-nav ul li a{
    padding:15px 25px;
    border-bottom:1px solid #f3f3f3;
}

.dropdown{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    box-shadow:none;
    border-radius:0;
    padding:0;
}

.has-dropdown.active .dropdown{
    display:block;
}

.dropdown li a{
    background:#fafafa;
    padding-left:45px;
}

body{
    padding-top:76px;
}

}

/*=========================
 Small Mobile
=========================*/

@media(max-width:480px){

.mre-logo img{
    width:45px;
}

.logo-text h2{
    font-size:15px;
}

.logo-text h3{
    font-size:9px;
}

}

/*=========================
 Active Menu
=========================*/

.mre-nav ul li a.active{
    color:#0B8F49;
}

.mre-nav ul li a.active::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#0B8F49;
    margin-top:5px;
    border-radius:20px;
}

/*=========================
 Header Animation
=========================*/

.mre-header{
    animation:headerFade .5s ease;
}

@keyframes headerFade{

0%{
    opacity:0;
    transform:translateY(-100%);
}

100%{
    opacity:1;
    transform:translateY(0);
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b28ce4 *//*=========================================
LEGAL HERO SECTION
=========================================*/

.legal-hero{
    position:relative;
    padding:120px 20px;
    background:linear-gradient(135deg,#0A2E5C 0%,#174D8A 100%);
    overflow:hidden;
}

.legal-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.20);
}

.legal-container{
    position:relative;
    max-width:900px;
    margin:auto;
    text-align:center;
    z-index:2;
}

.legal-badge{
    display:inline-block;
    background:#D4AF37;
    color:#111;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.legal-hero h1{
    color:#fff;
    font-size:56px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.legal-hero p{
    color:rgba(255,255,255,.90);
    font-size:18px;
    line-height:1.9;
    max-width:760px;
    margin:0 auto 40px;
}

.legal-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s ease;
}

.btn-primary{
    background:#D4AF37;
    color:#111;
}

.btn-primary:hover{
    background:#ffffff;
    color:#0A2E5C;
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid #ffffff;
    color:#ffffff;
}

.btn-secondary:hover{
    background:#ffffff;
    color:#0A2E5C;
    transform:translateY(-3px);
}

/* Decorative Circles */

.legal-hero::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-120px;
    left:-120px;
}

.legal-hero::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(212,175,55,.10);
    bottom:-100px;
    right:-100px;
}

/* Responsive */

@media(max-width:768px){

.legal-hero{
    padding:90px 20px;
}

.legal-hero h1{
    font-size:38px;
}

.legal-hero p{
    font-size:16px;
}

.legal-buttons{
    flex-direction:column;
    align-items:center;
}

.btn-primary,
.btn-secondary{
    width:100%;
    max-width:280px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7d4038 *//*=========================================
PRIVACY POLICY
==========================================*/

.privacy-policy-section{
    padding:100px 20px;
    background:#f8f9fb;
}

.privacy-container{
    max-width:1100px;
    margin:auto;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    overflow:hidden;
}

/* Header */

.privacy-header{
    background:linear-gradient(135deg,#0A2E5C,#174D8A);
    padding:60px 40px;
    text-align:center;
    color:#fff;
}

.privacy-header span{
    display:inline-block;
    background:#D4AF37;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.privacy-header h1{
    font-size:44px;
    margin-bottom:15px;
    font-weight:700;
}

.privacy-header p{
    max-width:700px;
    margin:auto;
    font-size:17px;
    line-height:1.8;
    opacity:.95;
}

/* Content */

.privacy-content{
    padding:50px;
}

.privacy-content h2{
    color:#0A2E5C;
    font-size:28px;
    margin:35px 0 15px;
    position:relative;
    padding-left:18px;
}

.privacy-content h2::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:30px;
    background:#D4AF37;
    border-radius:5px;
}

.privacy-content p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

.privacy-content ul{
    margin:0 0 20px 20px;
    padding:0;
}

.privacy-content ul li{
    color:#555;
    margin-bottom:12px;
    line-height:1.8;
}

.privacy-content hr{
    border:none;
    border-top:1px solid #e5e5e5;
    margin:40px 0;
}

.privacy-content strong{
    color:#0A2E5C;
}

/* Responsive */

@media(max-width:768px){

.privacy-policy-section{
    padding:70px 15px;
}

.privacy-header{
    padding:45px 25px;
}

.privacy-header h1{
    font-size:34px;
}

.privacy-header p{
    font-size:16px;
}

.privacy-content{
    padding:30px 25px;
}

.privacy-content h2{
    font-size:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1f1b78 *//*=========================================
TERMS & CONDITIONS
=========================================*/

.terms-section{
    padding:100px 20px;
    background:#f8f9fb;
}

.terms-container{
    max-width:1200px;
    margin:auto;
}

.terms-title{
    text-align:center;
    margin-bottom:60px;
}

.terms-title span{
    display:inline-block;
    background:#D4AF37;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.terms-title h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
}

.terms-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.terms-content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.terms-box{
    background:#ffffff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    border-top:5px solid #D4AF37;
}

.terms-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.terms-box h3{
    color:#0A2E5C;
    font-size:24px;
    margin-bottom:15px;
}

.terms-box p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

.terms-content{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.terms-section{
    padding:70px 20px;
}

.terms-title h2{
    font-size:32px;
}

.terms-title p{
    font-size:16px;
}

.terms-box{
    padding:25px;
}

.terms-box h3{
    font-size:21px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73c64ff *//*=========================================
CONTACT CARD LINKS
=========================================*/

.contact-card a{
    color:#0A2E5C;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
    word-break:break-word;
}

.contact-card a:hover{
    color:#D4AF37;
}

.contact-card p{
    margin:0;
    color:#555;
    font-size:16px;
    line-height:1.8;
}

.contact-card h3{
    margin-bottom:15px;
    color:#0A2E5C;
    font-size:24px;
    font-weight:700;
}

.contact-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    background:linear-gradient(135deg,#0A2E5C,#174D8A);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.contact-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    border-top:5px solid #D4AF37;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

@media(max-width:767px){

.contact-card{
    padding:30px 20px;
}

.contact-card h3{
    font-size:22px;
}

.contact-card p{
    font-size:15px;
}

.contact-icon{
    width:60px;
    height:60px;
    font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93c168a *//*=========================================
LEGAL FOOTER
=========================================*/

.legal-footer{
    background:#081F3D;
    color:#fff;
    padding:60px 20px 40px;
}

.legal-footer-container{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.legal-footer h3{
    font-size:32px;
    margin-bottom:10px;
    color:#fff;
}

.legal-footer p{
    color:#d8d8d8;
    line-height:1.8;
    margin-bottom:20px;
}

.footer-links{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin:35px 0;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.footer-links a:hover{
    color:#D4AF37;
}

.legal-footer hr{
    border:none;
    border-top:1px solid rgba(255,255,255,.15);
    margin:30px 0;
}

.copyright{
    font-size:15px;
    color:#cfcfcf;
    margin-bottom:10px;
}

.developer{
    font-size:15px;
    color:#D4AF37;
}

.developer strong{
    color:#ffffff;
}

@media(max-width:768px){

.footer-links{
    flex-direction:column;
    gap:15px;
}

.legal-footer h3{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba867e1 *//*=========================================
LEGAL CTA
=========================================*/

.legal-cta{
    padding:90px 20px;
    background:linear-gradient(135deg,#0A2E5C,#174D8A);
    text-align:center;
}

.legal-cta-container{
    max-width:900px;
    margin:auto;
}

.legal-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}

.legal-cta p{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    margin-bottom:40px;
}

.legal-cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-primary,
.cta-secondary{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.cta-primary{
    background:#D4AF37;
    color:#111;
}

.cta-primary:hover{
    background:#fff;
    color:#0A2E5C;
}

.cta-secondary{
    border:2px solid #fff;
    color:#fff;
}

.cta-secondary:hover{
    background:#fff;
    color:#0A2E5C;
}

@media(max-width:768px){

.legal-cta{
    padding:70px 20px;
}

.legal-cta h2{
    font-size:32px;
}

.legal-cta p{
    font-size:16px;
}

.legal-cta-buttons{
    flex-direction:column;
    align-items:center;
}

.cta-primary,
.cta-secondary{
    width:100%;
    max-width:280px;
}

}/* End custom CSS */