﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    background-color: #f9f9f9;
}

.form-label {
    font-weight: 600;
}

.navbar {
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}

    .navbar .btn-primary {
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        border: none;
        box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
        font-weight: 700;
        padding: 0.75rem 1.8rem;
        border-radius: 50px;
        transition: all 0.3s ease;
        font-size: 1.15rem;
    }

        .navbar .btn-primary:hover {
            background: linear-gradient(135deg, #ff4b5c, #ff6b35);
            box-shadow: 0 15px 30px rgba(255, 107, 53, 0.3);
        }

.nav-link {
    font-weight: 600;
    color: #000000A6;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    border-radius: 50px;
    padding: 0.5rem 1.2rem !important;
}

    .nav-link:hover, .nav-link:active {
        color: #ff6b35;
        background-color: #ffefe9;
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ff6b35;
}

.main-hero {
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, #fff9f5 0%, #ffe8e0 100%);
    position: relative;
    overflow: hidden;
}

    .main-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%23FF6B35" opacity="0.1"/></svg>') repeat;
        opacity: 0.5;
    }

    .main-hero .badge {
        margin-bottom: 16px;
    }

    .main-hero p {
        font-size: 1.2rem;
        line-height: 1.8;
        font-weight: 500;
        color: #373c42;
    }

    .main-hero h2 {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .main-hero h2 strong {
            background: linear-gradient(135deg, #ff6b35, #ff4b5c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
        }

    .main-hero .btn-primary {
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        border: none;
        box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
        font-weight: 700;
        padding: 0.75rem 1.8rem;
        border-radius: 50px;
        transition: all 0.3s ease;
        font-size: 1.15rem;
        letter-spacing: 0.5px;
    }

        .main-hero .btn-primary:hover {
            background: linear-gradient(135deg, #ff4b5c, #ff6b35);
            box-shadow: 0 15px 30px rgba(255, 107, 53, 0.3);
        }

.btn-outline-primary {
    font-weight: 700;
    color: #ff6b35;
    border: 2px solid #ff6b35;
    background: transparent;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

    .btn-outline-primary:hover {
        background: #ff6b35;
        border-color: #ff6b35;
        color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }


.feature-card {
    background: white;
    border-radius: 2rem;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 2rem !important;
    min-height: 307px;
    cursor: default;
}

    .feature-card:hover {
        border-color: #ff6b35;
        box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
        transform: translateY(-5px);
    }

    .feature-card i {
        font-size: 3.5rem;
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 1.5rem;
    }

    .feature-card h4 {
        font-size: 1.8rem;
        margin: 1rem 0;
        font-weight: 600;
        color: var(--dark-color);
    }

    .feature-card p {
        font-size: 16px;
        line-height: 1.7;
        font-weight: 500;
        color: #6c7a89;
        margin-bottom: 0;
    }

.story-card {
    transition: all 0.3s ease;
    cursor: default;
}

    .story-card:hover {
        transform: translateY(-5px);
        transition: all 0.3s ease;
    }

    .story-card h4 {
        font-weight: 600;
    }

.card h3 {
    font-weight: 600;
}

.activity-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.1);
    cursor: default;
}

    .activity-card:hover {
        box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
        transform: translateY(-5px);
    }

    .activity-card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all 0.5s ease;
    }

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255, 107, 53, 0.9), transparent);
    padding: 2rem;
    color: white;
    transform: translateY(20%);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .activity-overlay h4 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .activity-overlay p {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        opacity: 1;
    }

.about {
    background-color: #fff9f5;
    margin-top: 80px;
}

.about-hero {
    padding-top: 120px !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

    .about-hero p {
        font-size: 1.25rem;
        line-height: 1.8;
        color: var(--gray-color);
    }

    .about-hero h1 {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

        .about-hero h1 strong {
            background: linear-gradient(135deg, #ff6b35, #ff4b5c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
        }

.customPadding01 {
    padding: 15px 20px !important;
    font-weight: 500;
    font-size: 17px;
}

.participant-card .text-muted {
    font-size: 16px;
}

.process {
    background-color: #fff9f5;
}

.application {
    background-color: #fff9f5;
}

    .application .btn-primary {
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        border: none;
        box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
        font-weight: 700;
        padding: 0.75rem 1.8rem;
        border-radius: 50px;
        transition: all 0.3s ease;
        font-size: 1.15rem;
    }

        .application .btn-primary:hover {
            background: linear-gradient(135deg, #ff4b5c, #ff6b35);
            box-shadow: 0 15px 30px rgba(255, 107, 53, 0.3);
        }


.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #ff4b5c);
    border: none;
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
    font-weight: 700;
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 1.15rem;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, #ff4b5c, #ff6b35);
        box-shadow: 0 15px 30px rgba(255, 107, 53, 0.3);
    }

    .btn-primary .fas {
        margin-right: 5px;
    }

.btn-outline-primary .fas {
    margin-right: 5px;
}

.contact-info {
    background-color: #fff9f5;
}

.rounded-4 h4 {
    font-weight: 600;
}

.rounded-4 h3 {
    font-weight: 600;
}

.projectDetails {
    margin-top: 80px;
}

    .projectDetails .card-body h2 {
        font-size: 25px;
        font-weight: 700;
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .projectDetails .card-body strong {
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .projectDetails .card-body ul {
        list-style: none;
        padding-left: 1.5em;
        margin: 0;
    }

        .projectDetails .card-body ul li {
            position: relative;
            padding-left: 1.2em;
            margin-bottom: 0.5em;
        }

            .projectDetails .card-body ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0.4em;
                width: 0.6em;
                height: 0.6em;
                border: 2px solid #ff4b5c;
                background-color: #ffffff;
                border-radius: 50%;
            }

.team {
    margin-top: 80px;
    background-color: #fff9f5;
}

    .team .card-body h2 {
        font-size: 25px;
        font-weight: 700;
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .team .card-body strong {
        background: linear-gradient(135deg, #ff6b35, #ff4b5c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.footer h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-color);
}

.footer p, .footer li {
    font-size: 18px;
    font-weight: 500;
}

.footer a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer .fas {
    color: #ff4b5c;
}

.footer small {
    font-weight: 500;
}

.social-links a {
    font-size: 1.5rem;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ff4b5c !important;
}


@media (max-width: 991.98px) {
    .main-hero {
        padding: 130px 0 3rem;
        text-align: center;
    }

        .main-hero .btn-group {
            justify-content: center;
        }

        .main-hero img {
            margin-top: 3rem;
            max-width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .main-hero .btn-wrapper {
            flex-direction: column;
        }

        .main-hero .main-herobtn-wrapper a.btn {
            width: 100%;
        }

    .about-hero {
        text-align: center;
    }

        .about-hero h1 {
            font-size: 2rem;
            margin-bottom: 15px;
        }

    .navbar .btn-primary {
        margin-top: 20px;
        width: 100%;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
