.elementor-357 .elementor-element.elementor-element-005aedf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-88182ee *//* ==============================================================
   ASTRO ABOUT US PAGE - PREMIUM STYLES
   Theme: Deep Gold, Amber Gradient, Glassmorphism
   Matches Site Design
   ============================================================== */

/* --- Container & Background --- */
.astro-about-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 40px;
    font-family: 'Outfit', sans-serif;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFE4A8 0%, #FFF3D1 20%, #FFFEF9 40%, #FFFFFF 60%, #FFFEF9 100%);
    min-height: 100vh;
    overflow: hidden;
}

.astro-about-container * {
    box-sizing: border-box;
}

/* Mesh Overlay */
.astro-about-container::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 80% at 10% 20%, rgba(251, 191, 36, 0.15) 0%, transparent 40%),
        radial-gradient(ellipse 80% 60% at 90% 80%, rgba(249, 115, 22, 0.12) 0%, transparent 40%);
    z-index: 0;
}

/* --- Floating Particles --- */
.about-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.ap1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.2) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    animation: aboutFloat 20s ease-in-out infinite;
}

.ap2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.15) 0%, transparent 70%);
    bottom: -50px;
    right: -50px;
    animation: aboutFloat 25s ease-in-out infinite reverse;
}

.ap3 {
    width: 300px;
    height: 300px;
    background: rgba(255, 193, 7, 0.1);
    top: 40%;
    left: 50%;
    animation: aboutPulse 15s ease-in-out infinite;
}

.ap4 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
    top: 60%;
    right: 20%;
    animation: aboutFloat 18s ease-in-out infinite;
}

@keyframes aboutFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, -30px);
    }
}

@keyframes aboutPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* --- Common Section Styles --- */
section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 3rem;
    color: #1a1a1a;
    font-weight: 800;
    margin: 0 0 15px;
}

.section-title .highlight {
    background: linear-gradient(135deg, #F59E0B 0%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F59E0B, #EA580C);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6B7280;
}

/* --- Hero Section --- */
.about-hero {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 100px;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #D97706, #F59E0B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 4rem;
    color: #1a1a1a;
    font-weight: 800;
    margin: 0 0 25px;
    line-height: 1.1;
}

.hero-title .highlight {
    background: linear-gradient(135deg, #F59E0B 0%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: 1.3rem;
    color: #4B5563;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* --- Expert Section --- */
.expert-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    padding: 50px;
    display: flex;
    gap: 40px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(251, 191, 36, 0.15);
}

.expert-icon {
    font-size: 6rem;
    flex-shrink: 0;
}

.expert-name {
    font-size: 2rem;
    color: #1a1a1a;
    margin: 0 0 5px;
    font-weight: 700;
}

.expert-role {
    font-size: 1.1rem;
    color: #F59E0B;
    font-weight: 600;
    margin-bottom: 20px;
}

.expert-description {
    font-size: 1.1rem;
    color: #6B7280;
    line-height: 1.7;
    margin: 0;
}

/* --- Services Grid --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 15px 35px rgba(251, 191, 36, 0.15);
}

.service-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    display: inline-block;
    animation: serviceFloat 3s ease-in-out infinite;
}

@keyframes serviceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.service-title {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin: 0 0 10px;
    font-weight: 700;
}

.service-desc {
    font-size: 1rem;
    color: #6B7280;
    margin: 0;
}

/* --- Mission Section --- */
.mission-section {
    text-align: center;
}

.mission-card {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(249, 115, 22, 0.05) 100%);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(251, 191, 36, 0.3);
    border-radius: 25px;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto;
}

.mission-icon {
    font-size: 4rem;
    margin-bottom: 25px;
}

.mission-text {
    font-size: 1.4rem;
    color: #1a1a1a;
    line-height: 1.8;
    margin: 0;
}

.mission-text strong {
    color: #F59E0B;
    font-weight: 700;
}

/* --- Why Choose Us --- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.why-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.why-card:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.9);
}

.why-icon {
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.why-card h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin: 0 0 10px;
    font-weight: 700;
}

.why-card p {
    font-size: 1rem;
    color: #6B7280;
    margin: 0;
}

/* --- Philosophy Section --- */
.philosophy-section {
    text-align: center;
}

.philosophy-content {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 60px 50px;
    max-width: 800px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin: 0 0 25px;
    font-weight: 800;
}

.philosophy-content .highlight {
    background: linear-gradient(135deg, #F59E0B 0%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.philosophy-content p {
    font-size: 1.2rem;
    color: #4B5563;
    line-height: 1.8;
    margin: 0;
}

/* --- Call to Action --- */
.cta-section {
    text-align: center;
}

.cta-card {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(249, 115, 22, 0.1) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(251, 191, 36, 0.3);
    border-radius: 30px;
    padding: 60px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.8rem;
    color: #1a1a1a;
    margin: 0 0 20px;
    font-weight: 800;
}

.cta-text {
    font-size: 1.3rem;
    color: #4B5563;
    margin: 0 0 35px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #F59E0B, #EA580C);
    color: white;
    padding: 16px 40px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    padding: 16px 40px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-secondary:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-3px);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .expert-card {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .astro-about-container {
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .expert-card,
    .mission-card,
    .philosophy-content,
    .cta-card {
        padding: 35px 25px;
    }

    .services-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}/* End custom CSS */