/**
 * About Us Page Styles
 * Scoped to .page-about.about-us
 * 
 * @package RinnoTools
 */

/* Hero Section */
.page-about.about-us .about-us__image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .page-about.about-us .about-us__image {
        min-height: 500px;
    }
}

/* Main Content */
.page-about.about-us .about-us__body {
    padding: 40px 0;
}

.page-about.about-us .about-us__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .page-about.about-us .about-us__title {
        font-size: 3rem;
    }
}

.page-about.about-us .about-us__text {
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-about.about-us .about-us__buttons {
    text-align: center;
    margin-bottom: 3rem;
}

.page-about.about-us .about-us__buttons .btn {
    margin: 0 0.5rem 0.5rem;
}

/* Introduction Section */
.page-about.about-us .about-us__intro {
    margin: 3rem 0;
}

.page-about.about-us .about-us__intro-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.page-about.about-us .about-us__intro-image {
    margin-bottom: 2rem;
}

.page-about.about-us .about-us__intro-content {
    margin-bottom: 1.5rem;
}

.page-about.about-us .about-us__intro-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-about.about-us .about-us__intro-bullets li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.page-about.about-us .about-us__intro-bullets li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3d464d;
    font-weight: bold;
}

/* Statistics Section */
.page-about.about-us .about-us__stats {
    margin: 3rem 0;
    padding: 2rem 0;
    background: #f7f8fa;
    border-radius: 4px;
}

.page-about.about-us .about-us__stat-item {
    text-align: center;
    padding: 1rem;
}

.page-about.about-us .about-us__stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3d464d;
    margin-bottom: 0.5rem;
}

.page-about.about-us .about-us__stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Values Section */
.page-about.about-us .about-us__values {
    margin: 3rem 0;
}

.page-about.about-us .about-us__values-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.page-about.about-us .about-us__value-item {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.page-about.about-us .about-us__value-icon {
    margin-bottom: 1rem;
}

.page-about.about-us .about-us__value-icon img {
    max-width: 80px;
    height: auto;
}

.page-about.about-us .about-us__value-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.page-about.about-us .about-us__value-text {
    color: #6c757d;
}

/* Team Section */
.page-about.about-us .about-us__team {
    margin: 3rem 0;
    text-align: center;
}

.page-about.about-us .about-us__team-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.page-about.about-us .about-us__team-subtitle {
    margin-bottom: 2rem;
}

.page-about.about-us .about-us__team-subtitle a {
    color: #3d464d;
    text-decoration: underline;
}

.page-about.about-us .teammates {
    margin-top: 2rem;
}

.page-about.about-us .teammate {
    text-align: center;
    padding: 1rem;
}

.page-about.about-us .teammate__avatar {
    margin-bottom: 1rem;
}

.page-about.about-us .teammate__avatar img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.page-about.about-us .teammate__name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-about.about-us .teammate__position {
    margin-bottom: 1rem;
}

.page-about.about-us .teammate__bio {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.page-about.about-us .teammate__socials {
    margin-top: 1rem;
}

.page-about.about-us .teammate__socials a {
    display: inline-block;
    margin: 0 0.5rem;
    color: #3d464d;
    text-decoration: none;
}

.page-about.about-us .teammate__socials a:hover {
    color: #ffd333;
}

/* Testimonials Section */
.page-about.about-us .about-us__testimonials {
    margin: 3rem 0;
}

.page-about.about-us .about-us__testimonials-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.page-about.about-us .about-us__testimonial-item {
    text-align: center;
    padding: 2rem;
    background: #f7f8fa;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.page-about.about-us .about-us__testimonial-quote {
    font-style: italic;
    margin-bottom: 1.5rem;
    border: none;
    padding: 0;
}

.page-about.about-us .about-us__testimonial-avatar {
    margin-bottom: 1rem;
}

.page-about.about-us .about-us__testimonial-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
}

.page-about.about-us .about-us__testimonial-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.page-about.about-us .about-us__testimonial-role {
    font-size: 0.9rem;
}

/* Partners Section */
.page-about.about-us .about-us__partners {
    margin: 3rem 0;
    text-align: center;
}

.page-about.about-us .about-us__partners-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.page-about.about-us .about-us__partner-item {
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.page-about.about-us .about-us__partner-item img {
    max-width: 150px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.page-about.about-us .about-us__partner-item:hover img {
    opacity: 1;
}

/* CTA Section */
.page-about.about-us .about-us__cta {
    margin: 3rem 0;
    padding: 4rem 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
}

.page-about.about-us .about-us__cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-about.about-us .about-us__cta > .container {
    position: relative;
    z-index: 2;
}

.page-about.about-us .about-us__cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.page-about.about-us .about-us__cta-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-about.about-us .about-us__cta .btn {
    margin-top: 1rem;
}

/* Owl Carousel adjustments for team */
.page-about.about-us .owl-carousel .teammate {
    margin: 0 15px;
}


