/*
Theme Name: Velkil Ads Theme Final
Description: Custom theme for Velkil.com with remote logo, optimized sizes, and maximum Google Ads compliance for Bangladesh targeting.
Author: Ariful Haque
Version: 8.0
*/

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f4f4f4; }
.site-header { background: #1e375a; padding: 10px 0; }
.header-top { display: flex; justify-content: space-between; align-items: center; max-width: 1000px; margin: 0 auto; padding: 0 15px; }

/* Fully optimized logo styling */
.header-logo img { 
    height: 60px; 
    max-width: 250px;
    object-fit: contain; 
    background: #fff; 
    padding: 5px 15px; 
    border-radius: 4px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}

.header-search input { padding: 8px 15px; border-radius: 20px; border: none; font-size: 14px; width: 220px; outline: none; }

.header-nav-container { background: #ffaa00; width: 100%; border-bottom: 2px solid #e69500; }
.header-nav { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; padding: 12px 15px; }
.header-nav a { color: #1e375a; font-weight: bold; text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.header-nav a:hover { color: #fff; }

.container { max-width: 1000px; margin: 20px auto; padding: 30px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.05); border-radius: 8px; }

/* Velkil Table Styles */
.velki-directory-container { max-width: 800px; margin: 0 auto; font-family: Arial, sans-serif; border: 1px solid #ddd; background: #fff; }
.velki-header { background-color: #3b5998; color: white; text-align: center; padding: 15px 10px 0; }
.velki-header h2 { font-size: 16px; margin: 0 0 10px 0; color: white; text-transform: uppercase; }
.velki-sub-header { background-color: #4b3e7c; padding: 8px; font-size: 14px; }
.velki-table { width: 100%; border-collapse: collapse; text-align: center; }
.velki-table th { background-color: #e0f2f1; color: #333; padding: 12px; font-size: 14px; border-bottom: 2px solid #ccc; }
.velki-table td { padding: 10px; border-bottom: 1px solid #eee; vertical-align: middle; font-size: 14px; }
.velki-table tr:nth-child(even) { background-color: #fafafa; }

/* Clickable WhatsApp Button */
.wa-btn { display: inline-flex; align-items: center; justify-content: center; background-color: #25D366; border-radius: 50%; width: 38px; height: 38px; transition: transform 0.2s; text-decoration: none; margin: 0 auto; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.wa-btn:hover { transform: scale(1.1); background-color: #20b858; }
.wa-btn img { width: 22px; height: 22px; }

/* Make the number itself fully clickable */
.agent-number a { color: #d35400; font-weight: bold; text-decoration: none; display: block; }
.agent-number a:hover { text-decoration: underline; }

/* Complain Button */
.admin-complain a { color: #c0392b; font-weight: bold; font-size: 13px; text-transform: uppercase; text-decoration: none; display: block; }
.admin-complain a:hover { text-decoration: underline; }

/* Footer specific */
.site-footer a:hover { text-decoration: underline; color: #ffaa00; }

@media (max-width: 600px) {
    .header-top { flex-direction: column; gap: 15px; }
    .header-search input { width: 100%; box-sizing: border-box; }
    .header-nav { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .velki-table th, .velki-table td { padding: 8px 4px; font-size: 12px; }
    .wa-btn { width: 32px; height: 32px; }
    .wa-btn img { width: 18px; height: 18px; }
}
