/* ==========================================
   About Hero Section
========================================== */

.about-hero {
    padding: 170px 0 100px;
    background: linear-gradient(180deg, #ffffff, #eef6ff);
}

.about-hero h1 {
    margin: 20px 0;
    font-size: 3.5rem;
    font-weight: 800;
}

.about-hero p {
    margin-bottom: 30px;
    font-size: 1.2rem;
    color: #64748b;
}


/* ==========================================
   About Cards
========================================== */

.about-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


/* ==========================================
   Timeline Section
========================================== */

.timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.timeline div {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    background: #2563eb;
    border-radius: 14px;
}


/* ==========================================
   Responsive Design
========================================== */

@media (max-width: 768px) {

    .about-hero {
        padding: 130px 0 70px;
        text-align: center;
    }

    .about-hero h1 {
        font-size: 2.2rem;
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ==========================================
   Company Overview
========================================== */

.section-subtitle {

    display: inline-block;

    margin-bottom: 15px;

    color: #2563eb;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

}

.overview-box {

    padding: 40px;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

}

.overview-item {

    display: flex;

    align-items: flex-start;

    gap: 20px;

    margin-bottom: 30px;

}

.overview-item:last-child {

    margin-bottom: 0;

}

.overview-item i {

    font-size: 34px;

    color: #2563eb;

}

.overview-item h5 {

    margin-bottom: 8px;

    font-weight: 700;

}

.overview-item p {

    margin: 0;

    color: #64748b;

}

/* ==========================================
   Why Choose RigorWorks
========================================== */

.choose-icon {

    font-size: 60px;

    color: #2563eb;

    margin-bottom: 25px;

    transition: all 0.3s ease;

}

.about-card:hover .choose-icon {

    transform: scale(1.1);

    color: #0d6efd;

}

.about-card h4 {

    margin-bottom: 15px;

    font-weight: 700;

}

.about-card p {

    color: #64748b;

    line-height: 1.8;

}

/* ==========================================
   Technology Expertise
========================================== */

.tech-card {

    height: 100%;

    padding: 35px;

    text-align: center;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

}


.tech-card i {

    margin-bottom: 20px;

    font-size: 60px;

    color: #2563eb;

}

.tech-card h5 {

    margin-bottom: 20px;

    font-weight: 700;

}

.tech-card ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

.tech-card ul li {

    padding: 8px 0;

    color: #64748b;

    border-bottom: 1px solid #f1f1f1;

}

.tech-card ul li:last-child {

    border-bottom: none;

}

/* ==========================================
   Industries We Serve
========================================== */

.industry-card {

    height: 100%;

    padding: 35px 30px;

    text-align: center;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

}


.industry-card i {

    margin-bottom: 20px;

    font-size: 55px;

    color: #2563eb;

}

.industry-card h5 {

    margin-bottom: 15px;

    font-weight: 700;

}

.industry-card p {

    margin: 0;

    color: #64748b;

    line-height: 1.8;

}

/* ==========================================
   Engineering Journey
========================================== */

.journey-card {

    height: 100%;

    padding: 35px;

    text-align: center;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    transition: all .3s ease;

}


.journey-icon {

    width: 90px;

    height: 90px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #2563eb;

}

.journey-icon i {

    font-size: 36px;

    color: white;

}

.journey-card h4 {

    margin-bottom: 18px;

    font-weight: 700;

}

.journey-card p {

    color: #64748b;

    line-height: 1.8;

}

/* ==========================================
   Footer
========================================== */

.footer {

    padding: 70px 0 30px;

    color: white;

    background: #0f172a;

}

.footer-logo {

    height: 50px;

}

.footer h5 {

    margin-bottom: 20px;

    font-weight: 700;

}

.footer p {

    color: #cbd5e1;

}

.footer-links {

    padding: 0;

    list-style: none;

}

.footer-links li {

    margin-bottom: 12px;

}

.footer-links a {

    color: #cbd5e1;

    text-decoration: none;

}

.footer-links a:hover {

    color: white;

}

.footer hr {

    border-color: rgba(255,255,255,.15);

}

.footer .btn {

    margin-top: 10px;

}

.hero-features {

    display: flex;

    gap: 30px;

    flex-wrap: wrap;

    margin-top: 25px;

}

.hero-features span {

    font-weight: 600;

    color: #475569;

}

.hero-features i {

    color: #2563eb;

    margin-right: 8px;

}

.btn-primary {

    padding: 14px 34px;

    border-radius: 50px;

    font-weight: 600;

    transition: all .3s ease;

}

.btn-primary:hover {

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(37,99,235,.3);

}

.section-title {

    max-width: 700px;

    margin: auto;

    margin-bottom: 60px;

    text-align: center;

}

.section-title h2 {

    font-size: 2.5rem;

    font-weight: 800;

    margin-bottom: 20px;

}

.section-title p {

    color: #64748b;

}

/* ==========================================
   Card Hover Effects
========================================== */

.about-card,
.tech-card,
.industry-card,
.journey-card {

    transition: all 0.35s ease;

}

.about-card:hover,
.tech-card:hover,
.industry-card:hover,
.journey-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);

}
/* ==========================================
   Social Icons
========================================== */

.social-icons {

    display: flex;

    gap: 15px;

    margin-top: 25px;

}

.social-icons a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 45px;

    height: 45px;

    color: white;

    text-decoration: none;

    background: rgba(255, 255, 255, 0.1);

    border-radius: 50%;

    transition: all 0.3s ease;

}

.social-icons a:hover {

    background: #2563eb;

    transform: translateY(-4px);

}

.about-hero {

    position: relative;

    overflow: hidden;

}

.about-hero::before {

    content: "";

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: rgba(37,99,235,.08);

    position: absolute;

    top: -120px;

    right: -120px;

}

