  /* Ad Space Styling */
.ad-space {
    width: 100%;
    max-width: 728px; /* Standard AdSense size */
    min-height: 90px; /* Ensure ad space is reserved */
    background: transparent; /* Transparent background for better AdSense integration */
    border: 1px solid #ddd;
    text-align: center;
    line-height: 90px;
    margin: 100px auto 20px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.ad-space-bottom {
    width: 90%;
    max-width: 768px; /* Standard AdSense size */
    height: 185px;
    background: transparent;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 200px;
    margin: 25px auto 20px; /* Proper spacing from navbar */
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.ad-space-footer {
    width: 100%;
    max-width: 728px; /* Standard AdSense size */
    height: 90px;
    background: transparent;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 90px;
    margin: 30px auto 20px; /* Proper spacing from navbar */
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.bsk-div {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    margin: 20px auto; /* Space for ad & content */
    position: relative;
}

.bsk-div h1 {
    font-size: 26px;
    color: #0047E0;
    margin-bottom: 10px;
}

.bsk-div h2 {
    font-size: 24px;
    color: #0047E0;
    margin-bottom: 10px;
}

.bsk-div p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.converter-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-group {
    display: flex;
    gap: 10px;
}

.input-group input, .input-group select {
    flex: 1;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border 0.3s;
}

.input-group input:focus, .input-group select:focus {
    border: 2px solid #0047E0;
}

.arrow {
    font-size: 24px;
    font-weight: bold;
    color: #0047E0;
    margin: 10px 0;
}

.bsk-div button {
    padding: 12px;
    margin: 12px 5px;
    background: #0047E0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    font-weight: bold;
}

.bsk-div button:hover {
    background: #0056b3;
    transform: scale(1.05);
}

/* Information Box */
.info-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-box h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.info-box p {
    font-size: 14px;
    color: #666;
}

.faq-section, .article-section, .related-tools {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-section h2, .article-section h2, .related-tools h2 {
    font-size: 1.7rem;
    color: #0047E0;
    margin-bottom: 20px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.faq-section h3, .article-section h3, .related-tools h3 {
    font-size: 1.5rem;
    color: #0047E0;
}

.faq h4, .article-section h4 {
    color: #0047E0;
    font-size: 1.3rem;
}

.faq p, .article-section p {
    line-height: 1.6;	
	letter-spacing: 0.6px;
    color: #0a0a0a;
}

.article-section ul {
    padding-left: 20px;
}

.article-section ul li {
    list-style-type: square;
    font-size: 16px;
    color: #0a0a0a;
    padding: 5px;
    background: #f7f7f7;
    font-family: Arial, sans-serif;
	line-height: 1.6;	
	letter-spacing: 0.6px;
}

.article-section ol li {
    list-style-type: square;
    font-size: 16px;
    color: #0a0a0a;
    padding: 5px;
    background: #f7f7f7;
    font-family: Arial, sans-serif;
	line-height: 1.6;	
	letter-spacing: 0.6px;
}


.section-title {
    text-align: center;
    font-size: 24px;
    color: #0047E0;
    margin: 30px auto 20px;
    font-weight: bold;
}

.article-section strong {
    color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-section {
        padding: 10px;
    }

    .article-section h2 {
        font-size: 1.6rem;
    }

    .article-section h3 {
        font-size: 1.455rem;
    }

    .article-section h4 {
        font-size: 1.275rem;
    }

    .password-strength-table table {
        font-size: 0.9rem;
    }

    .faq-section h3,
    .myth-vs-fact h3 {
        font-size: 1.4rem;
    }
}
    
    
    