body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
    color: #111
}

.hero {
    padding: 4rem 1rem;
    text-align: center;
    background: var(--color-primary);
    color: white;
}

.section {
    padding: 2rem 1rem;
    max-width: 960px;
    margin: 0 auto;
}

.section h2 {
    color: var(--color-secondary);
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    padding: 1rem;
}

.tpl-footer {
    text-align: center;
    padding: 1rem;
    background: #f8fafc;
    margin-top: 2rem;
    border-top: 1px solid #e5e7eb
}

/* Feature section background colors */
.bg-primary {
    background-color: #fdbe33 !important;
    color: #030f27 !important;
}

.bg-secondary {
    background-color: #030f27 !important;
    color: #ffffff !important;
}

/* Feature item styling */
.feature-item.bg-primary .feature-icon i {
    color: #030f27 !important;
}

.feature-item.bg-secondary .feature-icon i {
    color: #fdbe33 !important;
}

.feature-item.bg-primary .feature-text h3 {
    color: #030f27 !important;
}

.feature-item.bg-secondary .feature-text h3 {
    color: #ffffff !important;
}

.feature-item.bg-primary .feature-text p {
    color: #030f27 !important;
}

.feature-item.bg-secondary .feature-text p {
    color: #ffffff !important;
}

/* Service section square images */
.service .service-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    /* Fallback for browsers that don't support aspect-ratio */
    height: 0;
    padding-bottom: 100%;
}

.service .service-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contact Map Styles */
.contact-map {
    width: 100%;
    min-height: 300px;
    position: relative;
}

.contact-map iframe {
    width: 100%;
    border: none;
    display: block;
}

/* Map Style Variations */
.map-rounded {
    border-radius: 12px;
    overflow: hidden;
}

.map-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.map-border {
    border: 2px solid #e2e8f0;
}

.map-rounded.map-shadow {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.map-rounded.map-border {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
}

.contact-placeholder {
    background: #f8fafc;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Global Heading Styles */
.section-header.style-2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

/* High Specificity Overrides for Global Style 2 - EXPLICIT TARGETING */
/* SERVICE Section */
.service .section-header.style-2 h2,
.service .section-header.style-2 p {
    text-align: center !important;
}

.service .section-header.style-2 h2 {
    color: #fdbe33 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
}

.service .section-header.style-2 p {
    position: relative !important;
    color: #030f27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
    padding: 0 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.service .section-header.style-2 p::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

.service .section-header.style-2 p::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

/* ABOUT Section */
.about .section-header.style-2 h2,
.about .section-header.style-2 p {
    text-align: center !important;
}

.about .section-header.style-2 h2 {
    color: #fdbe33 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
}

.about .section-header.style-2 p {
    position: relative !important;
    color: #030f27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    padding: 0 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.about .section-header.style-2 p::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

.about .section-header.style-2 p::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

/* FEATURE Section */
.feature .section-header.style-2 h2,
.feature .section-header.style-2 p {
    text-align: center !important;
}

.feature .section-header.style-2 h2 {
    color: #fdbe33 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
}

.feature .section-header.style-2 p {
    position: relative !important;
    color: #030f27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    padding: 0 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.feature .section-header.style-2 p::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

.feature .section-header.style-2 p::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

/* TEAM Section */
.team .section-header.style-2 h2,
.team .section-header.style-2 p {
    text-align: center !important;
}

.team .section-header.style-2 h2 {
    color: #fdbe33 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
}

.team .section-header.style-2 p {
    position: relative !important;
    color: #030f27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    padding: 0 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.team .section-header.style-2 p::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

.team .section-header.style-2 p::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

/* PROJECTS Section (Portfolio) */
.portfolio .section-header.style-2 h2,
.portfolio .section-header.style-2 p {
    text-align: center !important;
}

.portfolio .section-header.style-2 h2 {
    color: #fdbe33 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
}

.portfolio .section-header.style-2 p {
    position: relative !important;
    color: #030f27 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    padding: 0 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.portfolio .section-header.style-2 p::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

.portfolio .section-header.style-2 p::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -40px !important;
    width: 40px !important;
    height: 2px !important;
    background: #030f27 !important;
    display: block !important;
}

/* FALLBACK for any other section using style-2 */
.section-header.style-2 h2 {
    text-transform: capitalize !important;
    color: #fdbe33 !important;
}

.section-header.style-2 p {
    color: #030f27 !important;
}

.mission.global-style-2 h3 {
    color: #030f27;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.mission.global-style-2 h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 2px;
    background: #fdbe33;
}

/* Hero Style 2 - Left Aligned Box */
.hero-style2 .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-style2 .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
}

.hero-style2 .hero-content-box {
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid #fdbe33;
    /* Fallback */
    border-left: 5px solid var(--color-primary);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    max-width: 100%;
}

.hero-style2 .hero-subtitle {
    color: #fdbe33;
    /* Fallback */
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-style2 .hero-title {
    color: #030f27;
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.hero-style2 .btn-primary {
    background: #fdbe33;
    /* Fallback */
    background: var(--color-primary);
    border-color: #fdbe33;
    /* Fallback */
    border-color: var(--color-primary);
    color: #000;
    font-weight: 600;
    padding: 1rem 3rem;
    transition: all 0.3s;
}

.hero-style2 .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for Hero Style 2 */
@media (max-width: 991.98px) {
    .hero-style2 .hero-title {
        font-size: 2.5rem;
    }

    .hero-style2 .hero-content-box {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-style2 .carousel-item img {
        height: 600px;
    }

    .hero-style2 .carousel-caption {
        background: rgba(0, 0, 0, 0.4);
    }

    .hero-style2 .hero-content-box {
        margin: 0;
        padding: 1.5rem;
    }

    .hero-style2 .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-style2 .btn-primary {
        padding: 0.8rem 2rem;
        width: 100%;
        text-align: center;
    }
}

/* Hero Style 3 - Interactive Tech */
.hero-style3 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #050510;
    font-family: 'Space Grotesk', sans-serif;
}

.hero-style3 .slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-style3 .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.hero-style3 .slide.active {
    opacity: 0.6;
}

.hero-style3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 16, 0.7);
    z-index: 1;
}

.hero-style3 #canvas-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-style3 .hero-content {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    background: radial-gradient(circle at center, transparent 0%, rgba(5, 5, 16, 0.8) 120%);
    pointer-events: none;
}

.hero-style3 .hero-content>* {
    pointer-events: auto;
}

.hero-style3 .glowing-text {
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(var(--color-accent-rgb), 0.3);
}

.hero-style3 .neon-button {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    transition: 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 4px;
}

.hero-style3 .neon-button:hover {
    background: var(--color-accent);
    box-shadow: 0 0 10px var(--color-accent), 0 0 40px var(--color-accent), 0 0 80px var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
    transition-delay: 0s;
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.hero-style3 .scanline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    z-index: 5;
    animation: scanline 8s linear infinite;
    pointer-events: none;
}

/* Tailwind-ish utility mapping for Hero Style 3 */
.hero-style3 .text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.hero-style3 .md\:text-8xl {
    font-size: 6rem;
}

.hero-style3 .font-bold {
    font-weight: 700;
}

.hero-style3 .tracking-tighter {
    letter-spacing: -0.05em;
}

.hero-style3 .mb-6 {
    margin-bottom: 1.5rem;
}

.hero-style3 .mb-12 {
    margin-bottom: 3rem;
}

.hero-style3 .border-indigo-500\/50 {
    border-color: rgba(var(--color-primary-rgb), 0.5);
}

.hero-style3 .text-indigo-300 {
    color: #a5b4fc;
}

/* Hard to map exactly, keeping generic */
.hero-style3 .bg-indigo-900\/20 {
    background-color: rgba(var(--color-secondary-rgb), 0.2);
}

.hero-style3 .rounded-full {
    border-radius: 9999px;
}

.hero-style3 .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.hero-style3 .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.hero-style3 .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.hero-style3 .tracking-widest {
    letter-spacing: 0.1em;
}

.hero-style3 .uppercase {
    text-transform: uppercase;
}

.hero-style3 .text-gray-400 {
    color: #9ca3af;
}

.hero-style3 .font-light {
    font-weight: 300;
}

.hero-style3 .leading-relaxed {
    line-height: 1.625;
}

.hero-style3 .max-w-2xl {
    max-width: 42rem;
}

@media (min-width: 768px) {
    .hero-style3 .md\:text-8xl {
        font-size: 6rem;
    }
}

/* Diagonal Strike Through for Product Prices */
.diagonal-strike {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    /* Ensure no conflict */
}

.diagonal-strike::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    /* Thicker line */
    background-color: #555 !important;
    /* Dark grey */
    transform: rotate(-12deg) !important;
    transform-origin: center !important;
    z-index: 10 !important;
    pointer-events: none;
    display: block !important;
}

/* Fix for FontAwesome icons in Feature section z-index issue */
.feature .feature-icon .fas,
.feature .feature-icon .far,
.feature .feature-icon .fab {
    position: relative;
    z-index: 3;
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    color: #fdbe33;
}

.feature .col-md-12:nth-child(2n) .feature-icon .fas,
.feature .col-md-12:nth-child(2n) .feature-icon .far,
.feature .col-md-12:nth-child(2n) .feature-icon .fab {
    color: #030f27;
}

/* Ensure overrides work for FontAwesome too */
.feature-item.bg-primary .feature-icon .fas,
.feature-item.bg-primary .feature-icon .far,
.feature-item.bg-primary .feature-icon .fab {
    color: #030f27 !important;
}

.feature-item.bg-secondary .feature-icon .fas,
.feature-item.bg-secondary .feature-icon .far,
.feature-item.bg-secondary .feature-icon .fab {
    color: #fdbe33 !important;
}