/*
Theme Name: Manavai SM Stickerrs
Theme URI: https://manavaismstickerrs.com
Author: Antigravity AI
Description: A premium WordPress theme for vehicle sticker and film experts. Includes custom post types for vehicle gallery management.
Version: 1.0.0
Text Domain: manavai-stickers
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    background: #f5f7fa;
    color: #1e293b;
    line-height: 1.5;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* top contact bar */
.top-bar {
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.6rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    border-bottom: 2px solid #fbbf24;
}

.contact-info i,
.social-links i {
    margin-right: 8px;
    color: #fbbf24;
}

.contact-info span {
    margin-right: 25px;
}

.social-links a {
    color: #e2e8f0;
    margin-left: 20px;
    transition: 0.2s;
    text-decoration: none;
    font-weight: 500;
}

.social-links a:hover {
    color: #fbbf24;
}

/* header / nav */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
    background: #0f172a;
    border-bottom: 2px solid #fbbf24;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: white;
}

.logo-area img {
    height: 60px;
    width: auto;
    border-radius: 8px;
}

.logo-text h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1;
}

.logo-text span {
    font-size: 0.8rem;
    display: block;
    color: #fbbf24;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    gap: 2.2rem;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 600;
    transition: 0.2s;
    font-size: 1rem;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #fbbf24;
}

.cta-btn {
    background: #fbbf24;
    color: #0f172a;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 8px 16px -8px #fbbf2480;
    text-decoration: none;
    display: inline-block;
}

.cta-btn:hover {
    background: #f59e0b;
    transform: scale(1.02);
}

/* HERO section */
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(112deg, #ffffff 0%, #f1f5f9 100%);
    padding: 4rem 2rem;
}

.hero-content {
    flex: 1 1 400px;
    padding-bottom: 2rem;
}

.hero-content h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(to right, #0f172a, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content .highlight {
    color: #fbbf24;
    -webkit-text-fill-color: #fbbf24;
    background: none;
}

.hero-content p {
    font-size: 1.25rem;
    margin: 1.5rem 0 2.5rem;
    color: #334155;
    max-width: 550px;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.stat-item h3 {
    font-size: 2.2rem;
    color: #b45309;
    font-weight: 800;
}

.stat-item span {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-image {
    flex: 1 1 400px;
    text-align: right;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
}

/* services */
.services {
    padding: 5rem 2rem;
    background: white;
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.section-title p {
    color: #475569;
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.service-card {
    background: #f8fafc;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 40px;
    transition: 0.3s;
    border: 1px solid #e2e8f0;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #fbbf24;
    box-shadow: 0 20px 40px -20px rgba(251, 191, 36, 0.4);
}

.service-card i {
    font-size: 3.5rem;
    color: #fbbf24;
    margin-bottom: 1.5rem;
    display: block;
}

.service-card h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-card p {
    color: #475569;
    font-size: 1rem;
}

/* gallery */
.gallery-section {
    background: #f1f5f9;
    padding: 5rem 2rem;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.tab-btn {
    background: white;
    border: 1px solid #cbd5e1;
    padding: 0.8rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    color: #1e293b;
}

.tab-btn.active,
.tab-btn:hover {
    background: #fbbf24;
    border-color: #fbbf24;
    color: #0f172a;
    transform: translateY(-2px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.gallery-item {
    border-radius: 30px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #e2e8f0;
    position: relative;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.2);
}

.gallery-img-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.overlay-content {
    color: white;
}

.overlay-content h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.overlay-content span {
    font-size: 0.9rem;
    color: #fbbf24;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery-item .caption {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caption-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
}

.caption-info span {
    font-size: 0.85rem;
    color: #64748b;
}

.caption i {
    color: #fbbf24;
    font-size: 1.2rem;
}

/* about director */
.about-director {
    padding: 6rem 2rem;
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
}

.director-img {
    flex: 1 1 350px;
    display: flex;
    justify-content: center;
}

.director-img-inner {
    position: relative;
}

.director-img-inner::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 4px solid #fbbf24;
    border-radius: 50%;
    z-index: 0;
}

.director-img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid white;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.director-bio {
    flex: 2 1 500px;
}

.director-bio h3 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.director-bio .role {
    color: #f59e0b;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.director-bio p {
    margin-bottom: 1.5rem;
    color: #334155;
    font-size: 1.2rem;
    line-height: 1.7;
}

.director-contact {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: #fbbf24;
    background: #0f172a;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.contact-item span {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
}

/* film benefits */
.film-benefits {
    background: #0f172a;
    color: white;
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.film-benefits::before {
    content: '❄️';
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 20rem;
    opacity: 0.05;
}

.film-benefits h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 1.5rem;
}

.film-benefits p {
    max-width: 850px;
    margin: 0 auto 4rem;
    font-size: 1.3rem;
    color: #cbd5e1;
}

.benefit-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.benefit-card {
    background: rgba(30, 41, 59, 0.5);
    padding: 4rem 2rem;
    border-radius: 40px;
    border: 1px solid rgba(251, 191, 36, 0.2);
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: #fbbf24;
    background: rgba(30, 41, 59, 0.8);
}

.benefit-card i {
    font-size: 4rem;
    color: #fbbf24;
    margin-bottom: 2rem;
    display: block;
}

.benefit-card h4 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.benefit-card small {
    font-size: 1rem;
    color: #fbbf24;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* admin login banner */
.admin-banner {
    background: #fef3c7;
    border: 1px dashed #f59e0b;
    margin: 2rem;
    padding: 1rem 2rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-banner span {
    color: #92400e;
    font-weight: 600;
    font-size: 0.95rem;
}

.admin-banner .login-link {
    background: #0f172a;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #fbbf24;
}

/* footer */
.footer {
    background: #0b1120;
    color: #94a3b8;
    padding: 5rem 2rem 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-col h4 {
    color: white;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 800;
}

.footer-col.about-col p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer-col .domain-tag {
    display: inline-block;
    background: #1e293b;
    color: #fbbf24;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
}

.footer-col .link-list {
    list-style: none;
}

.footer-col .link-list li {
    margin-bottom: 1rem;
}

.footer-col .link-list a {
    color: #94a3b8;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.2s;
    font-weight: 600;
}

.footer-col .link-list a:hover {
    color: #fbbf24;
    transform: translateX(5px);
}

.footer-col .link-list i {
    color: #fbbf24;
    font-size: 0.8rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.footer-contact-item i {
    color: #fbbf24;
    font-size: 1.3rem;
    margin-top: 3px;
}

.footer-contact-item .text h5 {
    color: white;
    margin-bottom: 0.2rem;
    font-size: 1rem;
}

.social-footer {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-footer a {
    width: 45px;
    height: 45px;
    background: #1e293b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.3rem;
    transition: 0.3s;
}

.social-footer a:hover {
    background: #fbbf24;
    color: #0f172a;
    transform: translateY(-5px);
}

.copyright {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 1px solid #1e293b;
    font-size: 0.95rem;
    line-height: 1.6;
}

.copyright strong {
    color: #fbbf24;
}

/* responsive */
@media (max-width: 991px) {
    .hero {
        text-align: center;
    }

    .hero-content {
        flex: 1 1 100%;
        order: 2;
    }

    .hero-image {
        flex: 1 1 100%;
        order: 1;
        margin-bottom: 3rem;
    }

    .hero-image img {
        max-width: 80%;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-content h2 {
        font-size: 2.8rem;
    }

    .about-director {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 1rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .top-bar {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .contact-info span {
        margin-right: 0;
    }

    .director-contact {
        grid-template-columns: 1fr;
    }
}