.elementor-75420 .elementor-element.elementor-element-bec7686{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e822a9 */.ise-real-estate-page,
.ise-real-estate-page * {
    box-sizing: border-box;
}

.ise-real-estate-page {
    width: 100%;
    overflow-x: hidden;
    background: #f5f7fb;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
}

.ise-real-estate-page img {
    max-width: 100%;
    display: block;
}

.ise-real-estate-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.ise-real-estate-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.ise-real-estate-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.ise-real-estate-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 30px;
}

.ise-real-estate-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    min-width: 0;
}

.ise-real-estate-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 8px 22px rgba(15, 23, 42, 0.05);
}

.ise-real-estate-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ise-real-estate-brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f766e, #0f172a);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
}

.ise-real-estate-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f766e;
}

.ise-real-estate-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.ise-real-estate-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.ise-real-estate-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #64748b;
    transition: 0.25s ease;
}

.ise-real-estate-topbar-links a:hover {
    color: #0f766e;
}

.ise-real-estate-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #0f172a;
    color: #ffffff !important;
}

.ise-real-estate-hero {
    overflow: hidden;
}

.ise-real-estate-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.ise-real-estate-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.ise-real-estate-badge-blue {
    background: #ecfeff;
    color: #0e7490;
    border-color: #a5f3fc;
}

.ise-real-estate-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.ise-real-estate-badge-gray {
    background: #f8fafc;
    color: #475569;
    border-color: #e2e8f0;
}

.ise-real-estate-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ise-real-estate-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #0f172a;
}

.ise-real-estate-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
    margin: 0 0 30px;
    font-weight: 500;
    max-width: 900px;
}

.ise-real-estate-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.ise-real-estate-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    transition: all 0.25s ease;
}

.ise-real-estate-btn:hover {
    transform: translateY(-3px);
}

.ise-real-estate-btn-primary {
    background: #0f766e;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18);
}

.ise-real-estate-btn-primary:hover {
    background: #115e59;
    box-shadow: 0 18px 32px rgba(15, 118, 110, 0.24);
}

.ise-real-estate-btn-outline {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #d1d5db;
}

.ise-real-estate-btn-outline:hover {
    border-color: #0f766e;
    color: #0f766e;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.ise-real-estate-btn-light {
    background: #f8fafc;
    color: #0f172a;
    border: 1px solid #e5e7eb;
}

.ise-real-estate-btn-white {
    background: #ffffff;
    color: #0f766e;
}

.ise-real-estate-btn-glass {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.ise-real-estate-full-btn {
    width: 100%;
}

.ise-real-estate-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.ise-real-estate-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.ise-real-estate-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
}

.ise-real-estate-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
    color: #111827;
}

.ise-real-estate-hero-facts {
    width: 100%;
}

.ise-real-estate-facts-card {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.ise-real-estate-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
}

.ise-real-estate-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #cbd5e1;
}

.ise-real-estate-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.ise-real-estate-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #64748b;
}

.ise-real-estate-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

.ise-real-estate-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
}

.ise-real-estate-gallery-main,
.ise-real-estate-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
}

.ise-real-estate-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.ise-real-estate-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.ise-real-estate-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.ise-real-estate-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

.ise-real-estate-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.ise-real-estate-section-head h2,
.ise-real-estate-dark-inner h2,
.ise-real-estate-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.ise-real-estate-section-head p,
.ise-real-estate-client-box p,
.ise-real-estate-service-card p,
.ise-real-estate-faq-item p,
.ise-real-estate-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
}

.ise-real-estate-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.ise-real-estate-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.ise-real-estate-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.ise-real-estate-highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 44%;
    background: #0f766e;
    border-radius: 0 4px 4px 0;
    opacity: 0.35;
    transition: 0.25s ease;
}

.ise-real-estate-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #0f766e;
    color: #0f172a;
    box-shadow: 0 20px 40px rgba(15, 118, 110, 0.08);
    background: linear-gradient(to bottom right, #ffffff, #f0fdfa);
}

.ise-real-estate-highlight-box:hover::before {
    height: 70%;
    opacity: 1;
}

.ise-real-estate-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ise-real-estate-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.25s ease;
}

.ise-real-estate-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.07);
    transform: translateY(-3px);
    border-color: #99f6e4;
}

.ise-real-estate-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ise-real-estate-service-card h3,
.ise-real-estate-dark-box h3,
.ise-real-estate-client-box h3,
.ise-real-estate-faq-item h3,
.ise-real-estate-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #111827;
}

.ise-real-estate-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ise-real-estate-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;
}

.ise-real-estate-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #ffffff;
}

.ise-real-estate-dark-inner h2 {
    color: #ffffff;
}

.ise-real-estate-dark-inner p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.9;
}

.ise-real-estate-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.ise-real-estate-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 20px;
}

.ise-real-estate-dark-box h3 {
    color: #ffffff;
}

.ise-real-estate-dark-box p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
}

.ise-real-estate-coverage-card {
    background: #0f172a;
    color: #ffffff;
}

.ise-real-estate-coverage-card .ise-real-estate-section-head h2,
.ise-real-estate-coverage-card .ise-real-estate-section-head p {
    color: #ffffff;
}

.ise-real-estate-coverage-card .ise-real-estate-section-head p {
    opacity: 0.74;
}

.ise-real-estate-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ise-real-estate-coverage-grid div {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.ise-real-estate-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ise-real-estate-client-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 32px;
    transition: all 0.3s ease;
}

.ise-real-estate-client-box:hover {
    transform: scale(1.02);
    border-color: #0f766e;
    background: #fcfefe;
    box-shadow: 0 24px 45px rgba(15, 118, 110, 0.1);
}

.ise-real-estate-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ise-real-estate-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

.ise-real-estate-faq-item[open] {
    border-color: #0f766e;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.06);
}

.ise-real-estate-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.ise-real-estate-faq-item summary::-webkit-details-marker {
    display: none;
}

.ise-real-estate-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #111827;
    flex: 1;
}

.ise-real-estate-faq-item summary::after {
    content: "+";
    font-size: 22px;
    color: #0f766e;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #ccfbf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ise-real-estate-faq-item[open] summary::after {
    content: "−";
    background: #0f766e;
    color: #ffffff;
}

.ise-real-estate-faq-item p {
    padding: 0 24px 24px;
}

.ise-real-estate-cta-section {
    background: linear-gradient(90deg, #0f766e 0%, #0f172a 100%);
    color: #ffffff;
}

.ise-real-estate-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.ise-real-estate-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.78);
}

.ise-real-estate-cta-grid h2 {
    color: #ffffff;
}

.ise-real-estate-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.ise-real-estate-cta-actions {
    display: grid;
    gap: 12px;
}

.ise-real-estate-profile-card {
    text-align: center;
}

.ise-real-estate-profile-top {
    margin-bottom: 22px;
}

.ise-real-estate-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #0f766e, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ise-real-estate-profile-logo span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
}

.ise-real-estate-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.ise-real-estate-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #0f766e;
    font-weight: 800;
}

.ise-real-estate-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.ise-real-estate-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.ise-real-estate-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.ise-real-estate-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 6px;
}

.ise-real-estate-sidebar-row strong,
.ise-real-estate-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.ise-real-estate-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ise-real-estate-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
}

.ise-real-estate-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 900;
}

.ise-real-estate-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #111827;
}

.ise-real-estate-form-card {
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.09);
    border: 1px solid #ccfbf1;
}

.ise-real-estate-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ise-real-estate-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 8px;
}

.ise-real-estate-form input,
.ise-real-estate-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
    outline: none;
}

.ise-real-estate-form input:focus,
.ise-real-estate-form select:focus {
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.ise-real-estate-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ise-real-estate-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.25s ease;
}

.ise-real-estate-form-btn:hover {
    background: #115e59;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .ise-real-estate-layout {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-sidebar {
        position: static;
    }

    .ise-real-estate-highlight-grid,
    .ise-real-estate-service-grid,
    .ise-real-estate-client-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ise-real-estate-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .ise-real-estate-cta-grid {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-gallery {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .ise-real-estate-dark-grid {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-hero-content h1 {
        font-size: 38px;
    }

    .ise-real-estate-section-head h2,
    .ise-real-estate-dark-inner h2,
    .ise-real-estate-cta-grid h2 {
        font-size: 28px;
    }

    .ise-real-estate-fact-row {
        flex-direction: column;
    }

    .ise-real-estate-fact-row span,
    .ise-real-estate-fact-row strong {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ise-real-estate-container {
        padding: 0 12px;
    }

    .ise-real-estate-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .ise-real-estate-topbar-links {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ise-real-estate-topbar-btn {
        grid-column: span 2;
        text-align: center;
    }

    .ise-real-estate-card,
    .ise-real-estate-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .ise-real-estate-hero-content h1 {
        font-size: 30px;
    }

    .ise-real-estate-hero-content p {
        font-size: 16px;
    }

    .ise-real-estate-stat-mini-grid,
    .ise-real-estate-highlight-grid,
    .ise-real-estate-service-grid,
    .ise-real-estate-coverage-grid,
    .ise-real-estate-client-grid,
    .ise-real-estate-mini-grid,
    .ise-real-estate-form-double {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-gallery-side {
        grid-template-columns: 1fr;
    }

    .ise-real-estate-gallery-main img,
    .ise-real-estate-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .ise-real-estate-hero-actions {
        flex-direction: column;
    }

    .ise-real-estate-btn {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .ise-real-estate-hero-content h1 {
        font-size: 27px;
    }

    .ise-real-estate-section-head h2,
    .ise-real-estate-dark-inner h2,
    .ise-real-estate-cta-grid h2 {
        font-size: 24px;
    }

    .ise-real-estate-card {
        padding: 18px;
    }
}/* End custom CSS */