*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

 
.gc-container {
    max-width: 500px;
    margin:40px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.gc-title {
    text-align: center;
    margin-bottom: 20px;
}
.gc-row {
    margin-bottom: 15px;
}
.gc-label {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}
.gc-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #3f51b5;
    border-radius: 6px;
    box-sizing: border-box;
}
.gc-buttons {
    text-align: center;
    margin-top: 15px;
}
.gc-btn {
    padding: 10px 18px;
    margin: 5px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.gc-add { background: #4caf50; color: white; }
.gc-remove { background: #ff9800; color: white; }
.gc-clear { background: #ccc; }
.gc-result {
    margin-top: 25px;
    padding: 15px;
    background: #e8f5e9;
    border-left: 5px solid #4caf50;
    border-radius: 6px;
    display: none;
    line-height: 1.6;
}

/* GST SEO Content Section */
.gst-seo-content {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

/* Section Headings */
.gst-seo-content h2 {
    font-size: 26px;
    color: #1e3a8a; /* Professional blue */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.gst-seo-content h3 {
    font-size: 20px;
    color: #111827;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Paragraph Styling */
.gst-seo-content p {
    font-size: 16px;
    color: #374151;
    margin-bottom: 18px;
}

/* List Styling */
.gst-seo-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.gst-seo-content ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #374151;
}

/* Highlight Example Box */
.gst-seo-content ul {
    background: #f3f4f6;
    padding: 20px 25px;
    border-left: 4px solid #1e3a8a;
    border-radius: 8px;
}
.findalso a{
	text-decoration:none;
	color:blue;
	display:block;
}
/* Responsive */
@media (max-width: 768px) {
    .gst-seo-content {
        padding: 25px 20px;
        margin: 40px 15px;
    }

    .gst-seo-content h2 {
        font-size: 22px;
    }

    .gst-seo-content h3 {
        font-size: 18px;
    }

    .gst-seo-content p,
    .gst-seo-content ul li {
        font-size: 15px;
    }
	
	.gc-container {
    max-width:95%;
    width:95%;
    margin:20px auto;
}
.gc-title {
    font-size:19px
}
.gc-btn {
    margin: 2px;
}	
	
}
