body {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.header {
    text-align: center;
    margin-bottom: -30px;
    width: 100%;
    background-color: #1a3a5f;
    color: #ffffff;
    padding: 20px 0;
}
.header h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.header p {
    font-size: 18px;
    color: #ffffff;
}
.content, .cd-service-content, .fe-service-content {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.content img, .cd-service-content img, .fe-service-content img {
    max-width: 400px;
    margin-right: 40px;
    border-radius: 50px;
}
.content-text, .cd-service-text, .fe-service-text {
    color: #0284c7;
    flex: 1;
}
.content-text h2, .cd-service-text h2, .fe-service-text h2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.content-text p, .cd-service-text p, .fe-service-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}
.stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 40px;
}
.stats-item h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.stats-item p {
    font-size: 18px;
    color: #333;
}
.cta {
    text-align: center;
}
.cta a {
    display: inline-block;
    background-color: #00b894;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    position: relative;
    padding-left: 40px;
}
.cta a:hover {
    background-color: #00a381;
}
.cta a img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.cd-service-container {
    border-radius: 10px;
}
.content2 {
    margin-left: 50px;
    margin-right: 50px;
}
h2 {
    margin: 0;
}
@media (max-width: 768px) {
    .content, .cd-service-content, .fe-service-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .content img, .cd-service-content img, .fe-service-content img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 330px;
    }
    .cd-service-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .content2 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .green-button {
        display: inline-block;
        background-color: #00b894;
        color: #fff;
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 4px;
        font-size: 16px;
        transition: background-color 0.3s ease;
        margin-top: 10px;
        position: relative;
        padding-left: 25%;
        font-weight: 600;
    }
    .cd-service-container, .fe-service-container {
        max-width: 450px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
    }
}
.cd-services {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
}
.cd-service-box {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f4f9fd;
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
}
.cd-service-box img {
    max-width: 100px;
    margin-right: 20px;
}
.cd-service-container, .fe-service-container {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}
.cd-service-header, .fe-service-header {
    text-align: center;
}
.cd-service-header h1, .fe-service-header h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cd-service-header p, .fe-service-header p {
    font-size: 18px;
    color: #333;
}
.lin {
    margin-top: 40px;
}
.lin a {
    display: inline-block;
    background-color: #00b894;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    position: relative;
    padding-left: 40px;
}
.lin a:hover {
    background-color: #00a381;
}
.footer a:hover {
    background-color: #1a3a5f;
}
.lin a img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.lin p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.floating-button {
    position: fixed;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00b894;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    width: 260px;
    text-align: center;
    z-index: 1000;
    text-decoration: none;
}
.floating-button:hover {
    background-color: #00a381;
}
.container-bottom {
    height: 200px;
}
.green-button {
    display: inline-block;
    background-color: #00b894;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    position: relative;
    padding-left: 25%;
    font-weight: 600;
}
.green-button:hover {
    background-color: #00a381;
}
.green-button img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
.importents {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.gradient-text {
    background: linear-gradient(90deg, #3b82f6, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer a {
    color: #fff;
    background-color: #1a3a5f;
    font-size: 13px;
}