/*
Theme Name: The Fathers Heartbeat International Foundation
Theme URI: https://tutapis.com
Author: Tutapis
Author URI: https://tutapis.com
Description: A modern, responsive WordPress theme for The Father's Heartbeat International Foundation - empowering communities and restoring hope through compassion, service, and dedication.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fathersheartbeat
Tags: charity, nonprofit, foundation, responsive, modern

The Fathers Heartbeat International Foundation is a custom WordPress theme.
*/

/* Global Styles */
html {
    scroll-behavior: smooth;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Scroll animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-scale {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate-scale.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* Hero navigation buttons */
.hero-nav {
    background-color: rgb(255 255 255 / 11%) !important;
    transition: background-color 0.25s ease;
}

.hero-nav:hover {
    background-color: rgb(255 255 255 / 90%) !important;
}

/* Timeline styles for about page */
.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #e5e7eb;
    transform: translateX(-50%);
    z-index: 0;
}

@media (max-width: 768px) {
    .timeline-line::before {
        left: 20px;
    }
}

/* Pagination styles */
.page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.page-numbers li {
    display: inline-flex;
}

.page-numbers a,
.page-numbers span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.page-numbers a {
    background-color: #ffffff;
    color: #181113;
    border: 1px solid #e5e7eb;
}

.page-numbers a:hover {
    background-color: #db2d84;
    color: #ffffff;
    border-color: #db2d84;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.page-numbers .current {
    background-color: #db2d84;
    color: #ffffff;
    border: 1px solid #db2d84;
}

.page-numbers .dots {
    background: transparent;
    border: none;
    color: #6b7280;
}
