/*===============================================
Template Name: hendrio - Handyman and MultiPurpose HTML5 Template
Version: 1.0.0
================================================*/

/* ==============================================================
   1. GENEL TİPOGRAFİ VE FONT DÜZENİ
================================================================= */
body, p, span, li, a, input, select, button, textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6, 
.section-title, 
.nav_scroll > li > a, 
.btn, 
.card-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: -0.02em;
}

p {
    line-height: 1.65 !important;
}

.text-uppercase.fw-bold,
.hendrio-section-title h4 {
    letter-spacing: 1.8px !important;
    font-size: 0.85rem !important;
}

/* ==============================================================
   2. HEADER & LOGO ÇİFTLEŞME DÜZELTMESİ
================================================================= */
.header-top-section {
    background: #062462;
}

.header-address-info p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px;
}

.header-address-info p i {
    display: inline-block;
    padding-right: 5px;
}

.header-address-info p span {
    padding-left: 36px;
    position: relative;
}

.header-address-info p span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.3);
}

.hendrio-social-icon {
    display: inline-block;
    padding-right: 22px;
}

.hendrio-social-icon ul li {
    display: inline-block;
    list-style: none;
}

.hendrio-social-icon ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 35px;
    height: 50px;
    line-height: 50px;
}

.hendrio-social-icon ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background: #1773ea;
    z-index: -1;
}

.hendrio-social-icon ul li:nth-child(1) a { padding: 0 14px; }
.hendrio-social-icon ul li:nth-child(2) a { padding: 0 12px; }
.hendrio-social-icon ul li:nth-child(3) a { padding: 0 13px; }
.hendrio-social-icon ul li:nth-child(4) a { padding: 0 14px; }
.hendrio-social-icon ul li:nth-child(2) a:before { background: #2ca5da; }
.hendrio-social-icon ul li:nth-child(3) a:before { background: #0073b1; }
.hendrio-social-icon ul li:nth-child(4) a:before { background: #E11A21; }

.phone-number {
    display: inline-block;
}

.phone-number p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* LOGO ÇİFTLEŞME DÜZELTMESİ */
.logo .main_sticky {
    display: none !important; /* Normal halde 2. logoyu kesinlikle gizle */
}

.hendrio_nav_manu.sticky .logo .logo_img {
    display: none !important; /* Kaydırılınca 1. logoyu gizle */
}

.hendrio_nav_manu.sticky .logo .main_sticky {
    display: block !important; /* Kaydırılınca sticky logoyu göster */
}

/* ==============================================================
   3. MASAÜSTÜ NAVİGASYON VE SUB-MENU
================================================================= */
.hendrio_nav_manu {
    background: #062462;
    transition: .5s;
    z-index: 900;
    position: relative;
    border-bottom: 3px solid #da242b;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #10102E !important;
    transition: .5s !important;
    z-index: 922;
}

nav.hendrio_menu {
    background: #fff;
    padding: 0px 30px 0 32px;
    border-radius: 5px 5px 0px 0;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
}

.hendrio_menu ul.nav_scroll {
    list-style: none;
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hendrio_menu > ul > li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hendrio_menu > ul > li > a {
    font-size: 15px !important;
    font-weight: 600 !important;
    display: flex;
    margin: 25px 8px !important;
    color: #062462 !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
}

.hendrio_menu > ul > li > a:hover {
    color: #da242b !important;
}

.hendrio_menu ul .sub-menu {
    position: absolute !important;
    left: 0 !important;
    top: 130% !important;
    width: 240px !important;
    text-align: left;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    visibility: hidden !important;
    opacity: 0 !important;
    border-top: 3px solid #da242b !important;
    border-radius: 0 0 6px 6px !important;
    list-style: none !important;
}

.hendrio_menu ul li:hover > .sub-menu {
    visibility: visible !important;
    top: 100% !important;
    opacity: 1 !important;
}

.hendrio_menu ul .sub-menu li {
    display: block !important;
    width: 100% !important;
}

.hendrio_menu ul .sub-menu li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #062462 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-decoration: none !important;
}

.hendrio_menu ul .sub-menu li:hover > a {
    background: #da242b !important;
    color: #fff !important;
}

.header-button a {
    font-size: 15px;
    padding: 12px 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #da242b;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none !important;
    transition: .3s;
    white-space: nowrap;
}

.header-button a:hover {
    background: #062462;
    color: #fff !important;
}

/* ==============================================================
   4. SAĞ ÜSTTE SÜZÜLEN BÜYÜK İNTERAKTİF KLİMA
================================================================= */
.ac-floating-container {
    position: fixed !important;
    top: 15px !important;
    right: 25px !important;
    z-index: 99999 !important;
    perspective: 1000px !important;
    animation: acFloat 3.5s ease-in-out infinite !important;
}

@keyframes acFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(1deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

.ac-custom-box {
    width: 280px !important;
    height: 95px !important;
    background: linear-gradient(180deg, #ffffff 0%, #e8ecef 100%) !important;
    border-radius: 10px !important;
    box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.4), inset 0 -3px 6px rgba(0,0,0,0.08) !important;
    transform: rotateY(-10deg) rotateX(3deg) !important;
    transform-style: preserve-3d !important;
    position: relative !important;
    border: 1px solid #dcdcdc !important;
    transition: transform 0.4s ease !important;
    box-sizing: border-box !important;
}

.ac-custom-box:hover {
    transform: rotateY(-2deg) rotateX(1deg) scale(1.03) !important;
}

.ac-custom-btn {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #e0e0e0 !important;
    color: #333 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    padding: 0 !important;
}

.ac-custom-btn svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

.ac-custom-btn:hover {
    background: #da242b !important;
    color: #fff !important;
}

.ac-custom-box.active .ac-custom-btn {
    background: #00d26a !important;
    color: #fff !important;
    box-shadow: 0 0 12px rgba(0, 210, 106, 0.8) !important;
}

.ac-custom-display {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    width: 50px !important;
    height: 22px !important;
    background: #1c232a !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Courier New', monospace !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #555 !important;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.8) !important;
}

.ac-custom-box.active .ac-custom-display {
    color: #00f0ff !important;
    text-shadow: 0 0 8px #00f0ff !important;
}

.ac-custom-brand {
    position: absolute !important;
    bottom: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #888 !important;
    letter-spacing: 2px !important;
    font-family: sans-serif !important;
    white-space: nowrap !important;
}

.ac-custom-vent {
    position: absolute !important;
    bottom: 6px !important;
    left: 12px !important;
    right: 12px !important;
    height: 8px !important;
    background: #bbb !important;
    border-radius: 2px !important;
}

.ac-custom-flap {
    width: 100% !important;
    height: 100% !important;
    background: #d4d4d4 !important;
    border-radius: 2px !important;
    transform-origin: top center !important;
    transition: transform 0.8s ease-in-out !important;
}

.ac-custom-box.active .ac-custom-flap {
    transform: rotateX(-55deg) !important;
}

.ac-custom-airflow {
    position: absolute !important;
    top: 90px !important;
    left: 10px !important;
    width: 260px !important;
    height: 160px !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.6s ease !important;
}

.ac-custom-box.active .ac-custom-airflow {
    opacity: 1 !important;
}

.ac-stream {
    position: absolute !important;
    background: linear-gradient(180deg, rgba(160, 230, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 50% 50% 0 0 !important;
    filter: blur(5px) !important;
    animation: acWind 2s infinite linear !important;
}

.ac-s1 { left: 15% !important; width: 35px !important; height: 130px !important; animation-delay: 0s !important; }
.ac-s2 { left: 42% !important; width: 55px !important; height: 150px !important; animation-delay: 0.5s !important; }
.ac-s3 { left: 70% !important; width: 30px !important; height: 120px !important; animation-delay: 1s !important; }

@keyframes acWind {
    0% { transform: translateY(-10px) scaleX(0.8); opacity: 0; }
    30% { opacity: 0.8; }
    100% { transform: translateY(140px) scaleX(1.4); opacity: 0; }
}

.ac-ice {
    position: absolute !important;
    color: #8cd7ff !important;
    font-size: 15px !important;
    animation: acIceFall 2.2s infinite ease-in-out !important;
}

.ac-i1 { left: 25% !important; animation-delay: 0.2s !important; }
.ac-i2 { left: 55% !important; animation-delay: 0.9s !important; }
.ac-i3 { left: 80% !important; animation-delay: 1.5s !important; }

@keyframes acIceFall {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    25% { opacity: 1; }
    100% { transform: translateY(130px) rotate(360deg); opacity: 0; }
}
/* ==============================================================
   KLİMA BUTONUNA YÖNLENDİREN ANİMASYONLU İŞARET PARMAĞI
================================================================= */
.ac-finger-hint {
    position: absolute !important;
    top: 16px !important;
    left: 48px !important;
    font-size: 18px !important;
    user-select: none !important;
    pointer-events: none !important;
    z-index: 15 !important;
    animation: fingerPoint 1.2s infinite ease-in-out !important;
    transition: opacity 0.3s ease !important;
}

/* Sağa sola gidip gelme hareketi */
@keyframes fingerPoint {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}

/* Klima açıldığında (active olduğunda) parmağı gizle */
.ac-custom-box.active .ac-finger-hint {
    opacity: 0 !important;
    visibility: hidden !important;
}
/* ==============================================================
   5. MOBİL MENÜ
================================================================= */
.mean-container, .mobile-menu-area {
    display: none !important;
}

/* ==============================================================
   PERFORMANCE-FOCUSED MOBİL MENÜ & SUB-MENU ANİMASYONLARI
================================================================= */
.cinar-mob-bar {
    background-color: #062462 !important;
    position: relative !important;
    z-index: 99999 !important;
    border-bottom: 3px solid #da242b !important;
}

/* 1. İkon Dönüşümü (Hamburger -> X) - Repaint Yapmaz, Sadece Transform */
.cinar-mob-toggle {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.mob-toggle-icon {
    position: relative;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    transition: background-color 0.25s ease;
    display: block;
}

.mob-toggle-icon::before,
.mob-toggle-icon::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-toggle-icon::before { transform: translateY(-8px); }
.mob-toggle-icon::after  { transform: translateY(8px); }

/* Aktif Durumda X'e Dönüşüm */
.cinar-mob-bar.is-active .mob-toggle-icon {
    background-color: transparent;
}
.cinar-mob-bar.is-active .mob-toggle-icon::before {
    transform: translateY(0) rotate(45deg);
    background-color: #ff4d4d;
}
.cinar-mob-bar.is-active .mob-toggle-icon::after {
    transform: translateY(0) rotate(-45deg);
    background-color: #ff4d4d;
}

/* 2. Menü Wrapper (Akıcı Perde Açılışı) */
.cinar-mob-menu-wrapper {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff !important;
    width: 100% !important;
    box-shadow: 0 15px 35px rgba(6, 36, 98, 0.15);
    transition: max-height 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: max-height;
}

.cinar-mob-menu-wrapper.is-open {
    max-height: 90vh;
    overflow-y: auto;
}

/* 3. Staggered Sıralı Giriş Animasyonu */
.mob-nav-item {
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-bottom: 1px solid #f1f5f9;
}

.cinar-mob-menu-wrapper.is-open .mob-nav-item {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger Gecikmeleri (Sırayla Kayarak Gelme) */
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(1) { transition-delay: 0.05s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(2) { transition-delay: 0.10s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(3) { transition-delay: 0.15s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(4) { transition-delay: 0.20s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(5) { transition-delay: 0.25s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(6) { transition-delay: 0.30s; }
.cinar-mob-menu-wrapper.is-open .mob-nav-item:nth-child(7) { transition-delay: 0.35s; }

.mob-nav-item a {
    display: block;
    padding: 14px 20px;
    color: #062462;
    font-weight: 700;
    font-size: 15.5px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.mob-nav-item a:hover {
    color: #da242b;
    background-color: #f8fafc;
}

/* 4. Açılır Alt Menü (Submenu) Stilleri */
.mob-submenu-header {
    width: 100%;
}

.mob-submenu-header a {
    flex-grow: 1;
}

.mob-submenu-trigger {
    background: transparent;
    border: none;
    padding: 14px 20px;
    color: #062462;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-sub-list {
    max-height: 0;
    overflow: hidden;
    background-color: #f8fafc;
    transition: max-height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-sub-list li a {
    padding: 10px 20px 10px 35px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
}

.mob-sub-list li a:hover {
    color: #da242b;
    padding-left: 40px;
}

/* Submenu Açık Durumu */
.has-mob-submenu.sub-open .mob-submenu-trigger {
    transform: rotate(180deg);
    color: #da242b;
}

.has-mob-submenu.sub-open .mob-sub-list {
    max-height: 350px;
}
@media (max-width: 991px) {
    .ac-floating-container {
        display: none !important;
    }
    .ac-mobile-container {
        position: relative !important;
        margin: 10px auto 20px auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        z-index: 99 !important;
        transform: scale(0.75) !important;
        transform-origin: center top !important;
    }
}

/* ==============================================================
   6. 2026 TECH HERO SECTION & CLOUD-WHITE BUTONLAR
================================================================= */
.cinar-tech-hero {
    background-color: #030d22 !important;
    background: #030d22 !important;
    min-height: 650px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 70px 0 !important;
    overflow: hidden !important;
}

.hero-bg-grid {
    position: absolute !important;
    inset: 0 !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px) !important;
    background-size: 40px 40px !important;
    z-index: 1 !important;
}

.hero-glow-sphere {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(80px) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.glow-red {
    width: 320px !important;
    height: 320px !important;
    background: radial-gradient(circle, rgba(218, 36, 43, 0.35) 0%, transparent 70%) !important;
    top: -50px !important;
    left: -50px !important;
    animation: glowFloat 8s infinite alternate ease-in-out !important;
}

.glow-blue {
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(6, 36, 98, 0.8) 0%, transparent 70%) !important;
    bottom: -80px !important;
    right: 10% !important;
    animation: glowFloat 10s infinite alternate-reverse ease-in-out !important;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
}

.badge-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #00d26a !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-right: 8px !important;
    box-shadow: 0 0 8px #00d26a !important;
}

.cinar-tech-hero .hero-main-title {
    color: #ffffff !important;
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

.text-gradient-red {
    background: linear-gradient(90deg, #ff4d4d 0%, #da242b 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-stat-item {
    border-left: 2px solid #da242b !important;
    padding-left: 12px !important;
}

.cinar-tech-hero .hero-stat-item h4 {
    color: #ffffff !important;
}

.cinar-tech-hero .hero-description {
    color: #cbd5e1 !important;
}

/* HERO BUTONLARI CLOUD-WHITE & CANLI KONTRAST */
.cinar-tech-hero .hero-cta-btn {
    background: linear-gradient(135deg, #da242b 0%, #b3161c 100%) !important;
    color: #ffffff !important; /* Koyu lacivert yerine BEYAZ */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 6px 20px rgba(218, 36, 43, 0.4) !important;
}

.cinar-tech-hero .hero-cta-btn i {
    color: #ffffff !important;
}

.cinar-tech-hero a.btn-outline-light {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #f8fafc !important; /* Koyu lacivert yerine CLOUD-WHITE */
    backdrop-filter: blur(10px) !important;
}

.cinar-tech-hero a.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.hero-glass-card {
    background: rgba(6, 36, 98, 0.55) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: 4px solid #da242b !important;
}

.hero-input {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
}

.hero-input:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #da242b !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(218, 36, 43, 0.25) !important;
}

.hero-input::placeholder {
    color: #94a3b8 !important;
}

.hero-input option {
    background-color: #062462 !important;
    color: #ffffff !important;
}

.cinar-tech-hero .hero-submit-btn {
    background-color: #da242b !important;
    color: #ffffff !important;
    border: none !important;
}

.cinar-tech-hero .hero-submit-btn i {
    color: #ffffff !important;
}

/* ==============================================================
   7. HİZMETLERİMİZ CAROUSEL & "DEVAMINI OKU" BUTON DÜZELTMESİ
================================================================= */
.service-section {
    position: relative !important;
    padding: 50px 0 !important;
}

.single-service-box {
    margin-bottom: 30px;
    border-radius: 16px !important;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: 0 8px 25px rgba(6, 36, 98, 0.08) !important;
    border: 1px solid #eef2f6 !important;
    transition: all 0.4s ease !important;
    padding: 0 !important;
}

.single-service-box .service-content {
    padding: 25px !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

.single-service-box h3.service-title {
    font-size: 1.25rem !important;
    color: #062462 !important;
    font-weight: 700 !important;
}

.single-service-box p.service-desc {
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* DEVAMINI OKU BUTONU (MODERN HAP BUTON) */
.single-service-box a.hendrio-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 18px !important;
    background-color: #f8fafc !important;
    color: #da242b !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 30px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.single-service-box a.hendrio-button i {
    width: 22px !important;
    height: 22px !important;
    background: #da242b !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

/* Kart Hover Olduğunda */
.single-service-box:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(6, 36, 98, 0.15) !important;
}

.single-service-box:hover .service-content {
    background: #da242b !important;
}

.single-service-box:hover h3.service-title,
.single-service-box:hover p.service-desc {
    color: #ffffff !important;
}

.single-service-box:hover a.hendrio-button {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #da242b !important;
}

.single-service-box:hover a.hendrio-button i {
    background: #da242b !important;
    color: #ffffff !important;
    transform: rotate(90deg) !important;
}

/* ==============================================================
   8. NEDEN BİZ, TESTIMONIAL & FORM ARKA PLANLARI
================================================================= */
/* Neden Biz Techno Grid Arka Planı */
/* ==============================================================
   GPU DESTEKLİ TEKNO-GRID VE METEOR ANİMASYONLARI (SIFIR CLS)
================================================================= */
.techno-grid-bg {
    position: relative !important;
    background-color: #f8fafc !important;
    background-image: linear-gradient(to right, rgba(6, 36, 98, 0.08) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(6, 36, 98, 0.08) 1px, transparent 1px) !important;
    background-size: 45px 45px !important;
    overflow: hidden !important;
}

.grid-meteor {
    position: absolute !important;
    pointer-events: none !important;
    z-index: 1 !important;
    will-change: transform, opacity !important; /* Ekran kartı katmanına alır */
}

/* -------------------------------------------------------------
   YATAY METEORLAR (SAĞA AKAN ÇİZGİLER)
----------------------------------------------------------------- */
.meteor-1, .meteor-2 {
    height: 1px !important;
    width: 140px !important;
    left: 0 !important; /* Sabit koordinat */
    background: linear-gradient(90deg, rgba(218, 36, 43, 0) 0%, rgba(218, 36, 43, 0.4) 50%, #da242b 100%) !important;
    animation: meteorMoveRightGPU 6s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.meteor-1::after, .meteor-2::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 6px #da242b, 0 0 2px #da242b;
}

.meteor-1 { 
    top: 100px !important; 
}

.meteor-2 {
    top: 250px !important;
    background: linear-gradient(90deg, rgba(6, 36, 98, 0) 0%, rgba(6, 36, 98, 0.4) 50%, #062462 100%) !important;
    animation-delay: 3s !important;
}

.meteor-2::after {
    box-shadow: 0 0 6px #062462, 0 0 2px #062462;
}

/* -------------------------------------------------------------
   DİKEY METEORLAR (AŞAĞI AKAN ÇİZGİLER)
----------------------------------------------------------------- */
.meteor-3, .meteor-4 {
    width: 1px !important;
    height: 140px !important;
    top: 0 !important; /* Sabit koordinat */
    background: linear-gradient(180deg, rgba(6, 36, 98, 0) 0%, rgba(6, 36, 98, 0.4) 50%, #062462 100%) !important;
    animation: meteorMoveDownGPU 8s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.meteor-3::after, .meteor-4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 6px #062462, 0 0 2px #062462;
}

.meteor-3 { 
    left: 200px !important; 
    animation-delay: 1.5s !important; 
}

.meteor-4 {
    left: 800px !important;
    background: linear-gradient(180deg, rgba(218, 36, 43, 0) 0%, rgba(218, 36, 43, 0.4) 50%, #da242b 100%) !important;
    animation-delay: 4.5s !important;
}

.meteor-4::after {
    box-shadow: 0 0 6px #da242b, 0 0 2px #da242b;
}

/* -------------------------------------------------------------
   GPU HIZLANDIRMALI KEYFRAMES (TRANSFORM KULLANIMI)
----------------------------------------------------------------- */
@keyframes meteorMoveRightGPU {
    0% {
        transform: translateX(-160px);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translateX(100vw);
        opacity: 0;
    }
}

@keyframes meteorMoveDownGPU {
    0% {
        transform: translateY(-160px);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(100vh);
        opacity: 0;
    }
}
/* Testimonial & Form Alanı Arka Planı */
.testimonial-section {
    background-color: #f1f5f9 !important;
    background-image: radial-gradient(rgba(6, 36, 98, 0.06) 1.5px, transparent 1.5px) !important;
    background-size: 24px 24px !important;
}

/* Testimonial Orijinal Kırmızı Kavisli Görsel Alanı */
.testmn-bg {
    background: url('../images/resource/testi-bg.png') no-repeat center center / cover !important;
    padding: 60px 20px 41px !important;
    border-radius: 0 10px 10px !important;
    position: relative !important;
    z-index: 1 !important;
    border: none !important;
}

.testmn-bg:before {
    position: absolute !important;
    content: "" !important;
    left: -57px !important;
    top: 0 !important;
    height: 58px !important;
    width: 58px !important;
    background: #8C0B10 !important;
    clip-path: polygon(30% 100%, 100% 0%, 100% 100%, 100% 100%) !important;
}
/* ==============================================================
   TESTIMONIAL (KIRMIZI ALAN) YAZILARINI BEYAZ YAPMA
================================================================= */
.testmn-bg .testi-desc {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.testmn-bg .user-name h5 {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.testmn-bg .user-name .user-sector {
    color: #f1f5f9 !important;
    opacity: 0.9 !important;
}

.testmn-bg .testi-icon i {
    color: #ffffff !important;
}
.contact-form-box {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

/* Zoom-Out Kartlar */
.zoom-out-card {
    opacity: 0;
    transform: scale(1.12);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    border: 1px solid #edf2f7 !important;
}

.zoom-out-card.animated {
    opacity: 1;
    transform: scale(1);
}

.zoom-out-card.animated:hover {
    transform: translateY(-6px) scale(1.02) !important;
    box-shadow: 0 12px 25px rgba(6, 36, 98, 0.12) !important;
    border-color: #da242b !important;
}

.zoom-out-card:hover .icon-box i {
    transform: scale(1.15);
    transition: transform 0.3s ease;
}

/* ==============================================================
   9. LOADER KATMANI
================================================================= */
.loader-wrapper {
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999999 !important;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%; left: 50%;
    width: 100px; height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #062462;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px; left: 6px; right: 6px; bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #D9232B;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px; left: 15px; right: 15px; bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    animation: spin 2.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%; height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section { left: 0; transition: 1s 1.4s ease; }
.loader-wrapper .loder-section.right-section { right: 0; transition: 1s 1.4s ease; }

.loaded .loder-section.left-section { left: -100%; }
.loaded .loder-section.right-section { right: -100%; }
.loaded .loader-wrapper { visibility: hidden; }
.loaded .loader { top: -100%; opacity: 0; }

/* ==============================================================
   10. YENİ NİZAMİ FOOTER
================================================================= */
.cinar-modern-footer {
    background-color: #041026 !important;
    background-image: linear-gradient(180deg, rgba(4, 16, 38, 0.95) 0%, rgba(2, 8, 20, 0.98) 100%), 
                      url('../images/resized_1.jpg') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    overflow: hidden !important;
    padding-top: 30px !important;
}

.footer-cta-capsule {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 40px;
}

.footer-phone-icon {
    width: 44px;
    height: 44px;
    background: #da242b;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(218, 36, 43, 0.4);
}

.footer-mail-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-mail-btn:hover {
    background: #da242b;
    border-color: #da242b;
    color: #fff !important;
    transform: translateY(-2px);
}

.footer-col-box {
    width: 100%;
}

.footer-heading {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    padding: 6px 16px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.footer-desc-text {
    line-height: 1.6 !important;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-social-btn:hover {
    background: #da242b;
    border-color: #da242b;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.footer-nav-list li {
    margin-bottom: 8px;
    list-style: none;
}

.footer-nav-list li a {
    display: block !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #f1f5f9 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-nav-list li a:hover {
    background: #da242b !important;
    border-color: #da242b !important;
    color: #ffffff !important;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(218, 36, 43, 0.35);
}

.footer-sub-bottom {
    background: #020712 !important;
}

/* ==============================================================
   11. MOBİL RESPONSIVE
================================================================= */
@media (max-width: 991px) {
    .cinar-tech-hero {
        padding: 40px 0 !important;
        min-height: auto !important;
        height: auto !important;
    }

    .cinar-tech-hero .hero-main-title {
        font-size: 1.85rem !important;
    }

    .cinar-modern-footer {
        padding-top: 20px !important;
    }

    .footer-col-box {
        margin-bottom: 25px;
    }
}
/* ==============================================================
   REFERANS LOGO & FOTOĞRAF TAM MERKEZLEME (CENTER) STİLLERİ
================================================================= */

/* Resim Kutusu Kapsayıcısı (Dikey & Yatay Hizalama Merkezi) */
.ref-img-box {
    height: 320px !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #ffffff !important; /* Logoların arkasında temiz beyaz zemin */
    
    /* MÜKEMMEL MERKEZLEME (FLEXBOX CENTER) */
    display: flex !important;
    align-items: center !important;      /* Dikeyde tam ortalar */
    justify-content: center !important;  /* Yatayda tam ortalar */
    padding: 25px !important;            /* Kenarlara yapışmayı önler */
}

/* 1. Eğer Görsel Saha / Şantiye Fotoğrafı İse (Kutuyu Doldurur) */
.ref-img-box img.ref-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 2. Eğer Görsel Firma Logosu İse (Tam Ortada Düzgün Sığar) */
.ref-img-box img.ref-logo {
    max-width: 85% !important;      /* Kutuyu aşmasını engeller */
    max-height: 75% !important;     /* Yüksekliği dengeler */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important; /* Sündürme/yakınlaştırma yapmaz */
    margin: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

/* Hover Efekti (Logo Kartına Gelince Hafif Esneme) */
.ref-card:hover .ref-img-box img.ref-logo {
    transform: scale(1.06) !important;
}