/**
 * About Us Page
 * V2 Theme - Fortune Academy
 */

/* ============================
   Section Spacing
   ============================ */
.about-section {
    padding-bottom: 0;
}

.about-service-wrap {
    padding: 60px 0;
}

.offerings-section {
    padding: 60px 0 80px;
}

.journey-section {
    padding: 80px 0;
}

.team-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.advisory-section {
    padding: 80px 0;
}

.awards-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* ============================
   Section Heading
   ============================ */
.section-heading {
    margin-bottom: 40px;
}

.section-heading h5.dash-style {
    font-size: 14px;
    font-weight: 700;
    color: #ff6f00;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 800;
    color: #173C97;
    line-height: 1.3;
    margin-bottom: 20px;
}

.section-heading.section-heading-white h5,
.section-heading.section-heading-white h2,
.section-heading.section-heading-white p {
    color: #fff;
}

.section-disc p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* ============================
   About Service Cards
   ============================ */
.about-service-container {
    margin-top: 40px;
}

.about-service {
    text-align: center;
    padding: 30px 20px;
}

.about-service-icon {
    margin-bottom: 20px;
}

.about-service-icon i {
    font-size: 48px;
    color: #ff6f00;
}

.about-service-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #173C97;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-service-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ============================
   Why Choose Us Section
   ============================ */
.client-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #173C97 0%, #2C75BA 100%);
}

.advantage-item {
    text-align: center;
    color: #fff;
}

.advantage-icon {
    margin-bottom: 15px;
}

.advantage-icon i {
    font-size: 60px;
    color: #ff6f00;
}

.advantage-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.advantage-item p {
    font-size: 14px;
    color: #fff;
    opacity: 0.95;
    line-height: 1.6;
    margin: 0;
}

/* ============================
   Offering Cards
   ============================ */
.offering-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offering-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
}

.offering-card.border-left-blue {
    border-left: 5px solid #173C97;
}

.offering-card.border-left-green {
    border-left: 5px solid #16a34a;
}

.offering-card.border-left-orange {
    border-left: 5px solid #ff6f00;
}

.offering-card.border-left-red {
    border-left: 5px solid #dc2626;
}

.offering-card.border-left-purple {
    border-left: 5px solid #7c3aed;
}

.offering-icon-box {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.offering-icon-box.icon-blue {
    background: linear-gradient(135deg, #173C97 0%, #2C75BA 100%);
}

.offering-icon-box.icon-green {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.offering-icon-box.icon-orange {
    background: linear-gradient(135deg, #ff6f00 0%, #e65100 100%);
}

.offering-icon-box.icon-red {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.offering-icon-box.icon-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

.offering-icon-box i {
    font-size: 36px;
    color: #fff;
}

.offering-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #173C97;
    margin-bottom: 8px;
}

.offering-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* ============================
   Statistics Section
   ============================ */
.fullwidth-callback {
    background-image: url('../images/trusted-backgroun.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}

.fullwidth-callback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 60, 151, 0.9);
}

.fullwidth-callback .container {
    position: relative;
    z-index: 1;
}

.callback-counter-wrap {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /* gap: 30px; */
    margin-top: 40px;
}

.counter-item {
    text-align: center;
}

.counter-item-inner {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.counter-icon {
    margin-bottom: 15px;
}

.counter-icon i {
    font-size: 48px;
    /* color: #ff6f00; */
}

.counter-content {
    color: #fff;
}

.counter-no {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-text {
    font-size: 16px;
    color: #fff;
    opacity: 0.95;
}

/* ============================
   Journey Timeline
   ============================ */
.journey-content .lead {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}

.journey-timeline {
    position: relative;
    padding-left: 100px;
}

.journey-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 20px;
    bottom: 20px;
    width: 3px;
    background: linear-gradient(to bottom, #173C97, #2C75BA);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: -100px;
    top: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #173C97 0%, #2C75BA 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px rgba(23, 60, 151, 0.3);
}

.timeline-content {
    padding-left: 20px;
}

.timeline-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #173C97;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ============================
   Team Cards
   ============================ */
.team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
}

.team-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 25px;
}

.team-info h4 {
    font-size: 22px;
    font-weight: 700;
    color: #173C97;
    margin-bottom: 8px;
}

.team-role {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ff6f00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.team-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ============================
   Awards Section
   ============================ */
.award-item {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.award-item:hover {
    transform: translateY(-5px);
}

.award-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #ff6f00 0%, #e65100 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.award-title {
    font-size: 18px;
    font-weight: 700;
    color: #173C97;
    margin-bottom: 8px;
}

.award-date {
    font-size: 14px;
    font-weight: 600;
    color: #ff6f00;
    margin: 0;
}

/* ============================
   Breadcrumb
   ============================ */
.breadcrumb-content {
    margin-top: 15px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.breadcrumb li {
    font-size: 14px;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb li + li::before {
    content: '/';
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb li.active {
    opacity: 0.8;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 991px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .client-section {
        padding: 60px 0;
    }

    .offerings-section,
    .journey-section,
    .team-section,
    .advisory-section {
        padding: 60px 0;
    }

    .journey-timeline {
        padding-left: 80px;
    }

    .timeline-marker {
        left: -80px;
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .journey-timeline::before {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .about-service-wrap {
        padding: 40px 0;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .offering-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .offering-icon-box {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .advantage-icon i {
        font-size: 48px;
    }

    .callback-counter-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .counter-no {
        font-size: 36px;
    }

    .journey-timeline {
        padding-left: 0;
        padding-top: 60px;
    }

    .journey-timeline::before {
        left: 20px;
        top: 60px;
    }

    .timeline-marker {
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }

    .timeline-content {
        padding-left: 50px;
    }

    .team-image {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .callback-counter-wrap {
        grid-template-columns: 1fr;
    }

    .counter-no {
        font-size: 32px;
    }

    .journey-content .lead {
        font-size: 16px;
    }
}
