/*
  Theme Name: Wildman
  Theme URI: https://wildmanweb.com/
  Version: 1.0.0
  Template: Divi
  Author: Wildman Web Solutions
  Author URI: https://wildmanweb.com/
  Text Domain: wildman
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Fullwidth Headers - Mobile Styling */
@media only screen and (max-width: 980px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    display: flex;
    flex-direction: column; 
    align-items: center;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
    margin: 10px 0 !important; 
    width: 100% !important;
  }
}

/* Homepage Hero Banenr Styling */
.highlight {
    letter-spacing: -0.04em !important;
    text-shadow: 0 0 40px rgba(10, 20, 40, 0.01), 0 0 80px rgba(0, 0, 0, 0.9) !important;
    text-align: center !important;
    display: block !important;
    background: linear-gradient(135deg, #5a9bff 0%, #0c56bf 50%, #3d7dd9 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
	filter: drop-shadow(0 0 40px rgba(12, 86, 191, 0.5)) !important;
}

/* Glow Effect */
.wildman-glow {
    position: relative !important;
    overflow: hidden !important;
}

.wildman-glow::before {
    content: '';
    position: absolute;
    top: var(--glow-y, -100%);
    left: var(--glow-x, -100%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(12, 86, 191, 0.4) 0%, rgba(12, 86, 191, 0.1) 40%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.wildman-glow:hover::before {
    opacity: 1;
}

.wildman-glow:hover {
    border-color: rgba(12, 86, 191, 0.3) !important;
}

.wildman-glow > * {
    position: relative;
    z-index: 2;
}

.wildman-glow-lift:hover {
    transform: translateY(-4px) !important;
}

.wildman-glow-strong::before {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(12, 86, 191, 0.6) 0%, rgba(12, 86, 191, 0.2) 40%, transparent 70%);
}

.wildman-glow-subtle::before {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(12, 86, 191, 0.25) 0%, rgba(12, 86, 191, 0.08) 40%, transparent 70%);
}

/* Base Glass Card */
.wildman-glass-card {
    background: linear-gradient(135deg, #0a1628 0%, #030508 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Strong Glass Card */
.wildman-glass-card-strong {
    background: linear-gradient(135deg, #0d1f3c 0%, #060a12 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Frosted Glass Card */
.wildman-glass-card-frosted {
    background: rgba(10, 22, 40, 0.6) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Frosted Glass Light */
.wildman-glass-card-frosted-light {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Blue Tinted Glass Card */
.wildman-glass-card-blue {
    background: linear-gradient(135deg, rgba(12, 86, 191, 0.15) 0%, rgba(3, 5, 8, 0.9) 100%) !important;
    border: 1px solid rgba(12, 86, 191, 0.2) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Top Highlight Glass Card */
.wildman-glass-card-highlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(10, 22, 40, 0.8) 5%, #030508 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Inset Glass Card */
.wildman-glass-card-inset {
    background: linear-gradient(145deg, #020406 0%, #0a1628 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(255, 255, 255, 0.03) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

/* Elevated Glass Card */
.wildman-glass-card-elevated {
    background: linear-gradient(135deg, #0a1628 0%, #030508 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 10px 20px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

/* Light Mode Glass Cards */
.wildman-glass-card-light {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

.wildman-glass-card-light-blue {
    background: linear-gradient(135deg, rgba(12, 86, 191, 0.05) 0%, #ffffff 100%) !important;
    border: 1px solid rgba(12, 86, 191, 0.15) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

.wildman-glass-card-light-frosted {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

.wildman-glass-card-light-elevated {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

/* Light Mode Glow */
.wildman-glow-light {
    position: relative !important;
    overflow: hidden !important;
}

.wildman-glow-light::before {
    content: '';
    position: absolute;
    top: var(--glow-y, -100%);
    left: var(--glow-x, -100%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(12, 86, 191, 0.2) 0%, rgba(12, 86, 191, 0.06) 40%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.wildman-glow-light:hover::before {
    opacity: 1;
}

.wildman-glow-light:hover {
    border-color: rgba(12, 86, 191, 0.25) !important;
}

.wildman-glow-light > * {
    position: relative;
    z-index: 2;
}

.wildman-glow-lift.wildman-glow-light:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}


