/*
Theme Name: ATH ATRAHI DESIGN
Theme URI: https://atrahidesign.vn
Author: ATRAHI DESIGN
Author URI: https://atrahidesign.vn
Description: Theme WordPress chuyên nghiệp cho ATRAHI DESIGN - Thiết kế & Thi công Khu Vui Chơi, F&B, Văn Phòng, Giáo Dục. Chuẩn SEO, tối ưu tốc độ.
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: ath-atrahi
Tags: one-page, custom-colors, custom-menu, featured-images, theme-options, portfolio, business

ATH ATRAHI DESIGN Theme, Copyright 2024-2026 ATRAHI DESIGN
*/

/* ========== ROOT VARIABLES ========== */
:root {
    --atrahi-gold: #b99d63;
    --atrahi-gold-dark: #9a8352;
    --atrahi-gold-light: #d4c49a;
    --atrahi-dark: #1a1a1a;
    --atrahi-gray: #f8f9fa;
    --atrahi-gray-dark: #6b7280;
}

/* ========== BASE STYLES ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--atrahi-dark);
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;              /* prevent faux-italic breaking Vietnamese diacritics */
}

::selection {
    background-color: var(--atrahi-gold);
    color: #fff;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
    background: var(--atrahi-gold);
    border-radius: 10px;
}

/* ========== TYPOGRAPHY ========== */

/*
 * Vietnamese font safety:
 * - Playfair Display supports Vietnamese via latin-ext subset but
 *   faux-italic (browser-synthesized) breaks combining diacritical marks.
 * - We now load real italic from Google Fonts (header.php).
 * - Disabling font-synthesis prevents the browser from ever synthesizing
 *   missing italic/bold glyphs that corrupt Vietnamese marks.
 * - Montserrat is the first fallback for any missing glyphs.
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Montserrat', Georgia, serif;
    font-weight: 700;
    line-height: 1.2;
    font-synthesis: none;              /* never fake-italic / fake-bold */
    -webkit-font-smoothing: antialiased;
}

/* For italic headings / taglines containing Vietnamese, prefer Montserrat
   which has stronger Vietnamese diacritic support than Playfair italic */
.about-hero-tagline,
.vi-text-italic {
    font-family: 'Montserrat', 'Playfair Display', sans-serif;
    font-synthesis: none;
}

.text-gold {
    color: var(--atrahi-gold);
}

.bg-gold {
    background-color: var(--atrahi-gold);
}

.border-gold {
    border-color: var(--atrahi-gold);
}

/* ========== SERVICE PAGES — DARK-THEME GLOBAL FIX ========== */
/* Ensures all dark-background service pages have consistent
   text colors, button sizes, spacing, and contrast */

.service-detail-page,
.services-main-page {
    font-synthesis: none;
}

/* — Headings on dark background must be white — */
.service-detail-page h1,
.service-detail-page h2,
.service-detail-page h3,
.service-detail-page h4,
.services-main-page h1,
.services-main-page h2,
.services-main-page h3,
.services-main-page h4 {
    color: #ffffff !important;
}

/* — Body text on dark background — */
.service-detail-page p,
.services-main-page p {
    color: #cccccc !important;
}

/* — Section titles: consistent margin — */
.service-detail-page .section-title,
.services-main-page .section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 12px;
    line-height: 1.3;
}

/* — Section desc: visible on dark backgrounds — */
.service-detail-page .section-desc,
.services-main-page .section-desc {
    font-size: 1.05rem;
    color: #888888 !important;
    margin: 0;
    max-width: 600px;
}

.service-detail-page .section-header.text-center .section-desc,
.services-main-page .section-header.text-center .section-desc {
    margin: 0 auto;
}

/* — text-gold override (consistent #b99d63) — */
.service-detail-page .text-gold,
.services-main-page .text-gold {
    color: #b99d63 !important;
}

/* — Type cards: text visible — */
.service-detail-page .type-title,
.services-main-page .type-title {
    color: #ffffff !important;
}

.service-detail-page .type-desc,
.services-main-page .type-desc {
    color: #aaaaaa !important;
}

/* — Highlight items — */
.service-detail-page .highlight-item,
.services-main-page .highlight-item {
    color: #e0e0e0;
}

/* — Unified Button System — */
.service-detail-page .btn,
.services-main-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.service-detail-page .btn-gold,
.services-main-page .btn-gold {
    background: #b99d63;
    color: #1a1a1a;
    border-color: #b99d63;
}

.service-detail-page .btn-gold:hover,
.services-main-page .btn-gold:hover {
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
}

.service-detail-page .btn-outline,
.services-main-page .btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: #b99d63;
}

.service-detail-page .btn-outline:hover,
.services-main-page .btn-outline:hover {
    background: #b99d63;
    color: #1a1a1a;
}

.service-detail-page .btn-lg,
.services-main-page .btn-lg {
    padding: 16px 32px;
}

.service-detail-page .btn-block,
.services-main-page .btn-block {
    width: 100%;
    justify-content: center;
}

/* — Contact values / labels — */
.service-detail-page .contact-label {
    color: #888 !important;
}

.service-detail-page .contact-value {
    color: #b99d63 !important;
}

.service-detail-page .contact-value:hover {
    color: #ffffff !important;
}

/* — CTA Form — */
.service-detail-page .cta-form,
.services-main-page .cta-form {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 20px;
}

.service-detail-page .cta-form h3,
.services-main-page .cta-form h3 {
    color: #ffffff !important;
}

/* — Feature cards consistent bg — */
.service-detail-page .feature-card {
    background: #0d0d0d !important;
    border: 1px solid #333;
}

/* — Portfolio cards — */
.service-detail-page .portfolio-title {
    color: #ffffff !important;
}

.service-detail-page .portfolio-location {
    color: #888888 !important;
}

/* ========== FOOTER CTA — CONTRAST & STYLE FIX ========== */
.footer-cta-section {
    background: linear-gradient(135deg, #b99d63, #9a8352);
    padding: 60px 0;
}

.footer-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-cta-section h2 {
    color: #ffffff !important;
    font-family: 'Montserrat', 'Playfair Display', sans-serif !important;
    font-synthesis: none;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.footer-cta-section p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
    margin: 0;
}

.footer-cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-family: 'Montserrat', sans-serif;
}

.footer-cta-btn.primary {
    background: #ffffff;
    color: #8a7445;
    border-color: #ffffff;
}

.footer-cta-btn.primary:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.footer-cta-btn.secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
}

.footer-cta-btn.secondary:hover {
    background: #ffffff;
    color: #8a7445;
    border-color: #ffffff;
}

/* ========== UTILITIES ========== */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(20px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

@keyframes slideInLeft {
    from { 
        opacity: 0; 
        transform: translateX(-30px); 
    }
    to { 
        opacity: 1; 
        transform: translateX(0); 
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    gap: 0.5rem;
}

.btn-gold {
    background-color: var(--atrahi-gold);
    color: #fff;
}

.btn-gold:hover {
    background-color: var(--atrahi-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(185, 157, 99, 0.4);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--atrahi-gold);
    color: var(--atrahi-gold);
}

.btn-outline:hover {
    background-color: var(--atrahi-gold);
    color: #fff;
}

.btn-dark {
    background-color: var(--atrahi-dark);
    color: #fff;
}

.btn-dark:hover {
    background-color: #333;
}

.btn-white {
    background-color: #fff;
    color: var(--atrahi-dark);
}

.btn-white:hover {
    background-color: #f3f4f6;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

/* ========== GLASS HEADER ========== */
.glass-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* ========== NAVIGATION ========== */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

.main-nav.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.nav-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, var(--atrahi-gold), var(--atrahi-gold-dark));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}

.nav-logo-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--atrahi-dark);
    letter-spacing: -0.025em;
}

.nav-links {
    display: none;
    align-items: center;
    gap: 2rem;
    list-style: none;
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
    }
}

.nav-links a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
}

.nav-links a:hover {
    color: var(--atrahi-gold);
}

.nav-links .dropdown {
    position: relative;
}

.nav-links .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 280px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 50;
}

.nav-links .dropdown-menu.mega-menu {
    min-width: 320px;
}

.nav-links .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu li {
    margin-bottom: 0.25rem;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #4b5563;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.dropdown-menu a:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fefce8 100%);
    color: var(--atrahi-gold-dark);
    transform: translateX(5px);
}

.dropdown-menu .menu-thumb {
    width: 50px;
    height: 50px;
    border-radius: 0.5rem;
    object-fit: cover;
    flex-shrink: 0;
}

.dropdown-menu a span {
    flex: 1;
    font-weight: 500;
}

.nav-phone {
    display: none;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--atrahi-dark);
    text-decoration: none;
}

@media (min-width: 768px) {
    .nav-phone {
        display: flex;
    }
}

.nav-phone svg {
    color: var(--atrahi-gold);
}

.mobile-menu-btn {
    display: flex;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--atrahi-dark);
}

@media (min-width: 1024px) {
    .mobile-menu-btn {
        display: none;
    }
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 110;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 1.5rem;
    overflow-y: auto;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    list-style: none;
}

.mobile-menu-links a {
    display: block;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--atrahi-dark);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.mobile-menu-links a:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fefce8 100%);
    color: var(--atrahi-gold);
}

.mobile-menu-section {
    padding: 0.5rem 1rem;
    margin-top: 0.75rem;
}

.mobile-menu-section span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--atrahi-gold);
}

/* ========== HERO SECTION ========== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fefce8 0%, #fff 50%, #fef3c7 100%);
    padding-top: 5rem;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-content {
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-content {
        text-align: left;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(185, 157, 99, 0.1);
    border: 1px solid rgba(185, 157, 99, 0.3);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

.hero-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--atrahi-gold);
    border-radius: 9999px;
    animation: pulse 2s infinite;
}

.hero-badge-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--atrahi-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--atrahi-dark);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .hero h1 {
        font-size: 4rem;
    }
}

.hero h1 span {
    color: var(--atrahi-gold);
}

.hero-desc {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    max-width: 500px;
}

@media (min-width: 1024px) {
    .hero-desc {
        margin-left: 0;
        margin-right: auto;
    }
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.hero-stat {
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-stat {
        text-align: left;
    }
}

.hero-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--atrahi-gold);
}

.hero-stat-label {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.hero-image {
    position: relative;
    display: none;
}

@media (min-width: 1024px) {
    .hero-image {
        display: block;
    }
}

.hero-image img {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-image-badge {
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-image-badge-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(185, 157, 99, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
}

.hero-image-badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--atrahi-dark);
}

.hero-image-badge-sub {
    font-size: 0.75rem;
    color: #6b7280;
}

/* ========== SECTION STYLES ========== */
.section {
    padding: 5rem 0;
}

@media (min-width: 768px) {
    .section {
        padding: 6rem 0;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: rgba(185, 157, 99, 0.1);
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.section-badge-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--atrahi-gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--atrahi-dark);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.section-desc {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== PAIN POINTS SECTION ========== */
.pain-points {
    background: #fff;
}

.pain-points-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .pain-points-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pain-points-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.pain-point-card {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
}

.pain-point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.1);
}

.pain-point-icon {
    width: 3rem;
    height: 3rem;
    background: #fee2e2;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    margin: 0 auto 1rem;
}

.pain-point-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 0.5rem;
}

.pain-point-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

/* ========== SOLUTIONS SECTION ========== */
.solutions {
    background: var(--atrahi-dark);
    color: #fff;
}

.solutions .section-title {
    color: #fff;
}

.solutions .section-desc {
    color: #9ca3af;
}

.solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.solution-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.3s;
}

.solution-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--atrahi-gold);
    transform: translateY(-5px);
}

.solution-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(185, 157, 99, 0.2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
    margin-bottom: 1.5rem;
}

.solution-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.solution-desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.6;
}

/* ========== SERVICES/CATEGORIES SECTION ========== */
.services {
    background: #f9fafb;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

a.service-card {
    text-decoration: none;
    display: block;
}

.service-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(185, 157, 99, 0.15);
}

.service-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.service-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card-content {
    padding: 1.5rem;
}

.service-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 0.5rem;
}

.service-card-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.service-card-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.service-card-bullet {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fefce8 100%);
    border-radius: 9999px;
    color: var(--atrahi-gold-dark);
    font-weight: 500;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--atrahi-gold);
    font-weight: 600;
    font-size: 0.875rem;
    transition: gap 0.3s;
}

.service-card:hover .service-card-link {
    gap: 0.75rem;
    color: var(--atrahi-gold-dark);
}

/* ========== PROCESS SECTION ========== */
.process {
    background: #fff;
}

.process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-step {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.process-step:hover {
    border-color: var(--atrahi-gold);
    box-shadow: 0 10px 30px rgba(185, 157, 99, 0.1);
}

.process-step-number {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    background: var(--atrahi-gold);
    color: #fff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
}

.process-step-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(185, 157, 99, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
    margin: 0 auto 1rem;
}

.process-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 0.5rem;
}

.process-step-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

/* ========== PORTFOLIO SECTION ========== */
.portfolio {
    background: #f9fafb;
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.portfolio-filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    background: var(--atrahi-gold);
    border-color: var(--atrahi-gold);
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.portfolio-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.portfolio-card:hover img {
    transform: scale(1.1);
}

.portfolio-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.portfolio-card:hover .portfolio-card-overlay {
    opacity: 1;
}

.portfolio-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    color: #fff;
    transform: translateY(10px);
    opacity: 0.9;
    transition: all 0.3s;
}

.portfolio-card:hover .portfolio-card-content {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-card-category {
    display: inline-block;
    font-size: 0.7rem;
    color: #fff;
    background: var(--atrahi-gold);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.portfolio-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
}

.portfolio-card-meta {
    font-size: 0.75rem;
    color: #d1d5db;
    margin-top: 0.5rem;
}

/* ========== PRICING SECTION ========== */
.pricing {
    background: #fff;
}

.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.pricing-tab {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
}

.pricing-tab:hover,
.pricing-tab.active {
    border-color: var(--atrahi-gold);
    color: var(--atrahi-gold);
}

.pricing-tab.active {
    background: rgba(185, 157, 99, 0.1);
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
}

.pricing-card:hover {
    border-color: var(--atrahi-gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card.recommended {
    border-color: var(--atrahi-gold);
    background: linear-gradient(135deg, rgba(185, 157, 99, 0.05), rgba(185, 157, 99, 0.1));
    transform: scale(1.05);
}

.pricing-card-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--atrahi-gold);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.pricing-card-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 0.5rem;
}

.pricing-card-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--atrahi-gold);
    margin-bottom: 0.25rem;
}

.pricing-card-unit {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.pricing-card-benefits {
    list-style: none;
    margin-bottom: 1.5rem;
}

.pricing-card-benefits li {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-card-benefits li:last-child {
    border-bottom: none;
}

.pricing-card-benefits svg {
    color: #10b981;
    flex-shrink: 0;
}

/* ========== FAQ SECTION ========== */
.faq {
    background: #f9fafb;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--atrahi-dark);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question svg {
    transition: transform 0.3s;
    color: var(--atrahi-gold);
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem 1.25rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ========== CONTACT SECTION ========== */
.contact {
    background: var(--atrahi-dark);
    color: #fff;
}

.contact .section-title {
    color: #fff;
}

.contact .section-desc {
    color: #9ca3af;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-info-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(185, 157, 99, 0.2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
    flex-shrink: 0;
}

.contact-info-label {
    font-size: 0.75rem;
    color: #6b7280 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.contact-info-value {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a !important;
}

.contact-info-value a {
    color: #1a1a1a !important;
    text-decoration: none;
}

.contact-info-value a:hover {
    color: #b99d63 !important;
}

.contact-form {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.contact-form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--atrahi-dark);
    margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--atrahi-gold);
}

.form-textarea {
    resize: none;
    min-height: 100px;
}

/* ========== FOOTER ========== */
.footer {
    background: #111;
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--atrahi-gold);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}

.footer-logo-text {
    font-size: 1.25rem;
    font-weight: 800;
}

.footer-desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.footer-social {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
}

.footer-social:hover {
    background: var(--atrahi-gold);
}

.footer-column h4 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--atrahi-gold);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.footer-copyright {
    font-size: 0.875rem;
    color: #6b7280;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: var(--atrahi-gold);
}

/* ========== MOBILE STICKY CTA ========== */
.mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 0.75rem;
    z-index: 90;
}

@media (min-width: 768px) {
    .mobile-sticky-cta {
        display: none;
    }
}

.mobile-sticky-cta .btn {
    flex: 1;
}

/* ========== CASE STUDY SECTION ========== */
.case-study {
    background: linear-gradient(135deg, #fefce8 0%, #fff 100%);
}

.case-study-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .case-study-content {
        grid-template-columns: 1fr 1fr;
    }
}

.case-study-image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.case-study-image img {
    width: 100%;
    height: auto;
}

.case-study-info h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--atrahi-dark);
    margin-bottom: 1rem;
}

.case-study-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.case-study-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.case-study-stat {
    text-align: center;
    padding: 1rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.case-study-stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--atrahi-gold);
}

.case-study-stat-label {
    font-size: 0.75rem;
    color: #6b7280;
}

/* ========== DELIVERABLES SECTION ========== */
.deliverables {
    background: var(--atrahi-dark);
    color: #fff;
}

.deliverables .section-title {
    color: #fff;
}

.deliverables-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .deliverables-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .deliverables-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.deliverable-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
}

.deliverable-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--atrahi-gold);
}

.deliverable-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(185, 157, 99, 0.2);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
    margin: 0 auto 1rem;
}

.deliverable-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.deliverable-desc {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* ========== OFFICE MODELS ========== */
.office-models {
    background: #f9fafb;
}

.office-models-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .office-models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .office-models-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.office-model-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.office-model-card:hover {
    border-color: var(--atrahi-gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.office-model-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(185, 157, 99, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atrahi-gold);
    margin: 0 auto 1.5rem;
}

.office-model-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--atrahi-dark);
    margin-bottom: 0.75rem;
}

.office-model-desc {
    font-size: 0.875rem;
    color: #6b7280;
}
/* ========== PAGE TEMPLATES - SEO OPTIMIZED ========== */

/* About Page */
.about-page .page-header,
.about-hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
}

.about-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.about-hero-image {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.about-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.company-stats {
    padding: 4rem 0;
    background: var(--atrahi-gold);
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

.about-content {
    padding: 5rem 0;
}

.our-values {
    padding: 5rem 0;
    background: #f9fafb;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value-item {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.value-item:hover {
    border-color: var(--atrahi-gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.value-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--atrahi-dark);
}

.value-item p {
    color: #6b7280;
    font-size: 0.95rem;
}

.why-choose-us {
    padding: 5rem 0;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 768px) {
    .two-columns {
        grid-template-columns: 1fr 1fr;
    }
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.features-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list strong {
    color: var(--atrahi-gold);
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.image-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* Pricing Page */
.pricing-page .page-header,
.pricing-hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
}

.pricing-section {
    padding: 5rem 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s;
}

.pricing-card:hover {
    border-color: var(--atrahi-gold);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pricing-card.featured {
    border-color: var(--atrahi-gold);
    box-shadow: 0 10px 30px rgba(185,157,99,0.2);
}

.badge-recommended {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--atrahi-gold);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--atrahi-gold);
}

.price span {
    font-size: 1rem;
    color: #6b7280;
}

.save-badge {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.75rem 0;
    font-size: 0.95rem;
}

.other-pricing {
    padding: 5rem 0;
    background: #f9fafb;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-category {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

.service-category h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--atrahi-dark);
}

.service-category ul {
    list-style: none;
    padding: 0;
}

.service-category li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-category li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--atrahi-gold);
}

.process-section {
    padding: 5rem 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 4rem;
    height: 4rem;
    background: var(--atrahi-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.process-step h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.process-step p {
    font-size: 0.95rem;
    color: #6b7280;
}

.benefits-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-item {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #6b7280;
}

/* Projects Archive */
.projects-archive-page .page-header {
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
}

.filter-section {
    padding: 2rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.filter-tab {
    padding: 0.75rem 1.5rem;
    border: 2px solid #e5e7eb;
    background: #fff;
    border-radius: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-tab:hover,
.filter-tab.active {
    border-color: var(--atrahi-gold);
    background: var(--atrahi-gold);
    color: #fff;
}

.projects-section {
    padding: 4rem 0;
}

.portfolio-card-link {
    text-decoration: none;
    color: inherit;
}

.portfolio-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.portfolio-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s;
}

.portfolio-card:hover .portfolio-card-image img {
    transform: scale(1.1);
}

.portfolio-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(185,157,99,0.9);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.portfolio-card:hover .portfolio-card-overlay {
    opacity: 1;
}

.view-project {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
}

.portfolio-card-category {
    display: inline-block;
    background: rgba(185,157,99,0.1);
    color: var(--atrahi-gold);
    padding: 0.25rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.portfolio-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.portfolio-card-meta {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.portfolio-card-meta span {
    margin-right: 1rem;
}

.portfolio-card-excerpt {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
}

.no-projects {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 0;
}

.pagination {
    margin-top: 4rem;
}

.pagination ul {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination a {
    display: block;
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-decoration: none;
    color: var(--atrahi-dark);
    transition: all 0.3s;
}

.pagination a:hover,
.pagination .current {
    background: var(--atrahi-gold);
    color: #fff;
    border-color: var(--atrahi-gold);
}

/* Contact Page */
.contact-page .page-header,
.contact-hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
}

.contact-section {
    padding: 5rem 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .contact-wrapper {
        grid-template-columns: 1fr 1.5fr;
    }
}

.contact-info h2,
.contact-form h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.intro {
    color: #6b7280;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.contact-icon {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(185,157,99,0.1);
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.contact-details h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: #6b7280;
    line-height: 1.8;
}

.contact-details a {
    color: var(--atrahi-gold);
    text-decoration: none;
    font-weight: 600;
}

.contact-details a:hover {
    text-decoration: underline;
}

.social-links {
    margin-top: 2rem;
}

.social-links h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(185,157,99,0.1);
    border-radius: 0.5rem;
    color: var(--atrahi-gold);
    transition: all 0.3s;
}

.social-icons a:hover {
    background: var(--atrahi-gold);
    color: #fff;
    transform: translateY(-3px);
}

.contact-form {
    background: #f9fafb;
    padding: 3rem;
    border-radius: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--atrahi-dark);
}

.required {
    color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--atrahi-gold);
    box-shadow: 0 0 0 3px rgba(185,157,99,0.1);
}

.btn-block {
    width: 100%;
}

.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.form-message.success {
    background: #d1fae5;
    color: #065f46;
}

.form-message.error {
    background: #fee2e2;
    color: #991b1b;
}

.map-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.map-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* CTA Section - Reusable */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--atrahi-dark) 0%, #2d2d2d 100%);
    color: #fff;
}

.cta-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-box h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.125rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 1rem 0;
    font-size: 0.875rem;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.breadcrumbs li:not(:last-child):after {
    content: "›";
    margin-left: 0.5rem;
    color: #6b7280;
}

.breadcrumbs a {
    color: var(--atrahi-gold);
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Page Headers */
.page-header,
.page-title {
    text-align: center;
}

.page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.highlight {
    color: var(--atrahi-gold);
}

.lead {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

.badge {
    display: inline-block;
    background: rgba(185,157,99,0.1);
    color: var(--atrahi-gold);
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header.text-center {
    text-align: center;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .cta-box h2 {
        font-size: 1.75rem;
    }
    
    .section-header h2 {
        font-size: 1.875rem;
    }
    
    .contact-form {
        padding: 2rem;
    }
}

/* ========== SERVICE LANDING PAGES ========== */

/* Service Hero */
.service-landing-page .service-hero {
    position: relative;
    padding: 8rem 0 5rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    overflow: hidden;
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.service-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.service-hero .hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.service-hero .hero-description {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--atrahi-gold);
    margin-bottom: 0.5rem;
}

.stat-text {
    font-size: 1rem;
    opacity: 0.8;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

/* Service Types */
.services-types {
    padding: 6rem 0;
    background: #f9fafb;
}

.service-types-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .service-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-type-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    position: relative;
    transition: all 0.3s;
}

.service-type-card:hover {
    border-color: var(--atrahi-gold);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-type-card.featured {
    border-color: var(--atrahi-gold);
    background: linear-gradient(135deg, #fff 0%, #fffbf5 100%);
}

.badge-popular {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--atrahi-gold);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.card-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
}

.service-type-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--atrahi-dark);
}

.service-type-card p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    color: #374151;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--atrahi-gold);
    font-weight: 700;
    font-size: 1.25rem;
}

/* Featured Projects */
.featured-projects {
    padding: 6rem 0;
}

.projects-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.project-showcase-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.project-showcase-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: #fff;
}

/* Pricing Highlight */
.pricing-highlight {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
}

.pricing-cards-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card-mini {
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.pricing-card-mini.highlighted {
    border-color: var(--atrahi-gold);
    transform: scale(1.05);
}

.badge-best {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--atrahi-gold);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
}

.price-tag {
    font-size: 2rem;
    font-weight: 800;
    color: var(--atrahi-gold);
    margin-bottom: 1rem;
}

.pricing-table {
    margin-top: 3rem;
    overflow-x: auto;
}

.pricing-table table {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border-radius: 1rem;
    border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
    padding: 1.5rem;
    text-align: left;
}

.pricing-table thead {
    background: rgba(185,157,99,0.2);
}

.pricing-table tbody tr.highlighted {
    background: rgba(185,157,99,0.1);
}

/* FAQ */
.faq-section {
    padding: 6rem 0;
    background: #f9fafb;
}

.faq-list {
    max-width: 900px;
    margin: 3rem auto 0;
}

.faq-item {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb;
}

.faq-question {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--atrahi-dark);
}

/* Testimonials */
.testimonials {
    padding: 6rem 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: #f9fafb;
    padding: 2.5rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

.quote {
    font-size: 4rem;
    color: var(--atrahi-gold);
    line-height: 1;
    opacity: 0.3;
}

/* CTA Final */
.cta-final {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--atrahi-gold-dark) 0%, var(--atrahi-gold) 100%);
    color: #fff;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--atrahi-gold);
    color: var(--atrahi-gold);
}

.btn-outline-light {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

/* Responsive Service Pages */
@media (max-width: 768px) {
    .service-hero .hero-title {
        font-size: 2rem;
    }
    
    .service-type-card {
        padding: 2rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}

/* ========== MODERN EFFECTS & ANIMATIONS ========== */

/* Scroll Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger Animation for Lists */
.stagger-children > * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.stagger-children.active > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.active > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.active > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.active > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.active > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.active > *:nth-child(6) { transition-delay: 0.6s; }
.stagger-children.active > *:nth-child(7) { transition-delay: 0.7s; }
.stagger-children.active > *:nth-child(8) { transition-delay: 0.8s; }

.stagger-children.active > * {
    opacity: 1;
    transform: translateY(0);
}

/* Parallax Effect */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Glass Morphism Card */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Glow Effect */
.glow-gold {
    box-shadow: 0 0 30px rgba(185, 157, 99, 0.4);
}

.glow-gold:hover {
    box-shadow: 0 0 50px rgba(185, 157, 99, 0.6);
}

/* Hover Scale Effect */
.hover-scale {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-scale:hover {
    transform: scale(1.03);
}

/* Hover Lift Effect */
.hover-lift {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Image Hover Zoom */
.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.img-zoom:hover img {
    transform: scale(1.1);
}

/* Shimmer Loading Effect */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.shimmer {
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite linear;
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, var(--atrahi-gold) 0%, var(--atrahi-gold-light) 50%, var(--atrahi-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Animated Underline */
.animated-underline {
    position: relative;
    display: inline-block;
}

.animated-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--atrahi-gold);
    transition: width 0.4s ease;
}

.animated-underline:hover::after {
    width: 100%;
}

/* Morphing Button */
.btn-morph {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-morph::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.btn-morph:hover::before {
    left: 100%;
}

/* Card 3D Tilt Effect */
.tilt-card {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.tilt-card:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(5deg);
}

/* Pulsing Badge */
@keyframes badge-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(185, 157, 99, 0.7);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(185, 157, 99, 0);
    }
}

.pulse-badge {
    animation: badge-pulse 2s infinite;
}

/* Typing Effect */
@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: var(--atrahi-gold); }
}

.typing-effect {
    border-right: 3px solid var(--atrahi-gold);
    animation: blink-caret 0.75s step-end infinite;
}

/* Counter Animation */
.counter-animate {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* Floating Dots Background */
@keyframes float-dots {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

.floating-bg {
    position: relative;
    overflow: hidden;
}

.floating-bg::before,
.floating-bg::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 157, 99, 0.1) 0%, transparent 70%);
    animation: float-dots 8s ease-in-out infinite;
}

.floating-bg::before {
    top: 10%;
    left: 10%;
}

.floating-bg::after {
    bottom: 10%;
    right: 10%;
    animation-delay: -4s;
}

/* Service Card Enhanced */
.service-card {
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
    opacity: 0.6;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-card:hover::before {
    opacity: 0.8;
}

.service-card-content {
    position: relative;
    z-index: 2;
}

/* Portfolio Card Enhanced */
.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.portfolio-card img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

.portfolio-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.8) 100%);
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-card-overlay {
    opacity: 1;
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--atrahi-gold), var(--atrahi-gold-light));
    z-index: 10000;
    transition: width 0.1s ease;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--atrahi-gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(185, 157, 99, 0.3);
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(185, 157, 99, 0.4);
}

/* Section Divider */
.section-divider {
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, #f8f9fa 100%);
}

/* Animated Stats Number */
@keyframes count-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-animate {
    animation: count-up 0.8s ease forwards;
}

/* Enhanced Shadow Classes */
.shadow-gold {
    box-shadow: 0 20px 40px -15px rgba(185, 157, 99, 0.3);
}

.shadow-gold-lg {
    box-shadow: 0 25px 60px -15px rgba(185, 157, 99, 0.4);
}

/* Smooth Section Transitions */
section {
    position: relative;
}

/* Loading Animation */
@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(185, 157, 99, 0.2);
    border-top-color: var(--atrahi-gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Image Lazy Load Fade */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.5s ease;
}

img[loading="lazy"].loaded,
img[loading="lazy"]:not([src=""]) {
    opacity: 1;
}

/* Print Styles */
@media print {
    .main-nav,
    .mobile-menu,
    .back-to-top,
    .scroll-progress,
    .floating-cta {
        display: none !important;
    }
}
