/* ==================== ATC ABOUT US PREMIUM (LIGHT GLASS) ==================== */

/* Variables (Matching Premium Search) */
:root {
    --atc-glass-primary: #1E3A5F;
    --atc-glass-accent: #D4AF37;
    /* Gold */
    --atc-glass-text: #1E293B;
    --atc-glass-text-light: #64748B;
    --atc-glass-bg-light: #F8FAFC;

    --atc-glass-white: rgba(255, 255, 255, 0.85);
    --atc-glass-border: rgba(255, 255, 255, 1);
    --atc-glass-shadow: 0 20px 60px rgba(30, 58, 95, 0.1);

    --atc-grad-blue: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --atc-grad-gold: linear-gradient(135deg, #F4D03F 0%, #D4AF37 100%);
}

.atc-about-page-wrapper {
    font-family: 'Poppins', sans-serif;
    color: var(--atc-glass-text);
    background: #F0F4FF;
    /* Light blueish functional bg */
    overflow-x: hidden;
    position: relative;
    padding-bottom: 60px;
}

/* Background Layer (Abstract shapes could be added here) */
.atc-glass-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(102, 126, 234, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
}

.atc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ==================== TYPOGRAPHY ==================== */
.atc-highlight {
    color: #667eea;
    position: relative;
    display: inline-block;
}

.atc-gradient-text {
    background: var(--atc-grad-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.atc-badge-pill {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--atc-glass-primary);
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--atc-glass-primary);
}

.atc-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #D4AF37;
    /* Gold */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--atc-glass-text-light);
    margin-bottom: 20px;
}

.atc-lead {
    font-size: 1.2rem;
    color: var(--atc-glass-text);
}

/* ==================== LAYOUT UTILS ==================== */
.atc-split-layout {
    padding: 80px 0;
}

.atc-split-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.atc-split-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

/* Glass Frame for Images */
.atc-glass-card-image {
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    border: 2px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: rotate(-2deg);
    transition: transform 0.4s ease;
}

.atc-glass-card-image:hover {
    transform: rotate(0deg) scale(1.02);
}

.atc-glass-card-image img {
    border-radius: 20px;
    width: 100%;
}

/* ==================== SECTIONS ==================== */
/* Hero */
.atc-about-hero {
    padding-top: 100px;
}

.atc-hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.atc-stat-item {
    display: flex;
    flex-direction: column;
}

.atc-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--atc-glass-primary);
}

.atc-stat-label {
    font-size: 0.9rem;
    color: var(--atc-glass-text-light);
}

/* Services Grid */
.atc-about-services {
    padding: 80px 0;
    background: transparent;
    /* Removed white/blue bg */
}

/* Wider Container for Services */
.atc-about-services .atc-container {
    max-width: 1400px;
    /* Wider grid for desktop */
}

.atc-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.atc-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

/* Service Glass Card */
.atc-glass-card {
    background: rgba(255, 255, 255, 0.8);
    /* Slight translucency */
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    padding: 25px 30px;
    /* Reduced vertical padding */
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    display: block;
    /* For Anchor */
    text-decoration: none;
    color: inherit;
}

/* ... (skip hover/icon/text styles which are fine) ... */

/* CTA Highlight Section */
.atc-about-cta-section {
    padding: 80px 0 100px;
}

.atc-cta-glass-box {
    background: rgba(255, 255, 255, 0.9);
    /* White Glass to match Hero */
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    color: var(--atc-glass-text);
    /* Dark text */
    box-shadow: 0 20px 60px rgba(30, 58, 95, 0.1);
    /* Subtle shadow */
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    overflow: hidden;
}

.atc-cta-glass-box h2 {
    color: var(--atc-glass-primary);
    /* Blue header */
}

.atc-cta-glass-box p {
    color: var(--atc-glass-text-light);
}

.atc-glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.atc-service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.atc-glass-card:hover .atc-service-icon {
    transform: scale(1.1);
}

.atc-glass-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: var(--atc-glass-primary);
}

.atc-glass-card p {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: var(--atc-glass-text-light);
}

/* Why Choose List */
.atc-bg-light {
    background: linear-gradient(to bottom, #F8FAFC, #F1F5F9);
}

.atc-feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.atc-feature-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.atc-check-icon {
    width: 24px;
    height: 24px;
    background: #e0e7ff;
    color: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

/* CTA Highlight Section */
.atc-about-cta-section {
    padding: 80px 0 100px;
}

.atc-cta-glass-box {
    background: rgba(255, 255, 255, 0.9);
    /* White Glass to match Hero */
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    color: var(--atc-glass-text);
    /* Dark text */
    box-shadow: 0 20px 60px rgba(30, 58, 95, 0.1);
    /* Subtle shadow */
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    overflow: hidden;
}

.atc-cta-glass-box h2 {
    color: var(--atc-glass-primary);
    /* Blue header */
}

.atc-cta-glass-box p {
    color: var(--atc-glass-text-light);
}

.atc-cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* Buttons */
.atc-btn-premium-primary {
    background: var(--atc-grad-blue);
    /* Blue Gradient Buttons */
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.atc-btn-premium-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    /* Reverse gradient */
}

/* This targets the shortcode button if possible, but shortcode has own styles.
   We asked shortcode to use 'outline' style in PHP, but if not, we force overwrite below */
.atc-cta-actions .atc-btn,
.atc-cta-actions .atc-query-trigger-btn {
    /* Style match override */
    border-radius: 50px !important;
    padding: 15px 35px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

/* ==================== RESPONSIVE ==================== */
@media (min-width: 768px) {
    .atc-split-row {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    h1 {
        font-size: 3.5rem;
    }

    /* Removed grid rule here to keep Tablet at 1 Column as requested */
}

@media (min-width: 1024px) {
    .atc-services-grid {
        /* Desktop: 3 Columns - ULTRA FORCE */
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
        justify-items: stretch !important;
        /* Force cards to stretch to fill column */
        align-items: stretch !important;
    }

    /* Standard Wide Container */
    .atc-about-services .atc-container {
        max-width: 1400px !important;
    }

    /* Compact Height & Full Width Cards */
    .atc-glass-card {
        padding: 20px 30px !important;
        width: 100% !important;
        /* Force fill */
        min-width: 0 !important;
        /* Override any min-width restriction */
        max-width: none !important;
        /* Remove any max-width restriction */
        box-sizing: border-box !important;
    }

    .atc-service-icon {
        margin-bottom: 12px !important;
        font-size: 2.2rem !important;
    }

    .atc-glass-card h3 {
        margin-bottom: 5px !important;
    }

    .atc-glass-card-image {
        padding: 20px;
    }
}

/* EXTRA GUARD: Force 3 columns on very large screens too */
@media (min-width: 1200px) {
    .atc-services-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }

    .atc-glass-card {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (min-width: 1400px) {
    .atc-services-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }
}

/* Removed 1200px rule to enforce 2-col wide layout on all desktop screens */

/* Fix CTA Button Stretch */
.atc-btn-premium-primary {
    width: auto !important;
    /* Stop stretching */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}