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