<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/



:root {
  /* Layout &amp; Backgrounds */
  --page-bg: #ffffff;
  --primary-bg: linear-gradient(145deg, #1c2438, #2b3a56, #3a4a6f);
  --primary-color: #ffffff;
  --royal-sky-glow: linear-gradient(145deg, #e4e9f2, #9da9c7, #2f3f91);
  --platinum-silver-gradient: linear-gradient(
    135deg,
    #ffffff,
    #f5f5f5 25%,
    #e6e6e6 45%,
    #d1d1d1 60%,
    #eeeeee 75%,
    #ffffff
  );

  /* Section Backgrounds */
  --feature-section-bg: linear-gradient(135deg, #f9f9f9, #e9e9e9);
  --testimonial-section-bg: linear-gradient(to right, #ffffff, #f6f6f6);
  --cta-section-bg: linear-gradient(135deg, #950870, #720658);

  /* Accent Colors */
  --accent-color: #FFD700;
  --accent-hover: #E6B800;
  --button-active: #950870;
  --button-inactive: #c0c0c0;
    /* Inputs */
    --input-bg: #ffffff;
    --input-color: #000000;
  
    /* Security Callouts */
    --security-icon-color: #FFD700;
    --security-text-color: #ffffff;
      /* Bottom Footer */
  --bottom-primary-color: #ffffff;
  --bottom-button-active: #a00c70;
  --bottom-button-hover: #8a075f;
  --bottom-button-inactive: #b0b0b0;
  --bottom-button-inactive-bg: #d5d5d5;
  --bottom-button-inactive-text: #888;
  --bottom-font-size-lg: clamp(1.2rem, 1.5vw, 1.5rem);
  --bottom-font-size-md: clamp(0.9rem, 1.2vw, 1.1rem);
  --bottom-font-size-sm: clamp(0.7rem, 1vw, 0.9rem);
  --bottom-blackish: #1a1a1a;
    /* Effects */
    --shadow-color: rgba(0, 0, 0, 0.25);
    --highlight-color: rgba(255, 255, 255, 0.15);
}</pre></body></html>