.page-nav {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.nav-arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

    stroke: #4ade80;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;

    /* ðŸ”‘ SVG-lÉ™rin kiÃ§ik gÃ¶rÃ¼nmÉ™sinin qarÅŸÄ±sÄ±nÄ± alÄ±r */
    vector-effect: non-scaling-stroke;
}

.nav-arrow.left { left: 15px; }
.nav-arrow.right { right: 15px; }

body { 
    margin: 0; 
    font-family: 'Poppins', sans-serif; 
    background: #0a0a0a; 
    color: #fff; 
    min-height: 100vh; 
    display: flex; 
    flex-direction: column;
}

footer { 
    text-align: center; 
    color: #888; 
    font-size: 0.8em; 
    padding: 15px 20px; 
}

.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;
}

@media (max-width:768px){
    .page-title { 
        font-size: 1.5em; 
        margin: 0; 
    }
}

.home-section {
    flex: 1; 
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 10px 15px;
    flex-direction: column;
}

.services-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.card {
    margin-top: 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;
    }
}
