/*
 Theme Name: Grow7 Labs Child
 Theme URI: https://grow7labs.com
 Description: Child theme for Grow7 Labs
 Author: Grow7 Labs
 Template: generatepress
 Version: 1.0
*/
/* =========================
   GLOBAL STYLES
========================= */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0b0214;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7b3cff, #b44cff);
  border-radius: 10px;
}

/* Firefox */
* {
  scrollbar-color: #7b3cff #0b0214;
  scrollbar-width: thin;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #111;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   HEADER – HERO MODE (DEFAULT)
========================= */

.site-header {
  background: transparent;
  border-bottom: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* LOGO */
.site-logo a {
  font-size: 20px;
  font-weight: 700;
  color: #fff; /* hero mode */
}

/* NAV */
.main-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.main-navigation ul li a {
  font-weight: 500;
  color: #fff; /* hero mode */
}

@media (max-width: 900px) {

  /* header layout fix */
  .site-header .container.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* logo */
  .site-logo {
    flex: 1;
  }

  /* hide desktop nav */
  .main-navigation {
    display: none;
  }

  /* hide CTA */
  .header-cta {
    display: none;
  }

  /* hamburger alignment */
  .hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    z-index: 1001;
  }
}


/* CTA */
.header-cta {
  flex-shrink: 0;
}

.header-cta .btn {
  background: linear-gradient(135deg, #7b3cff, #b44cff);
  color: #fff;
  border-radius: 8px;
}


/* =========================
   HEADER – BASE
========================= */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  border-bottom: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* =========================
   LOGO
========================= */

.site-logo a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

/* =========================
   NAVIGATION
========================= */

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

/* =========================
   CTA BUTTON
========================= */

.header-cta {
  flex-shrink: 0;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b3cff, #b44cff);
  color: #fff;
  text-decoration: none;
}

/* =========================
   HEADER – SCROLLED STATE
========================= */

.site-header.scrolled {
  background: rgba(20, 10, 35, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.scrolled .site-logo a,
.site-header.scrolled .main-navigation ul li a {
  color: #111;
}

.site-header.scrolled .btn {
  background: #111;
  color: #fff;
}


/* KEEP TEXT WHITE ON GLASS */
.site-header.scrolled .site-logo a,
.site-header.scrolled .main-navigation ul li a {
  color: #ffffff;
}

/* CTA STAYS ACCENT */
.site-header.scrolled .header-cta .btn {
  background: linear-gradient(135deg, #7b3cff, #b44cff);
  color: #ffffff;
}

/* =================================
   MOBILE HEADER SAFETY
================================= */

@media (max-width: 900px) {

  .main-navigation {
    display: none;
  }

  .header-inner {
    height: 64px;
  }
}

.main-navigation,.main-navigation ul ul {
    background: transparent;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background: transparent;
}

@media (max-width: 900px) {

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-logo {
    order: 1;
  }

  .hamburger {
    order: 2;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }
}


/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}


/* =========================
   CREATIVE HERO
========================= */


  .hero-creative {
  min-height: 100vh;
  padding: 160px 20px 120px;


  background: radial-gradient(
    circle at top left,
    #2b0a3d,
    #090012 70%
  );
  color: #fff;
  overflow: hidden;
}

/* GLOW BLOBS */
.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #7b3cff, transparent 60%);
  filter: blur(120px);
  opacity: 0.5;
}

.hero-bg::before {
  top: -100px;
  left: -100px;
}

.hero-bg::after {
  bottom: -120px;
  right: -80px;
}

/* WRAP */
.hero-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* LEFT */
.hero-left h1 {
  font-size: 52px;
  line-height: 1.15;
  margin: 20px 0;
}

.hero-left h1 span {
  color: #a97cff;
}

.hero-left p {
  font-size: 18px;
  max-width: 520px;
  color: #d6d6e7;
}

/* TAG */
.hero-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 14px;
}

/* CTA */
.hero-cta {
  display: flex;
  gap: 16px;
  margin: 30px 0;
}

.btn-glow {
  background: linear-gradient(135deg, #7b3cff, #b44cff);
  padding: 14px 28px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 30px rgba(123,60,255,0.6);
}

.btn-outline {
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  color: #fff;
}

/* PROOF */
.hero-proof {
  font-size: 14px;
  opacity: 0.8;
}

/* RIGHT CARD (GLASS) */
.hero-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.15);
}

.hero-card h3 {
  margin-bottom: 20px;
}

.hero-card input,
.hero-card textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.08);
  border: none;
  border-radius: 8px;
  color: #fff;
}

.hero-card button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7b3cff, #b44cff);
  color: #fff;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-wrap {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: 36px;
  }
}




/* =========================
   SERVICES SECTION (REDESIGN)
========================= */





/* =========================
   FOOTER
========================= */

.site-footer {
  background: #111;
  color: #fff;
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ccc;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #aaa;
}


/* =========================
   NAV DROPDOWN (WORDPRESS)
========================= */

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.nav-menu li {
  position: relative;
}

/* Hide submenu by default */
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  min-width: 220px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: none;
  z-index: 999;
}

/* Submenu items */
.nav-menu .sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.nav-menu .sub-menu li a:hover {
  background: #5f5e5e42;
}

/* Show submenu on hover */
.nav-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Dropdown arrow */
.nav-menu > li.menu-item-has-children > a::after {
  content: " ▾";
  font-size: 12px;
}



/* Dropdown arrow */
.nav-menu > li.menu-item-has-children > a::after {
  content: " ▾";
  font-size: 12px;
}







/* =========================
   WHY GROW7 LABS
========================= */

.why-grow7 {
  padding: 80px 0;
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.why-card {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.why-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
}

.why-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}


/* =========================
   PROCESS SECTION
========================= */

.process {
  padding: 80px 0;
  background: #f9f9f9;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.process-step {
  padding: 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.step-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #777;
}

.process-step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}


/* =========================
   TRUST & PROOF
========================= */

.trust {
  padding: 80px 0;
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.trust-item {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.trust-item h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
}

.trust-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #111;
}

.stat span {
  font-size: 14px;
  color: #666;
}


/* =========================
   INDUSTRIES / USE CASES
========================= */

.industries {
  padding: 80px 0;
  background: #f9f9f9;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.industry-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.industry-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111;
}

.industry-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}


/* =========================
   FINAL CTA
========================= */

.final-cta {
  padding: 100px 0;
  background: #111;
  color: #fff;
  text-align: center;
}

.final-cta h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.final-cta .section-intro {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #ccc;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  background: #fff;
  color: #111;
}

.cta-secondary {
  font-size: 15px;
  color: #ccc;
  text-decoration: underline;
}

.cta-secondary:hover {
  color: #fff;
}



/* =========================
   FAQ SECTION
========================= */

.faq {
  padding: 80px 0;
  background: #fff;
}

.faq .section-intro {
  max-width: 720px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #555;
}

.faq-list {
  max-width: 800px;
}

.faq-item {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}

.faq-item summary {
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #777;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}


/* =========================
   HERO TRUST METRICS
========================= */

.hero-trust {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding: 0;
  list-style: none;
}

.hero-trust li {
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 18px;
}

.hero-trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #6b6bf6;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-trust {
    justify-content: center;
  }
}


/* =========================
   MOBILE HEADER FIX
========================= */

@media (max-width: 900px) {

  .header-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  /* Hide main menu on mobile */
  .main-navigation {
    display: none;
  }

  /* Keep logo visible */
  .site-logo {
    flex: 1;
  }

  /* CTA button fix */
  .header-cta {
    flex-shrink: 0;
  }

  .header-cta .btn {
    padding: 10px 14px;
    font-size: 14px;
  }
}


/* =========================
   MOBILE HAMBURGER MENU
========================= */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
}

/* MOBILE MENU PANEL */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: calc(100vh - 72px);
  background: #fff;
  z-index: 998;
  padding: 30px 20px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  margin-bottom: 20px;
}

.mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

/* SHOW ON MOBILE */
@media (max-width: 900px) {

  .hamburger {
    display: flex;
  }

  .mobile-menu.active {
    display: block;
  }
}

/* =========================
   MOBILE MENU OVERLAY (LIGHT)
========================= */


/* =========================
   HAMBURGER ANIMATION
========================= */

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger span {
  transition: all 0.3s ease;
}

/* =========================
   MOBILE SUBMENU (RIGHT SLIDE)
========================= */

.mobile-menu .sub-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  border-left: 2px solid #e5e5e5;
}

.mobile-menu .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow */
.mobile-menu .menu-item-has-children > a::after {
  content: "›";
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Active submenu */
.mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
  animation: slideRight 0.3s ease;
}

.mobile-menu .menu-item-has-children.active > a::after {
  transform: rotate(90deg);
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =========================
   MOBILE MENU – HALF PANEL
========================= */

.mobile-menu {
    height: fit-content;
  display: none;
  position: fixed;
  top: 80px; /* header ke niche */
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px); /* left + right gap */
  max-width: 360px; /* half feel */
  
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  z-index: 998;
}

/* Active state */
.mobile-menu.active {
  display: block;
}

/* Menu items spacing */
.mobile-menu li {
  margin-bottom: 18px;
}

/* Submenu indentation */
.mobile-menu .sub-menu {
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid #e5e5e5;
}

@media (max-width: 600px) {
  .header-cta {
    display: none !important;
  }
}




button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #f0f0f069;
}

@media (max-width: 768px) {

  button:hover,
  button:focus {
    background-color: #f0f0f069;
  }

}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;

  background: transparent !important;   /* 🔥 main fix */
  border: none !important;
  box-shadow: none !important;

  padding: 6px;
  border-radius: 8px;

  cursor: pointer;
}



/* FORCE REMOVE NAV BACKGROUND OVER HERO */
.site-header:not(.scrolled) .main-navigation,
.site-header:not(.scrolled) .main-navigation ul {
  background: transparent !important;
}

.site-header:not(.scrolled) .container,
.site-header:not(.scrolled) .header-inner {
  background: transparent !important;
}


.hero-creative {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;     /* ❌ side padding hatao */
  background: radial-gradient(
    circle at top left,
    #2b0a3d,
    #090012 70%
  );
  color: #fff;
  overflow: hidden;
}

/* =========================
   DESKTOP SUB MENU – GLASS
========================= */

.main-navigation ul ul {
  background: rgba(20, 10, 35, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;

  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  padding: 10px 0;
}
.main-navigation ul ul li a {
  color: #fff;
  padding: 12px 18px;
  font-weight: 500;
}

.main-navigation ul ul li a:hover {
  background: rgba(255,255,255,0.08);
}


/* =========================
   MOBILE MENU – GLASS
========================= */
/* Desktop: hamburger hidden */
.hamburger {
  display: none;
}



.mobile-menu {
  background: rgba(20, 10, 35, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-left: 1px solid rgba(255,255,255,0.12);
}

.mobile-menu a {
  color: #fff;
  font-weight: 500;
}

.mobile-menu a:hover {
  background: rgba(255,255,255,0.08);
}
.mobile-menu ul ul {
  background: transparent; /* parent glass already hai */
  padding-left: 12px;
}

.mobile-menu ul ul a {
  font-size: 14px;
  opacity: 0.9;
}

/* DESKTOP SUB MENU ITEMS */
.main-navigation ul ul li a {
  background: rgba(255,255,255,0.04); /* subtle layer */
  color: #ffffff;

  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;

  border-radius: 8px;
  margin: 4px 8px;

  transition: background 0.25s ease, color 0.25s ease;
}
.main-navigation ul ul li a:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.hero-wrap {
  max-width: 1400px;   /* pehle 1200 tha */
  padding-left: 40px;
  padding-right: 40px;
}


.page-header,.sidebar .widget,.site-main>* {
    margin-bottom: 0px
}



* { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: Inter, system-ui, sans-serif;
      background: radial-gradient(circle at top right, #5b0a6e, #050509 60%);
      color: #fff;
      min-height: 100vh;
    }

    .services-section {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 42% 58%;
      padding: 120px 120px 120px 160px;

      background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 32px 32px;
    }

    /* LEFT */
    .services-left small {
      color: #b94cff;
      letter-spacing: 1px;
      font-size: 14px;
    }

    .services-left ul {
      list-style: none;
      margin-top: 50px;
    }

    .services-left li {
      font-size: 56px;
      font-weight: 300;
      color: rgba(255,255,255,0.25);
      margin-bottom: 28px;
      cursor: pointer;
      transition: 0.3s;
    }

    .services-left li.active {
      color: #fff;
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .services-left li.active::before {
      content: "🚀";
      font-size: 28px;
    }

    /* RIGHT */
    .services-right {
      display: flex;
      align-items: center;
    }

    .services-panel {
      width: 520px;
      padding: 50px 55px;
      border-radius: 26px;
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(18px);
      box-shadow: 0 0 80px rgba(155, 0, 255, 0.35);
    }

    .services-panel ul {
      list-style: none;
    }

    .services-panel li {
      font-size: 26px;
      margin-bottom: 22px;
      font-weight: 300;
      cursor: pointer;
      transition: 0.25s;
    }

    .services-panel li:hover {
      color: #d27bff;
      transform: translateX(6px);
    }

    /* JS fade */
    .fade {
      animation: fadeIn 0.35s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media(max-width: 900px) {
      .services-section {
        grid-template-columns: 1fr;
        padding: 80px 30px;
      }
      .services-left li { font-size: 36px; }
      .services-panel { width: 100%; }
    }

.service-section {
  background-color: #0f172a;   /* color */
  background-image: url("bg.png"); /* image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 120px 120px 120px 160px;

  

background-image:
    /* SOFT DARK OVERLAY */
    linear-gradient(rgba(10, 5, 25, 0.65), rgba(10, 5, 25, 0.65)),

    /* GRID HORIZONTAL */
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),

    /* GRID VERTICAL */
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),

    /* OPTIONAL IMAGE */
    url("bg.png");

  background-size:
    cover,
    36px 36px,
    36px 36px,
    cover;

  background-position:
    center,
    top left,
    top left,
    center;

  background-repeat:
    no-repeat,
    repeat,
    repeat,
    no-repeat;
}


.services-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 120px 120px 120px 160px;

  background-image:
    /* RIGHT SIDE PURPLE WASH (NO GLOW) */
    linear-gradient(
      90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 55%,
      rgba(45, 8, 78, 0.55) 75%,
      rgba(91, 26, 142, 0.75) 100%
    ),

    /* GRID HORIZONTAL */
    linear-gradient(
      rgba(255,255,255,0.09) 1px,
      transparent 1px
    ),

    /* GRID VERTICAL */
    linear-gradient(
      90deg,
      rgba(255,255,255,0.09) 1px,
      transparent 1px
    );

  background-size:
    cover,
    32px 32px,
    32px 32px;

  background-position:
    center,
    top left,
    top left;

  background-repeat:
    no-repeat,
    repeat,
    repeat;
}

@media (max-width: 768px) {

  .services-section {
    grid-template-columns: 1fr;
    padding: 80px 24px 90px;

    /* Mobile background tuning */
    background-image:
      /* PURPLE WASH — CENTERED FOR MOBILE */
      linear-gradient(
        180deg,
        rgba(0,0,0,1) 0%,
        rgba(20,5,35,0.95) 45%,
        rgba(60,12,95,0.85) 75%,
        rgba(91,26,142,0.85) 100%
      ),

      /* GRID HORIZONTAL */
      linear-gradient(
        rgba(255,255,255,0.07) 1px,
        transparent 1px
      ),

      /* GRID VERTICAL */
      linear-gradient(
        90deg,
        rgba(255,255,255,0.07) 1px,
        transparent 1px
      );

    background-size:
      cover,
      28px 28px,
      28px 28px;

    background-repeat:
      no-repeat,
      repeat,
      repeat;
  }

  /* LEFT SIDE LIST */
  .services-left ul {
    margin-top: 32px;
  }

  .services-left li {
    font-size: 32px;
    margin-bottom: 18px;
    opacity: 0.45;
  }

  .services-left li.active {
    font-size: 36px;
    opacity: 1;
  }

  /* RIGHT PANEL */
  .services-right {
    margin-top: 40px;
  }

  .services-panel {
    width: 100%;
    padding: 28px 26px;
    border-radius: 20px;
  }

  .services-panel li {
    font-size: 18px;
    margin-bottom: 16px;
  }
}








