/* ===============================
   GLOBAL
================================ */

.fm-about-hero,
.fm-statistics,
.fm-story,
.fm-values,
.fm-why,
.fm-services,
.fm-testimonials,
.fm-location,
.fm-download {
    overflow: hidden;
}

.fm-about-hero h1,
.fm-statistics h2,
.fm-story h2,
.fm-values h2,
.fm-why h2,
.fm-services h2,
.fm-testimonials h2,
.fm-location h2,
.fm-download h2 {
    letter-spacing: -0.5px;
}

.text-success {
    color: #00a651 !important;
}

/* ===============================
   HERO SECTION
================================ */

.fm-about-hero {
    padding: 100px 0;

    background: linear-gradient(135deg, #ffffff, #f5fff9);
}

.fm-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    margin-bottom: 24px;
    padding: 7px 16px 7px 8px;
    color: #075c2c;
    background: rgba(234, 247, 240, 0.9);
    border: 1px solid rgba(11, 122, 59, 0.13);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 7px 24px rgba(11, 122, 59, 0.06);
}

.fm-hero__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #ffffff;
    background: #f58220;
    border-radius: 50%;
    font-size: 11px;
}

.fm-about-hero h1 {
    font-size: 50px;
    line-height: 1.10;
}

.fm-about-hero p {
    font-size: 18px;
    line-height: 1.4;
}

.fm-about-hero .btn-success {
    background: #00a651;

    border: none;

    transition: 0.3s ease;
}

.fm-about-hero .btn-success:hover {
    background: #008f45;

    transform: translateY(-3px);
}

.fm-about-hero .btn-outline-dark {
    transition: 0.3s ease;
}

.fm-about-hero .btn-outline-dark:hover {
    transform: translateY(-3px);
}

/* Hero image */

.fm-about-image {
    position: relative;
}

.fm-about-image img {
    width: 100%;

    object-fit: cover;
}

.fm-about-image::before {
    content: '';

    position: absolute;

    width: 250px;

    height: 250px;

    background: #00a651;

    opacity: 0.1;

    border-radius: 50%;

    top: -40px;

    right: -40px;

    z-index: 0;
}

.fm-about-image img {
    position: relative;

    z-index: 1;
}

/* Small Trust Items */

.fm-trust-mini {
    display: flex;

    align-items: center;

    gap: 15px;
}

.fm-trust-mini i {
    font-size: 32px;
}

.fm-trust-mini h6 {
    margin-bottom: 5px;
}

/* ===============================
   STATISTICS SECTION
================================ */

.fm-statistics {
    background: #f7faf8;
}

.fm-stat-card {
    background: white;

    border-radius: 25px;

    padding: 35px 20px;

    text-align: center;

    height: 100%;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

    transition: 0.35s ease;
}

.fm-stat-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.fm-stat-card i {
    font-size: 35px;

    margin-bottom: 20px;
}

.fm-stat-card h2 {
    color: #00a651;

    font-size: 20px;

    font-weight: 800;
}

.fm-stat-card p {
    color: #666;

    margin: 0;
}

/* ===============================
   STORY SECTION
================================ */

.fm-story {
    padding: 90px 0;
}

.fm-story p {
    font-size: 15px;
    line-height: 1.4;
    color: #666;
    max-width: 520px;
    margin-bottom: 16px;
}


.fm-story-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.fm-timeline-item {
    display: flex;

    gap: 20px;

    margin-bottom: 30px;
}

.fm-timeline-item span {
    min-width: 70px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #004840;

    color: white;

    border-radius: 50px;

    font-weight: 700;
}

.fm-timeline-item h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.fm-timeline-item p {
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    margin-bottom: 0;
}

/* ===============================
   MISSION VALUES
================================ */

.fm-values {
    background: #f7faf8;
}

.fm-info-card {
    background: white;

    padding: 40px 30px;

    text-align: center;

    border-radius: 25px;

    height: 100%;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

    transition: 0.3s ease;
}

.fm-info-card:hover {
    transform: translateY(-8px);
}

.fm-info-card i {
    font-size: 45px;

    color: #00a651;
    margin-bottom: 20px;
}

.fm-info-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.fm-info-card p {
    color: #666;

    line-height: 1.8;
}

/* ===============================
   WHY CHOOSE FETCHMONIE
================================ */

.fm-why {
    padding: 90px 0;
}

.fm-feature-card {
    background: white;
    padding: 35px 25px;
    border-radius: 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.fm-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.fm-feature-card i {
    font-size: 40px;
    color: #00a651;
    margin-bottom: 20px;
}

.fm-feature-card h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.fm-feature-card p {
    color: #666;
    line-height: 1.4;
    font-size: 12px;
}

/* ===============================
   SECURITY SECTION
================================ */

.fm-security {
    background: linear-gradient(135deg, #004840);
}

.fm-security h2 {
    font-size: 40px;
}

.fm-security p {
    font-size: 17px;
    line-height: 1.4;
}

/* ===============================
   SERVICES SECTION
================================ */

.fm-services {
    padding: 90px 0;
}

.fm-service-card {
    background: white;

    padding: 35px 20px;

    border-radius: 25px;

    text-align: center;

    height: 100%;

    border: 1px solid #eeeeee;

    transition: 0.35s ease;
}

.fm-service-card:hover {
    background: #00a651;

    color: white;

    transform: translateY(-8px);
}

.fm-service-card i {
    font-size: 35px;

    color: #00a651;

    margin-bottom: 20px;
}

.fm-service-card:hover i {
    color: white;
}

.fm-service-card h6 {
    font-weight: 700;

    margin: 0;
}

/* ===============================
   TESTIMONIALS
================================ */

.fm-testimonials {
    background: #f7faf8;

    padding: 90px 0;
}

.testimonial-scroll {
    display: flex;

    gap: 25px;

    overflow-x: auto;

    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;

    padding: 20px 5px 30px;

    scrollbar-width: none;
}

.testimonial-scroll::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 420px;

    background: white;

    border-radius: 25px;

    overflow: hidden;

    scroll-snap-align: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.35s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-card iframe {
    width: 100%;

    height: 100%;

    border: none;
}

.testimonial-content {
    padding: 30px;
    text-align: center;
}

.testimonial-content p {
    color: #555;
    line-height: 1.4;
}

.testimonial-content h6 {
    margin-top: 15px;
}

.testimonial-content span {
    font-size: 14px;
}

.dot-indicators {
    text-align: center;

    margin-top: 20px;
}

.dot {
    display: inline-block;

    width: 10px;

    height: 10px;

    background: #ccc;

    border-radius: 50px;

    margin: 0 5px;

    transition: 0.3s ease;
}

.dot.active {
    width: 35px;

    background: #00a651;
}

/* ===============================
   LOCATION SECTION
================================ */

.fm-location {
    padding: 90px 0;
}

.fm-location p {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

.fm-location iframe {
    min-height: 400px;
}

/* ===============================
   DOWNLOAD CTA
================================ */

.fm-download {
    padding: 90px 0;
}

.fm-download p {
    font-size: 17px;

    line-height: 1.8;
}

.fm-download .btn {
    transition: 0.3s ease;
}

.fm-download .btn:hover {
    transform: translateY(-5px);
}

/* ===============================
   ANIMATIONS
================================ */

.fm-stat-card,
.fm-info-card,
.fm-feature-card,
.fm-service-card,
.testimonial-card {
    animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;

        transform: translateY(30px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}

/* ===============================
   TABLET RESPONSIVE
================================ */

@media (max-width: 992px) {
    .fm-about-hero h1 {
        font-size: 42px;
    }

    .fm-security h2 {
        font-size: 32px;
    }

    .testimonial-card {
        flex: 0 0 70%;
    }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 576px) {
    .fm-about-hero {
        padding: 60px 0;
    }

    .fm-about-hero h1 {
        font-size: 34px;

        text-align: center;
    }

    .fm-about-hero p {
        text-align: center;
        font-size: 16px;
    }

    .fm-about-hero .d-flex {
        justify-content: center;
    }

    .fm-about-image {
        margin-top: 30px;
    }

    .fm-stat-card {
        padding: 25px 15px;
    }

    .fm-stat-card h2 {
        font-size: 20px;
    }

    .fm-story-card {
        padding: 25px;
    }

    .fm-timeline-item {
        gap: 12px;
    }

    .fm-timeline-item span {
        min-width: 60px;
    }

    .fm-info-card,
    .fm-feature-card,
    .fm-service-card {
        padding: 30px 20px;
    }

    .fm-security {
        text-align: center;
    }

    .fm-security h2 {
        font-size: 28px;
    }

    .fm-security i {
        margin-top: 20px;
    }

    .testimonial-scroll {
        padding-left: 10px;

        padding-right: 10px;
    }

    .testimonial-card {
        flex: 0 0 90%;
    }

    .testimonial-content {
        padding: 20px;
    }

    .fm-location iframe {
        min-height: 300px;
    }

    .fm-download h2 {
        font-size: 28px;
    }
}

@media(max-width:768px) {

    .fm-location {
        text-align: center;
        line-height: 1.4;
    }

    .fm-location p {
        text-align: center;
    }

    .fm-location .mt-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

/* Zig zag animation */

.reveal {
    opacity: 0;

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.from-left {
    transform: translateX(-80px);
}

.from-right {
    transform: translateX(80px);
}

.reveal.active {
    opacity: 1;

    transform: translateX(0);
}

/* Floating hero image */

.floating-image {
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}
