﻿/* Base Styles */
.hero-section {
    padding: 40px 0;
    background-color: #f8fafc;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0 20px;
}

/* Columns */
.hero-text-column {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
}

.hero-image-column {
    flex: 1;
    padding: 20px;
    position: relative;
}

/* Text Content */
.hero-text-content {
    max-width: 500px;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.headline-container {
    position: relative;
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}

.headline {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

    .headline.active {
        opacity: 1;
        transform: translateY(0);
    }

.hero-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    margin: 25px 0;
    border-radius: 3px;
}

.hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 30px;
}

/* CTA Buttons */
.cta-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.primary-cta {
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    color: white;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2);
}

    .primary-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(59, 130, 246, 0.3);
    }

    .primary-cta svg {
        transition: transform 0.3s ease;
    }

    .primary-cta:hover svg {
        transform: translateX(3px);
    }

.secondary-cta {
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    background: white;
    color: #334155;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

    .secondary-cta:hover {
        border-color: #cbd5e1;
        background: #f8fafc;
        transform: translateY(-2px);
    }

/* Achievements */
.achievements {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.achievement-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.achievement-icon {
    font-size: 18px;
}

.achievement-text {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

/* Image Column */
.image-wrapper {
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-wrapper:hover .hero-image {
    transform: scale(1.03);
}

.image-badge {
    position: absolute;
    background: white;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    animation: float 4s ease-in-out infinite;
}

.revenue-badge {
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
    animation-delay: 0.2s;
}

.clients-badge {
    bottom: 20px;
    left: 20px;
    animation-delay: 0.4s;
}

.badge-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.badge-label {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 4px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Responsive Design */
@media (max-width: 767px) {
    .hero-container {
        flex-direction: column;
        padding: 0 15px;
    }

    .hero-text-column,
    .hero-image-column {
        flex: none;
        width: 100%;
        padding: 15px;
    }

    .headline-container {
        height: 100px;
    }

    .headline {
        font-size: 26px;
    }

    .hero-description {
        font-size: 15px;
    }

    .image-wrapper {
        min-height: 300px;
    }

    .image-badge {
        padding: 10px 14px;
    }

    .badge-value {
        font-size: 16px;
    }

    .badge-label {
        font-size: 11px;
    }
}



/* riewes */
.card {
    border: none;
    border-radius: 15px;
    background-color: #f9f9f9;
    align-items: center;
}
/* pragraph */


.section-light {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.section-white {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

h3 {
    text-align: center;
    font-size: 2rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

p {
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}

a {
    color: #007BFF;
    text-decoration: none;
    font-weight: 500;
}

    a:hover {
        text-decoration: underline;
    }

.btn-primary {
    display: inline-block;
    background-color: #0c71ef;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 30px auto 0;
}

    .btn-primary:hover {
        background-color: #0c71ef;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

