/* Custom CSS for Smiley Little Feet */

/* General Styles */
body {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    color: #333;
    overflow-x: hidden;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

hr {
    background-color: #4285F4;
    opacity: 1;
    height: 4px !important;
    width: 50px;
    margin: 1.5rem auto;
    border-radius: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.display-5 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.badge {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
}

/* Text Gradient Effect */
.text-gradient {
    background: linear-gradient(90deg, #4285F4, #34A853);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 700px;
    background-color: #f8f9fa;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(66, 133, 244, 0.05);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}

/* Back to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Section Backgrounds */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Card Styling */
.card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.card-body {
    padding: 2rem;
}

/* Icon Styles */
.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #4285F4;
}

.objective-icon, .impact-icon, .contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
}

.stat-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    font-size: 1.5rem;
}

.budget-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    font-size: 1.75rem;
}

.counter-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    font-size: 2rem;
    margin: 0 auto;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4285F4;
}

/* Social Icons */
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(66, 133, 244, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #4285F4;
    color: white;
    transform: translateY(-3px);
}

.social-icon-footer {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-footer:hover {
    background-color: white;
    color: #4285F4;
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: rgba(66, 133, 244, 0.3);
}

.timeline-item {
    position: relative;
    padding-bottom: 30px;
}

.timeline-dot {
    position: absolute;
    left: -39px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4285F4;
    border: 4px solid white;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
}

.timeline-content h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

/* Testimonial Cards */
.testimonial-card {
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-quote {
    font-size: 2rem;
    color: rgba(66, 133, 244, 0.2);
    margin-bottom: 1rem;
}

/* Image Overlay */
.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #4285F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Primary Color Customization */
.btn-primary, .bg-primary {
    background-color: #4285F4 !important;
    border-color: #4285F4 !important;
}

.text-primary {
    color: #4285F4 !important;
}

.btn-outline-primary {
    color: #4285F4 !important;
    border-color: #4285F4 !important;
}

.btn-outline-primary:hover {
    background-color: #4285F4 !important;
    color: white !important;
}

/* Button Styles */
.btn {
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-lg {
    padding: 0.8rem 2rem;
}

.btn-primary {
    box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
    transform: translateY(-3px);
}

.btn-outline-primary:hover {
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
    transform: translateY(-3px);
}

/* Table Styling */
.table-primary {
    background-color: #4285F4;
    color: white;
}

.table th {
    font-weight: 600;
}

/* Form Styling */
.form-outline .form-control:focus ~ .form-label {
    color: #4285F4;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-leading,
.form-outline .form-control:focus ~ .form-notch .form-notch-middle,
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-color: #4285F4;
    border-width: 2px;
}

.form-check-input:checked {
    background-color: #4285F4;
    border-color: #4285F4;
}

/* Accordion Styling */
.accordion-button:not(.collapsed) {
    background-color: rgba(66, 133, 244, 0.05);
    color: #4285F4;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(66, 133, 244, 0.5);
}

/* Progress Bar */
.progress {
    background-color: rgba(66, 133, 244, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: #4285F4;
    border-radius: 10px;
}

/* Navbar Styling */
.navbar {
    transition: all 0.3s ease;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #4285F4;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #4285F4;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-item:hover::after {
    width: 30px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .hero-section {
        height: auto;
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    
    .display-4 {
        font-size: 2.5rem;
    }
    
    .display-5 {
        font-size: 2rem;
    }
    
    .navbar-collapse {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }
    
    .navbar-nav .nav-item::after {
        display: none;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .hero-section {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .display-5 {
        font-size: 1.75rem;
    }
    
    .card-body {
        padding: 1.5rem;
    }
    
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .counter-circle {
        width: 80px;
        height: 80px;
    }
    
    .counter-number {
        font-size: 2rem;
    }
}