.elementor-747 .elementor-element.elementor-element-11ec3db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-091477e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-a9cbfe5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-b7a93fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-874c1ba{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-dc86542{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-1e4758a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-747 .elementor-element.elementor-element-4d2f721{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-747:not(.elementor-motion-effects-element-type-background), body.elementor-page-747 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-94d20af */:root {
  --dj-orange: #e5810f;
  --dj-white: #ffffff;
  --dj-soft: #e5e7eb;
}

.dj-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-image: url("https://drnimeshjain.co.in/wp-content/uploads/2025/12/hero-banner-image-for-nimesh-jain.jpg");
  background-size: cover;
  background-position: center;
  color: var(--dj-white);
  overflow: hidden;
}

.dj-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(15, 23, 42, 0.97) 0%,
    rgba(15, 23, 42, 0.92) 45%,
    rgba(15, 23, 42, 0.45) 75%,
    rgba(15, 23, 42, 0.15) 100%
  );
}

.dj-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  animation: heroFadeUp 0.9s ease both;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.dj-hero-left {
  max-width: 640px;
}

.dj-hero-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 12px;
}

.dj-hero-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 14px;
}

.dj-hero-title span {
  color: var(--dj-orange);
}

.dj-hero-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--dj-soft);
  max-width: 560px;
  margin-bottom: 28px;
}

.dj-hero-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.dj-btn-primary,
.dj-btn-outline {
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.dj-btn-primary {
  background: var(--dj-orange);
  color: var(--dj-white);
  box-shadow: 0 14px 32px rgba(229,129,15,0.35);
}

.dj-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(229,129,15,0.45);
}

.dj-btn-outline {
  background: rgba(15,23,42,0.35);
  border: 1px solid rgba(248,250,252,0.6);
  color: var(--dj-white);
  backdrop-filter: blur(6px);
}

.dj-btn-outline:hover {
  border-color: var(--dj-orange);
  color: var(--dj-orange);
}

.dj-hero-footnote {
  font-size: 12px;
  opacity: 0.8;
}

.dj-hero-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dj-hero-stat {
  background: rgba(15,23,42,0.85);
  border-radius: 18px;
  padding: 14px 18px;
  min-width: 210px;
  border: 1px solid rgba(148,163,184,0.55);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.dj-hero-stat:hover {
  transform: translateY(-6px);
}

.dj-stat-number {
  font-size: 16px;
  font-weight: 700;
}

.dj-stat-label {
  font-size: 12px;
  opacity: 0.75;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .dj-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dj-hero-right {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .dj-hero-stat {
    flex: 1 1 48%;
  }
}

@media (max-width: 600px) {
  .dj-hero-title {
    font-size: 26px;
  }

  .dj-hero-actions {
    flex-direction: column;
  }

  .dj-btn-primary,
  .dj-btn-outline {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-505fd1d */:root {
  --dj-orange: #e5810f;
  --dj-dark: #0f172a;
  --dj-soft: #475569;
  --dj-border: #e2e8f0;
}

/* SECTION */
.dj-areas {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 100px 16px;
}

.dj-areas-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.dj-areas-header {
  max-width: 780px;
  margin-bottom: 70px;
}

.dj-eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
  display: block;
  margin-bottom: 12px;
}

.dj-areas-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: var(--dj-dark);
  margin: 0 0 14px;
}

.dj-areas-header p {
  font-size: 16px;
  color: var(--dj-soft);
  line-height: 1.75;
}

/* GRID */
.dj-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* CARD */
.dj-area-item {
  position: relative;
  background: #ffffff;
  border-radius: 26px;
  padding: 38px 32px 36px;
  border: 1px solid var(--dj-border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.dj-area-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(229, 129, 15, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.dj-area-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 34px 70px rgba(15, 23, 42, 0.16);
}

.dj-area-item:hover::before {
  opacity: 1;
}

/* TOP ROW */
.dj-area-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.dj-area-index {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--dj-orange);
}

.dj-area-icon {
  font-size: 28px;
}

/* CONTENT */
.dj-area-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dj-dark);
  margin: 0 0 12px;
}

.dj-area-item p {
  font-size: 15.5px;
  color: var(--dj-soft);
  line-height: 1.7;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .dj-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dj-areas-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .dj-areas {
    padding: 70px 14px;
  }

  .dj-areas-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dj-areas-header h2 {
    font-size: 26px;
  }

  .dj-area-item {
    padding: 30px 24px;
  }
}/* End custom CSS */