/* Global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Container */
.container {
    max-width: 1200px;
    margin: auto;
    /* padding: 40px 20px; */
    background: #fff;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
    border-radius: 12px;
}

/* Header section */
.about-header h2 {
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: bold;
    color: #4e00c2;
    margin-bottom: 12px;
    text-align: center;
}

.about-header p {
    font-size: 18px;
    color: #333;
    margin-bottom: 32px;
}

/* Two column layout */
.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.about-content1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: row-reverse;
}
.about-content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
 }

.left-column {
    flex: 1;
    min-width: 300px;
}

.right-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-column img {
    max-width: 100%;
    min-width: 300px;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

/* Lists inside columns */
.left-column h3 {
    color: #4e00c2;
    margin-top: 0;
}

.left-column ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.left-column li {
    margin-bottom: 10px;
    color: #444;
}

/* Middle section */
.about-middle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.about-sec-card {
    background: #ffffff;
    padding: 30px;
    flex: 1 1 350px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.about-sec-card:hover {
    transform: translateY(-6px);
}

.about-middle h3 {
    color: #4e00c2;
    font-size: 22px;
}

.about-middle p {
    font-size: 17px;
    color: #333;
    margin-top: 8px;
    text-align: left;
}

/* Bottom section */
.about-bottom {
    margin-top: 50px;
}

.about-bottom h3 {
    color: #4e00c2;
    font-size: 22px;
    margin-bottom: 12px;
}

.about-bottom p {
    font-size: 17px;
    color: #333;
    margin-bottom: 32px;
}

.experience-box {
    background: #f0e6ff;
    padding: 20px;
    border-left: 6px solid #4e00c2;
    margin-bottom: 30px;
    border-radius: 6px;
}

.experience-box strong {
    font-size: 20px;
    color: #4e00c2;
    display: block;
    margin-bottom: 8px;
}

.trusted-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #4e00c2;
}

/* .trusted-section .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
} */
.trusted-section .stats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.trusted-section .stats li {
    flex: 1 1 300px;
    background: #f0e6ff;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.trusted-section .stats li strong {
    font-size: 22px;
    color: #4e00c2;
    display: block;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column-reverse;
    }
    .about-content1 {
        flex-direction: column-reverse;
    }
    .about-content2 {
        flex-direction: column-reverse;
    }

    .about-middle p,
    .about-content ul li,
    .left-column h3 {
        font-size: 14px;
    }

    .container {
        padding: 0;
    }

    .about-section {
        padding: 50px 20px;
    }

    .about-header p {
        font-size: 12px;
        color: #333;
        margin-bottom: 32px;
        text-align: center;
    }

    .trusted-section .stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column-reverse;
    }

    .container {
        padding: 0;
    }

    .about-section {
        padding: 50px 20px;
    }

    .about-header p {
        font-size: 14px;
        color: #333;
        margin-bottom: 32px;
        text-align: center;
    }

    .trusted-section .stats {
        grid-template-columns: 1fr;
    }
}


/* ============about page / card of people=========================== */

/* .team-section {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    background: radial-gradient();
    justify-content: center;
    padding: 20px;
}
.head-team-section{
    font-size: 32px;
    margin: 20px 0px;
    text-align: center;
    color: navy;
} */
/* .card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 260px;
    text-align: center;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
}

.card-header {
    background-color: #4e00c2;
    padding: 20px;
}
.team-section .card:hover .card-header{
    background-color:#7115fb;
} */

.card-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.card-body {
    padding: 20px;
}

.card-body h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.card-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.card-body a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #4e00c2;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.card-body a:hover {
    background: #7115fb;
}