/* Ümumi bədən tərzi */
body { 
    margin:0; 
    font-family:'Poppins',sans-serif; 
    background:#0a0a0a; 
    color:#fff; 
    min-height:100vh; 
    display:flex; 
    flex-direction:column; 
}

/* Footer */
footer { 
    text-align:center; 
    color:#888; 
    font-size:0.8em; 
    padding:15px 20px; 
}

/* Başlıqlar */
.page-title {
    text-align: center;             
    color: #4ade80;                 
    font-size: 2em;                 
    margin: 0;  
    text-shadow: 0 0 10px rgba(74,222,128,0.7);
    font-weight: 600;
}

/* Home bölməsi */
.home-section {
    flex: 1; 
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 10px 15px; 
    flex-direction: column;
}

/* Xidmət kartları */
.services-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0; 
}

.card {
    margin-top: 0; 
}

/* Navigasiya oxları */
.nav-arrow {
    width:32px;
    height:32px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    cursor:pointer;
    fill:#4ade80;
}

.left-arrow {
    left:15px;
}

.right-arrow {
    right:15px;
}

@media (max-width:768px){
    .page-title { 
        font-size: 1.5em; 
        margin:0; 
    } 
}
/* =========================================
   📱 MOBİL ZOOM BLOKU – QLOBAL
========================================= */
html, body {
    touch-action: manipulation;
    overscroll-behavior: none;
    -ms-touch-action: manipulation;
}

/* iOS üçün əlavə sərtləşdirmə */
input, textarea, select, button {
    touch-action: manipulation;
}@media (max-width: 768px){
    input, textarea, select {
        font-size: 16px !important;
    }
}