/*------------------------------------------------------------------
[About Page - Professional Design Enhancement]

Improved styling for:
1. Main About Section
2. Team/Leadership Section
3. Company Mission & Values

Color Scheme:
- Primary: #3db54a (Green)
- Dark: #333333
- Light: #f9fafb
- Accent: #2d9240

-------------------------------------------------------------------*/

/* ========== Hero/Banner Section ========== */

.miwlo-app-landing-banner-wrap {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.miwlo-app-landing-banner-wrap h2 {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    letter-spacing: -1px;
}

.miwlo-banner-tagline h4 {
    font-size: 18px;
    color: #3db54a;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* ========== Main About Section ========== */

.miwlo-about-wrap {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
}

.miwlo-about-wrap .row {
    align-items: center;
    gap: 60px;
}

/* Image Wrapper - Left Side */
.miwlo-about-img-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miwlo-about-img {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(61, 181, 74, 0.15);
}

.miwlo-about-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Experience Badge */
.miwlo-about-experience-wrap {
    position: absolute;
    bottom: -30px;
    right: -40px;
    z-index: 3;
}

.miwlo-about-experience {
    background: linear-gradient(135deg, #3db54a 0%, #2d9240 100%);
    color: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(61, 181, 74, 0.25);
    text-align: center;
    min-width: 140px;
}

.miwlo-about-experience h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.miwlo-about-experience p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Text Content - Right Side */
.miwlo-about-text-wrapper h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.miwlo-about-text-wrapper p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.miwlo-about-text-wrapper p:last-child {
    margin-bottom: 0;
}

/* ========== Creative Team Section ========== */

.miwlo-creative-team-wrap {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.miwlo-creative-team {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
}

.miwlo-creative-team:before {
    border-radius: 26px;
    inset: 0;
}

.miwlo-creative-team-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    pointer-events: none;
}

.miwlo-creative-team > .row {
    align-items: stretch;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
}

/* Team Text Section */
.miwlo-creative-team-text {
    padding: 0 30px 0 0;
}

.miwlo-creative-team-text h3 {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.miwlo-creative-team-text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.miwlo-creative-team-text .miwlo-btn-pill {
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 8px;
}

/* Team Container Grid */
.miwlo-creative-team-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.miwlo-creative-team-container > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Ensure team cards are in 3x2 grid on desktop */
.miwlo-creative-team-container .col-6.col-md-4 {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .miwlo-creative-team-container .col-6.col-md-4 {
        flex: none;
    }
}

/* Individual Team Member Card */
.miwlo-single-team-wrap {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.miwlo-single-team-wrap:hover {
    box-shadow: 0 15px 40px rgba(61, 181, 74, 0.15);
    transform: translateY(-8px);
}

/* Team Member Image */
.miwlo-single-team-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.miwlo-single-team-img svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Team Member Bio */
.miwlo-single-team-bio {
    padding: 20px 15px;
    text-align: center;
    background: #ffffff;
}

.miwlo-single-team-bio .name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 5px 0;
    letter-spacing: 0.3px;
}

.miwlo-single-team-bio .designation {
    font-size: 13px;
    color: #3db54a;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ========== Symmetry & Alignment ========== */

/* Ensure consistent spacing */
.miwlo-about-wrap .col-md-7,
.miwlo-about-wrap .col-md-5 {
    display: flex;
    align-items: center;
}

.miwlo-creative-team .col-lg-6 {
    display: flex;
    align-items: stretch;
    padding: 0 20px;
}

.miwlo-creative-team .col-lg-6:first-child {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 0;
}

.miwlo-creative-team .col-lg-6:last-child {
    background: #f9fafb;
    padding: 40px 30px;
}

/* Section Spacing */
.miwlo-about-wrap {
    margin: 60px 0;
}

.miwlo-creative-team-wrap {
    margin: 60px 0;
}

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

@media (max-width: 992px) {
    .miwlo-about-wrap .row {
        flex-direction: column;
        gap: 40px;
    }
    
    .miwlo-about-img-wrapper {
        width: 100%;
    }
    
    .miwlo-about-text-wrapper h1 {
        font-size: 32px;
    }
    
    .miwlo-creative-team > .row {
        flex-direction: column;
        gap: 50px;
    }
    
    .miwlo-creative-team .col-lg-6 {
        padding: 0;
    }
    
    .miwlo-creative-team-text {
        padding: 0;
    }
    
    .miwlo-creative-team-text h3 {
        font-size: 28px;
    }
    
    .miwlo-about-experience-wrap {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .miwlo-app-landing-banner-wrap h2 {
        font-size: 36px;
    }
    
    .miwlo-about-text-wrapper h1 {
        font-size: 26px;
    }
    
    .miwlo-about-text-wrapper p {
        font-size: 14px;
    }
    
    .miwlo-creative-team-text h3 {
        font-size: 24px;
    }
    
    .miwlo-single-team-bio .name {
        font-size: 14px;
    }
    
    .miwlo-single-team-bio .designation {
        font-size: 11px;
    }
    
    .miwlo-creative-team-container > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    
    .miwlo-about-experience {
        padding: 25px 20px;
        min-width: 120px;
    }
    
    .miwlo-about-experience h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .miwlo-app-landing-banner-wrap h2 {
        font-size: 28px;
    }
    
    .miwlo-about-wrap {
        padding: 60px 0;
    }
    
    .miwlo-creative-team-wrap {
        padding: 60px 0;
    }
    
    .miwlo-about-text-wrapper h1 {
        font-size: 22px;
    }
    
    .miwlo-creative-team-text h3 {
        font-size: 20px;
    }
    
    .miwlo-banner-tagline h4 {
        font-size: 16px;
    }
    
    .miwlo-creative-team-container > .row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* ========== Hover Effects & Animations ========== */

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.miwlo-about-img-wrapper {
    animation: slideInLeft 0.6s ease-out;
}

.miwlo-about-text-wrapper {
    animation: slideInRight 0.6s ease-out 0.1s backwards;
}

.miwlo-single-team-wrap {
    animation: fadeInUp 0.6s ease-out;
}

/* Button Styling */
.miwlo-btn-pill {
    transition: all 0.3s ease;
}

.btn-orange {
    background: linear-gradient(135deg, #3db54a 0%, #2d9240 100%);
    color: #ffffff;
    border: 2px solid #3db54a;
}

.btn-orange:hover {
    background: linear-gradient(135deg, #2d9240 0%, #1f6a2a 100%);
    border-color: #1f6a2a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(61, 181, 74, 0.2);
}

/* Typography Enhancements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

p {
    font-family: 'Nunito', sans-serif;
}

/* Divider Styling */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
    margin: 60px 0;
}

/* Professional Box Shadows */
.miwlo-about-img {
    box-shadow: 0 20px 60px rgba(61, 181, 74, 0.1);
}

.miwlo-single-team-wrap {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Section Separator */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, #3db54a 0%, transparent 100%);
    margin: 80px 0;
    opacity: 0.3;
}

/* ========== Pricing Section ========== */

.miwlo-pricing-plan-wrap {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: visible;
}

.miwlo-pricing-plan-text {
    margin-bottom: 60px;
}

.section-subheading {
    font-size: 14px;
    color: #3db54a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.section-heading {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* Pricing Plan Grid */
.miwlo-pricing-plan {
    position: relative;
}

.miwlo-pricing-plan .row {
    gap: 30px;
    justify-content: center;
    align-items: center;
}

/* Individual Pricing Cards */
.miwlo-pricing-plan-table {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 580px;
    flex: 1;
    max-width: 350px;
}

.miwlo-pricing-plan-table:hover {
    border-color: #3db54a;
    box-shadow: 0 20px 50px rgba(61, 181, 74, 0.15);
    transform: translateY(-8px);
}

/* Middle card - Most Popular */
.miwlo-pricing-plan-table.table-two {
    border: 2px solid #3db54a;
    box-shadow: 0 15px 40px rgba(61, 181, 74, 0.1);
    position: relative;
    transform: scale(1.05);
}

.miwlo-pricing-plan-table.table-two:hover {
    transform: scale(1.05) translateY(-8px);
}

.miwlo-pricing-plan-table.table-two span {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #3db54a;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 2;
}

.miwlo-pricing-plan-name {
    margin-bottom: 20px;
}

.miwlo-pricing-plan-name p {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    letter-spacing: -0.5px;
}

.miwlo-pricing-plan-price {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 2px solid #f0fdf4;
}

.miwlo-pricing-plan-price p {
    margin: 0;
    font-size: 18px;
    color: #666666;
}

.miwlo-pricing-plan-price span {
    font-size: 36px;
    font-weight: 700;
    color: #3db54a;
}

.miwlo-pricing-plan-small-description {
    margin-bottom: 30px;
}

.miwlo-pricing-plan-small-description p {
    font-size: 15px;
    color: #666666;
    margin: 0;
    font-weight: 500;
}

.miwlo-pricing-plan-features {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.miwlo-pricing-plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.miwlo-pricing-plan-features ul li {
    font-size: 14px;
    color: #333333;
    padding: 12px 0;
    border-bottom: 1px solid #f0fdf4;
    text-align: left;
    display: flex;
    align-items: center;
}

.miwlo-pricing-plan-features ul li::before {
    content: '✓';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(61, 181, 74, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #3db54a;
    flex-shrink: 0;
}

.miwlo-pricing-plan-features ul li:last-child {
    border-bottom: none;
}

/* Pricing Button */
.miwlo-btn-simple {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}

.btn-orange-link {
    color: #3db54a;
    border: 2px solid #3db54a;
    background: transparent;
}

.btn-orange-link:hover {
    background: #3db54a;
    color: #ffffff;
    transform: translateY(-2px);
}

.miwlo-pricing-plan-bottom-shape {
    display: none;
}

/* ========== Testimonials Section ========== */

.miwlo-app-testimonial-wrap {
    background: linear-gradient(135deg, #3db54a 0%, #2d9240 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.miwlo-app-testimonial-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.miwlo-app-testimonial-wrap > .container {
    position: relative;
    z-index: 2;
}

.miwlo-app-testimonial-wrap .miwlo-app-testimonial-text {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.miwlo-app-testimonial-wrap .miwlo-app-testimonial-text h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.miwlo-app-testimonial-slide {
    position: relative;
    z-index: 2;
}

.swiper-slide blockquote {
    background: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.8;
    border-left: 4px solid #3db54a;
    font-style: italic;
    margin: 0;
}

.swiper-slide blockquote strong {
    font-style: normal;
    color: #3db54a;
    display: block;
    margin-top: 12px;
}

.swiper-pagination {
    bottom: -40px !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

/* Testimonial Slide Container */
.miwlo-app-testimonial-slide-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.miwlo-app-testimonial-single-slide {
    padding: 0;
}

.miwlo-app-testimonial-single-slide h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.4;
}

.miwlo-app-testimonial-single-slide p {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* Hide decorative shapes */
.miwlo-testimonial-slide-shape-top,
.miwlo-testimonial-slide-shape-bottom,
.miwlo-testimonial-text-shape,
.testimonial-triangle-shape,
.miwlo-pricing-plan-triangle-shape {
    display: none;
}

.miwlo-testimonial-text-icon {
    margin-bottom: 30px;
}

.miwlo-testimonial-text-icon img {
    max-width: 60px;
    opacity: 0.8;
}

/* ========== Responsive Design for Pricing & Testimonials ========== */

@media (max-width: 992px) {
    .miwlo-pricing-plan-wrap {
        padding: 60px 0;
    }
    
    .section-heading {
        font-size: 32px;
    }
    
    .miwlo-pricing-plan-table {
        max-width: 100%;
    }
    
    .miwlo-pricing-plan-table.table-two {
        transform: scale(1.02);
    }
    
    .miwlo-pricing-plan-table.table-two:hover {
        transform: scale(1.02) translateY(-6px);
    }
    
    .miwlo-app-testimonial-wrap {
        padding: 80px 0;
    }
    
    .miwlo-app-testimonial-wrap .miwlo-app-testimonial-text h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 26px;
    }
    
    .miwlo-pricing-plan-text {
        margin-bottom: 40px;
    }
    
    .section-subheading {
        font-size: 12px;
    }
    
    .miwlo-pricing-plan .row {
        gap: 20px;
    }
    
    .miwlo-pricing-plan-table {
        padding: 30px 20px;
        min-height: auto;
    }
    
    .miwlo-pricing-plan-table.table-two {
        transform: scale(1);
    }
    
    .miwlo-pricing-plan-table.table-two:hover {
        transform: translateY(-6px);
    }
    
    .miwlo-pricing-plan-name p {
        font-size: 20px;
    }
    
    .miwlo-pricing-plan-price span {
        font-size: 28px;
    }
    
    .miwlo-app-testimonial-wrap {
        padding: 60px 0;
    }
    
    .miwlo-app-testimonial-slide-container {
        padding: 30px;
    }
    
    .miwlo-app-testimonial-wrap .miwlo-app-testimonial-text h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .section-heading {
        font-size: 22px;
    }
    
    .miwlo-pricing-plan .row {
        flex-direction: column;
        align-items: center;
    }
    
    .miwlo-pricing-plan-table {
        max-width: 100%;
        padding: 24px 16px;
    }
    
    .miwlo-pricing-plan-name p {
        font-size: 18px;
    }
    
    .miwlo-pricing-plan-price span {
        font-size: 24px;
    }
    
    .miwlo-pricing-plan-features ul li {
        font-size: 13px;
    }
    
    .btn-orange-link {
        padding: 10px 24px;
        font-size: 13px;
    }
    
    .miwlo-app-testimonial-wrap {
        padding: 50px 0;
    }
    
    .miwlo-app-testimonial-slide-container {
        padding: 20px;
    }
    
    .swiper-slide blockquote {
        padding: 20px;
        font-size: 14px;
    }
    
    .miwlo-app-testimonial-single-slide h4 {
        font-size: 18px;
    }
}

/* Section Separator */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, #3db54a 0%, transparent 100%);
    margin: 80px 0;
    opacity: 0.3;
}
