.elementor-2282 .elementor-element.elementor-element-163e4e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* =====================================================
   rahulkolge.com — WORK WITH ME PAGE
   CUSTOM CSS
   ===================================================== */

/* =============================================
   RESETS & BASE
   ============================================= */
.rk-section *,
.rk-section *::before,
.rk-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rk-section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
}

.rk-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.rk-section h1,
.rk-section h2,
.rk-section h3,
.rk-section h4 { color: #ffffff !important; }

.rk-section a { text-decoration: none !important; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF9C00 !important;
  margin-bottom: 20px;
}

.rk-eyebrow::before {
  content: '';
  width: 18px;
  height: 2px;
  background: linear-gradient(135deg, #FF9C00, #FED000);
  flex-shrink: 0;
}

.rk-heading-md {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.rk-gold-italic {
  font-style: italic;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* =============================================
   WORK WITH ME — LAYOUT
   ============================================= */
.rk-wwm {
  position: relative;
  background: #0a0a0a !important;
  padding: 150px 0 80px;
  overflow: hidden;
}

.rk-wwm-glow {
  position: absolute;
  top: -20%; left: -10%;
  width: 55%; height: 80%;
  background: radial-gradient(ellipse at top left, rgba(255,156,0,0.05) 0%, transparent 55%);
  pointer-events: none;
}

.rk-wwm-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
}

/* =============================================
   LEFT — INFO PANEL
   ============================================= */
.rk-wwm-info {
  position: sticky;
  top: 100px;
}

.rk-wwm-heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff !important;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.rk-wwm-sub {
  font-size: 16px;
  color: #999 !important;
  line-height: 1.75;
  margin-bottom: 36px;
}

/* What to expect */
.rk-wwm-expect {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.rk-wwm-expect-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.rk-wwm-expect-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 156, 0, 0.06) !important;
  border: 1px solid rgba(255, 156, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rk-wwm-expect-icon svg {
  width: 16px;
  height: 16px;
  stroke: #FF9C00 !important;
}

.rk-wwm-expect-text h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 2px;
}

.rk-wwm-expect-text p {
  font-size: 13px;
  color: #777 !important;
  line-height: 1.5;
}

/* Email fallback */
.rk-wwm-email {
  font-size: 13px;
  color: #555 !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.rk-wwm-email a {
  color: #FF9C00 !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.rk-wwm-email a:hover { opacity: 0.8; }

/* =============================================
   RIGHT — ZCAL EMBED
   ============================================= */
.rk-wwm-embed {
  background: #111111 !important;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 4px;
  overflow: hidden;
}

.rk-wwm-embed iframe {
  width: 100% !important;
  min-height: 580px;
  height: 680px;
  border: none !important;
  border-radius: 12px;
  display: block;
}

/* =============================================
   RESPONSIVE — TABLET
   ============================================= */
@media (max-width: 1024px) {
  .rk-container { padding: 0 28px; }

  .rk-wwm { padding: 130px 0 64px; }

  .rk-wwm-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rk-wwm-info {
    position: static;
  }
}

/* =============================================
   RESPONSIVE — MOBILE
   ============================================= */
@media (max-width: 768px) {
  .rk-container { padding: 0 20px; }

  .rk-wwm { padding: 110px 0 48px; }

  .rk-wwm-heading { font-size: 30px !important; }
  .rk-wwm-sub { font-size: 15px; margin-bottom: 28px; }

  .rk-wwm-embed {
    padding: 2px;
    border-radius: 12px;
  }

  .rk-wwm-embed iframe {
    min-height: 520px;
    height: 600px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .rk-wwm { padding: 100px 0 40px; }
  .rk-wwm-heading { font-size: 26px !important; }

  .rk-wwm-expect-icon {
    width: 32px;
    height: 32px;
  }

  .rk-wwm-expect-icon svg {
    width: 14px;
    height: 14px;
  }
}/* End custom CSS */