/*
Theme Name: Three Crowns
Theme URI: https://www.kre8ivdesigns.com
Template: hello-elementor
Author: Jeremiah Castillo
Author URI: https://www.kre8ivdesigns.com
Description: Custom theme for Three Crowns Protection Group.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773116544
Updated: 2026-03-10 04:22:24

*/

/* ===== TCPG TACTICAL GRID — Reusable Class ===== */
/* Add class "tcpg-tactical-grid" to any Elementor section/container */

.tcpg-tactical-grid {
  position: relative;
}

.tcpg-tactical-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(45deg, rgba(99,107,41,0.08) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(99,107,41,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(99,107,41,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,107,41,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.tcpg-tactical-grid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(99,107,41,0.12) 1.5px, transparent 1.5px);
  background-size: 60px 60px;
  background-position: 30px 30px;
}

.tcpg-tactical-grid > .elementor-container,
.tcpg-tactical-grid > .e-con-inner {
  position: relative;
  z-index: 2;
}

/* ===== TCPG TACTICAL GRID — Flexbox Container Fix ===== */

.tcpg-tactical-grid {
  position: relative !important;
  overflow: visible !important;
}

/* Elementor uses ::before for its own background overlay,
   so we use a different approach with an extra layer */
.tcpg-tactical-grid > .tcpg-grid-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  pointer-events: none;
}

/* If no overlay div exists, fall back to outline-based approach
   using box-shadow trick on the container itself */

/* DIAGONAL CROSSHATCH */
.tcpg-tactical-grid::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(45deg, rgba(99,107,41,0.08) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(99,107,41,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(99,107,41,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,107,41,0.04) 1px, transparent 1px) !important;
  background-size: 60px 60px !important;
  background-color: transparent !important;
}

/* NODE DOTS — using the container's own ::before if Elementor isn't using it,
   otherwise inject via an HTML widget */

/* Keep content above the grid */
.tcpg-tactical-grid > .elementor-widget,
.tcpg-tactical-grid > .e-con,
.tcpg-tactical-grid > .e-con-inner {
  position: relative;
  z-index: 2;
}

.section-tag-center .elementor-heading-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #636B29;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-tag-center .elementor-heading-title::before,
.section-tag-center .elementor-heading-title::after {
    content: '';
    width: 32px;
    height: 2px;
    background: #636B29;
    flex-shrink: 0;
}