@media(min-width: 991px) {
    .rs-banner-ten .rs-banner-subtitle {
        font-size: 15px !important;
        margin-bottom: 15px !important;
        margin-inline-start: 10px !important;
    }
    .rs-banner-ten .rs-banner-title {
        font-size: 23px !important;

    }
    h2, .h2 {
        font-size: 27px;
    }
    .rs-banner-ten .rs-banner-content {
        padding-top: 170px !important;
        padding-bottom: 130px !important;
      
    }
    
}
.rs-services-wrapper{
    height: 100% !important;
}
.rs-services-item{
    height: 100% !important;
}

/* Section */
.experience-area {
    background: #f9fafb;
    padding: 80px 0;
}

/* Header */
.section-header .section-subtitle {
    color: #FF7140;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
}

/* Left Content */
.experience-content {
    max-width: 520px;
}

.experience-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 22px;
}

/* Experience List */
.experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    color: #111827;
}

.experience-list li::before {
    content: "✔";
    color: #FF7140;
    font-weight: bold;
}

/* Stats */
.experience-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.stat-box {
    background: #ffffff;
    padding: 32px 26px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box h3 {
    font-size: 42px;
    font-weight: 800;
    color: #FF7140;
    margin-bottom: 6px;
}

.stat-box p {
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    margin: 0;
}

/* Founder Box */
.founder-box {
    position: relative;
    background: #ffffff;
    padding: 36px 36px 36px 44px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.founder-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #FF7140;
    border-radius: 20px 0 0 20px;
}

.founder-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.founder-box p {
    font-size: 15px;
    color: #374151;
    margin-bottom: 14px;
}

.founder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.founder-list li {
    font-size: 15px;
    padding: 6px 0;
    color: #111827;
}

/* Responsive */
@media (max-width: 992px) {
    .experience-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }

    .experience-stats {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .founder-box {
        padding: 26px 26px 26px 36px;
    }
}
/* Mission Section */
.mission-area {
    background: #ffffff;
    padding: 80px 0;
}

.mission-content {
    text-align: center;
}

.mission-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 18px;
}

/* Mission List */
.mission-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
}

.mission-list li {
    font-size: 15px;
    color: #111827;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.mission-list li::before {
    content: "✔";
    color: #FF7140;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-list {
        grid-template-columns: 1fr;
    }

    .mission-content p {
        font-size: 15px;
    }
}
/* Timeline Section */
.timeline-area {
    background: #f9fafb;
    padding: 80px 0;
}

.timeline-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e5e7eb;
}

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.timeline-year {
    min-width: 80px;
    font-size: 18px;
    font-weight: 800;
    color: #16a34a;
}

.timeline-content {
    background: #ffffff;
    padding: 22px 26px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
}

.timeline-content p {
    font-size: 15px;
    color: #374151;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline-wrapper::before {
        left: 10px;
    }

    .timeline-item {
        gap: 16px;
    }

    .timeline-year {
        min-width: 60px;
        font-size: 16px;
    }
}
/* Philosophy Section */
.philosophy-area {
    background: #ffffff;
    padding: 80px 0;
}

.philosophy-box {
    background: #f9fafb;
    padding: 40px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    position: relative;
}

.philosophy-box::before {
    content: "“";
    font-size: 90px;
    color: #16a34a;
    position: absolute;
    top: -20px;
    left: 30px;
    opacity: 0.2;
}

.philosophy-box blockquote {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: #111827;
    margin-bottom: 20px;
}

.philosophy-author {
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
    .philosophy-box {
        padding: 28px;
    }

    .philosophy-box blockquote {
        font-size: 17px;
    }
    .home-rs-btn {
        font-size: 10px;
        text-transform: capitalize;
        color: var(--rs-white);
        display: inline-flex
    ;
        align-items: center;
        justify-content: center;
        padding: 9px 16px;
        height: 60px;
        transition: all 0.3s linear;
        border-radius: 30px 30px 30px 30px;
        font-weight: 500;
        position: relative;
    }
}
