/* =====================================================
   HelpStar — About Page Styles
   ===================================================== */

/* Hero Section */
.about-hero {
    background-color: #F5F0E8;
    padding: 4rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -40px;
    width: 220px;
    height: 220px;
    border: 3px solid #00A87A;
    border-radius: 50%;
    opacity: 0.35;
    pointer-events: none;
}

.about-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
}

.about-hero-title span {
    color: #00A87A;
}

.about-hero-subtitle {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1a1a2e;
}

.about-hero-tagline {
    font-size: 0.82rem;
    color: #555;
    letter-spacing: 0.02em;
}

.btn-book-now {
    background-color: #1B4D3E;
    color: #fff;
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem;
    border: none;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}
.btn-book-now:hover {
    background-color: #143d30;
    color: #fff;
}

.btn-phone-outline {
    background-color: transparent;
    color: #1a1a2e;
    font-weight: 600;
    border: 1.5px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: border-color 0.2s;
}
.btn-phone-outline:hover {
    border-color: #00A87A;
    color: #00A87A;
}

/* All About Us Banner */
.about-banner {
    background-color: #1B4D3E;
    padding: 3.5rem 0;
}

.about-banner-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.about-banner-divider {
    border-left: 2px solid rgba(255,255,255,0.25);
    padding-left: 2rem;
}

.about-banner-label {
    color: #F5A623;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.about-banner-text {
    color: rgba(255,255,255,0.88);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* Mission Card */
.about-mission-card {
    background-color: #CCEDE8;
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
}

.about-mission-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.about-mission-text {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0;
}

/* Team Section */
.about-team-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
}

.about-team-heading span {
    color: #00A87A;
}

.about-team-subheading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
}

.about-team-card {
    background-color: #CCEDE8;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.about-team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.about-team-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.about-team-avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1B4D3E 0%, #00A87A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 800;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.about-team-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a2e;
    margin-bottom: 0.15rem;
}

.about-team-creds {
    font-size: 0.75rem;
    color: #555;
}

.about-team-creds span {
    color: #00A87A;
    font-weight: 600;
}

/* Insurance Section */
.about-insurance-section {
    padding: 3.5rem 0;
}

.about-insurance-label {
    color: #F5A623;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.about-insurance-text {
    color: #555;
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.btn-view-all {
    background-color: #F5A623;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 50rem;
    padding: 0.6rem 1.75rem;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}
.btn-view-all:hover {
    background-color: #e09910;
    color: #fff;
}

.about-insurance-logo-card {
    border: 1.5px solid #dce3ec;
    border-radius: 0.75rem;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 60px;
}

.about-insurance-logo-card:hover {
    border-color: #00A87A;
    box-shadow: 0 4px 12px rgba(0,168,122,0.1);
}

.about-insurance-logo-card img {
    max-height: 34px;
    max-width: 100%;
    object-fit: contain;
}
