/* Kurumsal Sayfa - Mobil Optimizasyon */

/* Mobil için özel düzenlemeler - sadece mobil cihazlarda aktif */
@media only screen and (max-width: 768px) {
  
  /* Ana Container Düzenlemeleri */
  .chy-container-1 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  
  /* Row ve Column Düzenlemeleri */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Col Düzenlemeleri */
  .col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* About Section Mobil Düzenlemeleri */
  .chy-about-1-area {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }
  
  .chy-about-1-content {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 10px;
  }
  
  .chy-subtitle-1 {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    color: #6366f1;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .chy-title-1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
    color: #1e293b;
    font-weight: 700;
  }
  
  .kurumsal-intro-text {
    margin-bottom: 35px;
    text-align: left;
  }
  
  .kurumsal-intro-text p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
    text-align: justify;
    color: #475569;
    padding: 0 5px;
  }
  
  /* Featured Projects Mobil Düzenlemeleri */
  .featured-projects-area {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    background: white;
  }
  
  .section-title-wrap {
    margin-bottom: 45px !important;
    padding: 25px 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  
  .section-title-wrap .chy-subtitle-1 {
    font-size: 14px !important;
    margin-bottom: 15px !important;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
  
  .section-title-wrap .chy-title-1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    color: white;
    font-weight: 700;
  }
  
  .chy-section-para-1 {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }
  
  /* Project Cards Mobil Düzenlemeleri */
  .projects-showcase-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    padding: 0 15px !important;
    margin-top: 20px;
  }
  
  .project-showcase-card {
    padding: 25px 20px !important;
    border-radius: 20px !important;
    margin-bottom: 0;
    background: white;
    border: 2px solid #f1f5f9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }
  
  .project-showcase-card:hover {
    border-color: #6366f1;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15);
  }
  
  .project-card-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
  }
  
  .project-icon {
    width: 55px !important;
    height: 55px !important;
    border-radius: 15px !important;
    margin-right: 0 !important;
    flex-shrink: 0;
  }
  
  .project-icon i {
    font-size: 22px !important;
  }
  
  .project-meta {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
  }
  
  .project-cat {
    font-size: 12px !important;
    padding: 4px 12px !important;
    border-radius: 15px;
    font-weight: 600;
    width: fit-content;
  }
  
  .project-date {
    font-size: 13px !important;
    color: #64748b;
    font-weight: 500;
  }
  
  .project-status {
    position: static !important;
    align-self: flex-start;
  }
  
  .status-badge {
    font-size: 10px !important;
    padding: 5px 10px !important;
    border-radius: 12px;
    font-weight: 600;
  }
  
  .project-content {
    margin-bottom: 20px !important;
  }
  
  .project-content h3 {
    font-size: 19px !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    color: #1e293b;
    font-weight: 700;
  }
  
  .project-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    color: #475569;
  }
  
  .project-features {
    margin-bottom: 18px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .feature-tag {
    font-size: 11px !important;
    padding: 4px 10px !important;
    margin-bottom: 0;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-weight: 500;
  }
  
  .project-stats-mini {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 12px !important;
    padding: 15px !important;
    margin-bottom: 18px !important;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
  }
  
  .project-mini-stat {
    text-align: center !important;
    padding: 10px 8px !important;
    background: white !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  
  .project-stat-value {
    font-size: 18px !important;
    margin-bottom: 4px !important;
    color: #1e293b;
    font-weight: 700;
    display: block;
  }
  
  .project-stat-label {
    font-size: 11px !important;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .project-tech-tags {
    gap: 8px !important;
    display: flex;
    flex-wrap: wrap;
  }
  
  .project-tech-tags span {
    font-size: 11px !important;
    padding: 5px 10px !important;
    border-radius: 14px;
    font-weight: 600;
  }
  
  /* Sectors Served Mobil Düzenlemeleri */
  .sectors-served-area {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }
  
  .sectors-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    padding: 0 15px !important;
    margin-top: 20px;
  }
  
  .sector-item {
    padding: 25px 18px !important;
    border-radius: 16px !important;
    text-align: center;
    background: white;
    border: 2px solid #f1f5f9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  
  .sector-item:hover {
    border-color: #6366f1;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.12);
  }
  
  .sector-icon-wrap {
    width: 45px !important;
    height: 45px !important;
    margin: 0 auto 12px !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sector-icon-wrap i {
    font-size: 20px !important;
    color: white;
  }
  
  .sector-item h4 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    color: #1e293b;
    font-weight: 600;
  }
  
  .project-count {
    font-size: 12px !important;
    padding: 4px 10px !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
  }
  
  /* Project Workflow Mobil Düzenlemeleri */
  .project-workflow-area {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    background: white;
  }
  
  .workflow-timeline {
    padding: 0 15px !important;
    margin-top: 20px;
  }
  
  .project-workflow-step {
    margin-bottom: 30px !important;
    padding: 25px 20px !important;
    border-radius: 16px !important;
    background: white;
    border: 2px solid #f1f5f9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
  }
  
  .project-workflow-step:hover {
    border-color: #6366f1;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.12);
  }
  
  .project-step-number {
    font-size: 24px !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin-bottom: 15px !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: 20px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  }
  
  .project-step-icon {
    width: 50px !important;
    height: 50px !important;
    margin: 15px auto 15px !important;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .project-step-icon i {
    font-size: 20px !important;
    color: #6366f1;
  }
  
  .project-step-content h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    color: #1e293b;
    font-weight: 700;
    text-align: center;
  }
  
  .project-step-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #475569;
    text-align: center;
    margin: 0;
  }
}

/* Çok küçük ekranlar için ek düzenlemeler */
@media only screen and (max-width: 480px) {
  
  .chy-about-1-area {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  
  .chy-title-1 {
    font-size: 24px !important;
  }
  
  .kurumsal-intro-text p {
    font-size: 13px !important;
  }
  
  .featured-projects-area,
  .sectors-served-area,
  .project-workflow-area {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  
  .section-title-wrap .chy-title-1 {
    font-size: 20px !important;
  }
  
  .projects-showcase-grid {
    padding: 0 5px !important;
    gap: 15px !important;
  }
  
  .project-showcase-card {
    padding: 15px 12px !important;
  }
  
  .project-content h3 {
    font-size: 16px !important;
  }
  
  .project-content p {
    font-size: 12px !important;
  }
  
  .sectors-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 5px !important;
  }
  
  .sector-item {
    padding: 15px 12px !important;
  }
  
  .project-workflow-step {
    padding: 15px 12px !important;
    margin-bottom: 20px !important;
  }
}

/* Landscape mobil cihazlar için */
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .chy-about-1-area {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  
  .featured-projects-area,
  .sectors-served-area,
  .project-workflow-area {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  
  .project-showcase-card {
    padding: 15px !important;
  }
  
  .sector-item {
    padding: 15px !important;
  }
}

/* Touch optimizasyonları */
@media only screen and (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .project-showcase-card {
    transform: none !important;
  }
  
  .project-showcase-card:hover {
    transform: none !important;
  }
  
  .project-icon {
    transform: none !important;
  }
  
  .project-showcase-card:hover .project-icon {
    transform: none !important;
  }
  
  .feature-tag,
  .project-tech-tags span {
    transform: none !important;
  }
  
  .project-showcase-card:hover .feature-tag,
  .project-showcase-card:hover .project-tech-tags span {
    transform: none !important;
  }
}

/* Mobil için özel animasyon optimizasyonları */
@media only screen and (max-width: 768px) {
  .wow {
    animation-duration: 0.6s !important;
  }
  
  .wow.fadeInUp {
    animation-delay: 0.1s !important;
  }
  
  .wow.fadeInDown {
    animation-delay: 0.1s !important;
  }
  
  .wow.fadeInLeft,
  .wow.fadeInRight {
    animation-name: fadeInUp !important;
  }
}

/* Performans optimizasyonları */
@media only screen and (max-width: 768px) {
  .project-showcase-card::before {
    display: none; /* Mobilde shimmer efektini kapat */
  }
  
  .project-showcase-card:hover::before {
    display: none;
  }
}
