*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}


.it-container {
    max-width: 600px;
    margin: 60px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.it-container h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #1e293b;
}

/* Form Rows */
.it-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.it-row label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #334155;
}

.it-row input,
.it-row select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
}

/* Button */
.it-btn {
    width: 100%;
    padding: 14px;
    background: #1e3a8a;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease;
}

.it-btn:hover {
    background: #172554;
}

/* Result Box */
.it-result {
    margin-top: 25px;
    padding: 20px;
    background: #f1f5f9;
    border-left: 5px solid #1e3a8a;
    border-radius: 10px;
    display: none;
}

.it-result h3 {
    margin: 0 0 10px;
    color: #0f172a;
}

.it-result p {
    margin: 5px 0;
    color: #334155;
}
.finance-seo-content {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.7;
    color: #334155;
}

.finance-seo-content h2 {
    font-size: 22px;
    margin: 30px 0 12px;
    color: #0f172a;
}

.finance-seo-content ul {
    margin: 15px 0 20px 20px;
}

.finance-seo-content li {
    margin-bottom: 8px;
}

.finance-seo-content a {
    color: #1e3a8a;
    font-weight: 600;
    text-decoration: none;
}

.finance-seo-content a:hover {
    text-decoration: underline;
}



/* Responsive */
@media(max-width: 768px){
    .it-container {
        margin: 25px 15px;
        padding: 25px;
    }
	.it-container {
    max-width:95%;
    margin: 10px auto;
    padding:15px;
    width:95%
}
	
	
}
