Skip to content
https://www.shreekalyan.com/shreekalyan/index

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

41

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.49877] map[node:map[boundingRect:map[bottom:929 height:799 left:0 right:1350 top:130 width:1350] lhId:page-0-SECTION nodeLabel:18+ YEARS OF ENGINEERING EXCELLENCE Rajasthan's Leading Electrical Engineering … path:1,HTML,1,BODY,7,SECTION selector:body > section#home snippet:<section class="hero-premium" id="home" style="min-height: 85vh; background-image: url(&quot;assets/images/website-assets/01-ho…&quot;);"> type:node] score:0.49877 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2]]] type:subitems]]]

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
18+ YEARS OF ENGINEERING EXCELLENCE Rajasthan's Leading Electrical Engineering … body > section#home
/shreekalyan/assets/images/website-assets/01-homepage/her...7.0 MiB6.4 MiB
Shree Kalyan Enterprises nav.navbar > div.container > a.navbar-brand > img
www.shreekalyan.com/shreekalyan/assets/images/logo.png187.1 KiB184.8 KiB

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:926.121998046875 label:Time to first byte subpart:timeToFirstByte] map[duration:274.760001953125 label:Resource load delay subpart:resourceLoadDelay] map[duration:1692.912 label:Resource load duration subpart:resourceLoadDuration] map[duration:279.335 label:Element render delay subpart:elementRenderDelay]]
lhId: page-0-SECTION
nodeLabel: 18+ YEARS OF ENGINEERING EXCELLENCE Rajasthan's Leading Electrical Engineering …
path: 1,HTML,1,BODY,7,SECTION
selector: body > section#home
snippet: <section class="hero-premium" id="home" style="min-height: 85vh; background-image: url(&quot;assets/images/website-assets/01-ho…&quot;);">

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-SECTION
nodeLabel: 18+ YEARS OF ENGINEERING EXCELLENCE Rajasthan's Leading Electrical Engineering …
path: 1,HTML,1,BODY,7,SECTION
selector: body > section#home
snippet: <section class="hero-premium" id="home" style="min-height: 85vh; background-image: url(&quot;assets/images/website-assets/01-ho…&quot;);">

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Why this matters

Performance issues directly impact user engagement and conversion rates.

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
18+ YEARS OF ENGINEERING EXCELLENCE Rajasthan's Leading Electrical Engineering … body > section#home
0.499

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 47.8 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Shree Kalyan Enterprises nav.navbar > div.container > a.navbar-brand > img
www.shreekalyan.com/shreekalyan/assets/images/logo.png
Shree Kalyan Enterprises div.container > div.row > div.col-lg-3 > img.footer-logo
www.shreekalyan.com/shreekalyan/assets/images/logo.png

More information about the performance of your application. These numbers don't directly affect the Performance score.

Document request latency
Optimize DOM size
Forced reflow
Modern HTTP
Optimize viewport for mobile
Max Potential First Input Delay 20 ms
Minify CSS
Minify JavaScript
Reduce unused JavaScript
JavaScript execution time 0.0 s
Minimizes main-thread work 0.5 s
Avoid long main-thread tasks 1 long task found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 230 ms
Server Backend Latencies 120 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 460 ms
INP breakdown
User Timing marks and measures
Avoid non-composited animations
84

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Join Community div.bottom-compact-row > div.bottom-compact-wrapper > div.whatsapp-compact-box > a.wcb-join-btn
© 2026 Shree Kalyan Enterprises. All rights reserved. div.bottom-compact-row > div.footer-bottom > div.container > p
Privacy Policy div.footer-bottom > div.container > div.footer-legal > a
Terms & Conditions div.footer-bottom > div.container > div.footer-legal > a
Disclaimer div.footer-bottom > div.container > div.footer-legal > a
Sitemap div.footer-bottom > div.container > div.footer-legal > a
Made in Rajasthan div.bottom-compact-row > div.footer-bottom > div.container > span.made-in-rajasthan

These are opportunities to improve the legibility of your content.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Rajesh Sharma div.testimonial-card-premium > div.testimonial-author > div > h4

These are opportunities to improve keyboard navigation in your application.

Names and labels

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Select Service CEIG Approval Energy Audit Electrical Safety Audit HT Consumer G… div.cta-form-wrapper > form > div.mb-3 > select.form-select

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.container > div#navbarNav > div.header-cta > a.btn-whatsapp-icon div.container > div#navbarNav > div.header-cta > a.btn-whatsapp-icon

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Detected JavaScript libraries
83

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Crawling and Indexing

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
2<!DOCTYPE html>Syntax not understood
3<html lang="en">Syntax not understood
4<head>Syntax not understood
5 <meta charset="UTF-8">Syntax not understood
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">Syntax not understood
7 <title>Shree Kalyan Enterprises | Electrical Engineering Consultancy Rajasthan</title>Syntax not understood
8 <meta name="description" content="Rajasthan's leading Electrical Engineering Consultancy & Regulatory Compliance firm. CEIG Approvals, Energy Audits, Safety Audits, HT Consumer Grievance & Testing.">Syntax not understood
10 <!-- Favicon -->Syntax not understood
11 <link rel="icon" type="image/png" href="/shreekalyan/assets/images/favlogo.png">Syntax not understood
13 <!-- Styles & Fonts -->Syntax not understood
14 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">Unknown directive
15 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">Unknown directive
16 <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">Unknown directive
17 <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>Unknown directive
18 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">Unknown directive
19 <link rel="stylesheet" href="/shreekalyan/assets/css/style.css">Syntax not understood
20 <style>Syntax not understood
21 :root {Unknown directive
22 --primary: #0B3D91;Unknown directive
23 --primary-dark: #071c34;Unknown directive
24 --secondary: #0dcaf0;Unknown directive
25 --accent: #ffc107;Unknown directive
26 --bg-light: #f8fbff;Unknown directive
27 --shadow: 0 15px 40px rgba(0,0,0,0.06);Unknown directive
28 --shadow-hover: 0 25px 60px rgba(11,61,145,0.12);Unknown directive
29 }Syntax not understood
30 body {Syntax not understood
31 font-family: 'Inter', sans-serif;Unknown directive
32 color: #333;Unknown directive
33 overflow-x: hidden;Unknown directive
34 padding-top: 0;Unknown directive
35 }Syntax not understood
37 /* ==============================================Syntax not understood
38 TOP BAR - Light VersionSyntax not understood
39 ============================================== */Syntax not understood
40 .top-bar {Syntax not understood
41 background: #f0f4f9;Unknown directive
42 color: #555;Unknown directive
43 padding: 5px 0;Unknown directive
44 font-size: 12px;Unknown directive
45 border-bottom: 1px solid #e8edf4;Unknown directive
46 }Syntax not understood
47 .top-bar .container {Syntax not understood
48 display: flex;Unknown directive
49 justify-content: space-between;Unknown directive
50 align-items: center;Unknown directive
51 flex-wrap: wrap;Unknown directive
52 gap: 8px;Unknown directive
53 }Syntax not understood
54 .top-bar .info-text {Syntax not understood
55 color: #071c34;Unknown directive
56 font-size: 12px;Unknown directive
57 font-weight: 500;Unknown directive
58 }Syntax not understood
59 .top-bar .info-text span {Syntax not understood
60 color: #0b3d91;Unknown directive
61 }Syntax not understood
62 .top-bar .contact-info {Syntax not understood
63 display: flex;Unknown directive
64 gap: 15px;Unknown directive
65 flex-wrap: wrap;Unknown directive
66 }Syntax not understood
67 .top-bar .contact-info a {Syntax not understood
68 color: #555;Unknown directive
69 text-decoration: none;Unknown directive
70 font-size: 12px;Unknown directive
71 transition: color 0.3s;Unknown directive
72 }Syntax not understood
73 .top-bar .contact-info a:hover {Unknown directive
74 color: #0b3d91;Unknown directive
75 }Syntax not understood
76 .top-bar .contact-info i {Syntax not understood
77 margin-right: 4px;Unknown directive
78 color: #0b3d91;Unknown directive
79 font-size: 11px;Unknown directive
80 }Syntax not understood
82 /* ==============================================Syntax not understood
83 HEADER - White BackgroundSyntax not understood
84 ============================================== */Syntax not understood
85 .header-main {Syntax not understood
86 position: sticky;Unknown directive
87 top: 0;Unknown directive
88 left: 0;Unknown directive
89 right: 0;Unknown directive
90 z-index: 999;Unknown directive
91 background: #ffffff;Unknown directive
92 padding: 0;Unknown directive
93 box-shadow: 0 2px 20px rgba(0,0,0,0.06);Unknown directive
94 }Syntax not understood
95 .header-main .navbar {Syntax not understood
96 padding: 10px 0;Unknown directive
97 }Syntax not understood
98 .navbar-brand img {Syntax not understood
99 height: 50px;Unknown directive
100 width: auto;Unknown directive
101 display: block;Unknown directive
102 }Syntax not understood
104 /* Navigation Links - Dark Text */Syntax not understood
105 .navbar-nav .nav-link {Syntax not understood
106 font-weight: 600;Unknown directive
107 font-size: 13px;Unknown directive
108 letter-spacing: 0.3px;Unknown directive
109 padding: 8px 14px !important;Unknown directive
110 transition: all 0.3s ease;Unknown directive
111 color: #071c34 !important;Unknown directive
112 text-transform: uppercase;Unknown directive
113 position: relative;Unknown directive
114 }Syntax not understood
115 .navbar-nav .nav-link::after {Unknown directive
116 content: '';Unknown directive
117 position: absolute;Unknown directive
118 bottom: 4px;Unknown directive
119 left: 50%;Unknown directive
120 transform: translateX(-50%);Unknown directive
121 width: 0;Unknown directive
122 height: 2px;Unknown directive
123 background: #0b3d91;Unknown directive
124 transition: width 0.3s ease;Unknown directive
125 }Syntax not understood
126 .navbar-nav .nav-link:hover::after,Unknown directive
127 .navbar-nav .nav-link.active::after {Unknown directive
128 width: 60%;Unknown directive
129 }Syntax not understood
130 .navbar-nav .nav-link:hover,Unknown directive
131 .navbar-nav .nav-link.active {Syntax not understood
132 color: #0b3d91 !important;Unknown directive
133 }Syntax not understood
134 .navbar-nav .nav-link i {Syntax not understood
135 margin-right: 5px;Unknown directive
136 font-size: 12px;Unknown directive
137 }Syntax not understood
139 /* Dropdown Menu - White Background */Syntax not understood
140 .dropdown-menu-premium {Syntax not understood
141 background: #ffffff;Unknown directive
142 border: 1px solid #e8edf4;Unknown directive
143 border-radius: 12px;Unknown directive
144 padding: 10px 8px;Unknown directive
145 min-width: 260px;Unknown directive
146 box-shadow: 0 20px 60px rgba(0,0,0,0.1);Unknown directive
147 margin-top: 8px;Unknown directive
148 }Syntax not understood
149 .dropdown-menu-premium .dropdown-item {Syntax not understood
150 color: #071c34;Unknown directive
151 padding: 10px 16px;Unknown directive
152 border-radius: 8px;Unknown directive
153 display: flex;Unknown directive
154 align-items: center;Unknown directive
155 gap: 12px;Unknown directive
156 transition: all 0.3s ease;Unknown directive
157 font-weight: 500;Unknown directive
158 font-size: 14px;Unknown directive
159 }Syntax not understood
160 .dropdown-menu-premium .dropdown-item:hover {Unknown directive
161 background: #f0f4f9;Unknown directive
162 color: #0b3d91;Unknown directive
163 transform: translateX(4px);Unknown directive
164 }Syntax not understood
165 .dropdown-menu-premium .dropdown-item i {Syntax not understood
166 width: 30px;Unknown directive
167 height: 30px;Unknown directive
168 background: #f0f4f9;Unknown directive
169 border-radius: 6px;Unknown directive
170 display: flex;Unknown directive
171 align-items: center;Unknown directive
172 justify-content: center;Unknown directive
173 font-size: 14px;Unknown directive
174 color: #0b3d91;Unknown directive
175 flex-shrink: 0;Unknown directive
176 }Syntax not understood
177 .dropdown-menu-premium .dropdown-item:hover i {Unknown directive
178 background: #0b3d91;Unknown directive
179 color: #fff;Unknown directive
180 }Syntax not understood
181 .dropdown-menu-premium .dropdown-item small {Syntax not understood
182 font-size: 11px;Unknown directive
183 color: #888;Unknown directive
184 font-weight: 400;Unknown directive
185 margin-top: 1px;Unknown directive
186 }Syntax not understood
187 .dropdown-menu-premium .dropdown-divider {Syntax not understood
188 margin: 6px 16px;Unknown directive
189 border-color: #e8edf4;Unknown directive
190 }Syntax not understood
192 /* Header CTA */Syntax not understood
193 .header-cta {Syntax not understood
194 display: flex;Unknown directive
195 align-items: center;Unknown directive
196 gap: 10px;Unknown directive
197 margin-left: 15px;Unknown directive
198 }Syntax not understood
199 .header-cta .btn {Syntax not understood
200 padding: 8px 22px;Unknown directive
201 font-size: 13px;Unknown directive
202 font-weight: 600;Unknown directive
203 border-radius: 50px;Unknown directive
204 line-height: 1.5;Unknown directive
205 display: inline-flex;Unknown directive
206 align-items: center;Unknown directive
207 justify-content: center;Unknown directive
208 background: #0b3d91;Unknown directive
209 color: #fff;Unknown directive
210 border: none;Unknown directive
211 transition: all 0.3s ease;Unknown directive
212 }Syntax not understood
213 .header-cta .btn:hover {Unknown directive
214 background: #071c34;Unknown directive
215 transform: translateY(-2px);Unknown directive
216 box-shadow: 0 8px 25px rgba(11,61,145,0.2);Unknown directive
217 }Syntax not understood
219 /* WhatsApp Icon */Syntax not understood
220 .btn-whatsapp-icon {Syntax not understood
221 display: inline-flex;Unknown directive
222 align-items: center;Unknown directive
223 justify-content: center;Unknown directive
224 width: 38px;Unknown directive
225 height: 38px;Unknown directive
226 background: #25D366;Unknown directive
227 color: #fff;Unknown directive
228 border-radius: 50%;Unknown directive
229 transition: transform 0.3s;Unknown directive
230 font-size: 18px;Unknown directive
231 text-decoration: none;Unknown directive
232 flex-shrink: 0;Unknown directive
233 }Syntax not understood
234 .btn-whatsapp-icon:hover {Unknown directive
235 transform: scale(1.08);Unknown directive
236 color: #fff;Unknown directive
237 }Syntax not understood
239 /* Section Tags */Syntax not understood
240 .section-tag {Syntax not understood
241 display: inline-block;Unknown directive
242 background: rgba(11,61,145,0.08);Unknown directive
243 color: #0b3d91;Unknown directive
244 padding: 5px 18px;Unknown directive
245 border-radius: 50px;Unknown directive
246 font-weight: 600;Unknown directive
247 font-size: 12px;Unknown directive
248 letter-spacing: 1px;Unknown directive
249 text-transform: uppercase;Unknown directive
250 margin-bottom: 10px;Unknown directive
251 }Syntax not understood
252 .section-title {Syntax not understood
253 font-size: 34px;Unknown directive
254 font-weight: 800;Unknown directive
255 color: #071c34;Unknown directive
256 line-height: 1.2;Unknown directive
257 margin-bottom: 12px;Unknown directive
258 }Syntax not understood
259 .section-subtitle {Syntax not understood
260 font-size: 16px;Unknown directive
261 color: #666;Unknown directive
262 max-width: 700px;Unknown directive
263 margin: 0 auto 30px;Unknown directive
264 }Syntax not understood
266 /* Responsive */Syntax not understood
267 @media (max-width: 992px) {Unknown directive
268 .navbar-nav .nav-link::after { display: none; }Unknown directive
269 .header-cta .btn { padding: 6px 16px; font-size: 12px; }Unknown directive
270 .dropdown-menu-premium {Syntax not understood
271 background: #f8fbff;Unknown directive
272 border: none;Unknown directive
273 border-radius: 0;Unknown directive
274 padding: 8px 0;Unknown directive
275 min-width: auto;Unknown directive
276 box-shadow: none;Unknown directive
277 }Syntax not understood
278 .dropdown-menu-premium .dropdown-item {Syntax not understood
279 padding: 10px 20px;Unknown directive
280 border-radius: 0;Unknown directive
281 }Syntax not understood
282 .dropdown-menu-premium .dropdown-item:hover {Unknown directive
283 transform: none;Unknown directive
284 }Syntax not understood
285 }Syntax not understood
286 @media (max-width: 768px) {Unknown directive
287 .top-bar .info-text { display: none; }Unknown directive
288 .top-bar .contact-info { font-size: 11px; gap: 10px; }Unknown directive
289 .navbar-brand img { height: 40px; }Unknown directive
290 .section-title { font-size: 26px; }Unknown directive
291 }Syntax not understood
293 /* Align all header items vertically */Syntax not understood
294 .header-main .navbar {Syntax not understood
295 min-height: 70px;Unknown directive
296 display: flex;Unknown directive
297 align-items: center;Unknown directive
298 }Syntax not understood
299 .header-main .navbar-brand {Syntax not understood
300 display: flex;Unknown directive
301 align-items: center;Unknown directive
302 padding: 0;Unknown directive
303 margin-right: 30px;Unknown directive
304 }Syntax not understood
305 .header-main .navbar-nav {Syntax not understood
306 display: flex;Unknown directive
307 align-items: center;Unknown directive
308 gap: 2px;Unknown directive
309 }Syntax not understood
310 .header-main .navbar-nav .nav-item {Syntax not understood
311 display: flex;Unknown directive
312 align-items: center;Unknown directive
313 }Syntax not understood
314 .header-main .navbar-nav .nav-link {Syntax not understood
315 padding: 6px 14px !important;Unknown directive
316 line-height: 1.5;Unknown directive
317 display: flex;Unknown directive
318 align-items: center;Unknown directive
319 gap: 5px;Unknown directive
320 height: 100%;Unknown directive
321 white-space: nowrap;Unknown directive
322 }Syntax not understood
323 .header-main .navbar-nav .nav-link.dropdown-toggle {Syntax not understood
324 display: flex;Unknown directive
325 align-items: center;Unknown directive
326 gap: 5px;Unknown directive
327 }Syntax not understood
328 .header-main .navbar-nav .nav-link.dropdown-toggle::after {Unknown directive
329 margin-left: 4px;Unknown directive
330 vertical-align: middle;Unknown directive
331 }Syntax not understood
332 .header-cta {Syntax not understood
333 display: flex;Unknown directive
334 align-items: center;Unknown directive
335 gap: 10px;Unknown directive
336 margin-left: 15px;Unknown directive
337 }Syntax not understood
338 @media (min-width: 992px) {Unknown directive
339 .header-main .navbar .container {Syntax not understood
340 display: flex;Unknown directive
341 align-items: center;Unknown directive
342 justify-content: space-between;Unknown directive
343 }Syntax not understood
344 .header-main .collapse.navbar-collapse {Syntax not understood
345 display: flex !important;Unknown directive
346 align-items: center;Unknown directive
347 justify-content: flex-end;Unknown directive
348 flex: 1;Unknown directive
349 }Syntax not understood
350 .header-main .navbar-nav {Syntax not understood
351 align-items: center;Unknown directive
352 }Syntax not understood
353 }Syntax not understood
354 @media (max-width: 991px) {Unknown directive
355 .header-main .navbar-nav .nav-link {Syntax not understood
356 padding: 8px 14px !important;Unknown directive
357 height: auto;Unknown directive
358 }Syntax not understood
359 .header-cta {Syntax not understood
360 margin-left: 0;Unknown directive
361 margin-top: 10px;Unknown directive
362 flex-wrap: wrap;Unknown directive
363 }Syntax not understood
364 .header-main .navbar-collapse {Syntax not understood
365 padding: 10px 0;Unknown directive
366 }Syntax not understood
367 }Syntax not understood
368 .dropdown-menu-premium {Syntax not understood
369 top: 100%;Unknown directive
370 margin-top: 4px;Unknown directive
371 }Syntax not understood
372 .navbar-nav .nav-link i {Syntax not understood
373 font-size: 13px;Unknown directive
374 line-height: 1;Unknown directive
375 }Syntax not understood
376 .navbar-nav .nav-link {Syntax not understood
377 vertical-align: middle;Unknown directive
378 }Syntax not understood
379 </style>Syntax not understood
380</head>Syntax not understood
381<body>Syntax not understood
383<!-- TOP BAR - Light Version -->Syntax not understood
384<div class="top-bar">Syntax not understood
385 <div class="container">Syntax not understood
386 <div class="info-text">Syntax not understood
387 <span>📍</span> Rajasthan’s Trusted Electrical Engineering, CEIG & Compliance Experts Since 2008 | CEIG | Audits | Testing | ComplianceSyntax not understood
388 </div>Syntax not understood
389 <div class="contact-info">Syntax not understood
390 <a href="tel:+91 9521389292">Unknown directive
391 <i class="fas fa-phone"></i> +91 9521389292 </a>Syntax not understood
392 <a href="mailto:info@shreekalyan.com">Unknown directive
393 <i class="fas fa-envelope"></i> info@shreekalyan.com </a>Syntax not understood
394 <a href="https://maps.google.com/?q=Shree+Kalyan+Enterprises+Jaipur" target="_blank">Unknown directive
395 <i class="fas fa-map-marker-alt"></i> Jaipur, RajasthanSyntax not understood
396 </a>Syntax not understood
397 </div>Syntax not understood
398 </div>Syntax not understood
399</div>Syntax not understood
401<!-- HEADER - White Background -->Syntax not understood
402<header class="header-main">Syntax not understood
403 <nav class="navbar navbar-expand-lg">Syntax not understood
404 <div class="container">Syntax not understood
405 <a class="navbar-brand" href="/shreekalyan/index.php">Syntax not understood
406 <img src="/shreekalyan/assets/images/logo.png" alt="Shree Kalyan Enterprises">Syntax not understood
407 </a>Syntax not understood
408 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">Syntax not understood
409 <span class="navbar-toggler-icon"></span>Syntax not understood
410 </button>Syntax not understood
411 <div class="collapse navbar-collapse" id="navbarNav">Syntax not understood
412 <ul class="navbar-nav ms-auto">Syntax not understood
413 <!-- Home -->Syntax not understood
414 <li class="nav-item">Syntax not understood
415 <a class="nav-link active" href="/shreekalyan/index.php">Syntax not understood
416 <i class="fas fa-home"></i> HomeSyntax not understood
417 </a>Syntax not understood
418 </li>Syntax not understood
420 <!-- About -->Syntax not understood
421 <li class="nav-item">Syntax not understood
422 <a class="nav-link " href="/shreekalyan/about.php">Syntax not understood
423 <i class="fas fa-info-circle"></i> AboutSyntax not understood
424 </a>Syntax not understood
425 </li>Syntax not understood
427 <!-- Services -->Syntax not understood
428 <li class="nav-item">Syntax not understood
429 <a class="nav-link " href="/shreekalyan/services.php">Syntax not understood
430 <i class="fas fa-cogs"></i> ServicesSyntax not understood
431 </a>Syntax not understood
432 </li>Syntax not understood
434 <!-- Solutions -->Syntax not understood
435 <li class="nav-item">Syntax not understood
436 <a class="nav-link " href="/shreekalyan/solutions.php">Syntax not understood
437 <i class="fas fa-lightbulb"></i> SolutionsSyntax not understood
438 </a>Syntax not understood
439 </li>Syntax not understood
441 <!-- Projects -->Syntax not understood
442 <li class="nav-item">Syntax not understood
443 <a class="nav-link " href="/shreekalyan/projects.php">Syntax not understood
444 <i class="fas fa-project-diagram"></i> ProjectsSyntax not understood
445 </a>Syntax not understood
446 </li>Syntax not understood
448 <!-- Knowledge Hub Dropdown -->Syntax not understood
449 <li class="nav-item dropdown">Syntax not understood
450 <a class="nav-link dropdown-toggle " Syntax not understood
451 href="#" Syntax not understood
452 role="button"Syntax not understood
453 data-bs-toggle="dropdown" Syntax not understood
454 aria-expanded="false">Syntax not understood
455 <i class="fas fa-newspaper"></i> Knowledge HubSyntax not understood
456 </a>Syntax not understood
457 <ul class="dropdown-menu dropdown-menu-premium">Syntax not understood
458 <li>Syntax not understood
459 <a class="dropdown-item" href="/shreekalyan/knowledge/">Syntax not understood
460 <i class="fas fa-graduation-cap"></i>Syntax not understood
461 <span>Knowledge Centre <small>Evergreen technical guides</small></span>Syntax not understood
462 </a>Syntax not understood
463 </li>Syntax not understood
464 <li>Syntax not understood
465 <a class="dropdown-item" href="/shreekalyan/blog.php">Syntax not understood
466 <i class="fas fa-blog"></i>Syntax not understood
467 <span>Blog <small>Articles &amp; updates</small></span>Syntax not understood
468 </a>Syntax not understood
469 </li>Syntax not understood
470 <li>Syntax not understood
471 <a class="dropdown-item" href="/shreekalyan/resources.php">Syntax not understood
472 <i class="fas fa-download"></i>Syntax not understood
473 <span>Resources &amp; Downloads <small>Checklists &amp; guides</small></span>Syntax not understood
474 </a>Syntax not understood
475 </li>Syntax not understood
476 <li><hr class="dropdown-divider"></li>Syntax not understood
477 <li>Syntax not understood
478 <a class="dropdown-item" href="/shreekalyan/faqs/">Syntax not understood
479 <i class="fas fa-question-circle"></i>Syntax not understood
480 <span>FAQs <small>Expert answers</small></span>Syntax not understood
481 </a>Syntax not understood
482 </li>Syntax not understood
483 </ul>Syntax not understood
484 </li>Syntax not understood
486 <!-- Contact -->Syntax not understood
487 <li class="nav-item">Syntax not understood
488 <a class="nav-link " href="/shreekalyan/contact.php">Syntax not understood
489 <i class="fas fa-envelope"></i> ContactSyntax not understood
490 </a>Syntax not understood
491 </li>Syntax not understood
492 </ul>Syntax not understood
494 <div class="header-cta">Syntax not understood
495 <a href="https://wa.me/919521389292" class="btn-whatsapp-icon" target="_blank">Unknown directive
496 <i class="fab fa-whatsapp"></i>Syntax not understood
497 </a>Syntax not understood
498 <a href="/shreekalyan/contact.php" class="btn">Request Consultation</a>Syntax not understood
499 </div>Syntax not understood
500 </div>Syntax not understood
501 </div>Syntax not understood
502 </nav>Syntax not understood
503</header>Syntax not understood
504<!-- ============================================== -->Syntax not understood
505<!-- HERO SECTION -->Syntax not understood
506<!-- ============================================== -->Syntax not understood
507<section class="hero-premium" id="home" style="min-height:85vh; background-image: url('assets/images/website-assets/01-homepage/hero-main-01.png'); background-size: cover; background-position: center; background-repeat: no-repeat; position:relative; display:flex; align-items:center; color:#fff; padding:70px 0 50px; overflow:hidden;">Unknown directive
508 <style>Syntax not understood
509 @keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }Unknown directive
511 /* CLEAN, SHARP IMAGE SETTINGS */Syntax not understood
512 .hero-premium {Syntax not understood
513 image-rendering: auto;Unknown directive
514 image-rendering: crisp-edges; /* Helps with pixelation on some browsers */Unknown directive
515 }Syntax not understood
516 .hero-premium::before {Unknown directive
517 content: '';Unknown directive
518 position: absolute;Unknown directive
519 top: 0; left: 0; right: 0; bottom: 0;Unknown directive
520 /* This thin layer tints the image blue so text is readable, but doesn't ruin the image quality */Syntax not understood
521 background: rgba(7, 28, 52, 0.4);Unknown directive
522 z-index: 1;Unknown directive
523 }Syntax not understood
524 .hero-premium .container {Syntax not understood
525 position: relative;Unknown directive
526 z-index: 2;Unknown directive
527 }Syntax not understood
528 .img-placeholder { background:rgba(255,255,255,0.05); border-radius:30px; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:400px; border:2px dashed rgba(255,255,255,0.15); }Unknown directive
529 .img-placeholder i { font-size:60px; color:rgba(255,255,255,0.2); margin-bottom:10px; }Unknown directive
530 .img-placeholder span { color:rgba(255,255,255,0.3); }Unknown directive
531 </style>Syntax not understood
532 <div class="container">Syntax not understood
533 <div class="row align-items-center">Syntax not understood
534 <div class="col-lg-6">Syntax not understood
535 <span class="hero-badge" style="display:inline-block; background:#ffc107; color:#000; padding:5px 16px; border-radius:50px; font-weight:700; font-size:12px; letter-spacing:0.5px; text-transform:uppercase; margin-bottom:12px;">18+ Years of Engineering Excellence</span>Unknown directive
536 <h1 style="font-size:48px; font-weight:800; line-height:1.15; margin-bottom:12px; color:#fff; text-shadow:0 2px 20px rgba(0,0,0,0.2);">Unknown directive
537 Rajasthan&#039;s Leading Electrical Engineering Consultancy &amp; Regulatory Experts </h1>Syntax not understood
538 <p style="font-size:17px; opacity:0.9; margin-bottom:20px; max-width:650px; line-height:1.6;">Unknown directive
539 Trusted by Industries, Government Organisations, Renewable Energy Companies and Commercial Establishments since 2008. </p>Syntax not understood
540 <div class="hero-buttons" style="display:flex; gap:12px; flex-wrap:wrap; margin-bottom:20px;">Unknown directive
541 <a href="https://wa.me/919521389292" class="btn btn-success btn-lg" style="border-radius:50px; padding:12px 30px; font-weight:700; font-size:14px;" target="_blank">Unknown directive
542 <i class="fab fa-whatsapp"></i> WhatsApp an ExpertSyntax not understood
543 </a>Syntax not understood
544 <a href="assets/documents/company-profile.pdf" class="btn btn-outline-light btn-lg" style="border-radius:50px; padding:12px 30px; font-weight:700; font-size:14px;" target="_blank">Unknown directive
545 <i class="fas fa-download"></i> Download ProfileSyntax not understood
546 </a>Syntax not understood
547 </div>Syntax not understood
548 </div>Syntax not understood
549 <div class="col-lg-6">Syntax not understood
550 <!-- The right column is deliberately left empty since you removed the floating cards -->Syntax not understood
551 <!-- You can add a subtitle or an image here later if needed -->Syntax not understood
552 </div>Syntax not understood
553 </div>Syntax not understood
554 </div>Syntax not understood
555</section>Syntax not understood
557<!-- ============================================== -->Syntax not understood
558<!-- STATISTICS SECTION - 8 CARDS (Equal Height) -->Syntax not understood
559<!-- ============================================== -->Syntax not understood
560<section class="stats-section" style="padding:60px 0; background:#f8fbff;">Unknown directive
561 <div class="container">Syntax not understood
562 <div class="text-center" data-aos="fade-up">Syntax not understood
563 <span class="section-tag">ENGINEERING EXCELLENCE</span>Syntax not understood
564 <h2 class="section-title">Engineering Excellence in Numbers</h2>Syntax not understood
565 <p class="section-subtitle">18+ years of trusted electrical engineering consultancy, regulatory compliance, testing, audits and technical excellence.</p>Syntax not understood
566 </div>Syntax not understood
567 <div class="row g-4" id="statsContainer">Syntax not understood
568 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
569 <div class="stat-card">Syntax not understood
570 <div class="stat-icon">Syntax not understood
571 <i class="fas fa-calendar-check"></i>Syntax not understood
572 </div>Syntax not understood
573 <h3 class="stat-number" data-number="18+">Syntax not understood
574 18+ </h3>Syntax not understood
575 <p>Years of Experience</p>Syntax not understood
576 </div>Syntax not understood
577 </div>Syntax not understood
578 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
579 <div class="stat-card">Syntax not understood
580 <div class="stat-icon">Syntax not understood
581 <i class="fas fa-user-tie"></i>Syntax not understood
582 </div>Syntax not understood
583 <h3 class="stat-number" data-number="560+">Syntax not understood
584 560+ </h3>Syntax not understood
585 <p>Esteemed Clients</p>Syntax not understood
586 </div>Syntax not understood
587 </div>Syntax not understood
588 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
589 <div class="stat-card">Syntax not understood
590 <div class="stat-icon">Syntax not understood
591 <i class="fas fa-calendar-check"></i>Syntax not understood
592 </div>Syntax not understood
593 <h3 class="stat-number" data-number="129+">Syntax not understood
594 129+ </h3>Syntax not understood
595 <p>HT Consumer Grivences &amp; Regulatory Assignments</p>Syntax not understood
596 </div>Syntax not understood
597 </div>Syntax not understood
598 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
599 <div class="stat-card">Syntax not understood
600 <div class="stat-icon">Syntax not understood
601 <i class="fas fa-project-diagram"></i>Syntax not understood
602 </div>Syntax not understood
603 <h3 class="stat-number" data-number="893+">Syntax not understood
604 893+ </h3>Syntax not understood
605 <p>Electrical Testing Assignments</p>Syntax not understood
606 </div>Syntax not understood
607 </div>Syntax not understood
608 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
609 <div class="stat-card">Syntax not understood
610 <div class="stat-icon">Syntax not understood
611 <i class="fas fa-star"></i>Syntax not understood
612 </div>Syntax not understood
613 <h3 class="stat-number" data-number="98%">Syntax not understood
614 98% </h3>Syntax not understood
615 <p>Client Satisfaction</p>Syntax not understood
616 </div>Syntax not understood
617 </div>Syntax not understood
618 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
619 <div class="stat-card">Syntax not understood
620 <div class="stat-icon">Syntax not understood
621 <i class="fas fa-file-certificate"></i>Syntax not understood
622 </div>Syntax not understood
623 <h3 class="stat-number" data-number="731">Syntax not understood
624 731 </h3>Syntax not understood
625 <p>CEIG Approvals</p>Syntax not understood
626 </div>Syntax not understood
627 </div>Syntax not understood
628 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
629 <div class="stat-card">Syntax not understood
630 <div class="stat-icon">Syntax not understood
631 <i class="fas fa-chart-line"></i>Syntax not understood
632 </div>Syntax not understood
633 <h3 class="stat-number" data-number="5524">Syntax not understood
634 5524 </h3>Syntax not understood
635 <p>Energy &amp; Safety Audits</p>Syntax not understood
636 </div>Syntax not understood
637 </div>Syntax not understood
638 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
639 <div class="stat-card">Syntax not understood
640 <div class="stat-icon">Syntax not understood
641 <i class="fas fa-star"></i>Syntax not understood
642 </div>Syntax not understood
643 <h3 class="stat-number" data-number="431+">Syntax not understood
644 431+ </h3>Syntax not understood
645 <p>PM Surya Ghar Vendor Registrations</p>Syntax not understood
646 </div>Syntax not understood
647 </div>Syntax not understood
648 </div>Syntax not understood
649 </div>Syntax not understood
650</section>Syntax not understood
652<!-- ============================================== -->Syntax not understood
653<!-- SERVICES SECTION -->Syntax not understood
654<!-- ============================================== -->Syntax not understood
655<section class="services-premium" id="services" data-aos="fade-up" style="padding:70px 0; background:#fff;">Unknown directive
656 <div class="container">Syntax not understood
657 <div class="text-center">Syntax not understood
658 <span class="section-tag">Our Core Services</span>Syntax not understood
659 <h2 class="section-title">Engineering & Consultancy Services</h2>Syntax not understood
660 <p class="section-subtitle">From approvals to audits, testing to certification – we deliver complete engineering solutions</p>Syntax not understood
661 </div>Syntax not understood
662 <div class="row g-4">Syntax not understood
663 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
664 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
665 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
666 <i class="fas fas fa-stamp"></i>Syntax not understood
667 </div>Syntax not understood
668 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Approvals</span>Unknown directive
669 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">CEIG Approval Consultancy</h3>Unknown directive
670 <p style="font-size:14px; color:#666; line-height:1.6;">End-to-end consultancy for CEIG approvals for solar/transformers/DG sets/HT electrical installations...</p>Unknown directive
671 <a href="service-details.php?slug=ceig-approval-consultant-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
672 </div>Syntax not understood
673 </div>Syntax not understood
674 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
675 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
676 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
677 <i class="fas fa-solar-panel"></i>Syntax not understood
678 </div>Syntax not understood
679 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Solar</span>Unknown directive
680 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">PM Surya Ghar Vendor Reg. &amp; Solar Consultancy</h3>Unknown directive
681 <p style="font-size:14px; color:#666; line-height:1.6;">Complete consultancy for PM Surya Ghar vendor registration in Rajasthan, rooftop solar approvals and...</p>Unknown directive
682 <a href="service-details.php?slug=pm-surya-ghar-vendor-registration-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
683 </div>Syntax not understood
684 </div>Syntax not understood
685 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
686 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
687 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
688 <i class="fas fas fa-id-card"></i>Syntax not understood
689 </div>Syntax not understood
690 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Safety</span>Unknown directive
691 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Electrical Contractor License Consultancy</h3>Unknown directive
692 <p style="font-size:14px; color:#666; line-height:1.6;">Complete assistance for Electrical Contractor License applications, renewals and related approvals i...</p>Unknown directive
693 <a href="service-details.php?slug=electrical-contractor-license-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
694 </div>Syntax not understood
695 </div>Syntax not understood
696 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
697 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
698 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
699 <i class="fas fas fa-bolt"></i>Syntax not understood
700 </div>Syntax not understood
701 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Consultancy</span>Unknown directive
702 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Electrical Consultancy</h3>Unknown directive
703 <p style="font-size:14px; color:#666; line-height:1.6;">Electrical engineering consultancy covering system planning, HT/LT distribution, transformer and DG ...</p>Unknown directive
704 <a href="service-details.php?slug=electrical-engineering-consultant-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
705 </div>Syntax not understood
706 </div>Syntax not understood
707 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
708 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
709 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
710 <i class="fas fa-handshake"></i>Syntax not understood
711 </div>Syntax not understood
712 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Liaisoning</span>Unknown directive
713 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Government Liaisoning</h3>Unknown directive
714 <p style="font-size:14px; color:#666; line-height:1.6;">Consultancy and coordination with DISCOMs, electrical inspectorates and government departments for r...</p>Unknown directive
715 <a href="service-details.php?slug=government-discom-liaisoning-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
716 </div>Syntax not understood
717 </div>Syntax not understood
718 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
719 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
720 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
721 <i class="fas fa-chart-line"></i>Syntax not understood
722 </div>Syntax not understood
723 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Audits</span>Unknown directive
724 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Energy Audit</h3>Unknown directive
725 <p style="font-size:14px; color:#666; line-height:1.6;">Comprehensive energy audits to identify energy-saving opportunities and improve operational efficien...</p>Unknown directive
726 <a href="service-details.php?slug=energy-audit-services-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
727 </div>Syntax not understood
728 </div>Syntax not understood
729 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
730 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
731 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
732 <i class="fas fa-shield-alt"></i>Syntax not understood
733 </div>Syntax not understood
734 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Audits</span>Unknown directive
735 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Electrical Safety Audit</h3>Unknown directive
736 <p style="font-size:14px; color:#666; line-height:1.6;">Detailed electrical safety audits for industrial and commercial installations to identify hazards an...</p>Unknown directive
737 <a href="service-details.php?slug=electrical-safety-audit-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
738 </div>Syntax not understood
739 </div>Syntax not understood
740 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
741 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
742 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
743 <i class="fas fa-fire-extinguisher"></i>Syntax not understood
744 </div>Syntax not understood
745 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Audits</span>Unknown directive
746 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Fire Safety Audit</h3>Unknown directive
747 <p style="font-size:14px; color:#666; line-height:1.6;">Systematic fire safety assessment of buildings and industrial facilities to identify fire risks and ...</p>Unknown directive
748 <a href="service-details.php?slug=fire-safety-audit-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
749 </div>Syntax not understood
750 </div>Syntax not understood
751 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
752 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
753 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
754 <i class="fas fas fa-microscope"></i>Syntax not understood
755 </div>Syntax not understood
756 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Testing</span>Unknown directive
757 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Electrical Testing &amp; Inspection</h3>Unknown directive
758 <p style="font-size:14px; color:#666; line-height:1.6;">Testing of electrical installations including earthing, insulation resistance, protection systems an...</p>Unknown directive
759 <a href="service-details.php?slug=electrical-testing-inspection-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
760 </div>Syntax not understood
761 </div>Syntax not understood
762 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
763 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
764 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
765 <i class="fas fa-clipboard-check"></i>Syntax not understood
766 </div>Syntax not understood
767 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Inspection</span>Unknown directive
768 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Third Party Inspection</h3>Unknown directive
769 <p style="font-size:14px; color:#666; line-height:1.6;">Independent third-party inspection of electrical equipment, installations and project works. Verific...</p>Unknown directive
770 <a href="service-details.php?slug=third-party-electrical-inspection-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
771 </div>Syntax not understood
772 </div>Syntax not understood
773 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
774 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
775 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
776 <i class="fas fas fa-certificate"></i>Syntax not understood
777 </div>Syntax not understood
778 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Certification</span>Unknown directive
779 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Chartered Engineer Certification</h3>Unknown directive
780 <p style="font-size:14px; color:#666; line-height:1.6;">Professional certification by Chartered Engineer for machinery, equipment and technical documentatio...</p>Unknown directive
781 <a href="service-details.php?slug=chartered-engineer-certification-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
782 </div>Syntax not understood
783 </div>Syntax not understood
784 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
785 <div class="service-card-premium" style="background:#fff; border-radius:18px; padding:28px 22px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
786 <div class="service-icon" style="width:56px; height:56px; background:linear-gradient(135deg,rgba(11,61,145,0.08),rgba(13,202,240,0.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; color:#0b3d91; margin-bottom:14px;">Unknown directive
787 <i class="fas fas fa-industry"></i>Syntax not understood
788 </div>Syntax not understood
789 <span class="service-category" style="display:inline-block; background:rgba(11,61,145,0.06); padding:2px 12px; border-radius:50px; font-size:10px; font-weight:600; color:#0b3d91;">Certification</span>Unknown directive
790 <h3 style="font-size:18px; font-weight:700; margin-bottom:8px;">Plant Capacity Certificate</h3>Unknown directive
791 <p style="font-size:14px; color:#666; line-height:1.6;">Assessment and certification of installed plant and machinery capacity by qualified professionals. S...</p>Unknown directive
792 <a href="service-details.php?slug=plant-capacity-certificate-rajasthan" class="service-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:10px; font-size:13px;">Learn More <i class="fas fa-arrow-right"></i></a>Unknown directive
793 </div>Syntax not understood
794 </div>Syntax not understood
795 </div>Syntax not understood
796 <div class="text-center mt-4">Syntax not understood
797 <a href="services.php" class="btn btn-primary btn-lg" style="border-radius:50px; padding:12px 35px; font-weight:700;">View All Services</a>Unknown directive
798 </div>Syntax not understood
799 </div>Syntax not understood
800</section>Syntax not understood
802<!-- ============================================== -->Syntax not understood
803<!-- WHY CHOOSE SKE -->Syntax not understood
804<!-- ============================================== -->Syntax not understood
805<section class="why-choose-premium" id="why-us" data-aos="fade-up" style="padding:70px 0; background:#f8fbff;">Unknown directive
806 <div class="container">Syntax not understood
807 <div class="text-center">Syntax not understood
808 <span class="section-tag">Why Choose SKE</span>Syntax not understood
809 <h2 class="section-title">Trusted Engineering Consultancy</h2>Syntax not understood
810 <p class="section-subtitle">What sets us apart is our commitment to technical excellence, regulatory expertise, and client success</p>Syntax not understood
811 </div>Syntax not understood
812 <div class="row g-4">Syntax not understood
813 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
814 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
815 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">01</div>Unknown directive
816 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#0b3d9115; color:#0b3d91;">Unknown directive
817 <i class="fas fa-bolt"></i>Syntax not understood
818 </div>Syntax not understood
819 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">BEE Authorised Energy Auditors</h3>Unknown directive
820 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Authorised Bureau of Energy Efficiency (BEE) Energy Auditors delivering industrial energy audits, energy conservation studies, compliance assessments and energy performance improvement solutions.</p>Unknown directive
821 </div>Syntax not understood
822 </div>Syntax not understood
823 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="50">Syntax not understood
824 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
825 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">02</div>Unknown directive
826 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#f9731615; color:#f97316;">Unknown directive
827 <i class="fas fa-clock"></i>Syntax not understood
828 </div>Syntax not understood
829 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">18+ Years of Engineering Excellence</h3>Unknown directive
830 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Serving industries, commercial establishments and government organisations across Rajasthan since 2008 with proven engineering expertise.</p>Unknown directive
831 </div>Syntax not understood
832 </div>Syntax not understood
833 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="100">Syntax not understood
834 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
835 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">03</div>Unknown directive
836 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#0b3d9115; color:#0b3d91;">Unknown directive
837 <i class="fas fa-certificate"></i>Syntax not understood
838 </div>Syntax not understood
839 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">Government Approved &amp; Recognised</h3>Unknown directive
840 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Registered and recognised with various Government Departments, CEIG, PWD, JDA, MSME, DISCOMs and other statutory authorities.</p>Unknown directive
841 </div>Syntax not understood
842 </div>Syntax not understood
843 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="150">Syntax not understood
844 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
845 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">04</div>Unknown directive
846 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#0dcaf015; color:#0dcaf0;">Unknown directive
847 <i class="fas fa-file-contract"></i>Syntax not understood
848 </div>Syntax not understood
849 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">CEIG Approvals &amp; Regulatory Liaisoning</h3>Unknown directive
850 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Complete documentation, inspections, statutory approvals, liaisoning and compliance management for electrical installations.</p>Unknown directive
851 </div>Syntax not understood
852 </div>Syntax not understood
853 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="200">Syntax not understood
854 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
855 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">05</div>Unknown directive
856 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#ffc10715; color:#ffc107;">Unknown directive
857 <i class="fas fa-lightbulb"></i>Syntax not understood
858 </div>Syntax not understood
859 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">Electrical Consultancy &amp; Compliance</h3>Unknown directive
860 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Complete electrical engineering consultancy covering design review, compliance, statutory approvals, technical documentation and project advisory.</p>Unknown directive
861 </div>Syntax not understood
862 </div>Syntax not understood
863 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="250">Syntax not understood
864 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
865 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">06</div>Unknown directive
866 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#10b98115; color:#10b981;">Unknown directive
867 <i class="fas fa-project-diagram"></i>Syntax not understood
868 </div>Syntax not understood
869 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">1000+ Industrial Consultancy Projects</h3>Unknown directive
870 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Successfully executed consultancy, inspection, audit, testing and approval assignments across Rajasthan and India.</p>Unknown directive
871 </div>Syntax not understood
872 </div>Syntax not understood
873 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="300">Syntax not understood
874 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
875 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">07</div>Unknown directive
876 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#8b5cf615; color:#8b5cf6;">Unknown directive
877 <i class="fas fa-flask"></i>Syntax not understood
878 </div>Syntax not understood
879 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">Inspection • Testing • Certification Experts</h3>Unknown directive
880 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Specialists in Electrical Testing, Earth Testing, Megger Testing, Thermography, Power Quality Analysis, Calibration and Third Party Inspection.</p>Unknown directive
881 </div>Syntax not understood
882 </div>Syntax not understood
883 <div class="col-lg-3 col-md-6" data-aos="fade-up" data-aos-delay="350">Syntax not understood
884 <div class="feature-card-equal" style="background:#ffffff; padding:32px 24px; border-radius:20px; border:1px solid #f0f4f9; transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); height:100%; min-height:330px; display:flex; flex-direction:column; position:relative; overflow:hidden;">Unknown directive
885 <div class="feature-number-equal" style="position:absolute; top:12px; right:16px; font-size:48px; font-weight:900; color:#f0f4f9; line-height:1; font-family:'Inter',sans-serif; pointer-events:none; transition:all 0.4s ease;">08</div>Unknown directive
886 <div class="feature-icon-equal" style="width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:16px; flex-shrink:0; transition:all 0.4s ease; background:#ef444415; color:#ef4444;">Unknown directive
887 <i class="fas fa-gavel"></i>Syntax not understood
888 </div>Syntax not understood
889 <h3 class="feature-title-equal" style="font-size:18px; font-weight:700; color:#071c34; margin-bottom:10px; line-height:1.3; flex-shrink:0;">Industrial HT Consumer Grievance Specialists</h3>Unknown directive
890 <p class="feature-desc-equal" style="font-size:14px; color:#666; line-height:1.7; margin:0; flex:1;">Expert consultancy for industrial and commercial HT consumers including CGRF representation, Electricity Ombudsman matters, billing disputes and regulatory compliance.</p>Unknown directive
891 </div>Syntax not understood
892 </div>Syntax not understood
893 </div>Syntax not understood
894 </div>Syntax not understood
895</section>Syntax not understood
897<!-- ============================================== -->Syntax not understood
898<!-- EXECUTIVE CREDENTIALS & REGISTRATIONS -->Syntax not understood
899<!-- ============================================== -->Syntax not understood
900<section class="credentials-section" data-aos="fade-up" style="padding:60px 0; background:linear-gradient(135deg,#071c34,#0b3d91); color:#fff;">Unknown directive
901 <div class="container">Syntax not understood
902 <div class="text-center">Syntax not understood
903 <span class="section-tag" style="background:rgba(255,255,255,0.1); color:#ffc107;">Executive Credentials</span>Unknown directive
904 <h2 class="section-title" style="color:#fff;">Executive Credentials & Registrations</h2>Unknown directive
905 <p class="section-subtitle" style="color:rgba(255,255,255,0.7);">Authorized by government bodies and regulatory authorities</p>Unknown directive
906 </div>Syntax not understood
907 <div class="row g-3">Syntax not understood
908 <div class="col-lg-4 col-md-6">Syntax not understood
909 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
910 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
911 <div class="icon" style="width:48px; height:48px; background:#0dcaf025; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#0dcaf0; flex-shrink:0; border:1px solid #0dcaf040;">Unknown directive
912 <i class="fas fa-shield-alt"></i>Syntax not understood
913 </div>Syntax not understood
914 <div>Syntax not understood
915 <div style="font-weight:600; font-size:14px; color:#fff;">Chartered Electrical Safety Engineer (CESE)</div>Unknown directive
916 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
917 </div>Syntax not understood
918 </div>Syntax not understood
919 </a>Syntax not understood
920 </div>Syntax not understood
921 <div class="col-lg-4 col-md-6">Syntax not understood
922 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
923 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
924 <div class="icon" style="width:48px; height:48px; background:#f9731625; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#f97316; flex-shrink:0; border:1px solid #f9731640;">Unknown directive
925 <i class="fas fa-bolt"></i>Syntax not understood
926 </div>Syntax not understood
927 <div>Syntax not understood
928 <div style="font-weight:600; font-size:14px; color:#fff;">BEE Authorised Energy Auditor</div>Unknown directive
929 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
930 </div>Syntax not understood
931 </div>Syntax not understood
932 </a>Syntax not understood
933 </div>Syntax not understood
934 <div class="col-lg-4 col-md-6">Syntax not understood
935 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
936 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
937 <div class="icon" style="width:48px; height:48px; background:#10b98125; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#10b981; flex-shrink:0; border:1px solid #10b98140;">Unknown directive
938 <i class="fas fa-industry"></i>Syntax not understood
939 </div>Syntax not understood
940 <div>Syntax not understood
941 <div style="font-weight:600; font-size:14px; color:#fff;">Plant &amp; Machinery Valuer</div>Unknown directive
942 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
943 </div>Syntax not understood
944 </div>Syntax not understood
945 </a>Syntax not understood
946 </div>Syntax not understood
947 <div class="col-lg-4 col-md-6">Syntax not understood
948 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
949 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
950 <div class="icon" style="width:48px; height:48px; background:#ffc10725; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#ffc107; flex-shrink:0; border:1px solid #ffc10740;">Unknown directive
951 <i class="fas fa-certificate"></i>Syntax not understood
952 </div>Syntax not understood
953 <div>Syntax not understood
954 <div style="font-weight:600; font-size:14px; color:#fff;">Class &quot;A&quot; Electrical Contractor</div>Unknown directive
955 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
956 </div>Syntax not understood
957 </div>Syntax not understood
958 </a>Syntax not understood
959 </div>Syntax not understood
960 <div class="col-lg-4 col-md-6">Syntax not understood
961 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
962 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
963 <div class="icon" style="width:48px; height:48px; background:#8b5cf625; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#8b5cf6; flex-shrink:0; border:1px solid #8b5cf640;">Unknown directive
964 <i class="fas fa-clipboard-check"></i>Syntax not understood
965 </div>Syntax not understood
966 <div>Syntax not understood
967 <div style="font-weight:600; font-size:14px; color:#fff;">Third Party Inspector</div>Unknown directive
968 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
969 </div>Syntax not understood
970 </div>Syntax not understood
971 </a>Syntax not understood
972 </div>Syntax not understood
973 <div class="col-lg-4 col-md-6">Syntax not understood
974 <a href="credentials.php" style="text-decoration:none; display:block;">Unknown directive
975 <div class="credential-item" style="background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:18px 22px; display:flex; align-items:center; gap:14px; transition:all 0.3s ease; backdrop-filter:blur(10px); cursor:pointer;">Unknown directive
976 <div class="icon" style="width:48px; height:48px; background:#ef444425; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#ef4444; flex-shrink:0; border:1px solid #ef444440;">Unknown directive
977 <i class="fas fa-building"></i>Syntax not understood
978 </div>Syntax not understood
979 <div>Syntax not understood
980 <div style="font-weight:600; font-size:14px; color:#fff;">JDA Registered Consultant</div>Unknown directive
981 <span style="font-size:11px; color:rgba(255,255,255,0.5);">Click to learn more <i class="fas fa-arrow-right" style="margin-left:4px;"></i></span>Unknown directive
982 </div>Syntax not understood
983 </div>Syntax not understood
984 </a>Syntax not understood
985 </div>Syntax not understood
986 </div>Syntax not understood
987 <div class="text-center mt-4">Syntax not understood
988 <a href="credentials.php" class="btn btn-outline-light btn-lg" style="border-radius:50px; padding:12px 35px; font-weight:600;">View All Credentials</a>Unknown directive
989 </div>Syntax not understood
990 </div>Syntax not understood
991</section>Syntax not understood
993<!-- ============================================== -->Syntax not understood
994<!-- INDUSTRIES WE SERVE -->Syntax not understood
995<!-- ============================================== -->Syntax not understood
996<section class="industries-section" data-aos="fade-up" style="padding:60px 0; background:#fff;">Unknown directive
997 <div class="container">Syntax not understood
998 <div class="text-center">Syntax not understood
999 <span class="section-tag">Industries We Serve</span>Syntax not understood
1000 <h2 class="section-title">Serving Diverse Industries</h2>Syntax not understood
1001 <p class="section-subtitle">Our engineering consultancy services cater to a wide range of industries across Rajasthan</p>Syntax not understood
1002 </div>Syntax not understood
1003 <div class="row g-3">Syntax not understood
1004 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1005 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1006 <i class="fas fa-industry" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1007 <div style="font-weight:600; font-size:14px;">Cement</div>Unknown directive
1008 </div>Syntax not understood
1009 </div>Syntax not understood
1010 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1011 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1012 <i class="fas fa-hospital" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1013 <div style="font-weight:600; font-size:14px;">Hospitals</div>Unknown directive
1014 </div>Syntax not understood
1015 </div>Syntax not understood
1016 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1017 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1018 <i class="fas fa-hotel" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1019 <div style="font-weight:600; font-size:14px;">Hotels</div>Unknown directive
1020 </div>Syntax not understood
1021 </div>Syntax not understood
1022 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1023 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1024 <i class="fas fa-university" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1025 <div style="font-weight:600; font-size:14px;">Educational Institutions</div>Unknown directive
1026 </div>Syntax not understood
1027 </div>Syntax not understood
1028 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1029 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1030 <i class="fas fa-building" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1031 <div style="font-weight:600; font-size:14px;">Government Buildings</div>Unknown directive
1032 </div>Syntax not understood
1033 </div>Syntax not understood
1034 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1035 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1036 <i class="fas fa-university" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1037 <div style="font-weight:600; font-size:14px;">Banks</div>Unknown directive
1038 </div>Syntax not understood
1039 </div>Syntax not understood
1040 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1041 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1042 <i class="fas fa-mountain" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1043 <div style="font-weight:600; font-size:14px;">Mining</div>Unknown directive
1044 </div>Syntax not understood
1045 </div>Syntax not understood
1046 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1047 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1048 <i class="fas fa-cube" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1049 <div style="font-weight:600; font-size:14px;">Marble</div>Unknown directive
1050 </div>Syntax not understood
1051 </div>Syntax not understood
1052 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1053 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1054 <i class="fas fa-tshirt" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1055 <div style="font-weight:600; font-size:14px;">Textile</div>Unknown directive
1056 </div>Syntax not understood
1057 </div>Syntax not understood
1058 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1059 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1060 <i class="fas fa-factory" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1061 <div style="font-weight:600; font-size:14px;">Manufacturing</div>Unknown directive
1062 </div>Syntax not understood
1063 </div>Syntax not understood
1064 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1065 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1066 <i class="fas fa-warehouse" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1067 <div style="font-weight:600; font-size:14px;">Warehouses</div>Unknown directive
1068 </div>Syntax not understood
1069 </div>Syntax not understood
1070 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1071 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1072 <i class="fas fa-utensils" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1073 <div style="font-weight:600; font-size:14px;">Food Industries</div>Unknown directive
1074 </div>Syntax not understood
1075 </div>Syntax not understood
1076 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1077 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1078 <i class="fas fa-solar-panel" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1079 <div style="font-weight:600; font-size:14px;">Renewable Energy</div>Unknown directive
1080 </div>Syntax not understood
1081 </div>Syntax not understood
1082 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1083 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1084 <i class="fas fa-home" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1085 <div style="font-weight:600; font-size:14px;">Residential Townships</div>Unknown directive
1086 </div>Syntax not understood
1087 </div>Syntax not understood
1088 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1089 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1090 <i class="fas fa-store" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1091 <div style="font-weight:600; font-size:14px;">Commercial Buildings</div>Unknown directive
1092 </div>Syntax not understood
1093 </div>Syntax not understood
1094 <div class="col-lg-3 col-md-4 col-6">Syntax not understood
1095 <div style="background:#f8fbff; border-radius:12px; padding:15px; text-align:center; border:1px solid #f0f4f9; transition:all 0.3s ease; height:100%;">Unknown directive
1096 <i class="fas fa-charging-station" style="font-size:28px; color:#0b3d91; margin-bottom:8px;"></i>Unknown directive
1097 <div style="font-weight:600; font-size:14px;">EV Charging Infrastructure</div>Unknown directive
1098 </div>Syntax not understood
1099 </div>Syntax not understood
1100 </div>Syntax not understood
1101 </div>Syntax not understood
1102</section>Syntax not understood
1104<!-- ============================================== -->Syntax not understood
1105<!-- PROJECTS -->Syntax not understood
1106<!-- ============================================== -->Syntax not understood
1107<section class="projects-premium" id="projects" data-aos="fade-up" style="padding:70px 0; background:#fff;">Unknown directive
1108 <div class="container">Syntax not understood
1109 <div class="text-center">Syntax not understood
1110 <span class="section-tag">Projects & Case Studies</span>Syntax not understood
1111 <h2 class="section-title">Featured Engineering Projects</h2>Syntax not understood
1112 <p class="section-subtitle">Real-world engineering solutions delivered for our clients</p>Syntax not understood
1113 </div>Syntax not understood
1114 <div class="row g-4">Syntax not understood
1115 <div class="col-lg-3 col-md-6">Syntax not understood
1116 <div class="project-card-premium" style="background:#fff; border-radius:14px; overflow:hidden; transition:all 0.4s ease; height:100%; box-shadow:0 5px 20px rgba(0,0,0,0.05); border:1px solid #f0f4f9;">Unknown directive
1117 <div class="project-image" style="position:relative; overflow:hidden; height:180px;">Unknown directive
1118 <div style="height:180px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-cogs" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1119 <span class="project-status" style="position:absolute; top:10px; right:10px; padding:3px 12px; border-radius:50px; font-size:10px; font-weight:700; text-transform:uppercase; background:#10b981; color:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.15);">Completed</span>Unknown directive
1120 </div>Syntax not understood
1121 <div class="project-content" style="padding:18px;">Unknown directive
1122 <span class="project-category" style="display:inline-block; background:rgba(11,61,145,0.06); color:#0b3d91; padding:2px 10px; border-radius:50px; font-size:10px; font-weight:600; text-transform:uppercase; margin-bottom:6px;">Solar Consultancy &amp; TFR</span>Unknown directive
1123 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">252 MW Solar + BESS Project</h3>Unknown directive
1124 <div class="project-meta" style="display:flex; flex-wrap:wrap; gap:8px; font-size:12px; color:#666;">Unknown directive
1125 <span><i class="fas fa-map-marker-alt" style="color:#0b3d91; width:14px;"></i> Pachpadra, Rajasthan</span>Unknown directive
1126 <span><i class="fas fa-gauge-high" style="color:#0b3d91; width:14px;"></i> 252 MW</span>Unknown directive
1127 </div>Syntax not understood
1128 <a href="project-details.php?id=1" class="project-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:8px; font-size:13px;">View Details <i class="fas fa-arrow-right"></i></a>Unknown directive
1129 </div>Syntax not understood
1130 </div>Syntax not understood
1131 </div>Syntax not understood
1132 <div class="col-lg-3 col-md-6">Syntax not understood
1133 <div class="project-card-premium" style="background:#fff; border-radius:14px; overflow:hidden; transition:all 0.4s ease; height:100%; box-shadow:0 5px 20px rgba(0,0,0,0.05); border:1px solid #f0f4f9;">Unknown directive
1134 <div class="project-image" style="position:relative; overflow:hidden; height:180px;">Unknown directive
1135 <div style="height:180px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-cogs" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1136 <span class="project-status" style="position:absolute; top:10px; right:10px; padding:3px 12px; border-radius:50px; font-size:10px; font-weight:700; text-transform:uppercase; background:#10b981; color:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.15);">Completed</span>Unknown directive
1137 </div>Syntax not understood
1138 <div class="project-content" style="padding:18px;">Unknown directive
1139 <span class="project-category" style="display:inline-block; background:rgba(11,61,145,0.06); color:#0b3d91; padding:2px 10px; border-radius:50px; font-size:10px; font-weight:600; text-transform:uppercase; margin-bottom:6px;">CEIG Approval &amp; Compliance</span>Unknown directive
1140 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">CEIG Approval - Chemical Plant</h3>Unknown directive
1141 <div class="project-meta" style="display:flex; flex-wrap:wrap; gap:8px; font-size:12px; color:#666;">Unknown directive
1142 <span><i class="fas fa-map-marker-alt" style="color:#0b3d91; width:14px;"></i> Jaipur, Rajasthan</span>Unknown directive
1143 <span><i class="fas fa-gauge-high" style="color:#0b3d91; width:14px;"></i> 2 MW</span>Unknown directive
1144 </div>Syntax not understood
1145 <a href="project-details.php?id=2" class="project-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:8px; font-size:13px;">View Details <i class="fas fa-arrow-right"></i></a>Unknown directive
1146 </div>Syntax not understood
1147 </div>Syntax not understood
1148 </div>Syntax not understood
1149 <div class="col-lg-3 col-md-6">Syntax not understood
1150 <div class="project-card-premium" style="background:#fff; border-radius:14px; overflow:hidden; transition:all 0.4s ease; height:100%; box-shadow:0 5px 20px rgba(0,0,0,0.05); border:1px solid #f0f4f9;">Unknown directive
1151 <div class="project-image" style="position:relative; overflow:hidden; height:180px;">Unknown directive
1152 <div style="height:180px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-cogs" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1153 <span class="project-status" style="position:absolute; top:10px; right:10px; padding:3px 12px; border-radius:50px; font-size:10px; font-weight:700; text-transform:uppercase; background:#10b981; color:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.15);">Completed</span>Unknown directive
1154 </div>Syntax not understood
1155 <div class="project-content" style="padding:18px;">Unknown directive
1156 <span class="project-category" style="display:inline-block; background:rgba(11,61,145,0.06); color:#0b3d91; padding:2px 10px; border-radius:50px; font-size:10px; font-weight:600; text-transform:uppercase; margin-bottom:6px;">Energy Audit &amp; Optimization</span>Unknown directive
1157 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">Energy Audit - Textile Plant</h3>Unknown directive
1158 <div class="project-meta" style="display:flex; flex-wrap:wrap; gap:8px; font-size:12px; color:#666;">Unknown directive
1159 <span><i class="fas fa-map-marker-alt" style="color:#0b3d91; width:14px;"></i> Bhilwara, Rajasthan</span>Unknown directive
1160 <span><i class="fas fa-gauge-high" style="color:#0b3d91; width:14px;"></i> 500 kW</span>Unknown directive
1161 </div>Syntax not understood
1162 <a href="project-details.php?id=3" class="project-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:8px; font-size:13px;">View Details <i class="fas fa-arrow-right"></i></a>Unknown directive
1163 </div>Syntax not understood
1164 </div>Syntax not understood
1165 </div>Syntax not understood
1166 <div class="col-lg-3 col-md-6">Syntax not understood
1167 <div class="project-card-premium" style="background:#fff; border-radius:14px; overflow:hidden; transition:all 0.4s ease; height:100%; box-shadow:0 5px 20px rgba(0,0,0,0.05); border:1px solid #f0f4f9;">Unknown directive
1168 <div class="project-image" style="position:relative; overflow:hidden; height:180px;">Unknown directive
1169 <img src="assets/images/website-assets/04-projects/project-solar.webp" alt="PM Surya Ghar - 500 kW Rooftop" loading="lazy" style="width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease;">Unknown directive
1170 <span class="project-status" style="position:absolute; top:10px; right:10px; padding:3px 12px; border-radius:50px; font-size:10px; font-weight:700; text-transform:uppercase; background:#10b981; color:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.15);">Commissioned</span>Unknown directive
1171 </div>Syntax not understood
1172 <div class="project-content" style="padding:18px;">Unknown directive
1173 <span class="project-category" style="display:inline-block; background:rgba(11,61,145,0.06); color:#0b3d91; padding:2px 10px; border-radius:50px; font-size:10px; font-weight:600; text-transform:uppercase; margin-bottom:6px;">PM Surya Ghar Consultancy</span>Unknown directive
1174 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">PM Surya Ghar - 500 kW Rooftop</h3>Unknown directive
1175 <div class="project-meta" style="display:flex; flex-wrap:wrap; gap:8px; font-size:12px; color:#666;">Unknown directive
1176 <span><i class="fas fa-map-marker-alt" style="color:#0b3d91; width:14px;"></i> Jaipur, Rajasthan</span>Unknown directive
1177 <span><i class="fas fa-gauge-high" style="color:#0b3d91; width:14px;"></i> 500 kWp</span>Unknown directive
1178 </div>Syntax not understood
1179 <a href="project-details.php?id=4" class="project-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; margin-top:8px; font-size:13px;">View Details <i class="fas fa-arrow-right"></i></a>Unknown directive
1180 </div>Syntax not understood
1181 </div>Syntax not understood
1182 </div>Syntax not understood
1183 </div>Syntax not understood
1184 <div class="text-center mt-4">Syntax not understood
1185 <a href="projects.php" class="btn btn-primary btn-lg" style="border-radius:50px; padding:12px 35px; font-weight:700;">View All Projects</a>Unknown directive
1186 </div>Syntax not understood
1187 </div>Syntax not understood
1188</section>Syntax not understood
1190<!-- ============================================== -->Syntax not understood
1191<!-- TESTIMONIALS -->Syntax not understood
1192<!-- ============================================== -->Syntax not understood
1193<section class="testimonials-premium" id="testimonials" data-aos="fade-up" style="padding:70px 0; background:#f8fbff;">Unknown directive
1194 <div class="container">Syntax not understood
1195 <div class="text-center">Syntax not understood
1196 <span class="section-tag">Testimonials</span>Syntax not understood
1197 <h2 class="section-title">What Our Clients Say</h2>Syntax not understood
1198 <p class="section-subtitle">Trusted by industry leaders across India</p>Syntax not understood
1199 </div>Syntax not understood
1200 <div class="row g-4">Syntax not understood
1201 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
1202 <div class="testimonial-card-premium" style="background:#fff; padding:25px; border-radius:18px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1203 <i class="fas fa-quote-left quote-icon" style="font-size:28px; color:#0b3d91; opacity:0.15; margin-bottom:10px;"></i>Unknown directive
1204 <div class="rating" style="margin-bottom:10px;">Unknown directive
1205 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1206 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1207 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1208 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1209 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1210 </div>Syntax not understood
1211 <p style="font-size:14px; color:#444; line-height:1.7; font-style:italic;">"Shree Kalyan Enterprises provided exceptional CEIG approval consultancy for our 252 MW Solar + BESS project. Their technical expertise and regulatory knowledge ensured smooth approvals within committed timelines."</p>Unknown directive
1212 <div class="testimonial-author" style="display:flex; align-items:center; gap:12px; margin-top:14px; padding-top:14px; border-top:2px solid #f0f4f9;">Unknown directive
1213 <div class="author-avatar" style="width:44px; height:44px; border-radius:50%; overflow:hidden; background:#0b3d91; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; flex-shrink:0;">Unknown directive
1214 <i class="fas fa-user"></i>Syntax not understood
1215 </div>Syntax not understood
1216 <div>Syntax not understood
1217 <h4 style="font-size:14px; font-weight:700; margin:0;">Rajesh Sharma</h4>Unknown directive
1218 <span style="font-size:12px; color:#666;">General Manager – HPCL Renewable Energy</span>Unknown directive
1219 </div>Syntax not understood
1220 </div>Syntax not understood
1221 </div>Syntax not understood
1222 </div>Syntax not understood
1223 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
1224 <div class="testimonial-card-premium" style="background:#fff; padding:25px; border-radius:18px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1225 <i class="fas fa-quote-left quote-icon" style="font-size:28px; color:#0b3d91; opacity:0.15; margin-bottom:10px;"></i>Unknown directive
1226 <div class="rating" style="margin-bottom:10px;">Unknown directive
1227 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1228 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1229 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1230 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1231 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1232 </div>Syntax not understood
1233 <p style="font-size:14px; color:#444; line-height:1.7; font-style:italic;">"The energy audit conducted by their team was comprehensive and insightful. They identified significant energy savings opportunities and helped us achieve 15% reduction in operational costs."</p>Unknown directive
1234 <div class="testimonial-author" style="display:flex; align-items:center; gap:12px; margin-top:14px; padding-top:14px; border-top:2px solid #f0f4f9;">Unknown directive
1235 <div class="author-avatar" style="width:44px; height:44px; border-radius:50%; overflow:hidden; background:#0b3d91; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; flex-shrink:0;">Unknown directive
1236 <i class="fas fa-user"></i>Syntax not understood
1237 </div>Syntax not understood
1238 <div>Syntax not understood
1239 <h4 style="font-size:14px; font-weight:700; margin:0;">Dr. Suresh Mehta</h4>Unknown directive
1240 <span style="font-size:12px; color:#666;">Director – Dynamic Cables Ltd.</span>Unknown directive
1241 </div>Syntax not understood
1242 </div>Syntax not understood
1243 </div>Syntax not understood
1244 </div>Syntax not understood
1245 <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="0">Syntax not understood
1246 <div class="testimonial-card-premium" style="background:#fff; padding:25px; border-radius:18px; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1247 <i class="fas fa-quote-left quote-icon" style="font-size:28px; color:#0b3d91; opacity:0.15; margin-bottom:10px;"></i>Unknown directive
1248 <div class="rating" style="margin-bottom:10px;">Unknown directive
1249 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1250 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1251 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1252 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1253 <i class="fas fa-star active" style="color:#f59e0b; font-size:14px;"></i>Unknown directive
1254 </div>Syntax not understood
1255 <p style="font-size:14px; color:#444; line-height:1.7; font-style:italic;">"Their expertise in electrical safety audits and CEIG approvals is unparalleled. They handled our entire compliance process with professionalism and delivered ahead of schedule."</p>Unknown directive
1256 <div class="testimonial-author" style="display:flex; align-items:center; gap:12px; margin-top:14px; padding-top:14px; border-top:2px solid #f0f4f9;">Unknown directive
1257 <div class="author-avatar" style="width:44px; height:44px; border-radius:50%; overflow:hidden; background:#0b3d91; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; flex-shrink:0;">Unknown directive
1258 <i class="fas fa-user"></i>Syntax not understood
1259 </div>Syntax not understood
1260 <div>Syntax not understood
1261 <h4 style="font-size:14px; font-weight:700; margin:0;">Vikram Singh</h4>Unknown directive
1262 <span style="font-size:12px; color:#666;">Project Head – Intech Organics Ltd.</span>Unknown directive
1263 </div>Syntax not understood
1264 </div>Syntax not understood
1265 </div>Syntax not understood
1266 </div>Syntax not understood
1267 </div>Syntax not understood
1268 </div>Syntax not understood
1269</section>Syntax not understood
1271<!-- ============================================== -->Syntax not understood
1272<!-- KNOWLEDGE CENTRE -->Syntax not understood
1273<!-- ============================================== -->Syntax not understood
1274<section class="blog-section" id="knowledge" data-aos="fade-up" style="padding:70px 0; background:#fff;">Unknown directive
1275 <div class="container">Syntax not understood
1276 <div class="text-center">Syntax not understood
1277 <span class="section-tag">Knowledge Centre</span>Syntax not understood
1278 <h2 class="section-title">Latest Articles & Updates</h2>Syntax not understood
1279 <p class="section-subtitle">Expert insights, government circulars, and industry updates</p>Syntax not understood
1280 </div>Syntax not understood
1281 <div class="row g-4">Syntax not understood
1282 <div class="col-lg-4 col-md-6">Syntax not understood
1283 <div class="blog-card" style="background:#fff; border-radius:14px; overflow:hidden; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1284 <div class="blog-image" style="position:relative; height:160px; overflow:hidden;">Unknown directive
1285 <div style="height:160px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-newspaper" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1286 <span class="blog-date" style="position:absolute; bottom:8px; left:8px; background:rgba(0,0,0,0.7); color:#fff; padding:3px 10px; border-radius:50px; font-size:11px;"><i class="far fa-calendar-alt"></i> 01 Aug 2026</span>Unknown directive
1287 </div>Syntax not understood
1288 <div class="blog-content" style="padding:18px;">Unknown directive
1289 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">Key Changes in Rajasthan Rooftop Solar Regulations 2024-2025</h3>Unknown directive
1290 <p style="font-size:13px; color:#666; line-height:1.6;">Summary of key changes in Rajasthan rooftop solar regulations and what they mean for consu...</p>Unknown directive
1291 <a href="blog-single.php?slug=rajasthan-rooftop-solar-regulations-updates" class="blog-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; font-size:13px;">Read More <i class="fas fa-arrow-right"></i></a>Unknown directive
1292 </div>Syntax not understood
1293 </div>Syntax not understood
1294 </div>Syntax not understood
1295 <div class="col-lg-4 col-md-6">Syntax not understood
1296 <div class="blog-card" style="background:#fff; border-radius:14px; overflow:hidden; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1297 <div class="blog-image" style="position:relative; height:160px; overflow:hidden;">Unknown directive
1298 <div style="height:160px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-newspaper" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1299 <span class="blog-date" style="position:absolute; bottom:8px; left:8px; background:rgba(0,0,0,0.7); color:#fff; padding:3px 10px; border-radius:50px; font-size:11px;"><i class="far fa-calendar-alt"></i> 01 Aug 2026</span>Unknown directive
1300 </div>Syntax not understood
1301 <div class="blog-content" style="padding:18px;">Unknown directive
1302 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">Case Study: CEIG Approval for 33 kV HT Installation</h3>Unknown directive
1303 <p style="font-size:13px; color:#666; line-height:1.6;">Case study of successful CEIG approval for 33 kV HT installation. Key challenges, approach...</p>Unknown directive
1304 <a href="blog-single.php?slug=case-study-ceig-approval-33kv-ht" class="blog-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; font-size:13px;">Read More <i class="fas fa-arrow-right"></i></a>Unknown directive
1305 </div>Syntax not understood
1306 </div>Syntax not understood
1307 </div>Syntax not understood
1308 <div class="col-lg-4 col-md-6">Syntax not understood
1309 <div class="blog-card" style="background:#fff; border-radius:14px; overflow:hidden; border:1px solid #f0f4f9; transition:all 0.4s ease; height:100%;">Unknown directive
1310 <div class="blog-image" style="position:relative; height:160px; overflow:hidden;">Unknown directive
1311 <div style="height:160px; background:#f0f4f9; display:flex; align-items:center; justify-content:center;"><i class="fas fa-newspaper" style="font-size:32px; color:#ccc;"></i></div>Unknown directive
1312 <span class="blog-date" style="position:absolute; bottom:8px; left:8px; background:rgba(0,0,0,0.7); color:#fff; padding:3px 10px; border-radius:50px; font-size:11px;"><i class="far fa-calendar-alt"></i> 01 Aug 2026</span>Unknown directive
1313 </div>Syntax not understood
1314 <div class="blog-content" style="padding:18px;">Unknown directive
1315 <h3 style="font-size:16px; font-weight:700; margin-bottom:6px;">Electricity Consumer Rights in Rajasthan</h3>Unknown directive
1316 <p style="font-size:13px; color:#666; line-height:1.6;">Understanding electricity consumer rights, grievance redressal, and dispute resolution mec...</p>Unknown directive
1317 <a href="blog-single.php?slug=electricity-consumer-rights-rajasthan" class="blog-link" style="display:inline-flex; align-items:center; gap:6px; font-weight:700; color:#0b3d91; text-decoration:none; font-size:13px;">Read More <i class="fas fa-arrow-right"></i></a>Unknown directive
1318 </div>Syntax not understood
1319 </div>Syntax not understood
1320 </div>Syntax not understood
1321 </div>Syntax not understood
1322 <div class="text-center mt-4">Syntax not understood
1323 <a href="blog.php" class="btn btn-primary btn-lg" style="border-radius:50px; padding:12px 35px; font-weight:700;">View All Articles</a>Unknown directive
1324 </div>Syntax not understood
1325 </div>Syntax not understood
1326</section>Syntax not understood
1328<!-- ============================================== -->Syntax not understood
1329<!-- GET EXPERT ADVICE + ENQUIRY FORM -->Syntax not understood
1330<!-- ============================================== -->Syntax not understood
1331<section class="cta-premium" id="consultation" data-aos="fade-up" style="padding:60px 0; background:linear-gradient(135deg,#071c34,#0b3d91); color:#fff;">Unknown directive
1332 <div class="container">Syntax not understood
1333 <div class="row align-items-center">Syntax not understood
1334 <div class="col-lg-6">Syntax not understood
1335 <span class="section-tag" style="background:rgba(255,255,255,0.1); color:#ffc107;">Get Expert Advice</span>Unknown directive
1336 <h2 style="color:#fff; font-size:34px; font-weight:800;">Need Engineering Consultancy or Approval Assistance?</h2>Unknown directive
1337 <p style="color:rgba(255,255,255,0.8); font-size:17px;">Our team of Chartered Engineers and BEE Accredited Energy Auditors is ready to help.</p>Unknown directive
1338 <ul style="list-style:none; padding:0; color:#fff; font-size:14px;">Unknown directive
1339 <li><i class="fas fa-check-circle" style="color:#ffc107; margin-right:8px;"></i> CEIG Approvals & Liaisoning</li>Unknown directive
1340 <li><i class="fas fa-check-circle" style="color:#ffc107; margin-right:8px;"></i> Energy Audits & Safety Audits</li>Unknown directive
1341 <li><i class="fas fa-check-circle" style="color:#ffc107; margin-right:8px;"></i> HT Consumer Grievance Redressal</li>Unknown directive
1342 </ul>Syntax not understood
1343 <div class="mt-4">Syntax not understood
1344 <a href="https://wa.me/919521389292" class="btn btn-success btn-lg" style="border-radius:50px; padding:12px 35px; font-weight:700;" target="_blank"><i class="fab fa-whatsapp"></i> WhatsApp an Expert</a>Unknown directive
1345 </div>Syntax not understood
1346 </div>Syntax not understood
1347 <div class="col-lg-6">Syntax not understood
1348 <div class="cta-form-wrapper" style="background:#fff; padding:30px; border-radius:18px; box-shadow:0 20px 60px rgba(0,0,0,0.15); color:#333;">Unknown directive
1349 <h3 style="color:#071c34; font-weight:700; font-size:22px;">Submit Your Enquiry</h3>Unknown directive
1350 <form action="contact-process.php" method="POST">Syntax not understood
1351 <input type="hidden" name="csrf_token" value="f82d77fad6729248957e05768ecfcfb492d4aa09081130e16c99a8a9fe7f602f"> <div class="mb-3"><input type="text" name="name" class="form-control" placeholder="Your Name" required style="border-radius:10px; padding:10px 14px; border:2px solid #eef2f7; font-size:14px;"></div>Unknown directive
1352 <div class="mb-3"><input type="tel" name="phone" class="form-control" placeholder="Phone Number" required style="border-radius:10px; padding:10px 14px; border:2px solid #eef2f7; font-size:14px;"></div>Unknown directive
1353 <div class="mb-3"><input type="email" name="email" class="form-control" placeholder="Email Address" style="border-radius:10px; padding:10px 14px; border:2px solid #eef2f7; font-size:14px;"></div>Unknown directive
1354 <div class="mb-3">Syntax not understood
1355 <select name="service" class="form-select" style="border-radius:10px; padding:10px 14px; border:2px solid #eef2f7; font-size:14px;">Unknown directive
1356 <option>Select Service</option>Syntax not understood
1357 <option>CEIG Approval</option>Syntax not understood
1358 <option>Energy Audit</option>Syntax not understood
1359 <option>Electrical Safety Audit</option>Syntax not understood
1360 <option>HT Consumer Grievance</option>Syntax not understood
1361 <option>Electrical Testing</option>Syntax not understood
1362 <option>Third Party Inspection</option>Syntax not understood
1363 <option>PM Surya Ghar Consultancy</option>Syntax not understood
1364 </select>Syntax not understood
1365 </div>Syntax not understood
1366 <div class="mb-3"><textarea name="message" rows="3" class="form-control" placeholder="Your Project Details" style="border-radius:10px; padding:10px 14px; border:2px solid #eef2f7; font-size:14px;"></textarea></div>Unknown directive
1367 <button type="submit" class="btn-submit" style="background:#0b3d91; color:#fff; border:none; padding:12px; border-radius:10px; font-weight:700; width:100%; transition:all 0.3s; font-size:15px;">Submit Enquiry</button>Unknown directive
1368 </form>Syntax not understood
1369 </div>Syntax not understood
1370 </div>Syntax not understood
1371 </div>Syntax not understood
1372 </div>Syntax not understood
1373</section>Syntax not understood
1375<!-- ============================================== -->Syntax not understood
1376<!-- FOOTER -->Syntax not understood
1377<!-- ============================================== -->Syntax not understood
1378<style>Syntax not understood
1379 /* ==============================================Syntax not understood
1380 FOOTER - Light BackgroundSyntax not understood
1381 ============================================== */Syntax not understood
1382 .footer-premium {Syntax not understood
1383 background: #f8fbff;Unknown directive
1384 color: #555;Unknown directive
1385 padding: 0;Unknown directive
1386 margin-top: 0;Unknown directive
1387 border-top: 1px solid #e8edf4;Unknown directive
1388 }Syntax not understood
1389 .footer-main { padding: 50px 0 20px; }Unknown directive
1391 .footer-col h5 {Syntax not understood
1392 color: #071c34;Unknown directive
1393 font-size: 15px;Unknown directive
1394 font-weight: 700;Unknown directive
1395 margin-bottom: 14px;Unknown directive
1396 letter-spacing: 0.5px;Unknown directive
1397 position: relative;Unknown directive
1398 padding-bottom: 8px;Unknown directive
1399 }Syntax not understood
1400 .footer-col h5::after {Unknown directive
1401 content: '';Unknown directive
1402 position: absolute;Unknown directive
1403 bottom: 0;Unknown directive
1404 left: 0;Unknown directive
1405 width: 25px;Unknown directive
1406 height: 2px;Unknown directive
1407 background: #0b3d91;Unknown directive
1408 }Syntax not understood
1409 .footer-col ul {Syntax not understood
1410 list-style: none;Unknown directive
1411 padding: 0;Unknown directive
1412 margin: 0;Unknown directive
1413 }Syntax not understood
1414 .footer-col ul li { margin-bottom: 6px; }Unknown directive
1415 .footer-col ul li a {Syntax not understood
1416 color: #666;Unknown directive
1417 text-decoration: none;Unknown directive
1418 font-size: 13px;Unknown directive
1419 transition: all 0.3s ease;Unknown directive
1420 display: inline-flex;Unknown directive
1421 align-items: center;Unknown directive
1422 gap: 6px;Unknown directive
1423 }Syntax not understood
1424 .footer-col ul li a:hover {Unknown directive
1425 color: #0b3d91;Unknown directive
1426 transform: translateX(4px);Unknown directive
1427 }Syntax not understood
1428 .footer-col ul li a i {Syntax not understood
1429 font-size: 9px;Unknown directive
1430 color: #0b3d91;Unknown directive
1431 opacity: 0.5;Unknown directive
1432 }Syntax not understood
1434 .footer-about .footer-logo { height: 50px; margin-bottom: 10px; }Unknown directive
1435 .footer-about h4 {Syntax not understood
1436 color: #071c34;Unknown directive
1437 font-size: 18px;Unknown directive
1438 font-weight: 700;Unknown directive
1439 margin: 0 0 5px 0;Unknown directive
1440 }Syntax not understood
1441 .footer-about .tagline {Syntax not understood
1442 color: #0b3d91;Unknown directive
1443 font-size: 13px;Unknown directive
1444 font-weight: 500;Unknown directive
1445 margin-bottom: 8px;Unknown directive
1446 }Syntax not understood
1447 .footer-about .description {Syntax not understood
1448 color: #666;Unknown directive
1449 font-size: 13px;Unknown directive
1450 line-height: 1.6;Unknown directive
1451 margin-bottom: 12px;Unknown directive
1452 }Syntax not understood
1454 .footer-contact p {Syntax not understood
1455 font-size: 13px;Unknown directive
1456 line-height: 1.6;Unknown directive
1457 margin-bottom: 4px;Unknown directive
1458 display: flex;Unknown directive
1459 align-items: flex-start;Unknown directive
1460 gap: 8px;Unknown directive
1461 color: #555;Unknown directive
1462 }Syntax not understood
1463 .footer-contact p i {Syntax not understood
1464 color: #0b3d91;Unknown directive
1465 width: 16px;Unknown directive
1466 font-size: 12px;Unknown directive
1467 margin-top: 2px;Unknown directive
1468 flex-shrink: 0;Unknown directive
1469 }Syntax not understood
1470 .footer-contact p a {Syntax not understood
1471 color: #555;Unknown directive
1472 text-decoration: none;Unknown directive
1473 transition: color 0.3s;Unknown directive
1474 }Syntax not understood
1475 .footer-contact p a:hover { color: #0b3d91; }Unknown directive
1476 .footer-contact .phone-row {Syntax not understood
1477 display: flex;Unknown directive
1478 flex-wrap: wrap;Unknown directive
1479 gap: 4px 8px;Unknown directive
1480 }Syntax not understood
1481 .footer-contact .phone-row a {Syntax not understood
1482 color: #555;Unknown directive
1483 text-decoration: none;Unknown directive
1484 font-size: 13px;Unknown directive
1485 transition: color 0.3s;Unknown directive
1486 }Syntax not understood
1487 .footer-contact .phone-row a:hover { color: #0b3d91; }Unknown directive
1488 .footer-contact .phone-row .sep { color: #ccc; }Unknown directive
1489 .footer-contact strong { color: #071c34; }Unknown directive
1491 /* Social Icons */Syntax not understood
1492 .footer-social {Syntax not understood
1493 margin-top: 12px;Unknown directive
1494 display: flex;Unknown directive
1495 flex-wrap: wrap;Unknown directive
1496 gap: 6px;Unknown directive
1497 }Syntax not understood
1498 .social-icon-btn {Syntax not understood
1499 display: inline-flex;Unknown directive
1500 align-items: center;Unknown directive
1501 justify-content: center;Unknown directive
1502 width: 38px;Unknown directive
1503 height: 38px;Unknown directive
1504 background: #eef3fa;Unknown directive
1505 border-radius: 50%;Unknown directive
1506 transition: all 0.3s ease;Unknown directive
1507 color: #555;Unknown directive
1508 font-size: 16px;Unknown directive
1509 text-decoration: none;Unknown directive
1510 border: 1px solid #e8edf4;Unknown directive
1511 }Syntax not understood
1512 .social-icon-btn:hover {Unknown directive
1513 transform: translateY(-4px) scale(1.05);Unknown directive
1514 color: #fff;Unknown directive
1515 border-color: transparent;Unknown directive
1516 box-shadow: 0 8px 25px rgba(0,0,0,0.1);Unknown directive
1517 }Syntax not understood
1518 .social-icon-btn:hover .fa-facebook-f { background: #1877F2; }Unknown directive
1519 .social-icon-btn:hover .fa-linkedin-in { background: #0A66C2; }Unknown directive
1520 .social-icon-btn:hover .fa-instagram { background: #E4405F; }Unknown directive
1521 .social-icon-btn:hover .fa-youtube { background: #FF0000; }Unknown directive
1522 .social-icon-btn:hover .fa-whatsapp { background: #25D366; }Unknown directive
1523 .social-icon-btn:hover .fa-x-twitter { background: #000; }Unknown directive
1524 .social-icon-btn:hover .fa-google { background: #EA4335; }Unknown directive
1526 /* ==============================================Syntax not understood
1527 WHATSAPP + CREDENTIALS SIDE BY SIDESyntax not understood
1528 ============================================== */Syntax not understood
1529 .bottom-compact-row {Syntax not understood
1530 background: #ffffff;Unknown directive
1531 padding: 20px 40px; /* MATCHED TO YOUR PDF */Unknown directive
1532 border-top: 1px solid #e8edf4;Unknown directive
1533 border-bottom: 1px solid #e8edf4;Unknown directive
1534 width: 100%;Unknown directive
1535 }Syntax not understood
1537 .bottom-compact-wrapper {Syntax not understood
1538 display: flex;Unknown directive
1539 align-items: center;Unknown directive
1540 justify-content: space-between;Unknown directive
1541 gap: 20px;Unknown directive
1542 flex-wrap: wrap;Unknown directive
1543 max-width: 1400px; /* PREVENTS OVER STRETCHING */Unknown directive
1544 margin: 0 auto;Unknown directive
1545 }Syntax not understood
1547 /* --- LEFT BOX: WhatsApp Section --- */Unknown directive
1548 .whatsapp-compact-box {Syntax not understood
1549 background: #eef3fa;Unknown directive
1550 border: 1px solid #e8edf4;Unknown directive
1551 border-radius: 12px;Unknown directive
1552 padding: 12px 20px;Unknown directive
1553 display: flex;Unknown directive
1554 align-items: center;Unknown directive
1555 gap: 10px;Unknown directive
1556 flex: 1;Unknown directive
1557 min-width: 380px;Unknown directive
1558 min-height: 70px;Unknown directive
1559 transition: all 0.3s ease;Unknown directive
1560 }Syntax not understood
1561 .whatsapp-compact-box:hover {Unknown directive
1562 border-color: #0b3d91;Unknown directive
1563 box-shadow: 0 4px 12px rgba(0,0,0,0.05);Unknown directive
1564 }Syntax not understood
1566 .wcb-text-group {Syntax not understood
1567 display: flex;Unknown directive
1568 flex-direction: column;Unknown directive
1569 justify-content: center;Unknown directive
1570 flex-shrink: 0;Unknown directive
1571 }Syntax not understood
1572 .wcb-text-group h4 {Syntax not understood
1573 color: #071c34;Unknown directive
1574 font-size: 14px;Unknown directive
1575 font-weight: 700;Unknown directive
1576 margin: 0;Unknown directive
1577 line-height: 1.2;Unknown directive
1578 }Syntax not understood
1580 .wcb-icons-group {Syntax not understood
1581 display: flex;Unknown directive
1582 align-items: center;Unknown directive
1583 gap: 8px;Unknown directive
1584 flex-shrink: 0;Unknown directive
1585 }Syntax not understood
1586 .wcb-qr {Syntax not understood
1587 width: 40px;Unknown directive
1588 height: 40px;Unknown directive
1589 background: #fff;Unknown directive
1590 border-radius: 8px;Unknown directive
1591 display: flex;Unknown directive
1592 align-items: center;Unknown directive
1593 justify-content: center;Unknown directive
1594 font-size: 18px;Unknown directive
1595 color: #0b3d91;Unknown directive
1596 border: 1px solid #dce1e8;Unknown directive
1597 flex-shrink: 0;Unknown directive
1598 padding: 2px; /* Keeps real images from touching the border */Unknown directive
1599 }Syntax not understood
1600 .wcb-qr img {Syntax not understood
1601 width: 100%;Unknown directive
1602 height: 100%;Unknown directive
1603 object-fit: contain;Unknown directive
1604 border-radius: 6px;Unknown directive
1605 }Syntax not understood
1606 .wcb-icon {Syntax not understood
1607 width: 40px;Unknown directive
1608 height: 40px;Unknown directive
1609 background: #25D366;Unknown directive
1610 border-radius: 50%;Unknown directive
1611 display: flex;Unknown directive
1612 align-items: center;Unknown directive
1613 justify-content: center;Unknown directive
1614 color: #fff;Unknown directive
1615 font-size: 20px;Unknown directive
1616 flex-shrink: 0;Unknown directive
1617 }Syntax not understood
1619 .wcb-join-btn {Syntax not understood
1620 background: #25D366;Unknown directive
1621 color: #fff;Unknown directive
1622 border: none;Unknown directive
1623 padding: 6px 14px;Unknown directive
1624 border-radius: 50px;Unknown directive
1625 font-size: 12px;Unknown directive
1626 font-weight: 600;Unknown directive
1627 text-decoration: none;Unknown directive
1628 white-space: nowrap;Unknown directive
1629 flex-shrink: 0;Unknown directive
1630 transition: all 0.3s ease;Unknown directive
1631 }Syntax not understood
1632 .wcb-join-btn:hover {Unknown directive
1633 background: #1da85e;Unknown directive
1634 transform: scale(1.02);Unknown directive
1635 }Syntax not understood
1637 .wcb-tags {Syntax not understood
1638 display: grid; /* Switched from flex to grid */Unknown directive
1639 grid-template-columns: 1fr 1fr; /* Forces exactly 2 columns */Unknown directive
1640 gap: 6px 15px; /* Gap between rows and columns */Unknown directive
1641 flex-shrink: 0;Unknown directive
1642 min-width: 155px; /* Forces the box to stay wide enough */Unknown directive
1643 }Syntax not understood
1644 .wcb-tags span {Syntax not understood
1645 font-size: 10px;Unknown directive
1646 color: #555;Unknown directive
1647 background: #fff;Unknown directive
1648 padding: 3px 10px;Unknown directive
1649 border-radius: 50px;Unknown directive
1650 border: 1px solid #dce1e8;Unknown directive
1651 white-space: nowrap;Unknown directive
1652 text-align: center;Unknown directive
1653 }Syntax not understood
1654 .wcb-tags span i {Syntax not understood
1655 color: #25D366;Unknown directive
1656 margin-right: 3px;Unknown directive
1657 font-size: 9px;Unknown directive
1658 }Syntax not understood
1660 /* --- RIGHT BOX: Credentials Section --- */Unknown directive
1661 .credentials-compact-box {Syntax not understood
1662 display: flex;Unknown directive
1663 flex-direction: column;Unknown directive
1664 align-items: center;Unknown directive
1665 gap: 6px;Unknown directive
1666 flex: 1;Unknown directive
1667 min-width: 380px;Unknown directive
1668 min-height: 70px;Unknown directive
1669 padding: 5px 0;Unknown directive
1670 }Syntax not understood
1672 .cred-row-compact {Syntax not understood
1673 display: flex;Unknown directive
1674 flex-wrap: wrap;Unknown directive
1675 justify-content: center;Unknown directive
1676 gap: 6px;Unknown directive
1677 }Syntax not understood
1679 .cred-badge-compact {Syntax not understood
1680 display: inline-flex;Unknown directive
1681 align-items: center;Unknown directive
1682 gap: 6px;Unknown directive
1683 background: #f4f7fa;Unknown directive
1684 padding: 4px 12px;Unknown directive
1685 border-radius: 50px;Unknown directive
1686 font-size: 12px;Unknown directive
1687 color: #071c34;Unknown directive
1688 border: 1px solid #e8edf4;Unknown directive
1689 transition: all 0.3s ease;Unknown directive
1690 text-decoration: none;Unknown directive
1691 white-space: nowrap;Unknown directive
1692 }Syntax not understood
1693 .cred-badge-compact i {Syntax not understood
1694 color: #0b3d91;Unknown directive
1695 font-size: 12px;Unknown directive
1696 }Syntax not understood
1697 .cred-badge-compact:hover {Unknown directive
1698 background: #0b3d91;Unknown directive
1699 color: #fff;Unknown directive
1700 border-color: #0b3d91;Unknown directive
1701 transform: translateY(-2px);Unknown directive
1702 }Syntax not understood
1703 .cred-badge-compact:hover i { color: #fff; }Unknown directive
1705 .cred-btn-view-all {Syntax not understood
1706 display: inline-flex;Unknown directive
1707 align-items: center;Unknown directive
1708 gap: 8px;Unknown directive
1709 background: #0b3d91;Unknown directive
1710 color: #fff;Unknown directive
1711 padding: 5px 16px;Unknown directive
1712 border-radius: 50px;Unknown directive
1713 font-size: 12px;Unknown directive
1714 font-weight: 600;Unknown directive
1715 text-decoration: none;Unknown directive
1716 transition: all 0.3s ease;Unknown directive
1717 border: 1px solid #0b3d91;Unknown directive
1718 }Syntax not understood
1719 .cred-btn-view-all:hover {Unknown directive
1720 background: #071c34;Unknown directive
1721 color: #fff;Unknown directive
1722 transform: translateY(-2px);Unknown directive
1723 box-shadow: 0 4px 12px rgba(7,28,52,0.3);Unknown directive
1724 }Syntax not understood
1726 /* Footer Bottom */Syntax not understood
1727 .footer-bottom {Syntax not understood
1728 padding: 14px 0;Unknown directive
1729 background: #f8fbff;Unknown directive
1730 }Syntax not understood
1731 .footer-bottom .container {Syntax not understood
1732 display: flex;Unknown directive
1733 justify-content: space-between;Unknown directive
1734 align-items: center;Unknown directive
1735 flex-wrap: wrap;Unknown directive
1736 gap: 10px;Unknown directive
1737 }Syntax not understood
1738 .footer-bottom p {Syntax not understood
1739 font-size: 12px;Unknown directive
1740 color: #999;Unknown directive
1741 margin: 0;Unknown directive
1742 }Syntax not understood
1743 .footer-bottom .footer-legal {Syntax not understood
1744 display: flex;Unknown directive
1745 gap: 14px;Unknown directive
1746 flex-wrap: wrap;Unknown directive
1747 }Syntax not understood
1748 .footer-bottom .footer-legal a {Syntax not understood
1749 color: #999;Unknown directive
1750 text-decoration: none;Unknown directive
1751 font-size: 11px;Unknown directive
1752 transition: color 0.3s;Unknown directive
1753 }Syntax not understood
1754 .footer-bottom .footer-legal a:hover { color: #0b3d91; }Unknown directive
1755 .made-in-rajasthan {Syntax not understood
1756 color: #bbb;Unknown directive
1757 font-size: 11px;Unknown directive
1758 display: inline-flex;Unknown directive
1759 align-items: center;Unknown directive
1760 gap: 4px;Unknown directive
1761 }Syntax not understood
1762 .made-in-rajasthan i { color: #0b3d91; font-size: 12px; }Unknown directive
1764 /* Responsive CSS */Syntax not understood
1765 @media (max-width: 1200px) {Unknown directive
1766 .bottom-compact-wrapper { flex-direction: column; align-items: stretch; }Unknown directive
1767 .whatsapp-compact-box, .credentials-compact-box { min-width: 0; width: 100%; min-height: auto; }Unknown directive
1768 .bottom-compact-row { padding: 20px 15px; }Unknown directive
1769 }Syntax not understood
1770 @media (max-width: 600px) {Unknown directive
1771 .whatsapp-compact-box { flex-wrap: wrap; justify-content: center; text-align: center; padding: 15px; }Unknown directive
1772 .wcb-text-group { width: 100%; margin-bottom: 5px; text-align: center; }Unknown directive
1773 .wcb-tags { justify-content: center; width: 100%; margin-top: 5px; }Unknown directive
1774 .cred-row-compact { justify-content: center; }Unknown directive
1775 .footer-bottom .container { flex-direction: column; text-align: center; }Unknown directive
1776 .footer-bottom .footer-legal { justify-content: center; }Unknown directive
1777 .footer-social { justify-content: center; }Unknown directive
1778 }Syntax not understood
1779</style>Syntax not understood
1781<footer class="footer-premium">Syntax not understood
1783 <!-- 1. MAIN COLUMNS -->Syntax not understood
1784 <div class="footer-main">Syntax not understood
1785 <div class="container">Syntax not understood
1786 <div class="row g-4">Syntax not understood
1788 <!-- COLUMN 1: ABOUT + SOCIAL -->Unknown directive
1789 <div class="col-lg-3 footer-col footer-about">Syntax not understood
1790 <img src="assets/images/logo.png" alt="Shree Kalyan Enterprises" class="footer-logo">Syntax not understood
1791 <h4>Shree Kalyan Enterprises</h4>Syntax not understood
1792 <p class="tagline">Rajasthan's Leading Electrical Engineering Consultancy & Regulatory Experts</p>Syntax not understood
1793 <p class="description">Electrical Engineering Consultancy, CEIG Approvals, Electrical Testing, Energy Audits, Electrical Safety, Government Liaisoning, HT Consumer Consultancy.</p>Syntax not understood
1795 <!-- Social Icons -->Syntax not understood
1796 <div class="footer-social">Syntax not understood
1797 <a href="https://www.facebook.com/shreekalyanenterprises/" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="Facebook" title="Facebook">Unknown directive
1798 <i class="fab fa-facebook-f"></i>Syntax not understood
1799 </a>Syntax not understood
1800 <a href="https://in.linkedin.com/company/shree-kalyan-enterprises" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn" title="LinkedIn">Unknown directive
1801 <i class="fab fa-linkedin-in"></i>Syntax not understood
1802 </a>Syntax not understood
1803 <a href="https://www.instagram.com/shreekalyanenterprises/" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="Instagram" title="Instagram">Unknown directive
1804 <i class="fab fa-instagram"></i>Syntax not understood
1805 </a>Syntax not understood
1806 <a href="https://www.youtube.com/@ShreeKalyanEnterprisesJaipur" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="YouTube" title="YouTube">Unknown directive
1807 <i class="fab fa-youtube"></i>Syntax not understood
1808 </a>Syntax not understood
1809 <a href="https://wa.me/919521389292" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp" title="WhatsApp">Unknown directive
1810 <i class="fab fa-whatsapp"></i>Syntax not understood
1811 </a>Syntax not understood
1812 <a href="https://x.com/Shree_kalyan" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="X" title="X">Unknown directive
1813 <i class="fab fa-x-twitter"></i>Syntax not understood
1814 </a>Syntax not understood
1815 <a href="https://maps.app.goo.gl/tbxdwJBDyHYGSJod8" class="social-icon-btn" target="_blank" rel="noopener noreferrer" aria-label="Google Business" title="Google Business">Unknown directive
1816 <i class="fab fa-google"></i>Syntax not understood
1817 </a>Syntax not understood
1818 </div>Syntax not understood
1819 </div>Syntax not understood
1821 <!-- COLUMN 2: SERVICES -->Unknown directive
1822 <div class="col-lg-2 footer-col">Syntax not understood
1823 <h5>Our Services</h5>Syntax not understood
1824 <ul>Syntax not understood
1825 <li><a href="services.php"><i class="fas fa-chevron-right"></i> CEIG Approval</a></li>Syntax not understood
1826 <li><a href="services.php"><i class="fas fa-chevron-right"></i> Electrical Consultancy</a></li>Syntax not understood
1827 <li><a href="services.php"><i class="fas fa-chevron-right"></i> Energy Audit</a></li>Syntax not understood
1828 <li><a href="services.php"><i class="fas fa-chevron-right"></i> Electrical Safety Audit</a></li>Syntax not understood
1829 <li><a href="services.php"><i class="fas fa-chevron-right"></i> Electrical Testing</a></li>Syntax not understood
1830 <li><a href="services.php"><i class="fas fa-chevron-right"></i> Third Party Inspection</a></li>Syntax not understood
1831 <li><a href="services.php"><i class="fas fa-chevron-right"></i> HT Consumer Grievance</a></li>Syntax not understood
1832 <li><a href="services.php"><i class="fas fa-chevron-right"></i> View All Services</a></li>Syntax not understood
1833 </ul>Syntax not understood
1834 </div>Syntax not understood
1836 <!-- COLUMN 3: SOLUTIONS -->Unknown directive
1837 <div class="col-lg-2 footer-col">Syntax not understood
1838 <h5>Solutions</h5>Syntax not understood
1839 <ul>Syntax not understood
1840 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> CEIG Approvals</a></li>Syntax not understood
1841 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> Government Liaisoning</a></li>Syntax not understood
1842 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> HT Consumer Grievance</a></li>Syntax not understood
1843 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> PM Surya Ghar Consultancy</a></li>Syntax not understood
1844 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> Electrical Licensing</a></li>Syntax not understood
1845 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> Electrical Audits</a></li>Syntax not understood
1846 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> Industrial Compliance</a></li>Syntax not understood
1847 <li><a href="solutions.php"><i class="fas fa-chevron-right"></i> Case Studies</a></li>Syntax not understood
1848 </ul>Syntax not understood
1849 </div>Syntax not understood
1851 <!-- COLUMN 4: KNOWLEDGE CENTRE -->Unknown directive
1852 <div class="col-lg-2 footer-col">Syntax not understood
1853 <h5>Knowledge Centre</h5>Syntax not understood
1854 <ul>Syntax not understood
1855 <li><a href="knowledge/"><i class="fas fa-chevron-right"></i> Knowledge Hub</a></li>Syntax not understood
1856 <li><a href="blog.php"><i class="fas fa-chevron-right"></i> Articles</a></li>Syntax not understood
1857 <li><a href="blog.php"><i class="fas fa-chevron-right"></i> Government Circulars</a></li>Syntax not understood
1858 <li><a href="blog.php"><i class="fas fa-chevron-right"></i> Tender Updates</a></li>Syntax not understood
1859 <li><a href="blog.php"><i class="fas fa-chevron-right"></i> Electrical Guides</a></li>Syntax not understood
1860 <li><a href="resources.php"><i class="fas fa-chevron-right"></i> Resources &amp; Downloads</a></li>Syntax not understood
1861 <li><a href="faqs/"><i class="fas fa-chevron-right"></i> FAQs</a></li>Syntax not understood
1862 </ul>Syntax not understood
1863 </div>Syntax not understood
1865 <!-- COLUMN 5: CONTACT -->Unknown directive
1866 <div class="col-lg-3 footer-col">Syntax not understood
1867 <h5>Contact Us</h5>Syntax not understood
1868 <div class="footer-contact">Syntax not understood
1869 <p><i class="fas fa-map-marker-alt"></i> <strong>Office:</strong> G-1, P.N. 146, Anirudh Apartment, Mahaveer Nagar, Jaipur - 302018</p>Unknown directive
1870 <p><i class="fas fa-phone"></i>Syntax not understood
1871 <span class="phone-row">Syntax not understood
1872 <a href="tel:+91 9521389292">+91 9521389292</a>Unknown directive
1873 <span class="sep">|</span>Syntax not understood
1874 <a href="tel:+91 9521379292">+91 9521379292</a>Unknown directive
1875 <span class="sep">|</span>Syntax not understood
1876 <a href="tel:0141-4087707">0141-4087707</a>Unknown directive
1877 </span>Syntax not understood
1878 </p>Syntax not understood
1879 <p><i class="fas fa-envelope"></i> <a href="mailto:info@shreekalyan.com">info@shreekalyan.com</a></p>Unknown directive
1880 <p><i class="fas fa-clock"></i> Mon-Sat: 9:00 AM - 7:00 PM</p>Unknown directive
1881 </div>Syntax not understood
1882 </div>Syntax not understood
1884 </div>Syntax not understood
1885 </div>Syntax not understood
1886 </div>Syntax not understood
1888 <!-- 2. WHATSAPP + CREDENTIALS (OUTSIDE CONTAINER TO PREVENT CRUSHING) -->Syntax not understood
1889 <div class="bottom-compact-row">Syntax not understood
1890 <div class="bottom-compact-wrapper">Syntax not understood
1892 <!-- LEFT: WhatsApp Horizontal Row -->Unknown directive
1893 <div class="whatsapp-compact-box">Syntax not understood
1894 <!-- Text -->Syntax not understood
1895 <div class="wcb-text-group">Syntax not understood
1896 <h4>Join Rajasthan's<br>Electrical WhatsApp</h4>Syntax not understood
1897 </div>Syntax not understood
1898 <!-- QR & Icon -->Syntax not understood
1899 <div class="wcb-icons-group">Syntax not understood
1900 <!-- Real QR Image -->Syntax not understood
1901 <div class="wcb-qr">Syntax not understood
1902 <img src="assets/images/qr-code.png" alt="WhatsApp QR Code">Syntax not understood
1903 </div>Syntax not understood
1904 <div class="wcb-icon"><i class="fab fa-whatsapp"></i></div>Syntax not understood
1905 </div>Syntax not understood
1906 <!-- Button -->Syntax not understood
1907 <a href="https://chat.whatsapp.com/LPU7Omg1VLE877Ug4pIXsc" class="wcb-join-btn" target="_blank">Join Community</a>Unknown directive
1908 <!-- Tags -->Syntax not understood
1909 <div class="wcb-tags">Syntax not understood
1910 <span><i class="fas fa-check-circle"></i> CEIG Orders</span>Syntax not understood
1911 <span><i class="fas fa-check-circle"></i> Tender Alerts</span>Syntax not understood
1912 <span><i class="fas fa-check-circle"></i> Electrical News</span>Syntax not understood
1913 <span><i class="fas fa-check-circle"></i> Solar Updates</span>Syntax not understood
1914 </div>Syntax not understood
1916 <!-- RIGHT: Credentials -->Unknown directive
1917 <div class="credentials-compact-box">Syntax not understood
1918 <div class="cred-row-compact">Syntax not understood
1919 <span class="cred-badge-compact">Syntax not understood
1920 <i class="fas fa-certificate"></i> Class "A" Electrical ContractorSyntax not understood
1921 </span>Syntax not understood
1922 <span class="cred-badge-compact">Syntax not understood
1923 <i class="fas fa-bolt"></i> BEE Authorised Energy AuditorSyntax not understood
1924 </span>Syntax not understood
1925 <span class="cred-badge-compact">Syntax not understood
1926 <i class="fas fa-shield-alt"></i> Chartered Electrical Safety EngineerSyntax not understood
1927 </span>Syntax not understood
1928 </div>Syntax not understood
1929 <div class="cred-row-compact">Syntax not understood
1930 <span class="cred-badge-compact">Syntax not understood
1931 <i class="fas fa-industry"></i> Plant & Machinery ValuerSyntax not understood
1932 </span>Syntax not understood
1933 <span class="cred-badge-compact">Syntax not understood
1934 <i class="fas fa-clipboard-check"></i> Third Party InspectorSyntax not understood
1935 </span>Syntax not understood
1936 <span class="cred-badge-compact">Syntax not understood
1937 <i class="fas fa-building"></i> JDA Registered ConsultantSyntax not understood
1938 </span>Syntax not understood
1939 </div>Syntax not understood
1940 <a href="credentials.php" class="cred-btn-view-all">Syntax not understood
1941 <i class="fas fa-arrow-right"></i> View All CredentialsSyntax not understood
1942 </a>Syntax not understood
1943 </div>Syntax not understood
1945 </div>Syntax not understood
1946 </div>Syntax not understood
1948 <!-- 3. FOOTER BOTTOM -->Syntax not understood
1949 <div class="footer-bottom">Syntax not understood
1950 <div class="container">Syntax not understood
1951 <p>&copy; 2026 Shree Kalyan Enterprises. All rights reserved.</p>Syntax not understood
1952 <div class="footer-legal">Syntax not understood
1953 <a href="privacy-policy.php">Privacy Policy</a>Syntax not understood
1954 <a href="terms.php">Terms &amp; Conditions</a>Syntax not understood
1955 <a href="disclaimer.php">Disclaimer</a>Syntax not understood
1956 <a href="sitemap.php">Sitemap</a>Syntax not understood
1957 </div>Syntax not understood
1958 <span class="made-in-rajasthan"><i class="fas fa-heart"></i> Made in Rajasthan</span>Syntax not understood
1959 </div>Syntax not understood
1960 </div>Syntax not understood
1961</footer>Syntax not understood
1963<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>Unknown directive
1964<script>Syntax not understood
1965 if (typeof AOS !== "undefined") {Syntax not understood
1966 AOS.init({ duration: 800, once: true, offset: 80 });Unknown directive
1967 }Syntax not understood
1968</script>Syntax not understood
1969</body>Syntax not understood
1970</html>Syntax not understood
1971<!-- ============================================== -->Syntax not understood
1972<!-- COUNTER ANIMATION SCRIPT (Simple & Working) -->Syntax not understood
1973<!-- ============================================== -->Syntax not understood
1974<script>Syntax not understood
1975document.addEventListener('DOMContentLoaded', function() {Syntax not understood
1976 const statNumbers = document.querySelectorAll('.stat-number');Syntax not understood
1978 const observer = new IntersectionObserver((entries) => {Syntax not understood
1979 entries.forEach(entry => {Syntax not understood
1980 if (entry.isIntersecting) {Syntax not understood
1981 const el = entry.target;Syntax not understood
1982 const finalText = el.getAttribute('data-number') || el.textContent;Syntax not understood
1983 const finalNumber = parseInt(finalText.replace(/[^0-9]/g, ''));Syntax not understood
1984 const isPercent = finalText.includes('%');Syntax not understood
1986 if (finalNumber && !el.classList.contains('counted')) {Syntax not understood
1987 let current = 0;Syntax not understood
1988 const increment = Math.ceil(finalNumber / 50);Syntax not understood
1990 const timer = setInterval(() => {Syntax not understood
1991 current += increment;Syntax not understood
1992 if (current >= finalNumber) {Syntax not understood
1993 current = finalNumber;Syntax not understood
1994 // Display with correct suffixSyntax not understood
1995 if (isPercent) {Syntax not understood
1996 el.textContent = current + '%';Syntax not understood
1997 } else {Syntax not understood
1998 el.textContent = current + '+';Syntax not understood
1999 }Syntax not understood
2000 clearInterval(timer);Syntax not understood
2001 } else {Syntax not understood
2002 if (isPercent) {Syntax not understood
2003 el.textContent = current + '%';Syntax not understood
2004 } else {Syntax not understood
2005 el.textContent = current + '+';Syntax not understood
2006 }Syntax not understood
2007 }Syntax not understood
2008 }, 30);Syntax not understood
2010 el.classList.add('counted');Syntax not understood
2011 }Syntax not understood
2012 }Syntax not understood
2013 });Syntax not understood
2014 }, { threshold: 0.5 });Unknown directive
2016 statNumbers.forEach(el => observer.observe(el));Syntax not understood
2017});Syntax not understood
2018</script>Syntax not understood

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback