.bnrcta-wrapper{
    font-family:'Poppins',Arial,sans-serif;
    background:linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    padding:100px 0;
    color:#FFFFFF;
    box-sizing:border-box;
}
.bnrcta-wrapper *, .bnrcta-wrapper *::before, .bnrcta-wrapper *::after{
    box-sizing:border-box;
}
.bnrcta-container{
    max-width:1100px;
    margin:0 auto;
    padding:0 30px;
}
.bnrcta-content{
    text-align:center;
    max-width:1100px;
    margin:0 auto;
}
.bnrcta-subtitle{
    display:inline-block;
    font-family:'Times New Roman', Times, serif;
    font-size:15px;
    color:#38BDF8;
    font-weight:600;
    font-style:italic;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:24px;
}
.bnrcta-heading{
    font-family:'Times New Roman', Times, serif;
    font-size:54px;
    font-weight:700;
    color:#FFFFFF;
    line-height:1.2;
    margin:0 0 26px;
    letter-spacing:-0.5px;
}
.bnrcta-heading span{
    color:#38BDF8;
  
}
.bnrcta-description{
    font-family:'Poppins',Arial,sans-serif;
    font-size:16px;
    color:#94A3B8;
    line-height:1.85;
    margin:0;
    font-weight:400;
    max-width:780px;
    margin-left:auto;
    margin-right:auto;
}

/* ============ RESPONSIVE ============ */
@media(max-width:1024px){
    .bnrcta-wrapper{ padding:80px 0; }
    .bnrcta-heading{ font-size:44px; }
    .bnrcta-description{ font-size:15px; }
}
@media(max-width:768px){
    .bnrcta-wrapper{ padding:60px 0; }
    .bnrcta-container{ padding:0 24px; }
    .bnrcta-subtitle{ font-size:13px; letter-spacing:2.5px; margin-bottom:20px; }
    .bnrcta-heading{ font-size:32px; margin-bottom:20px; }
    .bnrcta-description{ font-size:14.5px; line-height:1.75; }
}
@media(max-width:480px){
    .bnrcta-wrapper{ padding:50px 0; }
    .bnrcta-heading{ font-size:26px; }
    .bnrcta-description{ font-size:14px; }
    .bnrcta-subtitle{ font-size:12px; letter-spacing:2px; }
}
/* ================================ */
        /* SECTION 13: COMPARISON CTA        */
        /* ================================ */
        .comparison-section {
            padding: 100px 0;
            background: #fff;
        }

        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .comparison-content h2 {
            font-size: 40px;
            color: #000;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .comparison-content h2 span {
            color: #38BDF8;
        }

        .comparison-content p {
            font-size: 15px;
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .comparison-content ul {
            margin-bottom: 10px;
        }

        .comparison-content ul li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #555;
            padding: 8px 0;
        }

        .comparison-content ul li i {
            color: #38BDF8;
            font-size: 16px;
        }

        .comparison-image img {
            border-radius: 16px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            width: 100%;
        }

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

            .comparison-content h2 {
                font-size: 30px;
            }
        }
.whychoose-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }

        .whychoose-feature {
            display: flex;
            gap: 15px;
            align-items: Center;

        }

        .whychoose-feature .wf-icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
            background: rgba(56, 189, 248, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #38BDF8;
            font-size: 20px;
        }

        .whychoose-feature h5 {
            font-size: 15px;
            color: #000;
            margin-bottom: 4px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }

        .whychoose-feature p {
            font-size: 13px;
            color: #888;
        }

        @media (max-width: 1024px) {
            .whychoose-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .whychoose-images {
                height: 400px;
                max-width: 600px;
                margin: 0 auto;
            }

            .whychoose-content h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 600px) {
            .whychoose-features {
                grid-template-columns: 1fr;
			}}
.comparison-content .heading-section-two{font-size:16px;
letter-spacing:0px;margin-bottom:20px; font-weight:400;}

/* ================================ */
        /* SECTION 13: COMPARISON CTA        */
        /* ================================ */
        .comparison-section-two {
            padding: 100px 0;
            background: #F8FAFC;
        }

/* =============================== */
/* HERO SECTION LAYOUT             */
/* =============================== */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px;
    box-sizing: border-box;
}

/* =============================== */
/* BACKGROUND LAYERS               */
/* =============================== */

.hero-video-bg,
.hero-fallback-bg,
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-video-bg {
    object-fit: cover;
    z-index: 1;
}

.hero-fallback-bg {
    background: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&q=80') center/cover no-repeat;
    z-index: 0;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

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

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-content h1 span {
    color: #38BDF8;
}

.hero-content p {
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 10px;
    opacity: 0.9;
    font-weight: 300;
    line-height: 1.8;
}

/* =============================== */
/* CTA BUTTONS                     */
/* =============================== */
.button-section-two {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: start;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.button-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(56, 189, 248, 0.45);
}

/* =============================== */
/* RESPONSIVE - TABLET             */
/* =============================== */

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 40px;
    }
}

/* =============================== */
/* RESPONSIVE - MOBILE             */
/* =============================== */

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 15px;
        min-height: 100vh;
    }

    .hero-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .button-section {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .btn-primary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
}

/* =============================== */
/* RESPONSIVE - SMALL MOBILE       */
/* =============================== */

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 26px;
    }
}
.hero-content .heading-section{margin-bottom:20px;}










/* ============ area ============ */

.nbyfh-wrapper{
    font-family:'Poppins',Arial,sans-serif;
    background:#F4F6F8;
    padding:90px 0;
    color:#000000;
    box-sizing:border-box;
}
.nbyfh-wrapper *, .nbyfh-wrapper *::before, .nbyfh-wrapper *::after{ box-sizing:border-box; }
.nbyfh-container{ max-width:1500px; margin:0 auto; padding:0 30px; }
.nbyfh-grid{
    display:grid;
    grid-template-columns:52% 48%;
    gap:35px;
    align-items:stretch;
}
.nbyfh-content{ display:flex; flex-direction:column; min-width:0; }
.nbyfh-subtitle{
    display:inline-block;
    font-size:12px;
    color:#38BDF8;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2.5px;
    margin-bottom:12px;
}
.nbyfh-heading{
    font-family:'Playfair Display',Georgia,serif;
    font-size:34px;
    font-weight:700;
    color:#000000;
    line-height:1.2;
    margin:0 0 14px;
}
.nbyfh-heading span{ color:#38BDF8; }
.nbyfh-description{
    font-size:14px;
    color:#666666;
    line-height:1.7;
    margin:0 0 22px;
    font-weight:400;
}
.nbyfh-tabs{
    display:flex;
    flex-wrap:nowrap;
    gap:6px;
    margin-bottom:18px;
}
.nbyfh-tab{
    flex:1;
    padding:9px 10px;
    font-family:inherit;
    font-size:12.5px;
    font-weight:500;
    background:#F8FAFC;
    color:#000000;
    border:1px solid #E2E8F0;
    border-radius:50px;
    cursor:pointer;
    transition:all 0.3s ease;
    user-select:none;
    white-space:nowrap;
    text-align:center;
    appearance:none;
    -webkit-appearance:none;
}
.nbyfh-tab:hover{
    background:#FFFFFF;
    border-color:#38BDF8;
    color:#38BDF8;
}
.nbyfh-tab.nbyfh-active{
    background:#38BDF8;
    color:#FFFFFF;
    border-color:#38BDF8;
    box-shadow:0 4px 12px rgba(56,189,248,0.3);
}
.nbyfh-panels{ position:relative; flex:1; min-height:400px; }
.nbyfh-count{
    font-size:12px;
    color:#888;
    font-weight:500;
    margin-bottom:10px;
    padding-left:2px;
}
.nbyfh-panel{
    display:block;
    opacity:1;
    animation:nbyfh-fadeUp 0.4s ease;
}
@keyframes nbyfh-fadeUp{
    from{ opacity:0; transform:translateY(10px); }
    to{ opacity:1; transform:translateY(0); }
}
.nbyfh-list{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
    max-height:580px;
    overflow-y:auto;
    padding-right:6px;
}
.nbyfh-list::-webkit-scrollbar{ width:6px; }
.nbyfh-list::-webkit-scrollbar-track{ background:#F1F5F9; border-radius:10px; }
.nbyfh-list::-webkit-scrollbar-thumb{ background:#38BDF8; border-radius:10px; }
.nbyfh-card{
    display:flex;
    align-items:center;
    gap:10px;
    padding:11px 12px;
    background:#FFFFFF;
    border:1px solid #F1F5F9;
    border-left:3px solid transparent;
    border-radius:10px;
    cursor:pointer;
    transition:all 0.3s ease;
    box-shadow:0 2px 8px rgba(0,0,0,0.03);
    min-width:0;
}
.nbyfh-card:hover{
    border-left-color:#38BDF8;
    box-shadow:0 8px 20px rgba(56,189,248,0.12);
    transform:translateY(-2px);
}
.nbyfh-card.nbyfh-active{
    border-left-color:#38BDF8;
    box-shadow:0 8px 20px rgba(56,189,248,0.15);
    transform:translateY(-2px);
    background:linear-gradient(135deg, #FFFFFF 0%, #F0F9FF 100%);
}
.nbyfh-card-icon{
    width:38px;
    height:38px;
    min-width:38px;
    background:rgba(56,189,248,0.1);
    color:#38BDF8;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.3s ease;
}
.nbyfh-card-icon svg{ width:18px; height:18px; }
.nbyfh-card:hover .nbyfh-card-icon,
.nbyfh-card.nbyfh-active .nbyfh-card-icon{
    background:#38BDF8;
    color:#FFFFFF;
    transform:scale(1.08);
}
.nbyfh-card-info{ flex:1; min-width:0; }
.nbyfh-card-name{
    font-size:12.5px;
    font-weight:600;
    color:#000000;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.nbyfh-card-meta{
    font-size:10.5px;
    color:#888888;
    margin-top:2px;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.nbyfh-loading{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:60px 20px;
    color:#666;
}
.nbyfh-spinner{
    width:42px;
    height:42px;
    border:3px solid rgba(56,189,248,0.15);
    border-top-color:#38BDF8;
    border-radius:50%;
    animation:nbyfh-spin 0.8s linear infinite;
    margin-bottom:14px;
}
@keyframes nbyfh-spin{ to{ transform:rotate(360deg); } }
.nbyfh-loading p{ font-size:13px; color:#888; margin:0; }
.nbyfh-empty{
    text-align:center;
    padding:60px 20px;
    color:#888;
    font-size:14px;
    background:#F8FAFC;
    border-radius:12px;
}
.nbyfh-map-wrap{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
    background:#F8FAFC;
    min-height:750px;
}
.nbyfh-map{ width:100%; height:100%; min-height:750px; }
.nbyfh-map-styles{
    position:absolute;
    bottom:20px;
    left:20px;
    z-index:10;
    display:flex;
    gap:4px;
    background:rgba(255,255,255,0.95);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    padding:6px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    border:1px solid rgba(255,255,255,0.6);
}
.nbyfh-style-btn{
    display:flex;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    background:transparent;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-family:inherit;
    font-size:12px;
    font-weight:600;
    color:#555;
    transition:all 0.3s ease;
    appearance:none;
    -webkit-appearance:none;
}
.nbyfh-style-btn svg{ width:16px; height:16px; stroke-width:2; }
.nbyfh-style-btn:hover{ background:rgba(56,189,248,0.1); color:#38BDF8; }
.nbyfh-style-btn.nbyfh-active{
    background:linear-gradient(135deg,#38BDF8 0%,#0EA5E9 100%);
    color:#FFFFFF;
    box-shadow:0 4px 12px rgba(56,189,248,0.4);
}
.nbyfh-marker{
    position:relative;
    width:38px;
    height:46px;
    cursor:pointer;
    transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nbyfh-marker-inner{
    width:38px;
    height:38px;
    background:linear-gradient(135deg,#38BDF8 0%,#0EA5E9 100%);
    border:3px solid #FFFFFF;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:13px;
    box-shadow:0 6px 16px rgba(14,165,233,0.4), 0 2px 4px rgba(0,0,0,0.1);
    transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position:relative;
    z-index:2;
}
.nbyfh-marker-inner span{ transform:rotate(45deg); display:block; }
.nbyfh-marker-pulse{
    position:absolute;
    top:0;
    left:0;
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(56,189,248,0.4);
    opacity:0;
    z-index:1;
}
.nbyfh-marker:hover .nbyfh-marker-inner{
    transform:rotate(-45deg) scale(1.15);
    box-shadow:0 10px 24px rgba(14,165,233,0.5);
}
.nbyfh-marker.nbyfh-highlight{ z-index:1000 !important; }
.nbyfh-marker.nbyfh-highlight .nbyfh-marker-inner{
    background:linear-gradient(135deg,#0F172A 0%,#1E293B 100%);
    transform:rotate(-45deg) scale(1.35);
    box-shadow:0 12px 28px rgba(0,0,0,0.4), 0 0 0 4px rgba(56,189,248,0.3);
}
.nbyfh-marker.nbyfh-highlight .nbyfh-marker-pulse{
    animation:nbyfh-pulseMarker 1.8s ease-out infinite;
}
@keyframes nbyfh-pulseMarker{
    0%{ transform:scale(1); opacity:0.6; }
    100%{ transform:scale(2.8); opacity:0; }
}
.nbyfh-popup .mapboxgl-popup-content{
    padding:0;
    border-radius:14px;
    box-shadow:0 14px 40px rgba(0,0,0,0.18);
    border:1px solid rgba(0,0,0,0.04);
    overflow:hidden;
    font-family:'Poppins',Arial,sans-serif;
}
.nbyfh-popup .mapboxgl-popup-tip{ border-top-color:#FFFFFF !important; }
.nbyfh-popup-inner{ padding:12px 16px; background:#FFFFFF; min-width:180px; max-width:260px; }
.nbyfh-popup-inner strong{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#0F172A;
    margin-bottom:4px;
    line-height:1.3;
}
.nbyfh-popup-inner span{
    display:block;
    font-size:11px;
    color:#64748B;
    line-height:1.4;
}
.nbyfh-map-wrap .mapboxgl-ctrl-group{
    border-radius:10px !important;
    box-shadow:0 6px 20px rgba(0,0,0,0.15) !important;
    overflow:hidden;
}
.nbyfh-map-wrap .mapboxgl-ctrl-group button{ width:36px !important; height:36px !important; }
@media(max-width:1200px){
    .nbyfh-grid{ grid-template-columns:55% 45%; gap:25px; }
    .nbyfh-list{ grid-template-columns:1fr; }
}
@media(max-width:1024px){
    .nbyfh-wrapper{ padding:70px 0; }
    .nbyfh-grid{ grid-template-columns:1fr; gap:35px; }
    .nbyfh-heading{ font-size:28px; }
    .nbyfh-list{ grid-template-columns:repeat(2, 1fr); }
    .nbyfh-map-wrap, .nbyfh-map{ min-height:550px; }
}
@media(max-width:768px){
    .nbyfh-wrapper{ padding:50px 0; }
    .nbyfh-container{ padding:0 20px; }
    .nbyfh-heading{ font-size:24px; }
    .nbyfh-description{ font-size:13px; margin-bottom:20px; }
    .nbyfh-tabs{ flex-wrap:wrap; }
    .nbyfh-tab{ flex:0 1 auto; padding:7px 14px; font-size:12px; }
    .nbyfh-list{ grid-template-columns:1fr; }
    .nbyfh-map-wrap, .nbyfh-map{ min-height:450px; }
    .nbyfh-style-btn span{ display:none; }
    .nbyfh-style-btn{ padding:8px 10px; }
}
@media(max-width:480px){ .nbyfh-heading{ font-size:22px; } }




/* ============ three cards section ============ */


.lxds-wrapper{
    font-family:'Poppins',Arial,sans-serif;
    background:#FFFFFF;
    padding:100px 0;
    color:#000000;
    box-sizing:border-box;
    overflow:hidden;
}
.lxds-wrapper *, .lxds-wrapper *::before, .lxds-wrapper *::after{
    box-sizing:border-box;
}
.lxds-container{
    max-width:1300px;
    margin:0 auto;
    padding:0 30px;
}

/* ============ HEADER ============ */
.lxds-header{
    text-align:center;
    max-width:1100px;
    margin:0 auto 60px;
}
.lxds-subtitle{
    display:inline-block;
    font-size:12px;
    color:#38BDF8;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:14px;
}
.lxds-heading{
    font-family:'Playfair Display',Georgia,serif;
    font-size:42px;
    font-weight:700;
    color:#0F172A;
    line-height:1.2;
    margin:0 0 20px;
}
.lxds-heading span{
    color:#38BDF8;
  
}
.lxds-lead{
    font-size:15px;
    color:#666666;
    line-height:1.8;
    margin:0;
    font-weight:400;
}

/* ============ CARDS ============ */
.lxds-cards{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    margin-bottom:60px;
}
.lxds-card{
    position:relative;
    background:linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
    border:1px solid rgba(56, 189, 248, 0.1);
    border-radius:20px;
    padding:42px 32px 36px;
    color:#FFFFFF;
    overflow:hidden;
    transition:all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor:default;
    isolation:isolate;
}
.lxds-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.6), transparent);
    opacity:0;
    transition:opacity 0.5s ease;
}


.lxds-card-glow{
    position:absolute;
    top:-50%;
    right:-50%;
    width:300px;
    height:300px;
    background:radial-gradient(circle, rgba(56,189,248,0.15) 0%, transparent 70%);
    opacity:0;
    transition:opacity 0.6s ease;
    pointer-events:none;
    z-index:0;
}
.lxds-card:hover .lxds-card-glow{ opacity:1; }

.lxds-card-icon{
    position:relative;
    z-index:1;
    width:60px;
    height:60px;
    background:linear-gradient(135deg, rgba(56,189,248,0.15) 0%, rgba(14,165,233,0.1) 100%);
    border:1px solid rgba(56, 189, 248, 0.25);
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#38BDF8;
    margin-bottom:24px;
    transition:all 0.5s ease;
}
.lxds-card-icon svg{
    width:28px;
    height:28px;
}
.lxds-card:hover .lxds-card-icon{
    background:linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
    color:#FFFFFF;
    border-color:transparent;
    transform:scale(1.05) rotate(-5deg);
    box-shadow:0 12px 28px rgba(56, 189, 248, 0.4);
}

.lxds-card-number{
    position:absolute;
    top:32px;
    right:32px;
    font-family:'Playfair Display',Georgia,serif;
    font-size:60px;
    font-weight:700;
    color:rgba(255, 255, 255, 0.04);
    line-height:1;
    z-index:0;
    transition:color 0.5s ease;
    letter-spacing:-2px;
}
.lxds-card:hover .lxds-card-number{
    color:rgba(56, 189, 248, 0.12);
}

.lxds-card-title{
    position:relative;
    z-index:1;
    font-family:'Playfair Display',Georgia,serif;
    font-size:24px;
    font-weight:700;
    color:#FFFFFF;
    margin:0 0 14px;
    line-height:1.3;
}
.lxds-card-text{
    position:relative;
    z-index:1;
    font-size:14px;
    color:#94A3B8;
    line-height:1.75;
    margin:0;
    font-weight:400;
}

/* ============ BOTTOM PARAGRAPHS ============ */
.lxds-bottom-para{
    max-width:900px;
    margin:0 auto 24px;
    text-align:center;
    font-size:16px;
    color:#475569;
    line-height:1.9;
    font-weight:400;
}
.lxds-bottom-para-alt{
    font-family:'Playfair Display',Georgia,serif;
    font-style:italic;
    font-size:18px;
    color:#0F172A;
    font-weight:500;
    margin-bottom:0;
    line-height:1.7;
    position:relative;
    padding-top:20px;
}
.lxds-bottom-para-alt::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:60px;
    height:2px;
    background:linear-gradient(90deg, transparent, #38BDF8, transparent);
}

/* ============ RESPONSIVE ============ */
@media(max-width:1024px){
    .lxds-wrapper{ padding:80px 0; }
    .lxds-heading{ font-size:36px; }
    .lxds-cards{ grid-template-columns:repeat(2, 1fr); gap:24px; }
    .lxds-card{ padding:36px 28px 32px; }
}
@media(max-width:768px){
    .lxds-wrapper{ padding:60px 0; }
    .lxds-container{ padding:0 20px; }
    .lxds-header{ margin-bottom:40px; }
    .lxds-heading{ font-size:28px; }
    .lxds-lead{ font-size:14px; }
    .lxds-cards{ grid-template-columns:1fr; gap:20px; margin-bottom:40px; }
    .lxds-card{ padding:32px 24px 28px; }
    .lxds-card-icon{ width:54px; height:54px; }
    .lxds-card-icon svg{ width:24px; height:24px; }
    .lxds-card-title{ font-size:21px; }
    .lxds-card-text{ font-size:13.5px; }
    .lxds-card-number{ font-size:50px; top:28px; right:28px; }
    .lxds-bottom-para{ font-size:14.5px; line-height:1.8; }
    .lxds-bottom-para-alt{ font-size:16px; }
    .lxds-subtitle{ font-size:11px; letter-spacing:2.5px; }
}
@media(max-width:480px){
    .lxds-heading{ font-size:24px; }
    .lxds-card{ padding:28px 22px 24px; }
    .lxds-card-title{ font-size:19px; }
    .lxds-card-number{ font-size:44px; top:24px; right:24px; }
    .lxds-bottom-para{ font-size:14px; }
    .lxds-bottom-para-alt{ font-size:15px; }
}


/* cta form*/

.ctsec-wrapper{
    font-family:'Poppins',Arial,sans-serif;
    background:white;
    padding:100px 0;
    color:#000000;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
}
.ctsec-wrapper *, .ctsec-wrapper *::before, .ctsec-wrapper *::after{
    box-sizing:border-box;
}
.ctsec-wrapper::before{
    content:'';
    position:absolute;
    top:-200px;
    right:-200px;
    width:500px;
    height:500px;
    background:white;
    border-radius:50%;
    pointer-events:none;
}
.ctsec-wrapper::after{
    content:'';
    position:absolute;
    bottom:-200px;
    left:-200px;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(14,165,233,0.06) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
}
.ctsec-container{
    max-width:1400px;
    margin:0 auto;
    padding:0 30px;
    position:relative;
    z-index:1;
}
.ctsec-grid{
    display:grid;
    grid-template-columns:.65fr 1fr;
    gap:60px;
    align-items:center;
}

/* ============ LEFT SIDE ============ */
.ctsec-left{
    display:flex;
    flex-direction:column;
}
.ctsec-subtitle{
    display:inline-block;
    font-size:12px;
    color:#38BDF8;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:14px;
}
.ctsec-heading{
    font-family:'Playfair Display',Georgia,serif;
    font-size:42px;
    font-weight:700;
    color:#0F172A;
    line-height:1.2;
    margin:0 0 20px;
}
.ctsec-heading span{
    color:#38BDF8;
   
}
.ctsec-description{
    font-size:15px;
    color:#666666;
    line-height:1.8;
    margin:0 0 40px;
    font-weight:400;
}

/* ============ STATS ============ */
.ctsec-stats{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}
.ctsec-stat{
    background:#FFFFFF;
    border:1px solid #F1F5F9;
    border-radius:16px;
    padding:20px 10px;
    text-align:center;
    transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow:0 4px 14px rgba(0,0,0,0.04);
    position:relative;
    overflow:hidden;
}
.ctsec-stat::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:3px;
    background:linear-gradient(90deg, #38BDF8, #0EA5E9);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.4s ease;
}
.ctsec-stat:hover{
    transform:translateY(-6px);
    border-color:rgba(56,189,248,0.3);
    box-shadow:0 16px 36px rgba(56,189,248,0.15);
}
.ctsec-stat:hover::before{
    transform:scaleX(1);
}
.ctsec-stat-icon{
    width:48px;
    height:48px;
    background:linear-gradient(135deg, rgba(56,189,248,0.12) 0%, rgba(14,165,233,0.08) 100%);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#38BDF8;
    margin:0 auto 14px;
    transition:all 0.4s ease;
}
.ctsec-stat-icon svg{
    width:22px;
    height:22px;
}
.ctsec-stat:hover .ctsec-stat-icon{
    background:linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
    color:#FFFFFF;
    transform:scale(1.08) rotate(-5deg);
    box-shadow:0 8px 20px rgba(56,189,248,0.35);
}
.ctsec-stat-value{
    font-family:'Playfair Display',Georgia,serif;
    font-size:30px;
    font-weight:700;
    color:#0F172A;
    line-height:1;
    margin-bottom:8px;
    letter-spacing:-0.5px;
}
.ctsec-stat-value span{
    color:#38BDF8;
    font-weight:400;
    margin:0 2px;
}
.ctsec-stat-label{
    font-size:11.5px;
    color:#64748B;
    font-weight:500;
    letter-spacing:0.3px;
    line-height:1.4;
}

/* ============ RIGHT SIDE - FORM CARD ============ */
.ctsec-right{
    display:flex;
    justify-content:center;
}
.ctsec-form-card{
    background:linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
    border-radius:24px;
    padding:0;
    width:100%;
    overflow:hidden;
    box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.3),
        0 0 0 1px rgba(56, 189, 248, 0.1);
    position:relative;
    isolation:isolate;
}
.ctsec-form-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.5), transparent);
}
.ctsec-form-card::after{
    content:'';
    position:absolute;
    top:-100px;
    right:-100px;
    width:300px;
    height:300px;
    background:radial-gradient(circle, rgba(56,189,248,0.15) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
    z-index:0;
}
.ctsec-form-header{
    padding:40px 40px 0px 28px;
    position:relative;
    z-index:1;
  
}
.ctsec-form-heading{
    font-family:'Playfair Display',Georgia,serif;
    font-size:32px;
    font-weight:700;
    color:#FFFFFF;
    margin:0 0 8px;
    line-height:1.2;
}
.ctsec-form-subtitle{
    font-size:13px;
    color:#94A3B8;
    margin:0;
    font-weight:400;
    line-height:1.6;
}
.ctsec-form-body{
    padding:40px 40px 0px 40px;
    position:relative;
    z-index:1;
}

/* ============ CF7 FORM STYLING ============ */
.ctsec-form-body .wpcf7-form{
    margin:0;
}
.ctsec-form-body .wpcf7-form > p{
    margin:0;
}

/* Form rows for side-by-side fields */
.ctsec-form-body .form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-bottom:18px;
}

/* Form group (single field wrapper) */
.ctsec-form-body .form-group{
    margin-bottom:18px;
    display:flex;
    flex-direction:column;
}
.ctsec-form-body .form-row .form-group{
    margin-bottom:0;
}

/* Labels */
.ctsec-form-body .form-group label{
    display:block;
    font-size:12px;
    color:#94A3B8;
    font-weight:500;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* CF7 wrap */
.ctsec-form-body .wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

/* Inputs */
.ctsec-form-body input[type="text"],
.ctsec-form-body input[type="email"],
.ctsec-form-body input[type="tel"],
.ctsec-form-body input[type="url"],
.ctsec-form-body input[type="number"],
.ctsec-form-body input[type="date"],
.ctsec-form-body select{
    width:100%;
    padding:13px 16px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:12px;
    color:#FFFFFF;
    font-family:'Poppins',Arial,sans-serif;
    font-size:14px;
    font-weight:400;
    transition:all 0.3s ease;
    appearance:none;
    -webkit-appearance:none;
    outline:none;
    line-height:1.4;
}

/* Textarea - single row height (kept compact) */
.ctsec-form-body textarea{
    width:100%;
    padding:13px 16px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:12px;
    color:#FFFFFF;
    font-family:'Poppins',Arial,sans-serif;
    font-size:14px;
    font-weight:400;
    transition:all 0.3s ease;
    appearance:none;
    -webkit-appearance:none;
    outline:none;
    min-height:90px;
    max-height:130px;
    resize:vertical;
    line-height:1.5;
}

/* Placeholders */
.ctsec-form-body input::placeholder,
.ctsec-form-body textarea::placeholder{
    color:#64748B;
    font-weight:400;
}

/* Focus states */
.ctsec-form-body input:focus,
.ctsec-form-body select:focus,
.ctsec-form-body textarea:focus{
    background:rgba(255,255,255,0.07);
    border-color:#38BDF8;
    box-shadow:0 0 0 4px rgba(56,189,248,0.12);
}

/* Select dropdown */
.ctsec-form-body select{
    background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right 14px center;
    background-size:18px;
    padding-right:42px;
    cursor:pointer;
}
.ctsec-form-body select option{
    background:#1E293B;
    color:#FFFFFF;
}

/* Consent checkbox */
.ctsec-form-body .form-consent{
    margin-top:6px;
    margin-bottom:22px;
}
.ctsec-form-body .form-consent .wpcf7-acceptance{
    display:block;
}
.ctsec-form-body .form-consent .wpcf7-list-item{
    margin:0;
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.ctsec-form-body .form-consent .wpcf7-list-item-label{
    font-size:12px;
    color:#94A3B8;
    line-height:1.6;
    font-weight:400;
    cursor:pointer;
    flex:1;
    text-transform:none;
    letter-spacing:0;
    margin:0;
    padding-top:1px;
}
.ctsec-form-body .form-consent input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:18px;
    height:18px;
    min-width:18px;
    border:1.5px solid rgba(255,255,255,0.25);
    border-radius:5px;
    background:rgba(255,255,255,0.04);
    cursor:pointer;
    transition:all 0.25s ease;
    position:relative;
    margin:0;
    flex-shrink:0;
}
.ctsec-form-body .form-consent input[type="checkbox"]:hover{
    border-color:#38BDF8;
    background:rgba(56,189,248,0.08);
}
.ctsec-form-body .form-consent input[type="checkbox"]:checked{
    background:linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
    border-color:transparent;
}
.ctsec-form-body .form-consent input[type="checkbox"]:checked::after{
    content:'';
    position:absolute;
    left:5px;
    top:1px;
    width:5px;
    height:10px;
    border:solid #FFFFFF;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}

/* Submit button */
.ctsec-form-body input[type="submit"],
.ctsec-form-body button[type="submit"],
.ctsec-form-body .wpcf7-submit{
    width:100%;
    padding:15px 24px;
    background:linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
    border:none;
    border-radius:12px;
    color:#FFFFFF;
    font-family:'Poppins',Arial,sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.5px;
    cursor:pointer;
    transition:all 0.3s ease;
    text-transform:uppercase;
    appearance:none;
    -webkit-appearance:none;
    margin-top:4px;
    box-shadow:0 8px 24px rgba(56,189,248,0.3);
}
.ctsec-form-body input[type="submit"]:hover,
.ctsec-form-body button[type="submit"]:hover,
.ctsec-form-body .wpcf7-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(56,189,248,0.45);
    background:linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
}
.ctsec-form-body input[type="submit"]:active,
.ctsec-form-body button[type="submit"]:active,
.ctsec-form-body .wpcf7-submit:active{
    transform:translateY(0);
}

/* CF7 messages */
.ctsec-form-body .wpcf7-response-output{
    margin:18px 0 0 !important;
    padding:14px 18px !important;
    border-radius:12px !important;
    font-size:13px !important;
    border:1px solid !important;
    line-height:1.5;
}
.ctsec-form-body .wpcf7 form.sent .wpcf7-response-output{
    background:rgba(34, 197, 94, 0.1) !important;
    border-color:rgba(34, 197, 94, 0.3) !important;
    color:#86EFAC !important;
}
.ctsec-form-body .wpcf7 form.invalid .wpcf7-response-output,
.ctsec-form-body .wpcf7 form.unaccepted .wpcf7-response-output{
    background:rgba(239, 68, 68, 0.1) !important;
    border-color:rgba(239, 68, 68, 0.3) !important;
    color:#FCA5A5 !important;
}
.ctsec-form-body .wpcf7-not-valid-tip{
    color:#FCA5A5 !important;
    font-size:11.5px !important;
    margin-top:6px !important;
    font-weight:500;
    letter-spacing:0.2px;
}
.ctsec-form-body .wpcf7-spinner{
    background-color:rgba(255,255,255,0.5) !important;
    margin:0 0 0 12px !important;
}

/* Textarea custom scrollbar */
.ctsec-form-body textarea::-webkit-scrollbar{
    width:6px;
}
.ctsec-form-body textarea::-webkit-scrollbar-track{
    background:rgba(255,255,255,0.05);
    border-radius:10px;
}
.ctsec-form-body textarea::-webkit-scrollbar-thumb{
    background:rgba(56,189,248,0.4);
    border-radius:10px;
}

/* Mobile responsive */
@media(max-width:600px){
    .ctsec-form-body .form-row{
        grid-template-columns:1fr;
        gap:0;
        margin-bottom:0;
    }
    .ctsec-form-body .form-row .form-group{
        margin-bottom:18px;
    }
}

/* ============ RESPONSIVE ============ */
@media(max-width:1024px){
    .ctsec-wrapper{ padding:80px 0; }
    .ctsec-grid{ gap:40px; }
    .ctsec-heading{ font-size:34px; }
    .ctsec-form-header{ padding:32px 32px 24px; }
    .ctsec-form-body{ padding:28px 32px 32px; }
    .ctsec-form-heading{ font-size:28px; }
}
@media(max-width:900px){
    .ctsec-grid{ grid-template-columns:1fr; gap:50px; }
    .ctsec-left{ text-align:center; align-items:center; }
    .ctsec-stats{ max-width:600px; margin:0 auto; }
}
@media(max-width:768px){
    .ctsec-wrapper{ padding:60px 0; }
    .ctsec-container{ padding:0 20px; }
    .ctsec-heading{ font-size:28px; }
    .ctsec-description{ font-size:14px; margin-bottom:30px; }
    .ctsec-stats{ grid-template-columns:1fr; gap:14px; }
    .ctsec-stat{ display:flex; align-items:center; gap:16px; text-align:left; padding:18px 20px; }
    .ctsec-stat-icon{ margin:0; width:44px; height:44px; min-width:44px; }
    .ctsec-stat-value{ font-size:24px; margin-bottom:4px; }
    .ctsec-form-card{ border-radius:20px; }
    .ctsec-form-header{ padding:28px 24px 20px; }
    .ctsec-form-body{ padding:24px 24px 28px; }
    .ctsec-form-heading{ font-size:24px; }
    .ctsec-form-subtitle{ font-size:12px; }
    .ctsec-form-body input[type="text"],
    .ctsec-form-body input[type="email"],
    .ctsec-form-body input[type="tel"],
    .ctsec-form-body select,
    .ctsec-form-body textarea{ padding:12px 14px; font-size:13.5px; }
}
@media(max-width:480px){
    .ctsec-heading{ font-size:24px; }
    .ctsec-subtitle{ font-size:11px; letter-spacing:2.5px; }
    .ctsec-form-heading{ font-size:22px; }
}

/* ========================== */
        /* SECTION 21: NEWSLETTER     */
        /* ========================== */
        .newsletter-section {
            padding: 80px 0;
            background: white;
        }

        .newsletter-inner {
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .newsletter-inner h2 {
            font-size: 36px;
            color: #000;
            margin-bottom: 15px;
        }

        .newsletter-inner>p {
            font-size: 15px;
            color: #666;
            margin-bottom: 10px;
        }

        .newsletter-form {
            display: flex;
            gap: 12px;
            margin-bottom: 15px;
        }

        .newsletter-form input {
            flex: 1;
            padding: 16px 20px;
            border: 2px solid #e5e7eb;
            border-radius: 50px;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            color: #333;
            transition: border-color 0.3s ease;
        }

        .newsletter-form input:focus {
            outline: none;
            border-color: #38BDF8;
        }

        .newsletter-form button {
            padding: 16px 36px;
            background: #38BDF8;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .newsletter-form button:hover {
            background: #0EA5E9;
        }

        .newsletter-privacy {
            font-size: 12px;
            color: #999;
        }

        @media (max-width: 480px) {
			.newsletter-section{
				padding:40px 0px;
			}
            .newsletter-form {
                flex-direction: column;
            }

            .newsletter-form button {
                width: 100%;
            }
        }
h2.heading-section-five {
font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}



.featured-properties .container{
	    padding: 100px 0;

}

@media (max-width: 768px) {
	.featured-properties .container{
		padding:40px 10px;
	}
	
}