/*
Theme Name: Gold Archery Samarinda
Theme URI: https://goldarchery.com
Author: Antigravity AI
Author URI: https://google.com
Description: Custom Premium WordPress Theme for Gold Archery Samarinda. Responsive, modular, and fully editable via Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gold-archery
Tags: archery, sports, landing-page, dark-mode, premium
*/

/* 
  Custom styles that are not covered by Tailwind 
*/
.hero-slider {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.text-gradient {
    background: linear-gradient(to right, #f5efcd, #d6b232, #aa7c1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-glow {
    box-shadow: 0 0 20px rgba(214, 178, 50, 0.15);
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Flexible Custom Logo */
.custom-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 80px; /* Constrain within h-24 (96px) navbar */
}

.custom-logo-link img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 200px; /* Prevent extremely wide logos */
    object-fit: contain;
    transition: transform 0.3s ease;
}

.custom-logo-link img:hover {
    transform: scale(1.05);
}
