.elementor-79567 .elementor-element.elementor-element-5e6ed49{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c67ae7a */.neelkanth-page,
.neelkanth-page * {
    box-sizing: border-box;
}

.neelkanth-page {
    background: #f6f7fb;
    color: #121826;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

/* Scrollbar */
.neelkanth-page ::-webkit-scrollbar {
    width: 8px;
}

.neelkanth-page ::-webkit-scrollbar-track {
    background: #eef2f7;
}

.neelkanth-page ::-webkit-scrollbar-thumb {
    background: #c7ccd8;
    border-radius: 10px;
}

.neelkanth-page ::-webkit-scrollbar-thumb:hover {
    background: #8f9aad;
}

/* Selection */
.neelkanth-page ::selection {
    background: #efe7d1;
    color: #3f2f0b;
}

/* Images */
.neelkanth-page img {
    max-width: 100%;
    display: block;
}

/* Animation */
@keyframes neelkanthFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.neelkanth-main > section,
.neelkanth-sidebar > div {
    animation: neelkanthFadeIn 0.6s ease-out forwards;
}

.neelkanth-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 0;
}

.neelkanth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.neelkanth-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.neelkanth-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.neelkanth-card {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(18, 24, 38, 0.055);
    min-width: 0;
    max-width: 100%;
}

.neelkanth-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(18, 24, 38, 0.05);
}

.neelkanth-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.neelkanth-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #9a6b18;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
}

.neelkanth-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9a6b18;
}

.neelkanth-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #121826;
}

.neelkanth-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.neelkanth-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #647084;
    transition: 0.3s ease;
}

.neelkanth-topbar-links a:hover {
    color: #9a6b18;
}

.neelkanth-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #121826;
    color: #ffffff !important;
}

.neelkanth-hero {
    overflow: hidden;
}

.neelkanth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.neelkanth-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.neelkanth-badge-blue {
    background: #eef2ff;
    color: #3730a3;
    border-color: #c7d2fe;
}

.neelkanth-badge-green {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

.neelkanth-badge-gray {
    background: #faf7ef;
    color: #8a5b10;
    border-color: #ead7a8;
}

.neelkanth-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

.neelkanth-hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.neelkanth-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #121826;
}

.neelkanth-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #667085;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 880px;
}

.neelkanth-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.neelkanth-hero-actions .neelkanth-btn {
    flex: 1;
    min-width: 140px;
    padding: 14px 10px;
}

.neelkanth-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;
}

.neelkanth-btn:active,
.neelkanth-form-btn:active {
    transform: scale(0.98);
}

.neelkanth-btn-primary {
    background: #9a6b18;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(154, 107, 24, 0.18);
}

.neelkanth-btn-primary:hover {
    background: #7a5311;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 32px rgba(154, 107, 24, 0.25);
}

.neelkanth-btn-outline {
    background: #ffffff;
    color: #121826;
    border: 1px solid #d5dae3;
}

.neelkanth-btn-outline:hover {
    background: #ffffff;
    border-color: #9a6b18;
    color: #9a6b18;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(18, 24, 38, 0.08);
}

.neelkanth-btn-light {
    background: #f6f7fb;
    color: #121826;
    border: 1px solid #e2e5ec;
}

.neelkanth-btn-light:hover {
    background: #ffffff;
    border-color: #d5dae3;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(18, 24, 38, 0.08);
}

.neelkanth-btn-white {
    background: #ffffff;
    color: #9a6b18;
}

.neelkanth-btn-white:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.neelkanth-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(4px);
}

.neelkanth-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.42);
}

.neelkanth-full-btn {
    width: 100%;
}

.neelkanth-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.neelkanth-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e5ec;
    border-radius: 24px;
    padding: 18px;
}

.neelkanth-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 800;
}

.neelkanth-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #121826;
}

.neelkanth-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.neelkanth-facts-card {
    width: 100%;
    max-width: 900px;
    background: #f8fafc;
    border: 1px solid #e2e5ec;
    border-radius: 28px;
    padding: 24px;
}

.neelkanth-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.neelkanth-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #ccd3df;
}

.neelkanth-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.neelkanth-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #667085;
}

.neelkanth-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #121826;
}

.neelkanth-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
    min-height: auto;
    min-width: 0;
    max-width: 100%;
}

.neelkanth-gallery-main,
.neelkanth-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.neelkanth-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.neelkanth-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-width: 0;
}

.neelkanth-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.neelkanth-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(18, 24, 38, 0.8);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

.neelkanth-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.neelkanth-section-head h2,
.neelkanth-dark-inner h2,
.neelkanth-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.neelkanth-section-head p,
.neelkanth-client-box p,
.neelkanth-service-card p,
.neelkanth-faq-item p,
.neelkanth-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #667085;
}

.neelkanth-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #faf7ef;
    color: #8a5b10;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.neelkanth-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.neelkanth-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475467;
    border: 1px solid #e2e5ec;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.neelkanth-highlight-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40%;
    background: #9a6b18;
    border-radius: 0 4px 4px 0;
    opacity: 0.35;
    transition: all 0.3s ease;
}

.neelkanth-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #9a6b18;
    box-shadow: 0 20px 40px rgba(154, 107, 24, 0.08);
    color: #121826;
    background: linear-gradient(to bottom right, #ffffff, #fffaf0);
}

.neelkanth-highlight-box:hover::before {
    height: 70%;
    opacity: 1;
}

.neelkanth-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.neelkanth-service-card {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.neelkanth-service-card:hover {
    box-shadow: 0 16px 28px rgba(18, 24, 38, 0.06);
    transform: translateY(-3px);
}

.neelkanth-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #faf7ef;
    color: #9a6b18;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.neelkanth-service-card h3,
.neelkanth-dark-box h3,
.neelkanth-client-box h3,
.neelkanth-project-box h3,
.neelkanth-faq-item h3,
.neelkanth-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #121826;
}

.neelkanth-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.neelkanth-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e5ec;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}

.neelkanth-dark-section {
    background: linear-gradient(135deg, #111827 0%, #242b3a 100%);
    color: #ffffff;
}

.neelkanth-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.neelkanth-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.neelkanth-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    padding: 20px;
}

.neelkanth-dark-box h3 {
    color: #ffffff;
}

.neelkanth-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.neelkanth-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.neelkanth-project-box {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 28px;
    padding: 24px;
    transition: all 0.3s ease;
}

.neelkanth-project-box:hover {
    transform: translateY(-4px);
    border-color: #9a6b18;
    box-shadow: 0 18px 36px rgba(154, 107, 24, 0.08);
}

.neelkanth-project-box ul {
    margin: 0;
    padding-left: 18px;
}

.neelkanth-project-box li {
    font-size: 14px;
    line-height: 1.8;
    color: #475467;
    font-weight: 600;
}

.neelkanth-coverage-card {
    background: #121826;
    color: #ffffff;
}

.neelkanth-coverage-card .neelkanth-section-head h2,
.neelkanth-coverage-card .neelkanth-section-head p {
    color: #ffffff;
}

.neelkanth-coverage-card .neelkanth-section-head p {
    opacity: 0.74;
}

.neelkanth-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.neelkanth-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.neelkanth-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.neelkanth-client-box {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 32px;
    padding: 32px;
    transition: all 0.35s ease;
    cursor: default;
}

.neelkanth-client-box h3 {
    transition: color 0.3s ease, transform 0.3s ease;
}

.neelkanth-client-box:hover {
    transform: scale(1.02);
    border-color: #9a6b18;
    background: #fffdf8;
    box-shadow: 0 25px 50px -12px rgba(154, 107, 24, 0.12);
}

.neelkanth-client-box:hover h3 {
    color: #9a6b18;
    transform: translateX(4px);
}

.neelkanth-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.neelkanth-check-grid div {
    background: #f8fafc;
    border: 1px solid #e2e5ec;
    border-radius: 18px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 800;
    color: #334155;
}

.neelkanth-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.neelkanth-faq-item {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.neelkanth-faq-item[open] {
    border-color: #9a6b18;
    box-shadow: 0 10px 25px rgba(154, 107, 24, 0.06);
}

.neelkanth-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.neelkanth-faq-item summary::-webkit-details-marker {
    display: none;
}

.neelkanth-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #121826;
    flex: 1;
}

.neelkanth-faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: #9a6b18;
    font-weight: 600;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7e6;
    border-radius: 50%;
}

.neelkanth-faq-item[open] summary::after {
    content: '−';
    transform: rotate(180deg);
    background: #9a6b18;
    color: #ffffff;
}

.neelkanth-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #475467;
    animation: neelkanthFAQSlide 0.4s ease-out;
}

@keyframes neelkanthFAQSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.neelkanth-cta-section {
    background: linear-gradient(90deg, #9a6b18 0%, #7a5311 100%);
    color: #ffffff;
}

.neelkanth-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.neelkanth-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
}

.neelkanth-cta-grid p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.9;
}

.neelkanth-cta-actions {
    display: grid;
    gap: 12px;
}

.neelkanth-profile-card {
    text-align: center;
}

.neelkanth-profile-top {
    margin-bottom: 22px;
}

.neelkanth-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f1f3f7;
    margin: 0 auto 14px;
    background: #fffaf0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neelkanth-logo-letter {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #9a6b18, #c89b3c);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 900;
}

.neelkanth-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.neelkanth-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #9a6b18;
    font-weight: 800;
}

.neelkanth-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.neelkanth-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e5ec;
}

.neelkanth-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.neelkanth-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 900;
    margin-bottom: 6px;
}

.neelkanth-sidebar-row strong,
.neelkanth-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #121826;
    font-weight: 800;
    text-decoration: none;
}

.neelkanth-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.neelkanth-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e5ec;
    border-radius: 20px;
    padding: 16px;
}

.neelkanth-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #98a2b3;
    font-weight: 900;
}

.neelkanth-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #121826;
}

.neelkanth-form-card {
    box-shadow: 0 14px 28px rgba(154, 107, 24, 0.08);
    border: 1px solid #ead7a8;
}

.neelkanth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.neelkanth-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 900;
    margin-bottom: 8px;
}

.neelkanth-form input,
.neelkanth-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    color: #121826;
    outline: none;
}

.neelkanth-form input:focus,
.neelkanth-form select:focus {
    box-shadow: 0 0 0 4px rgba(154, 107, 24, 0.1);
}

.neelkanth-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.neelkanth-form-btn {
    width: 100%;
    border: none;
    background: #9a6b18;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.neelkanth-form-btn:hover {
    background: #7a5311;
}

.neelkanth-disclaimer-card {
    background: #fffaf0;
    border-color: #ead7a8;
}

/* Responsive */
@media (max-width: 1199px) {
    .neelkanth-layout {
        grid-template-columns: 1fr;
    }

    .neelkanth-sidebar {
        position: static;
    }

    .neelkanth-highlight-grid,
    .neelkanth-service-grid,
    .neelkanth-client-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .neelkanth-project-grid,
    .neelkanth-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .neelkanth-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .neelkanth-hero-grid,
    .neelkanth-cta-grid {
        grid-template-columns: 1fr;
    }

    .neelkanth-gallery {
        grid-template-columns: 1fr;
    }

    .neelkanth-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .neelkanth-dark-grid {
        grid-template-columns: 1fr;
    }

    .neelkanth-hero-content h1 {
        font-size: 38px;
    }

    .neelkanth-section-head h2,
    .neelkanth-dark-inner h2,
    .neelkanth-cta-grid h2 {
        font-size: 28px;
    }

    .neelkanth-fact-row {
        flex-direction: column;
    }

    .neelkanth-fact-row span,
    .neelkanth-fact-row strong {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .neelkanth-container {
        padding: 0 12px;
    }

    .neelkanth-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .neelkanth-topbar-links {
        width: 100%;
    }

    .neelkanth-topbar-links a {
        font-size: 14px;
    }

    .neelkanth-card,
    .neelkanth-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .neelkanth-hero-content h1 {
        font-size: 30px;
    }

    .neelkanth-hero-content p {
        font-size: 16px;
    }

    .neelkanth-stat-mini-grid,
    .neelkanth-highlight-grid,
    .neelkanth-service-grid,
    .neelkanth-coverage-grid,
    .neelkanth-client-grid,
    .neelkanth-project-grid,
    .neelkanth-check-grid,
    .neelkanth-mini-grid,
    .neelkanth-form-double {
        grid-template-columns: 1fr;
    }

    .neelkanth-gallery-side {
        grid-template-columns: 1fr;
    }

    .neelkanth-gallery-main img,
    .neelkanth-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .neelkanth-hero-actions {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .neelkanth-btn {
        width: 100%;
    }

    .neelkanth-hero-actions .neelkanth-btn {
        width: auto;
    }
}

@media (max-width: 426px) {
    .neelkanth-hero-content h1 {
        font-size: 28px;
    }

    .neelkanth-hero-actions {
        flex-direction: column !important;
        gap: 10px;
    }

    .neelkanth-hero-actions .neelkanth-btn {
        width: 100% !important;
        min-width: 0 !important;
    }

    .neelkanth-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .neelkanth-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .neelkanth-hero-content h1 {
        font-size: 24px;
    }

    .neelkanth-card {
        padding: 15px;
    }

    .neelkanth-container {
        padding: 0 10px;
    }
}

/* Lightbox */
.neelkanth-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;
}

.neelkanth-lightbox.active {
    display: flex;
}

.neelkanth-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}

.neelkanth-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}/* End custom CSS */