/*!
Theme Name: digiinspyre
Theme URI: https://digiinspyre.com/
Author: digiinspyre
Author URI: https://digiinspyre.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digiinspyre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digiinspyre is based on Underscores https://digiinspyre.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* CSS Custom Properties */
   
/* ==========================================================================
     Base Styles & Design System
     ========================================================================== */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Red Hat Text', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling for better mobile experience */
html {
  scroll-behavior: smooth;
}

/* Improve touch interactions on mobile */
@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }

  /* Prevent text size adjustment on orientation change */
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  /* Improve image rendering on mobile */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

/* CSS Custom Properties - Design System */
:root {
  /* Colors - SEO Agency Theme */
  --color-primary: #2563eb;
  --color-secondary: #1d4ed8;
  --color-accent: #fe4c1c;
  --color-success: #10b981;
  --color-text: #1f2937;
  --color-text-light: #6b7280;
  --color-text-muted: #9ca3af;
  --color-background: #ffffff;
  --color-background-alt: #f9fafb;
  --color-border: #e5e7eb;

  /* Typography Scale - Professional & Consistent */
  --font-primary: 'Red Hat Text', sans-serif;
  --font-heading: 'Red Hat Display', sans-serif;

  /* Font Sizes - Desktop */
  --font-size-xs: 0.75rem;      /* 12px */
  --font-size-sm: 0.875rem;     /* 14px */
  --font-size-base: 1rem;       /* 16px */
  --font-size-lg: 1.125rem;     /* 18px */
  --font-size-xl: 1.25rem;      /* 20px */
  --font-size-2xl: 1.5rem;      /* 24px */
  --font-size-3xl: 1.875rem;    /* 30px */
  --font-size-4xl: 2.25rem;     /* 36px */
  --font-size-5xl: 3rem;        /* 48px */

  /* Heading Sizes */
  --heading-h1: 3rem;           /* 48px */
  --heading-h2: 2.25rem;        /* 36px */
  --heading-h3: 1.875rem;       /* 30px */
  --heading-h4: 1.5rem;         /* 24px */
  --heading-h5: 1.25rem;        /* 20px */
  --heading-h6: 1.125rem;       /* 18px */

  /* Section Title Sizes */
  --section-title-main: 2.5rem;      /* 40px - Main section titles */
  --section-title-sub: 0.875rem;     /* 14px - Section subtitles/labels */
  --section-description: 1rem;       /* 16px - Section descriptions */

  /* Card & Component Typography */
  --card-title: 1.125rem;       /* 18px */
  --card-text: 0.9375rem;       /* 15px */

  /* Line Heights */
  --line-height-none: 1;
  --line-height-tight: 1.25;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --line-height-loose: 2;

  /* Spacing Scale - Consistent */
  --spacing-0: 0;
  --spacing-1: 0.25rem;    /* 4px */
  --spacing-2: 0.5rem;     /* 8px */
  --spacing-3: 0.75rem;    /* 12px */
  --spacing-4: 1rem;       /* 16px */
  --spacing-5: 1.25rem;    /* 20px */
  --spacing-6: 1.5rem;     /* 24px */
  --spacing-8: 2rem;       /* 32px */
  --spacing-10: 2.5rem;    /* 40px */
  --spacing-12: 3rem;      /* 48px */
  --spacing-16: 4rem;      /* 64px */
  --spacing-20: 5rem;      /* 80px */
  --spacing-24: 6rem;      /* 96px */

  /* Legacy Spacing (for backward compatibility) */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;

  /* Section Spacing */
  --section-padding-y: 3rem;    /* 80px */
  --section-margin-bottom: 3rem; /* 48px */

  /* Layout */
  --container-max-width: 1200px;
  --container-padding: 1rem;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-xxl: 2.5rem;
}

/* Tablet Adjustments */
@media (max-width: 768px) {
  :root {
    --heading-h1: 2.25rem;        /* 36px */
    --heading-h2: 1.875rem;       /* 30px */
    --heading-h3: 1.5rem;         /* 24px */
    --heading-h4: 1.25rem;        /* 20px */
    --heading-h5: 1.125rem;       /* 18px */

    --section-title-main: 2rem;   /* 32px */
    --section-title-sub: 0.8125rem; /* 13px */
    --section-description: 0.9375rem; /* 15px */

    --card-title: 1rem;           /* 16px */
    --card-text: 0.875rem;        /* 14px */

    --section-padding-y: 3.5rem;  /* 56px */
    --section-margin-bottom: 2rem; /* 32px */

    --container-padding: 1.25rem;
  }
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  :root {
    --heading-h1: 1.875rem;       /* 30px */
    --heading-h2: 1.5rem;         /* 24px */
    --heading-h3: 1.25rem;        /* 20px */
    --heading-h4: 1.125rem;       /* 18px */
    --heading-h5: 1rem;           /* 16px */

    --section-title-main: 1.75rem; /* 28px */
    --section-title-sub: 0.75rem;  /* 12px */
    --section-description: 0.875rem; /* 14px */

    --card-title: 0.9375rem;      /* 15px */
    --card-text: 0.8125rem;       /* 13px */

    --section-padding-y: 2.5rem;  /* 40px */
    --section-margin-bottom: 1.5rem; /* 24px */

    --container-padding: 1rem;
  }
}

/* Container Utilities */
.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.container--narrow {
    max-width: 800px;
}

.container--wide {
    max-width: 1400px;
    margin: 0 auto;
}
ul, ol{
    list-style: none;
    margin: 10px 0;
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.simple-page-header{
    position: relative;
    overflow: hidden;
}

.simple-page-header__content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-list{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.simple-page-header__title{
    margin-bottom: 15px;
}

.simple-page-header__bg-image {
	width:100%;
	display:block;
}

