.elementor-75428 .elementor-element.elementor-element-afbab95{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2d10dc4 */.nsc-property-consultants-page,
.nsc-property-consultants-page * {
    box-sizing: border-box;
}

.nsc-property-consultants-page {
    width: 100%;
    overflow-x: hidden;
    background: #f7f9fc;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
}

.nsc-property-consultants-page img {
    max-width: 100%;
    display: block;
}

.nscpc-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.nscpc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.nscpc-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.nscpc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.nscpc-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 0;
}

.nscpc-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.nscpc-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nscpc-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
}

.nscpc-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f766e;
}

.nscpc-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.nscpc-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.nscpc-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    transition: 0.3s ease;
}

.nscpc-topbar-links a:hover {
    color: #0f766e;
}

.nscpc-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.nscpc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.nscpc-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.nscpc-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.nscpc-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.nscpc-badge-gray {
    background: #f9fafb;
    color: #4b5563;
    border-color: #e5e7eb;
}

.nscpc-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.nscpc-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.nscpc-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 880px;
}

.nscpc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.nscpc-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
    text-align: center;
}

.nscpc-btn-primary {
    background: #0f766e;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.nscpc-btn-primary:hover {
    background: #115e59;
    transform: translateY(-3px);
}

.nscpc-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.nscpc-btn-outline:hover {
    border-color: #0f766e;
    color: #0f766e;
    transform: translateY(-3px);
}

.nscpc-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.nscpc-btn-light:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.nscpc-btn-white {
    background: #ffffff;
    color: #0f766e;
}

.nscpc-btn-glass {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.nscpc-full-btn {
    width: 100%;
}

.nscpc-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.nscpc-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.nscpc-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
}

.nscpc-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #111827;
}

.nscpc-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nscpc-facts-card {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.nscpc-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.nscpc-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d5db;
}

.nscpc-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.nscpc-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #6b7280;
}

.nscpc-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

.nscpc-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.nscpc-gallery-main,
.nscpc-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
}

.nscpc-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.nscpc-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.nscpc-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.nscpc-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

.nscpc-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.nscpc-section-head h2,
.nscpc-dark-inner h2,
.nscpc-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.nscpc-section-head p,
.nscpc-client-box p,
.nscpc-service-card p,
.nscpc-faq-item p,
.nscpc-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.nscpc-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 900;
}

.nscpc-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.nscpc-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    font-weight: 600;
    position: relative;
}

.nscpc-highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 42%;
    background: #0f766e;
    border-radius: 0 4px 4px 0;
}

.nscpc-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nscpc-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.nscpc-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.07);
    transform: translateY(-3px);
}

.nscpc-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.nscpc-service-card h3,
.nscpc-dark-box h3,
.nscpc-client-box h3,
.nscpc-faq-item h3,
.nscpc-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #111827;
}

.nscpc-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nscpc-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}

.nscpc-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #ffffff;
}

.nscpc-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.nscpc-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.nscpc-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 20px;
}

.nscpc-dark-box h3 {
    color: #ffffff;
}

.nscpc-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.nscpc-coverage-card {
    background: #111827;
    color: #ffffff;
}

.nscpc-coverage-card .nscpc-section-head h2,
.nscpc-coverage-card .nscpc-section-head p {
    color: #ffffff;
}

.nscpc-coverage-card .nscpc-section-head p {
    opacity: 0.72;
}

.nscpc-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.nscpc-coverage-grid div {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.nscpc-client-grid,
.nscpc-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nscpc-client-box,
.nscpc-trust-grid div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 26px;
    transition: all 0.3s ease;
}

.nscpc-client-box:hover,
.nscpc-trust-grid div:hover {
    transform: translateY(-3px);
    border-color: #0f766e;
    box-shadow: 0 18px 36px rgba(15, 118, 110, 0.08);
}

.nscpc-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nscpc-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

.nscpc-faq-item[open] {
    border-color: #0f766e;
}

.nscpc-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.nscpc-faq-item summary::-webkit-details-marker {
    display: none;
}

.nscpc-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    flex: 1;
}

.nscpc-faq-item summary::after {
    content: "+";
    font-size: 22px;
    color: #0f766e;
    font-weight: 600;
}

.nscpc-faq-item[open] summary::after {
    content: "−";
}

.nscpc-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
}

.nscpc-cta-section {
    background: linear-gradient(90deg, #0f766e 0%, #115e59 100%);
    color: #ffffff;
}

.nscpc-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.nscpc-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.nscpc-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.nscpc-cta-actions {
    display: grid;
    gap: 12px;
}

.nscpc-profile-card {
    text-align: center;
}

.nscpc-profile-top {
    margin-bottom: 22px;
}

.nscpc-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f3f4f6;
    margin: 0 auto 14px;
    background: #0f766e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
}

.nscpc-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.nscpc-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #0f766e;
    font-weight: 800;
}

.nscpc-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.nscpc-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.nscpc-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.nscpc-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 900;
    margin-bottom: 6px;
}

.nscpc-sidebar-row strong,
.nscpc-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.nscpc-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.nscpc-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
}

.nscpc-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    font-weight: 900;
}

.nscpc-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #111827;
}

.nscpc-form-card {
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.08);
    border: 1px solid #ccfbf1;
}

.nscpc-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nscpc-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 900;
    margin-bottom: 8px;
}

.nscpc-form input,
.nscpc-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.nscpc-form input:focus,
.nscpc-form select:focus {
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.nscpc-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.nscpc-form-btn {
    width: 100%;
    border: none;
    background: #0f766e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.nscpc-form-btn:hover {
    background: #115e59;
}

@media (max-width: 1199px) {
    .nscpc-layout {
        grid-template-columns: 1fr;
    }

    .nscpc-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .nscpc-highlight-grid,
    .nscpc-service-grid,
    .nscpc-coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nscpc-gallery {
        grid-template-columns: 1fr;
    }

    .nscpc-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }
}

@media (max-width: 767px) {
    .nscpc-container {
        padding: 0 12px;
    }

    .nscpc-topbar {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 24px;
        padding: 20px;
    }

    .nscpc-topbar-links {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .nscpc-topbar-btn {
        grid-column: span 2;
    }

    .nscpc-card {
        border-radius: 24px;
        padding: 20px;
    }

    .nscpc-hero-content h1 {
        font-size: 30px;
    }

    .nscpc-hero-content p {
        font-size: 16px;
    }

    .nscpc-hero-actions,
    .nscpc-sidebar,
    .nscpc-stat-mini-grid,
    .nscpc-highlight-grid,
    .nscpc-service-grid,
    .nscpc-dark-grid,
    .nscpc-coverage-grid,
    .nscpc-client-grid,
    .nscpc-trust-grid,
    .nscpc-mini-grid,
    .nscpc-form-double,
    .nscpc-cta-grid {
        grid-template-columns: 1fr;
    }

    .nscpc-hero-actions {
        display: flex;
        flex-direction: column;
    }

    .nscpc-btn {
        width: 100%;
    }

    .nscpc-fact-row {
        flex-direction: column;
        gap: 5px;
    }

    .nscpc-fact-row span,
    .nscpc-fact-row strong {
        width: 100%;
    }

    .nscpc-gallery-side {
        grid-template-columns: 1fr;
    }

    .nscpc-gallery-main img,
    .nscpc-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .nscpc-section-head h2,
    .nscpc-dark-inner h2,
    .nscpc-cta-grid h2 {
        font-size: 28px;
    }
}

@media (max-width: 426px) {
    .nscpc-hero-content h1 {
        font-size: 27px;
    }

    .nscpc-card {
        padding: 18px;
    }

    .nscpc-topbar-links {
        grid-template-columns: 1fr;
    }

    .nscpc-topbar-btn {
        grid-column: span 1;
    }
}/* End custom CSS */