@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
/* General Styles */
body {
    font-family: 'Inter', 'Arial', sans-serif;
}

.section-title {
    font-weight: bold;
    color: #333;
}

.btn-primary {
    background-color: #0056b3;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hero-bg-container {
    position: relative;
    height: 100%;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-title {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.hero-btn {
    margin-top: 2rem;
    font-size: 1.1rem;
}

/* Who We Are Section */
.who-we-are-section {
    background-color: #f8f9fa;
}

.who-we-are-img {
    width: 100%;
    height: auto;
}

/* Goals Section */
.goals-section {
    background-color: white;
}

.goals-img {
    width: 100%;
    height: auto;
}

/* Stats Section */
.stats-section {
    background-color: #0056b3;
    color: white;
}

.stats-title {
    color: white;
    font-weight: bold;
}

.stats-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
}

.stats-icon {
    font-size: 2rem;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.stats-label {
    font-size: 1.2rem;
}

/* Challenges Section */
.challenges-section {
    background-color: #f8f9fa;
}

.challenge-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.challenge-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.challenge-img {
    width: 100%;
    height: auto;
}

/* Implementation Section */
.implementation-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    counter-reset: impl-step;
}

.implementation-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.implementation-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.implementation-img {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}


/* Testimonials Section */
.testimonials-section {
    background-color: #f8f9fa;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: bold;
    margin: 1rem 0;
}

/* Newsletter Section */
.newsletter-section {
    background-color: #0056b3;
    color: white;
}

.newsletter-title {
    font-weight: bold;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form .form-control {
    height: 50px;
}

.newsletter-form .btn-primary {
    background-color: white;
    color: #0056b3;
    height: 50px;
}

/* Dots background decoration */
.dots-bg {
    position: absolute;
    left: 0;
    bottom: 8%;
    top: auto;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-image: radial-gradient(#18a0fb 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.4;
    pointer-events: none;
}

/* Main image styles */
.main-img {
    position: absolute;
    z-index: 2;
    width: 72%;
    top: 0;
    left: 5%;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Overlay image styles */
.overlay-img {
    position: absolute;
    z-index: 3;
    width: 56%;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    transform: none;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
    border: 5px solid #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-img,
    .overlay-img,
    .dots-bg {
        display: none;
    }
}

.dashboard-gradient {
    background: linear-gradient(90deg, #2250ff 0%, #22d9c6 100%);
    min-height: 160px;
    box-shadow: 0 6px 32px rgba(34,80,255,0.12);
    color: #fff;
}
.dashboard-metric-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 3px 24px rgba(34,80,255,0.07);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.25s cubic-bezier(.4,2,.3,.87), transform 0.25s cubic-bezier(.4,2,.3,.87);
}
.dashboard-metric-card:hover {
    box-shadow: 0 8px 32px rgba(34,80,255,0.17);
    transform: translateY(-4px) scale(1.03);
}
.icon-circle {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 20px rgba(34,80,255,0.1);
}

