/* styles.css */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    max-width: 1200px;
}

header {
    background: #0066cc;
    color: #fff;
    padding: 20px 0;
    border-bottom: #004499 3px solid;
}

header h1 {
    margin: 0;
    padding: 0 20px;
    font-size: 24px;
    letter-spacing: 2px;
}

main {
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

h2 {
    text-align: center;
    color: #333;
    font-size: 1.1em;
    margin-bottom: 20px;
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 4px;
}

.service-section,
.flow-section {
    
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h3{font-size: 1.1em;}

.service-section ul,
.flow-section ul {
    padding-left: 20px;
}

.service-section ul ul,
.flow-section ul ul {
    list-style-type: disc;
    padding-left: 20px;
}

.service-section p,
.flow-section p {
    font-size: 16px;
    color: #666;
}

.text-center{background-color:#e0e0e0;padding: 1em;text-align: center;color: #000;border-radius: 5px;margin-bottom: 1em;}
         
          .footer {background:#e0e0e0;font-size:1em;padding:1em 0 0 0;}
          .footer p {margin: 0;font-size: 1em;}
          .footer-in{background-color: #e0e0e0;text-align: center;font-size: 0.8em;}
          .footer a{color: #000;}
          .footer-in img{width: 15%;margin: 20px 10px 0 0;}
          .footer .copy {text-align: center;}
          .footer .sec_com{font-size: 0.8em;}
          .footer ul{padding: 10px 3em;}
          .footer li{list-style: square; }