.elementor-21 .elementor-element.elementor-element-8f50608:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-8f50608 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://adrinox.com/wp-content/uploads/2026/01/Gemini_Generated_Image_j0t5ujj0t5ujj0t5-1.png");}.elementor-21 .elementor-element.elementor-element-8f50608{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-21 .elementor-element.elementor-element-8f50608 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-5f04d2f *//* =====================================================
   GOOGLE ADS PAGE — FINAL, CLEAN, STABLE
   ===================================================== */

.google-ads-page {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

/* ---------- FULL PAGE BACKGROUND IMAGE (10%) ---------- */
.google-ads-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("https://adrinox.com/wp-content/uploads/2026/01/Gemini_Generated_Image_j0t5ujj0t5ujj0t5-1.png"); /* CHANGE PATH */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

/* Ensure content stays above background */
.google-ads-page * {
  position: relative;
  z-index: 1;
}

/* ---------- SECTIONS ---------- */
.google-ads-page section {
  padding: 64px 20px;
}

/* ---------- CONTAINER ---------- */
.google-ads-page .ga-container {
  max-width: 1200px;
  margin: 0 auto;
}

.google-ads-page .ga-center {
  text-align: center;
}

/* ---------- PILL ---------- */
.google-ads-page .ga-pill {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,0.5);
  color: #d4af37;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  width: fit-content;
}

/* ---------- HEADINGS ---------- */
.google-ads-page .ga-h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 18px;
}

.google-ads-page .ga-h2 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 20px;
}

.google-ads-page h1 span,
.google-ads-page h2 span {
  color: #d4af37;
}

/* ---------- TEXT ---------- */
.google-ads-page .ga-subtext {
  font-size: 19px;
  color: #d6d6d6;
  line-height: 1.8;
  max-width: 480px;
}

/* ---------- HERO ---------- */
.google-ads-page .ga-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
}

/* ---------- CHECKLIST ---------- */
.google-ads-page .ga-checks {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.google-ads-page .ga-checks li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 1.7;
}

.google-ads-page .ga-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: 700;
}

/* ---------- GRIDS ---------- */
.google-ads-page .ga-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.google-ads-page .ga-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ---------- SPLIT (WHAT WE HANDLE) ---------- */
.google-ads-page .ga-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: flex-start;
}

/* ---------- LEFT COLUMN ---------- */
.google-ads-page .ga-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------- RIGHT STACK ---------- */
.google-ads-page .ga-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ---------- CARDS ---------- */
.google-ads-page .ga-card {
  padding: 26px 30px;
  font-size: 19px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 20px;
  transition: all 0.35s ease;
}

.google-ads-page .ga-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 36px rgba(212,175,55,0.45),
    0 0 72px rgba(212,175,55,0.3);
}

/* ---------- CTA ---------- */
.google-ads-page .ga-cta {
  display: inline-block;
  margin-top: 40px;
  padding: 18px 54px;
  background: #d4af37;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  width: fit-content;
  box-shadow:
    0 0 32px rgba(212,175,55,0.6),
    0 0 64px rgba(212,175,55,0.35);
  transition: all 0.3s ease;
}

.google-ads-page .ga-cta:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 48px rgba(212,175,55,0.9),
    0 0 96px rgba(212,175,55,0.5);
}

/* ---------- FAQ ---------- */
.google-ads-page .ga-faq {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.google-ads-page .ga-faq details {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 18px;
  padding: 22px 26px;
  margin-bottom: 18px;
}

.google-ads-page .ga-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-right: 28px;
}

.google-ads-page .ga-faq summary::-webkit-details-marker {
  display: none;
}

.google-ads-page .ga-faq summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 0;
  color: #d4af37;
  transition: transform 0.3s ease;
}

.google-ads-page .ga-faq details[open] summary::after {
  transform: rotate(180deg);
}

.google-ads-page .ga-faq details p {
  margin-top: 14px;
  color: #cfcfcf;
  line-height: 1.8;
  font-size: 18px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .google-ads-page .ga-grid-3,
  .google-ads-page .ga-grid-2,
  .google-ads-page .ga-split {
    grid-template-columns: 1fr;
  }

  .google-ads-page .ga-h1 {
    font-size: 42px;
  }

  .google-ads-page .ga-h2 {
    font-size: 38px;
  }

  .google-ads-page .ga-left {
    align-items: center;
    text-align: center;
  }

  .google-ads-page .ga-subtext {
    max-width: none;
  }
}
/* =========================================
   CENTER BODY TEXT – OUR GOOGLE ADS SYSTEM
   APPEND ONLY
   ========================================= */

/* Center only the paragraph text under "Our Google Ads System" */
.google-ads-page
  section
  h2.ga-h2 + .ga-subtext {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}/* End custom CSS */