/* style for the about page */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: inherit;
}
p{
    font-size: 16px;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section-tag {
    display: inline-block;
    background-color: rgba(103, 58, 183, 0.1);
    color: #673AB7;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.highlight {
    color: #FF5722;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    background-color: #4CAF50;
    color: white;
}

.btn-primary:hover {
    background-color: #3e8e41;
}

.btn-outline {
    border: 2px solid #FF5722;
    color: #FF5722;
    background-color: transparent;
}

.btn-outline:hover {
    background-color: #FF5722;
    color: white;
}

/* Hero Section */
a {
    text-decoration: none;
    color: inherit;
}
.about-section-container {
 
    
    align-items: center !important;}

.about-hero-section {
    background-color: #f0f2f5;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #f0f2f5, #e8eaf6);
}

.about-hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.about-breadcrumb a {
    color: #673AB7;
}

.about-hero-content h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a237e;
}

.about-hero-shapes .about-shape {
    position: absolute;
    z-index: 1;
}

.about-hero-shapes .about-shape-1 {
    top: 20%;
    left: 5%;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 87, 34, 0.1);
    border-radius: 50%;
}

.about-hero-shapes .about-shape-2 {
    bottom: 20%;
    right: 10%;
    width: 120px;
    height: 120px;
    background-color: rgba(103, 58, 183, 0.1);
    border-radius: 50%;
}

.about-hero-shapes .about-shape-3 {
    top: 40%;
    right: 30%;
    width: 40px;
    height: 40px;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
}

/* About Section */
.about-about-section {
    padding: 100px 0;
    background-color: white;
}

.about-about-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-about-left {
    flex: 1;
    position: relative;
}

.about-about-image-container {
    position: relative;
}

.about-main-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-experience-badge {
    position: absolute;
    top: 30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.about-experience-badge .about-number {
    font-size: 28px;
    font-weight: 700;
    color: #FF5722;
}

.about-experience-badge .about-text {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.about-secondary-image-container {
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: 1;
}

.about-secondary-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-about-left .about-shape {
    position: absolute;
    z-index: 0;
}

.about-about-left .about-shape-1 {
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    background-color: rgba(103, 58, 183, 0.1);
    border-radius: 10px;
}

.about-about-left .about-shape-2 {
    bottom: 50px;
    left: -30px;
    width: 80px;
    height: 80px;
    background-image: linear-gradient(45deg, rgba(103, 58, 183, 0.1) 25%, transparent 25%, transparent 50%, rgba(103, 58, 183, 0.1) 50%, rgba(103, 58, 183, 0.1) 75%, transparent 75%, transparent);
}

.about-about-right {
    flex: 1;
}

.about-about-right h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-about-right p {
    color: #666;
    margin-bottom: 30px;
}

.about-mission-vision {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.about-mission, .about-vision {
    flex: 1;
}

.about-mission h3, .about-vision h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-mission p, .about-vision p {
    font-size: 14px;
    margin-bottom: 0;
}

/* Stats Section */
.about-stats-section {
    padding: 50px 0;
}

.about-stats-container {
    background-color: #FF5722;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.about-stat-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.about-stat-icon {
    font-size: 24px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-stat-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-stat-content p {
    font-size: 14px;
    opacity: 0.9;
}

/* Responsive Styles for About Page */

/* Tablet View */
@media (max-width: 1024px) {
    .about-about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-about-left, 
    .about-about-right {
        flex: none;
        width: 100%;
    }

    .about-about-image-container {
        display: flex;
        justify-content: center;
    }

    .about-experience-badge {
        top: 15px;
        right: 15px;
        width: 100px;
        height: 100px;
    }

    .about-experience-badge .about-number {
        font-size: 24px;
    }

    .about-experience-badge .about-text {
        font-size: 10px;
    }

    .about-secondary-image-container {
        bottom: -20px;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-mission-vision {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-mission, .about-vision {
        width: 100%;
    }

    .about-stats-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .about-stat-item {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .about-hero-section {
        padding: 60px 20px;
        text-align: center;
    }

    .about-hero-content h1 {
        font-size: 24px;
    }

    .about-about-section {
        padding: 60px 20px;
    }

    .about-about-content {
        gap: 30px;
    }

    .about-about-left .about-shape-1,
    .about-about-left .about-shape-2 {
        display: none;
    }

    .about-experience-badge {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 10px;
    }

    .about-experience-badge .about-number {
        font-size: 20px;
    }

    .about-secondary-image-container {
        bottom: -10px;
    }

    .about-about-right h2 {
        font-size: 28px;
    }

    .about-mission-vision {
        flex-direction: column;
    }

    .about-mission, .about-vision {
        width: 100%;
    }

    .about-stats-container {
        padding: 20px;
        gap: 15px;
    }

    .about-stat-item {
        flex-direction: column;
        text-align: center;
    }

    .about-stat-icon {
        margin-bottom: 10px;
    }
}

/* Small Mobile View */
@media (max-width: 480px) {
    .about-hero-section {
        padding: 50px 15px;
    }

    .about-hero-content h1 {
        font-size: 22px;
    }

    .about-about-section {
        padding: 50px 15px;
    }

    .about-about-right h2 {
        font-size: 24px;
    }

    .about-mission-vision {
        gap: 20px;
    }

    .about-stat-content h3 {
        font-size: 24px;
    }

    .about-stat-content p {
        font-size: 12px;
    }
}
