/* New Homepage Styling */

/* Hero Section */
.hero-section {
    background-color: #1e4d84;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.hero-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}

.hero-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 95%;
    margin-bottom: 2rem;
}

/* Counter styles */
.counter-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.counter-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
}

.counter-label {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Service Cards */
.service-card {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e6e7e8;
    background-color: white;
    margin-bottom: 1rem;
    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background-color: rgba(33, 150, 83, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    font-size: 28px;
    color: #219653;
}

/* CTA Section */
.cta-section {
    background-color: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #e6e7e8;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.cta-description {
    font-size: 1.1rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.cta-actions .btn {
    padding: 10px 24px;
    margin-bottom: 10px;
}
a.btn.btn-outline-primary.btn-lg.ms-3 {
    color: #ffffff;
}

[data-theme="dark"] .cta-section {
    background-color: #1a202c;
    border-top: 1px solid #2d3748;
}

[data-theme="dark"] .cta-title {
    color: #e2e8f0;
}

[data-theme="dark"] .cta-description {
    color: #a0aec0;
}

.service-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.service-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Export Cards */
.export-card {
    padding: 1.75rem;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.export-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.export-icon {
    font-size: 32px;
    margin-bottom: 1rem;
    color: #333;
}

.export-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.export-text {
    color: #464646;
    font-size: 0.9rem;
}

/* Background colors for export cards */
.bg-soft-yellow {
    background-color: rgba(255, 207, 102, 0.2);
}

.bg-soft-pink {
    background-color: rgba(255, 138, 150, 0.2);
}

.bg-soft-purple {
    background-color: rgba(162, 136, 227, 0.2);
}

.bg-soft-teal {
    background-color: rgba(115, 210, 222, 0.2);
}

/* Bank Cards */
.bank-card {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e6e7e8;
    background-color: white;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.bank-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.bank-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background-color: #f1f3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-logo-placeholder {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e4d84;
}

.bank-name {
    margin-bottom: 0;
    font-weight: 600;
}

/* Step Cards */
.step-card {
    padding: 1.75rem;
    border-radius: 8px;
    border: 1px solid #e6e7e8;
    background-color: white;
    height: 100%;
    transition: all 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.25rem;
    background-color: rgba(30, 77, 132, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    font-size: 28px;
    color: #1e4d84;
}

.step-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 1.25rem;
}

.step-text {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Section styling */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1e4d84;
}

.bg-light {
    background-color: #f8f9fa;
}

/* Dark mode overrides */
[data-theme="dark"] .service-card,
[data-theme="dark"] .bank-card,
[data-theme="dark"] .step-card {
    background-color: #2d3748;
    border-color: #4a5568;
}

[data-theme="dark"] .service-text,
[data-theme="dark"] .step-text {
    color: #a0aec0;
}

[data-theme="dark"] .section-title {
    color: #e2e8f0;
}

[data-theme="dark"] .bg-light {
    background-color: #1a202c;
}

[data-theme="dark"] .service-icon {
    background-color: rgba(72, 187, 120, 0.2);
}

[data-theme="dark"] .bank-logo {
    background-color: #2d3748;
}

[data-theme="dark"] .bank-logo-placeholder {
    color: #a0aec0;
}

[data-theme="dark"] .hero-section {
    background-color: #1a365d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
}