/* About Page Styles - Professional Architecture */

/* CSS Custom Properties */
:root {
    --brand-orange: #b99572;
    --brand-orange-hover: #e67e22;
    --brand-blue: #17a2b8;
    --brand-blue-dark: #0d3f8c;
    --brand-blue-primary: #083066;
    --text-dark: #333333;
    --text-muted: #6c757d;
    --text-gray: #666666;
    --text-light: #999999;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e9ecef;
    --font-primary: "Open Sans", Arial, Helvetica, sans-serif;
    --shadow-sm: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    --section-padding: 80px 0;
    --border-radius: 8px;
    --border-radius-card: 0.75rem;
}

/* Typography */
body {
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--text-dark);
}

p {
    font-family: var(--font-primary);
    color: var(--text-muted);
}

/* Display Classes */
.display-4, .display-5 {
    font-weight: 700;
    color: var(--text-dark);
}

/* Hero Section */
.about-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/desert-safari/Camel-desert-Safari-1720309142.jpg') center/cover;
    border-radius: var(--border-radius);
}

.contact-form-title {
    font-size: 18px;
    font-weight: 600;
}

.btn-submit-inquiry {
    font-weight: 600;
}

/* Sections */
.about-section {
    padding: var(--section-padding);
}

.about-section-bg {
    padding: var(--section-padding);
    background-color: var(--bg-light);
    margin-left: -12px;
    margin-right: -12px;
    border-radius: var(--border-radius);
}

.section-header-spacing {
    margin-bottom: 48px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Purpose Card Title & Text */
.purpose-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.purpose-card-text {
    color: var(--text-gray);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Benefit Card Title & Text */
.benefit-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.benefit-card-text {
    color: var(--text-gray);
    margin-bottom: 0;
    font-size: 14px;
}

/* Timeline Title & Text */
.timeline-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.timeline-text {
    color: var(--text-gray);
    margin-bottom: 0;
    font-size: 14px;
}

/* Team Card Text */
.team-role {
    color: var(--brand-blue-dark);
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.team-bio {
    color: var(--text-gray);
    font-size: 13px;
    margin-bottom: 16px;
}

.team-social-link {
    color: var(--brand-blue-dark);
    margin-right: 12px;
}

.team-social-link:last-child {
    margin-right: 0;
}

/* Award Card Text */
.award-organization {
    color: var(--brand-blue-dark);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.award-description {
    font-size: 13px;
    color: var(--text-gray);
    margin-bottom: 0;
}

/* Our Story Text */
.story-intro-text {
    color: var(--text-gray);
    margin-bottom: 24px;
}

.story-cta-button {
    font-weight: 600;
    border-radius: 4px;
}

/* Badge Positions */
.experience-badge-position {
    top: -75px;
    right: 50px;
}

.clients-badge-position {
    top: 20px;
    right: -20px;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0d3f8c, #083066);
    padding: 60px 40px;
    border-radius: var(--border-radius);
}

.cta-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 0;
}

.cta-btn-white {
    font-weight: 600;
    border-radius: 4px;
}

.cta-btn-outline {
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid white;
}

/* Text Utilities */
.text-brand-orange {
    color: var(--brand-orange) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

/* Story Section */
.story-section-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.story-main-image {
    border-radius: 0 30px 30px 0;
    border-top-left-radius: 100px !important;
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: var(--shadow-md);
}

/* Bullet Points */
.story-bullet {
    font-size: 0.375rem;
    color: var(--brand-orange);
    margin-top: 0.5rem;
}

.story-bullet-text {
    font-size: 0.875rem;
    color: var(--text-dark);
    line-height: 1.5;
}

/* Badges */
.experience-badge,
.clients-badge {
    border-radius: 0.375rem;
    box-shadow: var(--shadow-md);
    text-align: center;
}

.experience-badge {
    background-color: var(--brand-orange);
    color: var(--bg-white);
    padding: 15px 20px;
    width: 140px;
}

.clients-badge {
    background-color: var(--brand-blue);
    color: var(--bg-white);
    padding: 15px 20px;
    width: 160px;
}

.badge-number {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0;
}

.badge-text {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.team-photo-circular {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid var(--bg-white);
    box-shadow: var(--shadow-md);
    border-radius: 50%;
}

/* Buttons */
.btn-brand-orange {
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
    color: var(--bg-white);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-brand-orange:hover,
.btn-brand-orange:focus {
    background-color: var(--brand-orange-hover);
    border-color: var(--brand-orange-hover);
    color: var(--bg-white);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.btn-white {
    background-color: var(--bg-white);
    border-color: var(--bg-white);
    color: var(--text-dark);
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn-white:hover,
.btn-white:focus {
    background-color: var(--bg-light);
    border-color: var(--bg-light);
    color: var(--text-dark);
}

.btn-outline-white {
    border: 2px solid var(--bg-white);
    color: var(--bg-white);
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background-color: var(--bg-white);
    border-color: var(--bg-white);
    color: var(--brand-orange);
}

.btn-primary {
    border-radius: 4px;
}

/* Stats Cards */
.stats-card {
    background: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: #b99572;
}

.stats-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #083066, #0d3f8c);
    color: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.875rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-icon {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.stats-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #083066;
    margin-bottom: 0.75rem;
    line-height: 1;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-number {
    color: #b99572;
}

.stats-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    font-size: 1rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-description {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.4;
}

/* Purpose Cards */
.purpose-card {
    background: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.purpose-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: #b99572;
}

.purpose-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--bg-white);
    transition: all 0.3s ease;
}

.mission-icon {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.purpose-card:hover .mission-icon {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.vision-icon {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.purpose-card:hover .vision-icon {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.values-icon {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.purpose-card:hover .values-icon {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

/* Benefit Cards */
.benefit-card {
    background: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    border-left: 4px solid #083066;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: flex-start;
}

.benefit-card:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md);
    border-left-color: #b99572;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(8, 48, 102, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    color: #083066;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background-color: rgba(243, 156, 18, 0.1);
    color: #b99572;
    transform: scale(1.1);
}

.benefit-content h5 {
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #083066, #0d3f8c, #083066);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
    background: var(--bg-white);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-md);
    border-color: #b99572;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -54px;
    top: 28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bg-white);
    border: 4px solid #083066;
    box-shadow: 0 0 0 4px rgba(8, 48, 102, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-item:hover::before {
    transform: scale(1.3);
    background: #b99572;
    border-color: var(--bg-white);
    box-shadow: 0 0 0 6px rgba(243, 156, 18, 0.2);
}

.timeline-marker {
    font-weight: 700;
    color: var(--bg-white);
    background: linear-gradient(135deg, #083066, #0d3f8c);
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(8, 48, 102, 0.25);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-marker {
    background: linear-gradient(135deg, #b99572, #e67e22);
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.35);
}

.timeline-content h5 {
    margin-bottom: 0.75rem;
    color: var(--text-dark);
    font-size: 1.25rem;
    font-weight: 600;
}

.timeline-content p {
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.6;
}

/* Team Member Cards */
.team-member-card {
    background: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: #b99572;
}

.team-member-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: inline-block;
    transition: all 0.3s ease;
    border: 3px solid #083066;
}

.team-member-card:hover .team-member-photo {
    border-color: #b99572;
    transform: scale(1.05);
}

.team-member-card h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

/* Award Cards */
.award-card {
    background: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    text-align: center;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: #b99572;
}

.award-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.25rem;
    color: var(--bg-white);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.award-icon-1 {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.award-card:hover .award-icon-1 {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.award-icon-2 {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.award-card:hover .award-icon-2 {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.award-icon-3 {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.award-card:hover .award-icon-3 {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.award-icon-4 {
    background: linear-gradient(135deg, #083066, #0d3f8c);
}

.award-card:hover .award-icon-4 {
    background: linear-gradient(135deg, #b99572, #e67e22);
    transform: scale(1.1);
}

.award-card h5 {
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

.award-card p {
    color: var(--text-muted);
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.award-card p:first-of-type {
    color: #0d3f8c;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-hover));
    color: var(--bg-white);
    border-radius: 0.75rem;
}

.cta-section h3 {
    color: var(--bg-white);
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
}

/* Footer */
.footer {
    background: #f8f9fa;
    border-top: 1px solid var(--border-color);
}

.footer h5 {
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--text-dark);
}

.footer .text-brand-orange {
    color: var(--brand-orange) !important;
}

.footer .btn-brand-orange {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

.footer .text-white-50 {
    color: var(--text-muted) !important;
}

.footer p {
    color: var(--text-muted);
}

/* Newsletter Input */
.newsletter-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid var(--border-color);
}

.newsletter-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-muted);
}

/* Responsive Design */
@media (max-width: 992px) {
    .story-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .story-main-image {
        height: 300px;
        border-radius: 0.5rem !important;
        border-top-left-radius: 0.5rem !important;
    }
    
    .story-section-title {
        font-size: 1.8rem;
    }
    
    .display-4,
    .display-5 {
        font-size: 2rem !important;
    }
    
    .mobile-stack .position-absolute {
        position: relative !important;
        margin: 1rem auto !important;
        display: block;
        width: auto !important;
    }
    
    .timeline {
        padding-left: 35px;
    }
    
    .timeline::before {
        left: 6px;
        width: 3px;
    }
    
    .timeline-item {
        padding: 1.25rem 1.5rem;
        margin-bottom: 2.5rem;
    }
    
    .timeline-item::before {
        left: -46px;
        top: 24px;
        width: 16px;
        height: 16px;
        border-width: 3px;
    }
    
    .timeline-item:hover {
        transform: translateX(5px);
    }
    
    .timeline-content h5 {
        font-size: 1.125rem;
    }
    
    .experience-badge,
    .clients-badge {
        width: auto;
        min-width: 120px;
        margin: 0.5rem;
    }
    
    .benefit-card {
        flex-direction: column;
    }
    
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .cta-section {
        text-align: center;
    }
    
    .cta-section .col-lg-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .btn-brand-orange,
    .btn-white,
    .btn-outline-white {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .story-bullet-text {
        font-size: 0.8125rem;
    }
    
    .badge-number {
        font-size: 1.5rem;
    }
    
    .badge-text {
        font-size: 0.625rem;
    }
    
    .stats-card,
    .purpose-card {
        padding: 1.5rem 1rem;
    }
    
    .timeline {
        padding-left: 25px;
    }
    
    .timeline::before {
        left: 4px;
        width: 2px;
    }
    
    .timeline-item {
        padding: 1rem 1.25rem;
        margin-bottom: 2rem;
    }
    
    .timeline-item::before {
        left: -38px;
        top: 20px;
        width: 14px;
        height: 14px;
        border-width: 3px;
    }
    
    .timeline-marker {
        font-size: 0.8125rem;
        padding: 0.3rem 0.875rem;
    }
    
    .timeline-content h5 {
        font-size: 1rem;
    }
    
    .section-header {
        margin-bottom: 2rem;
    }
    
    .team-member-photo {
        width: 120px;
        height: 120px;
    }
}
