/* ============================================
   ABOUT PAGE CSS — Rainbow Solution & Technology
   Theme: #2e2751 (dark purple) | #179E66 (green) | #f3a712 (yellow)
   ============================================ */

/* ---- Breadcrumb ---- */
.about-breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    position: relative;
}
.about-breadcrumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(46,39,81,0.88) 0%, rgba(23,158,102,0.6) 100%);
}

/* ============================================
   1. COMPANY INTRODUCTION
   ============================================ */
.about-intro { padding: 80px 0; background: #fff; }

.ab-label {
    display: inline-block;
    background: rgba(23,158,102,0.1);
    color: #179E66;
    border: 1px solid rgba(23,158,102,0.35);
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.ab-title {
    font-size: 38px;
    font-weight: 800;
    color: #2e2751;
    line-height: 1.25;
    margin-bottom: 0;
    font-family: 'Figtree', sans-serif;
}
.ab-title span { color: #179E66; }
.ab-divider {
    width: 55px;
    height: 4px;
    background: linear-gradient(90deg, #f3a712, #179E66);
    border-radius: 4px;
    margin: 16px 0 20px;
}
.ab-text { color: #555; font-size: 15px; line-height: 1.9; margin-bottom: 14px; }

.ab-highlight-box {
    background: linear-gradient(135deg, #2e2751, #179E66);
    border-radius: 14px;
    padding: 28px 25px;
    margin-top: 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.ab-highlight-box i { font-size: 32px; color: #f3a712; margin-top: 4px; flex-shrink: 0; }
.ab-highlight-box h5 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 6px; font-family: 'Figtree', sans-serif; }
.ab-highlight-box p { font-size: 14px; color: rgba(255,255,255,0.8); margin: 0; line-height: 1.7; }

/* Image box */
.ab-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.ab-img-wrap img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(46,39,81,0.18);
}
.ab-img-border {
    position: absolute;
    top: 18px;
    left: -18px;
    width: 100%;
    height: 100%;
    border: 3px solid #179E66;
    border-radius: 14px;
    z-index: 1;
}
.ab-exp-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: linear-gradient(135deg, #f3a712, #e09200);
    color: #fff;
    border-radius: 14px;
    padding: 18px 22px;
    text-align: center;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(243,167,18,0.4);
}
.ab-exp-badge .exp-num {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
}
.ab-exp-badge .exp-text { font-size: 13px; font-weight: 600; margin-top: 4px; }

/* ============================================
   2. MISSION & VISION
   ============================================ */
.about-mission { padding: 80px 0; background: #f8f9fc; }

.mv-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}
.mv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.mv-card.mission { border-top-color: #179E66; }
.mv-card.vision  { border-top-color: #f3a712; }
.mv-card.values  { border-top-color: #2e2751; }

.mv-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mv-card.mission .mv-icon { background: rgba(23,158,102,0.1); }
.mv-card.vision  .mv-icon { background: rgba(243,167,18,0.1); }
.mv-card.values  .mv-icon { background: rgba(46,39,81,0.08); }
.mv-card.mission .mv-icon i { color: #179E66; font-size: 28px; }
.mv-card.vision  .mv-icon i { color: #f3a712; font-size: 28px; }
.mv-card.values  .mv-icon i { color: #2e2751; font-size: 28px; }

.mv-card h4 { font-size: 22px; font-weight: 800; color: #2e2751; margin-bottom: 12px; font-family: 'Figtree', sans-serif; }
.mv-card p  { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 18px; }
.mv-list { list-style: none; padding: 0; margin: 0; }
.mv-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin-bottom: 10px; }
.mv-list li i { color: #179E66; font-size: 14px; flex-shrink: 0; }
.mv-card.vision  .mv-list li i { color: #f3a712; }
.mv-card.values  .mv-list li i { color: #2e2751; }

/* Vision image */
.vision-img-wrap { position: relative; }
.vision-img-wrap img { width: 100%; height: 250px; object-fit: cover; border-radius: 14px; box-shadow: 0 15px 40px rgba(46,39,81,0.12); }
.vision-img-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: linear-gradient(135deg, rgba(46,39,81,0.92), rgba(23,158,102,0.85));
    border-radius: 10px;
    padding: 18px 20px;
    color: #fff;
    z-index: 10;
}
.vision-img-overlay h5 { font-size: 16px; font-weight: 700; margin-bottom: 4px; font-family: 'Figtree', sans-serif; }
.vision-img-overlay p  { font-size: 13px; color: rgba(255,255,255,0.85); margin: 0; }

/* ============================================
   3. OUR STORY
   ============================================ */
.about-story { padding: 80px 0; background: #fff; }

.story-timeline { position: relative; padding-left: 30px; }
.story-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #179E66, #f3a712, #2e2751);
}
.story-item { position: relative; margin-bottom: 40px; }
.story-item:last-child { margin-bottom: 0; }
.story-dot {
    position: absolute;
    left: -26px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #179E66;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #179E66;
}
.story-item:nth-child(2) .story-dot { background: #f3a712; box-shadow: 0 0 0 3px #f3a712; }
.story-item:nth-child(3) .story-dot { background: #2e2751; box-shadow: 0 0 0 3px #2e2751; }
.story-item:nth-child(4) .story-dot { background: #179E66; box-shadow: 0 0 0 3px #179E66; }
.story-year {
    display: inline-block;
    background: #2e2751;
    color: #f3a712;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.story-item h5 { font-size: 18px; font-weight: 700; color: #2e2751; margin-bottom: 6px; font-family: 'Figtree', sans-serif; }
.story-item p  { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

.story-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.story-img-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: transform 0.3s; }
.story-img-grid img:hover { transform: scale(1.03); }
.story-img-grid img:first-child { grid-column: 1 / -1; height: 220px; }

/* ============================================
   4. EXPERTISE / WHAT WE DO
   ============================================ */
.about-expertise { padding: 80px 0; background: #f8f9fc; }

.about-expertise .row {
    row-gap: 30px;
}



.expertise-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.expertise-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #179E66, #f3a712);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.expertise-card:hover { border-color: rgba(23,158,102,0.2); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(23,158,102,0.1); }
.expertise-card:hover::before { transform: scaleX(1); }

.exp-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2e2751, #179E66);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: transform 0.3s;
}
.expertise-card:hover .exp-icon { transform: rotate(5deg) scale(1.1); }
.exp-icon i { font-size: 28px; color: #fff; }
.expertise-card h5 { font-size: 17px; font-weight: 700; color: #2e2751; margin-bottom: 10px; font-family: 'Figtree', sans-serif; }
.expertise-card p  { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 14px; }
.exp-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.exp-tag {
    background: #f0f9f5;
    color: #179E66;
    border: 1px solid #c3e8d8;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

/* ============================================
   5. STATS / ACHIEVEMENTS
   ============================================ */
.about-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #2e2751 0%, #1a1535 100%);
    position: relative;
    overflow: hidden;
}
.about-stats::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(23,158,102,0.06);
    border-radius: 50%;
}
.about-stats::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 350px;
    height: 350px;
    background: rgba(243,167,18,0.05);
    border-radius: 50%;
}
.stat-achieve-card {
    text-align: center;
    padding: 35px 20px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.stat-achieve-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-5px); border-color: rgba(243,167,18,0.3); }
.stat-achieve-card i { font-size: 36px; color: #f3a712; margin-bottom: 14px; display: block; }
.stat-achieve-card .stat-num {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 6px;
}
.stat-achieve-card .stat-num span { color: #f3a712; }
.stat-achieve-card .stat-lbl { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

/* ============================================
   6. TEAM SLIDER
   ============================================ */
.about-team { padding: 80px 0; background: #fff; }

.team-slide-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin: 10px;
    border: 2px solid transparent;
}
.team-slide-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(46,39,81,0.14); border-color: #179E66; }

.team-img-wrap { position: relative; overflow: hidden; }
.team-img-wrap img { width: 100%; height: 280px; object-fit: cover; object-position: top; display: block; transition: transform 0.5s ease; }
.team-slide-card:hover .team-img-wrap img { transform: scale(1.06); }

.team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(46,39,81,0.88), rgba(23,158,102,0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease;
}
.team-slide-card:hover .team-overlay { opacity: 1; }
.team-social-links { display: flex; gap: 12px; }
.team-social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    transform: translateY(15px);
    opacity: 0;
}
.team-slide-card:hover .team-social-links a { transform: translateY(0); opacity: 1; }
.team-slide-card:hover .team-social-links a:nth-child(1) { transition-delay: 0.05s; }
.team-slide-card:hover .team-social-links a:nth-child(2) { transition-delay: 0.1s; }
.team-slide-card:hover .team-social-links a:nth-child(3) { transition-delay: 0.15s; }
.team-social-links a:hover { background: #f3a712; border-color: #f3a712; }

.team-role-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #f3a712;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-info { padding: 22px 20px 20px; border-top: 3px solid #179E66; }
.team-slide-card:hover .team-info { border-top-color: #f3a712; }
.team-info h5 { font-size: 18px; font-weight: 700; color: #2e2751; margin-bottom: 4px; font-family: 'Figtree', sans-serif; }
.team-info .team-role { font-size: 13px; color: #179E66; font-weight: 600; margin-bottom: 10px; }
.team-info p { font-size: 13px; color: #777; line-height: 1.6; margin: 0; }

/* Owl Dots custom */
.team-owl-slider .owl-dots { text-align: center; margin-top: 30px; }
.team-owl-slider .owl-dot span {
    width: 10px; height: 10px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    transition: all 0.3s;
}
.team-owl-slider .owl-dot.active span,
.team-owl-slider .owl-dot:hover span { background: #179E66; width: 28px; border-radius: 5px; }

/* Owl Nav */
.team-owl-slider .owl-nav { margin: 0; }
.team-owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    color: #2e2751 !important;
    font-size: 18px !important;
    transition: all 0.3s;
    border: 2px solid #eee !important;
}
.team-owl-slider .owl-nav button:hover { background: #179E66 !important; color: #fff !important; border-color: #179E66 !important; }
.team-owl-slider .owl-nav .owl-prev { left: -22px; }
.team-owl-slider .owl-nav .owl-next { right: -22px; }

/* ============================================
   7. WHY TRUST US
   ============================================ */
.about-trust { padding: 80px 0; background: #f8f9fc; }

.trust-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.trust-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2e2751, #179E66);
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-icon i { font-size: 22px; color: #fff; }
.trust-text h5 { font-size: 16px; font-weight: 700; color: #2e2751; margin-bottom: 5px; font-family: 'Figtree', sans-serif; }
.trust-text p  { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }

.trust-img { width: 100%; border-radius: 14px; box-shadow: 0 15px 40px rgba(46,39,81,0.1); }

/* ============================================
   8. CTA BOTTOM
   ============================================ */
.about-cta {
    background: linear-gradient(135deg, #179E66 0%, #2e2751 100%);
    padding: 70px 0;
    text-align: center;
}
.about-cta h2 { font-size: 38px; font-weight: 800; color: #fff; font-family: 'Figtree', sans-serif; margin-bottom: 12px; }
.about-cta p  { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 30px; }
.ab-cta-btn-white {
    background: #fff; color: #2e2751; padding: 15px 38px; border-radius: 4px;
    font-weight: 700; font-size: 16px; border: 2px solid #fff; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin: 5px;
}
.ab-cta-btn-white:hover { background: transparent; color: #fff; text-decoration: none; }
.ab-cta-btn-gold {
    background: #f3a712; color: #fff; padding: 15px 38px; border-radius: 4px;
    font-weight: 700; font-size: 16px; border: 2px solid #f3a712; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin: 5px;
}
.ab-cta-btn-gold:hover { background: transparent; color: #f3a712; text-decoration: none; }

/* Section common */
.ab-section-label { color: #179E66; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.ab-section-title { font-size: 36px; font-weight: 800; color: #2e2751; font-family: 'Figtree', sans-serif; margin-bottom: 12px; line-height: 1.25; }
.ab-section-title span { color: #179E66; }
.ab-section-sub  { color: #666; font-size: 15px; margin-bottom: 50px; line-height: 1.7; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .ab-title { font-size: 28px; }
    .ab-section-title { font-size: 26px; }
    .ab-img-wrap img { height: 320px; }
    .ab-img-border { display: none; }
    .ab-exp-badge { bottom: 10px; right: 10px; }
    .about-cta h2 { font-size: 28px; }
    .team-owl-slider .owl-nav .owl-prev { left: 0; }
    .team-owl-slider .owl-nav .owl-next { right: 0; }
    .story-img-grid img:first-child { height: 160px; }
    .story-img-grid img { height: 130px; }
}
@media (max-width: 576px) {
    .ab-title { font-size: 24px; }
    .ab-img-wrap img { height: 250px; }
    .ab-exp-badge .exp-num { font-size: 30px; }
    .stat-achieve-card .stat-num { font-size: 38px; }
    .about-intro, .about-mission, .about-story, .about-expertise, .about-stats, .about-team, .about-trust { padding: 55px 0; }
    .ab-cta-btn-white, .ab-cta-btn-gold { display: block; text-align: center; justify-content: center; margin: 6px auto; max-width: 260px; }
    .team-owl-slider .owl-nav button { display: none; }
}
