.elementor-9 .elementor-element.elementor-element-baeabb8{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-baeabb8{--width:500px;}.elementor-9 .elementor-element.elementor-element-fe5e43e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-fe5e43e */#sanchit-premium-root {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0a0a0f;
  color: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap');

/* Container - No Gaps */
.sp-container-fluid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 1200px) {
  .sp-container-fluid { padding: 0 40px; }
}
@media (max-width: 768px) {
  .sp-container-fluid { padding: 0 20px; }
}

/* Typography */
.sp-gradient {
  background: linear-gradient(135deg, #b77cff, #ff8c42);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sp-section-tag {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff8c42;
  margin-bottom: 0.5rem;
}

.sp-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sp-section-title { font-size: 2rem; }
}

/* ===== BUTTONS ===== */
.sp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.sp-btn-primary {
  background: linear-gradient(95deg, #6c2bd9, #f45d2e);
  color: white;
  box-shadow: 0 4px 15px rgba(108, 43, 217, 0.3);
}

.sp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(244, 93, 46, 0.4);
}

.sp-btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.sp-btn-outline:hover {
  border-color: #ff8c42;
  background: rgba(255, 140, 66, 0.1);
}

.sp-btn-large {
  padding: 18px 42px;
  font-size: 1.1rem;
}

/* ===== FLOATING WHATSAPP ===== */
.sp-floating-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.sp-floating-wa a {
  background: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s;
  position: relative;
}

.sp-floating-wa a:hover {
  transform: scale(1.1);
}

.sp-wa-tooltip {
  position: absolute;
  right: 75px;
  background: white;
  color: #1a1a2e;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.sp-floating-wa a:hover .sp-wa-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ===== HERO SECTION (FULL WIDTH) ===== */
.sp-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0a0a0f 0%, #120c1f 100%);
  padding: 80px 0;
}

.sp-hero-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(183, 124, 255, 0.15), transparent 50%);
}

.sp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.sp-slide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.sp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 140, 66, 0.3);
}

.sp-badge-dot {
  width: 8px;
  height: 8px;
  background: #ff8c42;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.sp-headline {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 0 16px;
}

.sp-subheadline {
  font-size: 1.1rem;
  color: #b0b0c0;
  margin-bottom: 28px;
}

.sp-btn-group {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.sp-hero-stats {
  display: flex;
  gap: 30px;
}

.sp-hero-stats div span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff8c42;
  display: block;
}

.sp-hero-stats div {
  font-size: 0.85rem;
  color: #aaa;
}

.sp-image-wrapper {
  position: relative;
}

.sp-image-wrapper img {
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 2;
}

.sp-image-glow {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80%;
  height: 80%;
  background: linear-gradient(135deg, #b77cff, #ff8c42);
  border-radius: 24px;
  filter: blur(40px);
  opacity: 0.4;
  z-index: 0;
}

/* Slider */
.sp-slide {
  display: none;
  animation: fadeIn 0.5s ease;
}

.sp-slide.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.sp-slide-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.sp-slide-icon {
  font-size: 3rem;
  color: #ff8c42;
  margin-bottom: 20px;
}

.sp-slide-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.sp-stats-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.sp-stat-card {
  text-align: center;
}

.sp-stat-num {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #fff, #b77cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sp-service-chips {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sp-service-chips span {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 140, 66, 0.3);
  font-weight: 500;
}

.sp-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.sp-slider-prev, .sp-slider-next {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

.sp-slider-prev:hover, .sp-slider-next:hover {
  background: #ff8c42;
}

.sp-slider-dots {
  display: flex;
  gap: 10px;
}

.sp-dot {
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.sp-dot.active {
  background: #ff8c42;
  width: 28px;
  border-radius: 20px;
}

/* ===== TRUST BAR ===== */
.sp-trust-bar {
  background: rgba(255, 255, 255, 0.02);
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sp-trust-track {
  display: flex;
  gap: 50px;
  animation: scrollTrust 20s linear infinite;
  white-space: nowrap;
}

.sp-trust-track span {
  color: #888;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
}

@keyframes scrollTrust {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sp-trust-bar:hover .sp-trust-track {
  animation-play-state: paused;
}

/* ===== ABOUT SECTION ===== */
.sp-about {
  padding: 80px 0;
}

.sp-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.sp-about-img-wrapper {
  position: relative;
}

.sp-about-img-wrapper img {
  width: 100%;
  border-radius: 24px;
}

.sp-exp-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #b77cff, #ff8c42);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  backdrop-filter: blur(10px);
}

.sp-about-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #c0c0d0;
  margin: 20px 0;
}

.sp-about-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 25px 0;
}

.sp-about-stats div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-about-stats i {
  color: #ff8c42;
  width: 24px;
}

/* ===== GALLERY ===== */
.sp-gallery {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a0a0f, #0c0b14);
}

.sp-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.sp-section-header p {
  color: #888;
}

.sp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.sp-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.sp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.sp-gallery-item:hover img {
  transform: scale(1.05);
}

.sp-gallery-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-gallery-item:hover .sp-gallery-overlay {
  bottom: 0;
}

/* ===== SERVICES ===== */
.sp-services {
  padding: 80px 0;
}

.sp-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.sp-service-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 32px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.sp-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 140, 66, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sp-service-icon {
  font-size: 2.5rem;
  color: #ff8c42;
  margin-bottom: 20px;
}

.sp-service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.sp-service-card p {
  color: #aaa;
  line-height: 1.5;
}

/* ===== REVIEWS & RATING ===== */
.sp-reviews {
  padding: 80px 0;
  background: #0c0b14;
}

.sp-rating-summary {
  text-align: center;
  margin-bottom: 40px;
}

.sp-rating-stars-large {
  font-size: 2.5rem;
  letter-spacing: 8px;
  color: #ffb800;
}

.sp-rating-numbers {
  font-size: 1.2rem;
  margin: 10px 0;
}

.sp-rating-bar-wrap {
  max-width: 400px;
  margin: 15px auto;
  height: 8px;
  background: #333;
  border-radius: 10px;
  overflow: hidden;
}

.sp-rating-bar {
  height: 100%;
  background: linear-gradient(90deg, #ff8c42, #ffb800);
  border-radius: 10px;
}

.sp-review-form {
  max-width: 600px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 24px;
}

.sp-star-input span {
  font-size: 1.8rem;
  cursor: pointer;
  color: #555;
  transition: 0.1s;
}

.sp-star-input span.selected, .sp-star-input span:hover {
  color: #ffb800;
}

.sp-review-form input, .sp-review-form textarea {
  width: 100%;
  padding: 12px 16px;
  margin: 12px 0;
  background: #1a1a2e;
  border: 1px solid #333;
  border-radius: 12px;
  color: white;
  font-family: inherit;
}

.sp-reviews-list {
  max-width: 700px;
  margin: 0 auto;
}

.sp-review-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  border-left: 3px solid #ff8c42;
}

.sp-review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.sp-review-header span {
  color: #ffb800;
}

/* ===== CTA SECTION ===== */
.sp-cta {
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.sp-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #6c2bd9, #f45d2e);
  opacity: 0.1;
  z-index: 0;
}

.sp-cta-content {
  position: relative;
  z-index: 2;
}

.sp-cta-content h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.sp-cta-content h2 span {
  background: linear-gradient(135deg, #b77cff, #ff8c42);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sp-cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ccc;
}

/* ===== FOOTER ===== */
.sp-footer {
  background: #050508;
  padding: 50px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sp-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 30px;
}

.sp-footer-info h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.sp-footer-info p {
  color: #888;
}

.sp-footer-social a {
  background: rgba(255, 255, 255, 0.05);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
  color: white;
  transition: 0.2s;
}

.sp-footer-social a:hover {
  background: #ff8c42;
}

.sp-footer-bottom {
  text-align: center;
}

.sp-footer-contacts {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sp-footer-contacts span {
  color: #888;
}

.sp-footer-contacts i {
  margin-right: 8px;
  color: #ff8c42;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .sp-slide-grid { grid-template-columns: 1fr; text-align: center; }
  .sp-headline { font-size: 2.5rem; }
  .sp-btn-group { justify-content: center; }
  .sp-hero-stats { justify-content: center; }
  .sp-about-grid { grid-template-columns: 1fr; }
  .sp-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}

@media (max-width: 576px) {
  .sp-container-fluid { padding: 0 16px; }
  .sp-headline { font-size: 2rem; }
  .sp-section-title { font-size: 1.8rem; }
  .sp-btn { padding: 10px 20px; }
  .sp-gallery-grid { grid-template-columns: 1fr; }
}
/* ===== WORDPRESS GAP FIX - Add at the END of your CSS ===== */

/* Force remove Elementor/WordPress parent gaps */
.elementor-widget-container,
.elementor-element,
.elementor-section,
.elementor-column,
.elementor-widget-wrap,
.widget_custom_html,
.custom-html-widget {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Your main container - full width force */
#sanchit-premium-root {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: 100% !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Fix inner content alignment */
.sp-hero-inner,
.sp-about-inner,
.sp-footer-inner {
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

/* Mobile padding */
@media (max-width: 768px) {
  .sp-hero-inner,
  .sp-about-inner,
  .sp-footer-inner {
    padding: 0 20px !important;
  }
}/* End custom CSS */