
:root {
    --main_accent: #000;
    --primary-red: #d30000;
    --primary-red-hover: #a00000;
    --bg-dark: #050505;
    --bg-card: #111111;
    --text-gray: #a1a1a1;
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header,
.award_section a * {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}

img {
    max-width: 100%;
    height: auto;
}
body {
    background-color: var(--bg-dark);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .nav-link, .btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}

.text-red { color: var(--primary-red); }
.bg-red { background-color: var(--primary-red); }

/* Buttons */
.btn-red {
    background-color: var(--primary-red);
    color: white;
    border: none;
    letter-spacing: 1px;
    padding: 10px 24px;
    font-weight: 600;
    transition: 0.3s ease;
}
.btn-red:hover {
    background-color: var(--primary-red-hover);
    color: white;
}
.btn-outline-light {
    border-color: #444;
    letter-spacing: 1px;
}
.btn-outline-light:hover {
    background-color: #222;
    border-color: #666;
}

/* Navbar */
nav {
    background:transparent;
}
nav.scroll-nav {
    background-color: #000;
}
nav.scroll-nav .navbar {
    background-color: #000;
    border-bottom: 1px solid #222;
}
.navbar-brand img { height: 160px; }
nav.scroll-nav .navbar-brand img { height: 90px; }
.nav-link {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #ddd !important;
}
.nav-link:hover, .nav-link.active { color: var(--primary-red) !important; }

/* Hero Section */
.hero-section {
    background: linear-gradient(to right, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1503376712341-ea82002dd429?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
}
.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
}

/* Section Spacing */
.section-padding { padding: 80px 0; }
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.section-subtitle {
    font-size: 0.9rem;
    color: var(--primary-red);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Services Cards */
.service-card {
    background-color: var(--bg-card);
    border: 1px solid #222;
    padding: 30px;
    height: 100%;
    transition: 0.3s;
}
.service-card:hover { border-color: var(--primary-red); }
.service-icon {
    width: 60px;
    height: 60px;
    background-color: #222;
    color: var(--primary-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.learn-more {
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.learn-more:hover { color: var(--primary-red); }

/* Gallery */
.gallery-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

/* Logos */
.brand-logo {
    filter: grayscale(100%) brightness(200%);
    height: 50px;
    opacity: 0.6;
}

/* Testimonials */
.testimonial-card {
    background-color: var(--bg-card);
    border: 1px solid #222;
    padding: 30px;
}
.stars { color: var(--primary-red); margin-bottom: 15px; }

/* Pricing */
.pricing-card {
    background-color: var(--bg-card);
    border: 1px solid #222;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    position: relative;
}
.pricing-card.popular {
    border: 2px solid var(--primary-red);
}
.popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-red);
    padding: 5px 15px;
    font-size: 0.8rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.price {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

/* Contact Form */
.form-control, .form-select {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    padding: 12px;
    font-size: 0.9rem;
}

/* FAQ Accordion */
.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
}
.accordion-button {
    background-color: transparent;
    color: white;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    box-shadow: none !important;
    padding: 20px 0;
}
.accordion-button:not(.collapsed) {
    color: var(--primary-red);
    background-color: transparent;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-body {
    color: var(--text-gray);
    padding: 0 0 20px 0;
}

/* Footer */
footer {
    border-top: 1px solid #222;
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.footer-links a:hover { color: white; }
footer img {
    max-width: 100%;
}