.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

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

.service-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 40px;
}

.service-icon .fa-tools {
    color: #2c7be5;
}

.service-icon .fa-balance-scale {
    color: #5eba00;
}

.service-icon .fa-sync-alt {
    color: #f1c40f;
}

.service-icon .fa-wrench {
    color: #e74c3c;
}

.service-icon .fa-truck {
    color: #3498db;
}

.service-icon .fa-cogs {
    color: #9b59b6;
}

.service-icon img {
    width: 45px;
    height: auto;
}

.eplatform-features {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

.eplatform-features ul {
    list-style: none;
    padding-left: 0;
}

.eplatform-features ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.eplatform-features ul li i {
    color: #4CAF50;
    margin-right: 10px;
    font-size: 18px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
    }
}

.process-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.process-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.process-number {
    font-size: 48px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-icon i {
    font-size: 36px;
}

/* Modern FAQ Styling */
.faq-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 15px;
}

.accordion-header {
    background: transparent;
}

.accordion-button {
    background: white;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    padding: 20px 25px;
    color: #333;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #3498db;
    color: white;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 15px;
}

.faq-header-content {
    display: flex;
    align-items: center;
}

.feature-item {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

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

.eplatform-features .row {
    margin-top: 30px;
    row-gap: 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f9ff;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #3498db;
}

.feature-icon i {
    font-size: 24px;
}

.feature-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #6c757d;
}

.btn-primary {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #3498db;
    border: 1px solid #3498db;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
}

.btn-outline:hover {
    background: rgba(52, 152, 219, 0.1);
    transform: translateY(-2px);
}

.eplatform-image-wrapper {
    position: relative;
}

.floating-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #27ae60;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(39, 174, 96, 0.3);
}

section {
    position: relative;
    padding: 100px 0;
    /* Increased from 80px to 100px */
    background: transparent;
    margin-bottom: 20px;
    /* Added margin at the bottom */
}

section:not(.cta-area):after {
    content: '';
    position: absolute;
    bottom: -20px;
    /* Moved down to create space */
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 700px;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.section-padding {
    padding: 50px 0;
    /* Increased from 80px to 100px */
}

.section-title {
    margin-bottom: 10px;
}

.services-area {
    background: transparent;
}

.eplatform-area {
    background: rgba(248, 249, 250, 0.5);
    position: relative;
}

.eplatform-area:before,
.eplatform-area:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), transparent);
}

.eplatform-area:before {
    top: 0;
}

.eplatform-area:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.02), transparent);
}

.process-area {
    background: transparent;
}

.faq-area {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.5) 0%, rgba(233, 236, 239, 0.5) 100%);
    position: relative;
}

.faq-area:before,
.faq-area:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), transparent);
}

.faq-area:before {
    top: 0;
}

.faq-area:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.02), transparent);
}

/**
 * Services Page Styles
 */

/* Hero Section */
.hero-section {
    background-color: #2c3e50;
    color: white;
    padding: 60px 0;
    margin-bottom: 30px;
}

.hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
}

/* Common Section Styles */
.section-padding {
    padding: 70px 0;
}

.section-intro {
    margin-bottom: 40px;
}

.section-tag {
    background-color: #e74c3c;
    color: white;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #555;
    margin-top: 15px;
}

.section-subtitle {
    color: #555;
    font-size: 1.25rem;
    margin-top: 10px;
}

/* Service Cards */
.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    text-align: center;
}

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

.service-icon {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.service-card p {
    color: #555;
    font-size: 0.95rem;
}

/* E-Platform Section */
.eplatform-section {
    position: relative;
}

.new-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 1;
}

.feature-item {
    margin-bottom: 25px;
}

.feature-icon {
    color: #3498db;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.feature-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.feature-item p {
    font-size: 0.9rem;
    color: #555;
}

.platform-buttons {
    margin-top: 30px;
}

/* Process Section */
.process-steps {
    margin-top: 40px;
}

.process-step {
    text-align: center;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto 15px;
}

.step-icon {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.process-step h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c3e50;
}

.process-step p {
    font-size: 0.9rem;
    color: #555;
}

/* FAQ Section */
.accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: #2c3e50;
    background-color: #f8f9fa;
    padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
    color: #3498db;
    background-color: #eaf2f8;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(52, 152, 219, 0.5);
}

.accordion-body {
    padding: 20px;
    color: #555;
    font-size: 0.95rem;
    background-color: #fff;
}

/* CTA Section */
.cta-section {
    background-color: #2c3e50;
    color: white;
}

.platform-link {
    margin: 30px 0;
}

.link-highlight {
    font-size: 1.5rem;
    color: #3498db;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border: 2px solid #3498db;
    border-radius: 5px;
    transition: all 0.3s;
}

.link-highlight:hover {
    background-color: #3498db;
    color: white;
}

/* Responsive Fixes */
@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .process-step:after {
        display: none;
    }
    
    .link-highlight {
        font-size: 1.2rem;
    }
}
