.elementor-75439 .elementor-element.elementor-element-ef4836a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8b15247 *//* Vastu Nirman Properties - Unique CSS Block */

.vastu-nirman-page,
.vastu-nirman-page * {
    box-sizing: border-box;
}

.vastu-nirman-page {
    width: 100%;
    background: #f8fafc;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    overflow-x: hidden;
}

.vastu-nirman-page img {
    max-width: 100%;
    display: block;
}

.vastu-nirman-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.vastu-nirman-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.vastu-nirman-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.vastu-nirman-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.vastu-nirman-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;
}

/* Topbar */

.vastu-nirman-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);
}

.vastu-nirman-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vastu-nirman-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 19px;
}

.vastu-nirman-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
}

.vastu-nirman-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.vastu-nirman-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.vastu-nirman-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    transition: 0.3s ease;
}

.vastu-nirman-topbar-links a:hover {
    color: #2563eb;
}

.vastu-nirman-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

/* Hero */

.vastu-nirman-hero {
    overflow: hidden;
}

.vastu-nirman-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.vastu-nirman-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.vastu-nirman-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.vastu-nirman-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.vastu-nirman-badge-gray {
    background: #f9fafb;
    color: #4b5563;
    border-color: #e5e7eb;
}

.vastu-nirman-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

.vastu-nirman-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.vastu-nirman-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 900px;
}

.vastu-nirman-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.vastu-nirman-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;
}

.vastu-nirman-btn-primary {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.vastu-nirman-btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
}

.vastu-nirman-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.vastu-nirman-btn-outline:hover {
    background: #ffffff;
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-3px);
}

.vastu-nirman-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.vastu-nirman-btn-light:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.vastu-nirman-btn-white {
    background: #ffffff;
    color: #2563eb;
}

.vastu-nirman-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.vastu-nirman-full-btn {
    width: 100%;
}

/* Stats and Facts */

.vastu-nirman-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 900px;
}

.vastu-nirman-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.vastu-nirman-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
}

.vastu-nirman-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #111827;
}

.vastu-nirman-hero-facts {
    width: 100%;
}

.vastu-nirman-facts-card {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.vastu-nirman-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.vastu-nirman-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d5db;
}

.vastu-nirman-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.vastu-nirman-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #6b7280;
}

.vastu-nirman-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

/* Gallery */

.vastu-nirman-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
}

.vastu-nirman-gallery-main,
.vastu-nirman-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.vastu-nirman-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.vastu-nirman-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.vastu-nirman-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vastu-nirman-gallery-main:hover img,
.vastu-nirman-gallery-item:hover img {
    transform: scale(1.05);
}

.vastu-nirman-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: 800;
}

/* Section Blocks */

.vastu-nirman-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.vastu-nirman-section-head h2,
.vastu-nirman-dark-inner h2,
.vastu-nirman-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.vastu-nirman-section-head p,
.vastu-nirman-client-box p,
.vastu-nirman-service-card p,
.vastu-nirman-faq-item p,
.vastu-nirman-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.vastu-nirman-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
}

/* Highlights */

.vastu-nirman-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.vastu-nirman-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.vastu-nirman-highlight-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 42%;
    background: #2563eb;
    border-radius: 0 4px 4px 0;
    opacity: 0.3;
}

.vastu-nirman-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    background: linear-gradient(to bottom right, #ffffff, #f0f7ff);
}

/* Services */

.vastu-nirman-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.vastu-nirman-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.vastu-nirman-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

.vastu-nirman-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.vastu-nirman-service-card h3,
.vastu-nirman-dark-box h3,
.vastu-nirman-client-box h3,
.vastu-nirman-faq-item h3,
.vastu-nirman-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #111827;
}

/* Tags */

.vastu-nirman-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vastu-nirman-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;
}

/* Dark Section */

.vastu-nirman-dark-section {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #ffffff;
}

.vastu-nirman-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.vastu-nirman-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.vastu-nirman-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
}

.vastu-nirman-dark-box h3 {
    color: #ffffff;
}

.vastu-nirman-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

/* Coverage */

.vastu-nirman-coverage-card {
    background: #0f172a;
    color: #ffffff;
}

.vastu-nirman-coverage-card .vastu-nirman-section-head h2,
.vastu-nirman-coverage-card .vastu-nirman-section-head p {
    color: #ffffff;
}

.vastu-nirman-coverage-card .vastu-nirman-section-head p {
    opacity: 0.72;
}

.vastu-nirman-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.vastu-nirman-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

/* Project / Client Boxes */

.vastu-nirman-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vastu-nirman-client-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 32px;
    transition: all 0.3s ease;
}

.vastu-nirman-client-box:hover {
    transform: scale(1.02);
    border-color: #2563eb;
    background: #fcfdff;
}

/* Checklist */

.vastu-nirman-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.vastu-nirman-check-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 18px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    color: #374151;
}

/* FAQ */

.vastu-nirman-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vastu-nirman-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vastu-nirman-faq-item[open] {
    border-color: #2563eb;
}

.vastu-nirman-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.vastu-nirman-faq-item summary::-webkit-details-marker {
    display: none;
}

.vastu-nirman-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
}

.vastu-nirman-faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: #2563eb;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vastu-nirman-faq-item[open] summary::after {
    content: '−';
    background: #2563eb;
    color: #ffffff;
}

.vastu-nirman-faq-item p {
    padding: 0 24px 24px;
}

/* CTA */

.vastu-nirman-cta-section {
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
}

.vastu-nirman-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.vastu-nirman-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.vastu-nirman-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.vastu-nirman-cta-actions {
    display: grid;
    gap: 12px;
}

/* Sidebar */

.vastu-nirman-profile-card {
    text-align: center;
}

.vastu-nirman-profile-top {
    margin-bottom: 22px;
}

.vastu-nirman-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    margin: 0 auto 14px;
    background: #eff6ff;
    border: 4px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vastu-nirman-profile-logo span {
    font-size: 28px;
    font-weight: 900;
    color: #2563eb;
}

.vastu-nirman-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.vastu-nirman-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #2563eb;
    font-weight: 800;
}

.vastu-nirman-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.vastu-nirman-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.vastu-nirman-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.vastu-nirman-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 6px;
}

.vastu-nirman-sidebar-row strong,
.vastu-nirman-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.vastu-nirman-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.vastu-nirman-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
}

.vastu-nirman-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    font-weight: 800;
}

.vastu-nirman-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #111827;
}

/* Form */

.vastu-nirman-form-card {
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.08);
    border: 1px solid #dbeafe;
}

.vastu-nirman-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vastu-nirman-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 8px;
}

.vastu-nirman-form input,
.vastu-nirman-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.vastu-nirman-form input:focus,
.vastu-nirman-form select:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.vastu-nirman-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.vastu-nirman-form-btn {
    width: 100%;
    border: none;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.vastu-nirman-form-btn:hover {
    background: #1d4ed8;
}

/* Lightbox */

.vastu-nirman-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.vastu-nirman-lightbox.active {
    display: flex;
}

.vastu-nirman-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.vastu-nirman-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

/* Responsive */

@media (max-width: 1199px) {
    .vastu-nirman-layout {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-sidebar {
        position: static;
    }

    .vastu-nirman-highlight-grid,
    .vastu-nirman-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vastu-nirman-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .vastu-nirman-cta-grid {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-gallery {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .vastu-nirman-dark-grid {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-hero-content h1 {
        font-size: 38px;
    }

    .vastu-nirman-section-head h2,
    .vastu-nirman-dark-inner h2,
    .vastu-nirman-cta-grid h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .vastu-nirman-container {
        padding: 0 12px;
    }

    .vastu-nirman-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .vastu-nirman-topbar-links {
        width: 100%;
    }

    .vastu-nirman-card,
    .vastu-nirman-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .vastu-nirman-hero-content h1 {
        font-size: 30px;
    }

    .vastu-nirman-hero-content p {
        font-size: 16px;
    }

    .vastu-nirman-stat-mini-grid,
    .vastu-nirman-highlight-grid,
    .vastu-nirman-service-grid,
    .vastu-nirman-coverage-grid,
    .vastu-nirman-client-grid,
    .vastu-nirman-mini-grid,
    .vastu-nirman-form-double,
    .vastu-nirman-check-grid {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-gallery-side {
        grid-template-columns: 1fr;
    }

    .vastu-nirman-gallery-main img,
    .vastu-nirman-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .vastu-nirman-hero-actions {
        flex-direction: column;
    }

    .vastu-nirman-btn {
        width: 100%;
    }

    .vastu-nirman-fact-row {
        flex-direction: column;
        gap: 6px;
    }

    .vastu-nirman-fact-row span,
    .vastu-nirman-fact-row strong {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .vastu-nirman-hero-content h1 {
        font-size: 28px;
    }

    .vastu-nirman-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .vastu-nirman-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .vastu-nirman-hero-content h1 {
        font-size: 24px;
    }

    .vastu-nirman-card {
        padding: 15px;
    }

    .vastu-nirman-container {
        padding: 0 10px;
    }
}/* End custom CSS */