/* Rregullat Bazë dhe Fonti */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Navigimi & Header */
header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #6f42c1; /* Purple */
    font-size: 24px;
    font-weight: bold;
}

.logo-img {
    height: 45px;
    margin-right: 10px;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-left: 25px;
}

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-links a:hover, .nav-links a.active {
    color: #6f42c1; /* Purple */
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(75, 0, 130, 0.75), rgba(111, 66, 193, 0.8)), url('imazhet/site-icon.png') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-size: 46px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn {
    display: inline-block;
    background-color: #ffc107;
    color: #333;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn:hover {
    background-color: #e0a800;
}

/* Shërbimet & 3 Shtylla */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    color: #6f42c1; /* Purple */
    margin-bottom: 12px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.icon-shape {
    font-size: 42px;
    color: #6f42c1; /* Purple */
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #222;
}

/* Seksioni i Mbulueshmërisë (Kaluar tek Ballina) */
.coverage-section {
    background-color: #ffffff;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.territory-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.territory-list li {
    background: #f3e8ff; /* Nuancë e lehtë purple */
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    border-left: 4px solid #6f42c1; /* Purple */
    color: #4b0082;
}

.coverage-note {
    font-size: 15px;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Widgeti 24/7 */
.support-box-widget {
    background: #f3e8ff; /* Nuancë e lehtë purple */
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9d5ff;
    text-align: center;
    margin: 30px 0;
}

.support-box-widget h4 {
    color: #6f42c1; /* Purple */
    font-size: 20px;
    margin-bottom: 10px;
}

/* Seksioni i Pyetjeve (FAQ) */
.faq-section {
    background-color: #f8fafc;
    padding: 50px 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.faq-item h4 {
    color: #6f42c1; /* Purple */
    font-size: 17px;
    margin-bottom: 8px;
}

/* Page Banner (Për faqet e brendshme) */
.page-banner {
    background: linear-gradient(rgba(75, 0, 130, 0.85), rgba(111, 66, 193, 0.9));
    color: white;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 30px;
}

/* Gridat e Çmimeve / Pakot */
.category-title {
    color: #6f42c1; /* Purple */
    border-bottom: 2px solid #6f42c1;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.price-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eef2f5;
    text-align: center;
}

.price-card.featured {
    border: 2px solid #6f42c1; /* Purple */
}

.price-card h3 {
    margin-bottom: 15px;
    color: #333;
}

.price-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.price-card ul li {
    margin-bottom: 10px;
}

.price-card ul li i {
    color: #28a745;
    margin-right: 8px;
}

.btn-card {
    display: block;
    background-color: #6f42c1; /* Purple */
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-card:hover {
    background-color: #5a2d9c;
}

/* Forma e Kontaktit */
.contact-form-container {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input:focus, .form-group textarea:focus {
    border-color: #6f42c1;
    outline: none;
}

.btn-submit {
    background-color: #6f42c1; /* Purple */
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-submit:hover {
    background-color: #5a2d9c;
}

/* Rreth Nesh Layout */
.about-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-text { flex: 1; }
.about-image { flex: 1; text-align: center; }
.responsive-img { max-width: 100%; height: auto; border-radius: 8px; }

/* Footer */
footer {
    background-color: #1a0933; /* Dark Purple/Black */
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}

/* Responsive Mobile */
@media(max-width: 768px) {
    .navbar { flex-direction: column; }
    .nav-links { margin-top: 15px; }
    .about-grid { flex-direction: column; }
    .hero h1 { font-size: 32px; }
}