/*
Theme Name: AroraTheme
Theme URI: https://drischongrecruitment.co.uk/
Author: AroraTheme Ltd
Author URI: https://drischongrecruitment.co.uk/
Description: A premium, highly customizable, and high-performance corporate theme designed specifically for hospitality, catering, and event staffing agencies. Supports native WordPress Customizer and page builders like Elementor.
Version: 1.2.5
Text Domain: aroratheme
*/

/* ----------------------------------------------------
   1. DESIGN SYSTEM & ROOT VARIABLES
------------------------------------------------------- */
:root {
    /* Color Palette */
    --color-bg-primary: #E59599;      /* Rose Pink */
    --color-bg-secondary: #F1DDE0;    /* Dusty Soft Pink background */
    --color-bg-accent: #E59599;       /* Rose Pink */
    --color-bg-dark: #1A0D10;         /* Deep Charcoal-Burgundy */
    --color-text-dark: #1C1C1C;       /* Off-Black */
    --color-text-light: #F9F9F9;      /* Off-White */
    --color-text-muted: #6B5B5E;      /* Muted Pink-Grey */
    
    /* Brand Buttons */
    --color-whatsapp: #1C1C1C;        /* Black button background */
    --color-whatsapp-hover: #000000;  /* Pure Black hover */
    --color-button-dark: #1C1C1C;
    --color-button-dark-hover: #000000;
    
    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Montserrat', 'Helvetica Neue', sans-serif;
    
    /* Shadows & Border Radius */
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --shadow-md: 0 10px 15px -3px rgba(26, 13, 16, 0.08), 0 4px 6px -2px rgba(26, 13, 16, 0.04);
    --shadow-lg: 0 20px 25px -5px rgba(26, 13, 16, 0.1), 0 10px 10px -5px rgba(26, 13, 16, 0.04);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-circle: 50%;
    
    /* Container Width */
    --max-width: 1200px;
    
    /* Transition */
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----------------------------------------------------
   2. RESET & BASE STYLES
------------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg-secondary);
    color: var(--color-text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography elements */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.38;
    color: var(--color-bg-dark);
}

h1, h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
}

h3 {
    font-size: 18.6px; /* 14pt */
    line-height: 1.5;
    font-weight: 700;
}

p {
    font-size: 16px; /* 12pt */
    font-weight: 300; /* Montserrat Light */
    color: var(--color-text-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.heading-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline;
}

.heading-link:hover {
    color: inherit;
    opacity: 0.85;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 1.5rem;
    font-family: var(--font-body);
    font-size: 16px; /* 12pt */
    font-weight: 300; /* Montserrat Light */
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    text-align: center;
    line-height: 1.4;
    box-sizing: border-box;
}

.btn-whatsapp {
    background-color: var(--color-whatsapp);
    color: var(--color-text-light);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp:hover {
    background-color: var(--color-whatsapp-hover);
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.btn-dark {
    background-color: var(--color-button-dark);
    color: var(--color-text-light);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-dark:hover {
    background-color: var(--color-button-dark-hover);
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--color-bg-dark);
    color: var(--color-bg-dark);
    min-height: 38px;
    line-height: 1.4;
}

.btn-outline:hover {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    transform: translateY(-1px);
}

/* Container */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section Common */
.section {
    padding: 6rem 0;
    position: relative;
}

/* ----------------------------------------------------
   3. SITE HEADER / NAVIGATION
------------------------------------------------------- */
.site-header {
    background-color: var(--color-bg-primary);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(26, 13, 16, 0.05);
    transition: var(--transition-smooth);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
}

/* Logo and Branding */
.site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-circle {
    width: 60px;
    height: 60px;
    background-color: var(--color-bg-secondary);
    border-radius: var(--radius-circle);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid var(--color-bg-accent);
    box-shadow: var(--shadow-sm);
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branding-text {
    display: flex;
    flex-direction: column;
}

.site-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-bg-dark);
    font-family: var(--font-heading);
}

.site-tagline {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-text-muted);
}

/* Navigation Links */
.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

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

.nav-menu a {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-bg-dark);
    position: relative;
    padding: 0.3rem 0;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-bg-accent);
    transition: var(--transition-smooth);
}

.nav-menu a:hover {
    color: var(--color-bg-accent);
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Mobile Toggle */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-bg-dark);
}

/* ----------------------------------------------------
   4. SECTIONS
------------------------------------------------------- */

/* --- HERO SECTION --- */
.section-hero {
    background-color: var(--color-bg-primary);
    padding: 4rem 0 6rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.hero-content h1 {
    color: var(--color-bg-dark);
    margin-bottom: 1.5rem;
}

.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 2.2rem;
    color: rgba(26, 13, 16, 0.85);
}

.hero-image-wrapper {
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-smooth);
}

.hero-image:hover {
    transform: scale(1.02);
}

/* --- ABOUT SECTION --- */
.section-about {
    background-color: var(--color-bg-secondary);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-smooth);
}

.about-image:hover {
    transform: scale(1.02);
}

.about-badge {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    border-left: 3px solid var(--color-bg-accent);
}

.about-content .section-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-bg-accent);
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.about-content h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.about-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
}

/* --- SERVICES SECTION --- */
.section-services {
    background-color: var(--color-bg-primary);
}

.services-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem auto;
}

.services-header .section-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-bg-dark);
    opacity: 0.7;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.service-card {
    background-color: var(--color-bg-secondary);
    padding: 3rem 2.2rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    border-bottom: 4px solid transparent;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-bottom-color: var(--color-bg-dark);
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-bg-primary);
    border-radius: var(--radius-circle);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    color: var(--color-bg-dark);
    font-size: 1.5rem;
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    margin-bottom: 0;
}

.services-cta {
    text-align: center;
}

/* --- CTA NEED STAFF SECTION --- */
.section-cta {
    background-color: var(--color-bg-secondary);
}

.cta-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
    align-items: center;
}

.cta-content .section-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-bg-accent);
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.cta-content h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.cta-image-wrapper {
    position: relative;
}

.cta-image {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-smooth);
}

.cta-image:hover {
    transform: scale(1.02);
}

/* --- APPLY SECTION --- */
.section-apply {
    background-color: var(--color-bg-primary);
}

.apply-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem;
    align-items: center;
}

.apply-image-wrapper {
    position: relative;
}

.apply-image {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-smooth);
}

.apply-image:hover {
    transform: scale(1.02);
}

.apply-content .section-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-bg-dark);
    opacity: 0.7;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.apply-content h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.apply-content p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

/* ----------------------------------------------------
   5. SITE FOOTER
------------------------------------------------------- */
.site-footer {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    padding: 4rem 0 2rem 0;
}

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

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10.6px; /* 8pt */
    color: #f1dde0; /* light pink label text */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.footer-sublabel {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10.6px; /* 8pt */
    color: #f1dde0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.footer-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13.3px; /* 10pt */
    color: var(--color-text-light);
    line-height: 1.6;
    margin: 0;
}

.footer-value a {
    color: var(--color-text-light);
    transition: var(--transition-smooth);
}

.footer-value a:hover {
    color: var(--color-bg-primary);
}

.address-value {
    font-weight: 300; /* address body is light Montserrat */
    line-height: 1.8;
}

.footer-bottom {
    border-top: 1px solid rgba(249, 249, 249, 0.08);
    padding-top: 2rem;
    text-align: center;
}

.footer-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgba(249, 249, 249, 0.7);
    margin: 0;
}

/* ----------------------------------------------------
   5.5. GOOGLE SITE TOP STRIP & LOGO SECTION
------------------------------------------------------- */

/* --- TOP PINK BAR --- */
.top-pink-bar {
    background-color: var(--color-bg-accent); /* Coral Pink strip */
    padding: 0.8rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(26, 13, 16, 0.05);
}

.top-bar-container {
    display: flex;
    justify-content: flex-end;
}

.top-bar-pill {
    background-color: transparent;
    border: 1px solid var(--color-bg-dark);
    color: var(--color-bg-dark);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.pill-dot {
    color: var(--color-bg-dark);
    font-size: 0.9rem;
}

/* --- LOGO BRANDING SECTION --- */
.logo-branding-section {
    background-color: var(--color-bg-secondary); /* Soft Light Pink background */
    padding: 2rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(26, 13, 16, 0.05);
}

.logo-branding-container {
    display: flex;
    justify-content: flex-start; /* Left-aligned like Google Site */
    align-items: center;
}

.logo-custom {
    max-width: 320px; /* Perfect desktop logo size */
    width: 100%;
    height: auto;
    display: block;
}

/* --- BADGES --- */
.hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
    letter-spacing: 0.5px;
}

.hero-image-badge {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-text-light);
    color: var(--color-text-dark);
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(26, 13, 16, 0.05);
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    width: 85%;
    z-index: 10;
}

/* --- SECTION PILLS & TRANSITIONS --- */
.section-pill-wrapper {
    margin-bottom: 1.5rem;
}

.section-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1.1rem;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 11px; /* matching the Google Site small labels */
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-pill-dark {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
}

.section-pill-light {
    background-color: var(--color-text-light);
    color: var(--color-bg-dark);
    border: 1px solid rgba(26, 13, 16, 0.15);
}

.section-link-wrapper {
    text-align: center;
    margin-top: 3.5rem;
    width: 100%;
}

.section-link-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    height: 30px;
    padding: 0 1.2rem;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition-smooth);
    line-height: 30px;
}

.section-link-pill:hover {
    background-color: var(--color-bg-primary);
    color: var(--color-bg-dark);
    transform: translateY(-1px);
}

/* Need Staff WhatsApp Button Customization (Rose pink with dark text) */
.btn-whatsapp-rose {
    background-color: var(--color-bg-primary) !important;
    color: var(--color-text-dark) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
}

.btn-whatsapp-rose:hover {
    background-color: var(--color-bg-dark) !important;
    color: var(--color-text-light) !important;
}

/* ----------------------------------------------------
   6. RESPONSIVENESS & MEDIA QUERIES
------------------------------------------------------- */

@media (max-width: 1024px) {
    h1, h2 { font-size: 28px; }
    .hero-grid, .about-grid, .cta-grid, .apply-grid {
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    h1, h2 { font-size: 24px; }
    
    .logo-branding-container {
        justify-content: center;
    }
    
    .logo-custom {
        max-width: 250px;
    }

    .section {
        padding: 4rem 0;
    }
    
    .header-container {
        padding: 1rem;
    }
    
    .mobile-nav-toggle {
        display: block;
    }
    
    .main-nav {
        display: none; /* Mobile menu handles this */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--color-bg-primary);
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .main-nav.active {
        display: flex;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        text-align: center;
    }
    
    .hero-grid, .about-grid, .cta-grid, .apply-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-grid {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .about-grid {
        display: flex;
        flex-direction: column;
    }
    
    .cta-grid {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .apply-grid {
        display: flex;
        flex-direction: column;
    }
    
    .about-content h2, .cta-content h2, .apply-content h2 {
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: left;
    }
    
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-bottom-links a {
        margin: 0 0.75rem;
    }
}
