{"id":561,"date":"2021-02-01T17:24:50","date_gmt":"2021-02-01T17:24:50","guid":{"rendered":"https:\/\/quarty-demo.bslthemes.com\/?page_id=561"},"modified":"2026-03-18T15:32:27","modified_gmt":"2026-03-18T12:32:27","slug":"home-slider","status":"publish","type":"page","link":"https:\/\/simagroup.tr\/insaat\/","title":{"rendered":"Sima Cephe"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"561\" class=\"elementor elementor-561\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03504ce e-con-full e-flex e-con e-parent\" data-id=\"03504ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6db31c elementor-widget elementor-widget-html\" data-id=\"f6db31c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"tr\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>SIMA GROUP \u2014 \u0130n\u015faat<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@300;400;600;700&family=Barlow:wght@300;400&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n  :root {\r\n    --orange: #0069ae;\r\n    --dark: #050D14;\r\n    --steel: #0B1A26;\r\n    --concrete: #7A8FA0;\r\n    --light: #E8F2FA;\r\n    --gold: #4EB3E8;\r\n  }\r\n\r\n  body {\r\n    background: var(--dark);\r\n    color: var(--light);\r\n    font-family: 'Barlow', sans-serif;\r\n    overflow-x: hidden;\r\n    min-height: 100vh;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 HERO WRAPPER \u2500\u2500\u2500 *\/\r\n  .hero {\r\n    position: relative;\r\n    width: 100%;\r\n    min-height: 100vh;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 BACKGROUND GRID \u2500\u2500\u2500 *\/\r\n  .bg-grid {\r\n    position: absolute;\r\n    inset: 0;\r\n    background-image:\r\n      linear-gradient(rgba(0,105,174,0.06) 1px, transparent 1px),\r\n      linear-gradient(90deg, rgba(0,105,174,0.06) 1px, transparent 1px);\r\n    background-size: 60px 60px;\r\n    animation: gridDrift 20s linear infinite;\r\n  }\r\n  @keyframes gridDrift {\r\n    from { transform: translateY(0); }\r\n    to   { transform: translateY(60px); }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 BLUEPRINT OVERLAY \u2500\u2500\u2500 *\/\r\n  .blueprint-lines {\r\n    position: absolute;\r\n    inset: 0;\r\n    overflow: hidden;\r\n    pointer-events: none;\r\n  }\r\n  .bp-line {\r\n    position: absolute;\r\n    background: rgba(0,105,174,0.15);\r\n  }\r\n  .bp-h { height: 1px; width: 100%; left: 0; }\r\n  .bp-v { width: 1px; height: 100%; top: 0; }\r\n  .bp-line:nth-child(1)  { top: 20%; }\r\n  .bp-line:nth-child(2)  { top: 55%; }\r\n  .bp-line:nth-child(3)  { top: 80%; }\r\n  .bp-line:nth-child(4)  { left: 15%; }\r\n  .bp-line:nth-child(5)  { left: 50%; }\r\n  .bp-line:nth-child(6)  { left: 85%; }\r\n\r\n  \/* \u2500\u2500\u2500 SCANNING LIGHT \u2500\u2500\u2500 *\/\r\n  .scan-light {\r\n    position: absolute;\r\n    top: 0;\r\n    left: -100%;\r\n    width: 3px;\r\n    height: 100%;\r\n    background: linear-gradient(to bottom, transparent, var(--gold), transparent);\r\n    opacity: 0.5;\r\n    animation: scanMove 6s ease-in-out infinite;\r\n    filter: blur(2px);\r\n  }\r\n  @keyframes scanMove {\r\n    0%   { left: -5%;  opacity: 0; }\r\n    10%  { opacity: 0.6; }\r\n    90%  { opacity: 0.6; }\r\n    100% { left: 105%; opacity: 0; }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 BUILDING CONSTRUCTION CANVAS \u2500\u2500\u2500 *\/\r\n  .build-canvas {\r\n    position: absolute;\r\n    inset: 0;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n  }\r\n  #buildingSvg {\r\n    width: 100%;\r\n    height: 100%;\r\n  }\r\n\r\n  \/* Blueprint lines that draw themselves *\/\r\n  .bp-draw {\r\n    stroke-dasharray: 2000;\r\n    stroke-dashoffset: 2000;\r\n    animation: drawLine 3s ease forwards;\r\n  }\r\n  .bp-draw-fast {\r\n    stroke-dasharray: 800;\r\n    stroke-dashoffset: 800;\r\n    animation: drawLine 1.5s ease forwards;\r\n  }\r\n  @keyframes drawLine {\r\n    to { stroke-dashoffset: 0; }\r\n  }\r\n\r\n  \/* Building floors that rise up one by one *\/\r\n  .floor-block {\r\n    opacity: 0;\r\n    transform: scaleY(0);\r\n    transform-origin: bottom;\r\n  }\r\n\r\n  \/* Crane arm *\/\r\n  .crane-arm {\r\n    stroke-dasharray: 300;\r\n    stroke-dashoffset: 300;\r\n    animation: drawLine 2s ease 0.5s forwards;\r\n  }\r\n  .crane-cable {\r\n    stroke-dasharray: 100;\r\n    stroke-dashoffset: 100;\r\n    animation: drawLine 1s ease forwards, cableSwing 4s ease-in-out 2s infinite;\r\n  }\r\n  @keyframes cableSwing {\r\n    0%,100% { transform: rotate(0deg); transform-origin: top center; }\r\n    50%      { transform: rotate(3deg); transform-origin: top center; }\r\n  }\r\n\r\n  \/* Scaffold dots *\/\r\n  .scaffold-dot {\r\n    opacity: 0;\r\n    animation: dotPop 0.3s ease forwards;\r\n  }\r\n  @keyframes dotPop {\r\n    from { opacity: 0; transform: scale(0); }\r\n    to   { opacity: 1; transform: scale(1); }\r\n  }\r\n\r\n  \/* Ground line pulse *\/\r\n  .ground-pulse {\r\n    stroke-dasharray: 1200;\r\n    stroke-dashoffset: 1200;\r\n    animation: drawLine 2s ease 0.2s forwards;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 FLOATING MEASUREMENT TAGS \u2500\u2500\u2500 *\/\r\n  .measure-tags {\r\n    position: absolute;\r\n    inset: 0;\r\n    pointer-events: none;\r\n  }\r\n  .mtag {\r\n    position: absolute;\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 10px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.15em;\r\n    color: var(--gold);\r\n    opacity: 0;\r\n    animation: tagAppear 0.5s ease forwards;\r\n  }\r\n  .mtag::before {\r\n    content: '';\r\n    display: inline-block;\r\n    width: 20px;\r\n    height: 1px;\r\n    background: var(--gold);\r\n    vertical-align: middle;\r\n    margin-right: 6px;\r\n  }\r\n  .mtag:nth-child(1)  { top: 28%; left: 2%;  animation-delay: 1.2s; }\r\n  .mtag:nth-child(2)  { top: 46%; left: 2%;  animation-delay: 1.8s; }\r\n  .mtag:nth-child(3)  { top: 64%; left: 2%;  animation-delay: 2.4s; }\r\n  .mtag:nth-child(4)  { top: 28%; right: 2%; animation-delay: 1.5s; }\r\n  .mtag:nth-child(5)  { top: 46%; right: 2%; animation-delay: 2.1s; }\r\n  .mtag:nth-child(6)  { top: 64%; right: 2%; animation-delay: 2.7s; }\r\n  @keyframes tagAppear {\r\n    from { opacity: 0; transform: translateX(-10px); }\r\n    to   { opacity: 0.7; transform: translateX(0); }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 COUNTER NUMBERS \u2014 split left\/right \u2500\u2500\u2500 *\/\r\n  .stats-bar {\r\n    display: none; \/* replaced by corner stats *\/\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 LEFT STATS COLUMN \u2500\u2500\u2500 *\/\r\n  .stats-left {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 48px;\r\n    transform: translateY(-50%);\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 36px;\r\n    z-index: 10;\r\n    opacity: 0;\r\n    animation: fadeUp 1s ease 0.8s forwards;\r\n  }\r\n  \/* \u2500\u2500\u2500 RIGHT STATS COLUMN \u2500\u2500\u2500 *\/\r\n  .stats-right {\r\n    position: absolute;\r\n    top: 50%;\r\n    right: 48px;\r\n    transform: translateY(-50%);\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 36px;\r\n    z-index: 10;\r\n    text-align: right;\r\n    opacity: 0;\r\n    animation: fadeUp 1s ease 1s forwards;\r\n  }\r\n  .stat-item {\r\n    text-align: inherit;\r\n  }\r\n  .stat-num {\r\n    font-family: 'Bebas Neue', sans-serif;\r\n    font-size: 44px;\r\n    color: var(--orange);\r\n    line-height: 1;\r\n  }\r\n  .stat-label {\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 9px;\r\n    letter-spacing: 0.25em;\r\n    color: var(--concrete);\r\n    text-transform: uppercase;\r\n    margin-top: 2px;\r\n  }\r\n  .stat-divider {\r\n    width: 32px;\r\n    height: 1px;\r\n    background: rgba(0,105,174,0.4);\r\n    margin-top: 8px;\r\n  }\r\n  .stats-right .stat-divider { margin-left: auto; }\r\n\r\n  \/* \u2500\u2500\u2500 MAIN CONTENT \u2500\u2500\u2500 *\/\r\n  .hero-content {\r\n    position: relative;\r\n    z-index: 5;\r\n    text-align: center;\r\n    padding: 120px 260px 80px;\r\n    max-width: 1400px;\r\n    width: 100%;\r\n  }\r\n\r\n  .kicker {\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.35em;\r\n    color: var(--gold);\r\n    text-transform: uppercase;\r\n    opacity: 0;\r\n    animation: fadeUp 0.8s ease 0.3s forwards;\r\n    margin-bottom: 20px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 16px;\r\n  }\r\n  .kicker::before, .kicker::after {\r\n    content: '';\r\n    display: block;\r\n    width: 40px;\r\n    height: 1px;\r\n    background: var(--gold);\r\n    opacity: 0.6;\r\n  }\r\n\r\n  .hero-title {\r\n    font-family: 'Bebas Neue', sans-serif;\r\n    font-size: clamp(72px, 12vw, 160px);\r\n    line-height: 0.9;\r\n    color: var(--light);\r\n    letter-spacing: 0.02em;\r\n    overflow: hidden;\r\n  }\r\n  .title-line {\r\n    display: block;\r\n    opacity: 0;\r\n    transform: translateY(100%);\r\n    animation: lineReveal 0.8s cubic-bezier(0.16,1,0.3,1) forwards;\r\n  }\r\n  .title-line:nth-child(1) { animation-delay: 0.5s; }\r\n  .title-line:nth-child(2) { animation-delay: 0.7s; color: var(--orange); }\r\n  .title-line:nth-child(3) { animation-delay: 0.9s; }\r\n\r\n  @keyframes lineReveal {\r\n    from { opacity: 0; transform: translateY(60px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  .hero-sub {\r\n    font-family: 'Barlow', sans-serif;\r\n    font-size: 14px;\r\n    font-weight: 300;\r\n    letter-spacing: 0.15em;\r\n    color: var(--concrete);\r\n    text-transform: uppercase;\r\n    margin-top: 24px;\r\n    opacity: 0;\r\n    animation: fadeUp 1s ease 1.2s forwards;\r\n    line-height: 2;\r\n  }\r\n  .hero-sub strong {\r\n    color: var(--light);\r\n    font-weight: 600;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 CTA BUTTON \u2500\u2500\u2500 *\/\r\n  .cta-wrap {\r\n    margin-top: 48px;\r\n    opacity: 0;\r\n    animation: fadeUp 1s ease 1.5s forwards;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 24px;\r\n  }\r\n  .btn-primary {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    padding: 14px 36px;\r\n    background: var(--orange);\r\n    color: white;\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.25em;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    border: none;\r\n    cursor: pointer;\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: transform 0.3s ease;\r\n  }\r\n  .btn-primary::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(255,255,255,0.15);\r\n    transform: translateX(-100%);\r\n    transition: transform 0.4s ease;\r\n  }\r\n  .btn-primary:hover::before { transform: translateX(0); }\r\n  .btn-primary:hover { transform: translateY(-2px); }\r\n\r\n  .btn-outline {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 14px 36px;\r\n    background: transparent;\r\n    color: var(--light);\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    border: 1px solid rgba(240,237,232,0.3);\r\n    cursor: pointer;\r\n    transition: border-color 0.3s, color 0.3s;\r\n  }\r\n  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }\r\n\r\n  \/* \u2500\u2500\u2500 BOTTOM TICKER \u2500\u2500\u2500 *\/\r\n  .ticker-wrap {\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    background: var(--orange);\r\n    overflow: hidden;\r\n    height: 36px;\r\n    display: flex;\r\n    align-items: center;\r\n    z-index: 10;\r\n  }\r\n  .ticker-track {\r\n    display: flex;\r\n    white-space: nowrap;\r\n    animation: tickerScroll 22s linear infinite;\r\n  }\r\n  .ticker-item {\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.2em;\r\n    color: white;\r\n    text-transform: uppercase;\r\n    padding: 0 40px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 16px;\r\n  }\r\n  .ticker-item::after {\r\n    content: '\u25c6';\r\n    font-size: 6px;\r\n    opacity: 0.6;\r\n  }\r\n  @keyframes tickerScroll {\r\n    from { transform: translateX(0); }\r\n    to   { transform: translateX(-50%); }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 CORNER ACCENTS \u2500\u2500\u2500 *\/\r\n  .corner {\r\n    position: absolute;\r\n    width: 50px;\r\n    height: 50px;\r\n    z-index: 4;\r\n    opacity: 0;\r\n    animation: cornerFade 1s ease 1s forwards;\r\n  }\r\n  .corner--tl { top: 60px; left: 60px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }\r\n  .corner--tr { top: 60px; right: 60px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); }\r\n  .corner--bl { bottom: 48px; left: 60px; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); }\r\n  .corner--br { bottom: 48px; right: 60px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }\r\n  @keyframes cornerFade { from { opacity: 0; } to { opacity: 0.5; } }\r\n\r\n  \/* \u2500\u2500\u2500 FLOATING PARTICLES \u2500\u2500\u2500 *\/\r\n  .particles {\r\n    position: absolute;\r\n    inset: 0;\r\n    pointer-events: none;\r\n    overflow: hidden;\r\n  }\r\n  .particle {\r\n    position: absolute;\r\n    background: var(--gold);\r\n    border-radius: 50%;\r\n    animation: float var(--dur, 8s) ease-in-out var(--delay, 0s) infinite;\r\n  }\r\n  @keyframes float {\r\n    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0; }\r\n    10% { opacity: 0.4; }\r\n    90% { opacity: 0.4; }\r\n    100% { transform: translateY(-80vh) rotate(360deg); opacity: 0; }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 LEFT SIDE VERTICAL TEXT \u2500\u2500\u2500 *\/\r\n  .side-label {\r\n    position: absolute;\r\n    left: 14px;\r\n    top: 50%;\r\n    transform: translateY(-50%) rotate(-90deg);\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 8px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.4em;\r\n    color: rgba(78,179,232,0.3);\r\n    text-transform: uppercase;\r\n    white-space: nowrap;\r\n    z-index: 4;\r\n    opacity: 0;\r\n    animation: fadeIn 1s ease 2s forwards;\r\n  }\r\n  .side-label-right {\r\n    right: 14px;\r\n    left: auto;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 PROGRESS BAR \u2500\u2500\u2500 *\/\r\n  .progress-line {\r\n    position: absolute;\r\n    bottom: 48px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    z-index: 6;\r\n    opacity: 0;\r\n    text-align: center;\r\n    animation: fadeIn 1s ease 1.8s forwards;\r\n  }\r\n  .progress-label {\r\n    font-family: 'Barlow Condensed', sans-serif;\r\n    font-size: 9px;\r\n    letter-spacing: 0.2em;\r\n    color: var(--concrete);\r\n    text-transform: uppercase;\r\n    margin-bottom: 6px;\r\n  }\r\n  .progress-track {\r\n    width: 180px;\r\n    height: 2px;\r\n    background: rgba(255,255,255,0.1);\r\n    position: relative;\r\n    overflow: hidden;\r\n    margin: 0 auto;\r\n  }\r\n  .progress-fill {\r\n    position: absolute;\r\n    top: 0; left: 0; bottom: 0;\r\n    background: var(--orange);\r\n    width: 0%;\r\n    animation: progressGrow 2s ease 2.5s forwards;\r\n  }\r\n  @keyframes progressGrow { to { width: 78%; } }\r\n  .progress-pct {\r\n    font-family: 'Bebas Neue', sans-serif;\r\n    font-size: 18px;\r\n    color: var(--orange);\r\n    margin-top: 4px;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 YEAR BADGE \u2014 hidden, integrated into stats \u2500\u2500\u2500 *\/\r\n  .year-badge { display: none; }\r\n\r\n  \/* \u2500\u2500\u2500 UTILITY \u2500\u2500\u2500 *\/\r\n  @keyframes fadeUp {\r\n    from { opacity: 0; transform: translateY(20px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n  @keyframes fadeIn {\r\n    from { opacity: 0; }\r\n    to   { opacity: 1; }\r\n  }\r\n  @keyframes floorRise {\r\n    from { opacity: 0; }\r\n    to   { opacity: 1; }\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 DIVIDER LINE ANIMATION \u2500\u2500\u2500 *\/\r\n  .divider {\r\n    width: 0;\r\n    height: 1px;\r\n    background: linear-gradient(to right, transparent, #0069ae, transparent);\r\n    margin: 24px auto;\r\n    animation: expandWidth 1s ease 1.1s forwards;\r\n  }\r\n  @keyframes expandWidth { to { width: 300px; } }\r\n\r\n  \/* \u2500\u2500\u2500 SCROLL INDICATOR \u2500\u2500\u2500 *\/\r\n  .scroll-hint {\r\n    position: absolute;\r\n    bottom: 52px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 8px;\r\n    z-index: 6;\r\n    opacity: 0;\r\n    animation: fadeIn 1s ease 2.5s forwards;\r\n  }\r\n  .scroll-dot {\r\n    width: 6px;\r\n    height: 6px;\r\n    border-radius: 50%;\r\n    background: var(--orange);\r\n    animation: scrollBounce 1.5s ease-in-out infinite;\r\n  }\r\n  .scroll-dot:nth-child(2) { animation-delay: 0.2s; opacity: 0.6; }\r\n  .scroll-dot:nth-child(3) { animation-delay: 0.4s; opacity: 0.3; }\r\n  @keyframes scrollBounce {\r\n    0%, 100% { transform: translateY(0); }\r\n    50% { transform: translateY(6px); }\r\n  }\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"hero\">\r\n\r\n  <!-- Background Elements -->\r\n  <div class=\"bg-grid\"><\/div>\r\n  <div class=\"scan-light\"><\/div>\r\n\r\n  <!-- Blueprint Lines -->\r\n  <div class=\"blueprint-lines\">\r\n    <div class=\"bp-line bp-h\"><\/div>\r\n    <div class=\"bp-line bp-h\"><\/div>\r\n    <div class=\"bp-line bp-h\"><\/div>\r\n    <div class=\"bp-line bp-v\"><\/div>\r\n    <div class=\"bp-line bp-v\"><\/div>\r\n    <div class=\"bp-line bp-v\"><\/div>\r\n  <\/div>\r\n\r\n  <!-- Animated Construction Scene -->\r\n  <div class=\"build-canvas\">\r\n    <svg id=\"buildingSvg\" viewBox=\"0 0 1400 900\" preserveAspectRatio=\"xMidYMid slice\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n      <defs>\r\n        <filter id=\"glow\">\r\n          <feGaussianBlur stdDeviation=\"2\" result=\"coloredBlur\"\/>\r\n          <feMerge><feMergeNode in=\"coloredBlur\"\/><feMergeNode in=\"SourceGraphic\"\/><\/feMerge>\r\n        <\/filter>\r\n        <filter id=\"softglow\">\r\n          <feGaussianBlur stdDeviation=\"4\" result=\"coloredBlur\"\/>\r\n          <feMerge><feMergeNode in=\"coloredBlur\"\/><feMergeNode in=\"SourceGraphic\"\/><\/feMerge>\r\n        <\/filter>\r\n      <\/defs>\r\n\r\n      <!-- \u2550\u2550\u2550 BLUEPRINT GRID BACKGROUND \u2550\u2550\u2550 -->\r\n      <g opacity=\"0.04\" stroke=\"#0069ae\" stroke-width=\"0.5\">\r\n        <!-- Vertical grid -->\r\n        <line x1=\"100\" y1=\"0\" x2=\"100\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0s; animation-duration:4s\"\/>\r\n        <line x1=\"200\" y1=\"0\" x2=\"200\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.1s; animation-duration:4s\"\/>\r\n        <line x1=\"300\" y1=\"0\" x2=\"300\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.2s; animation-duration:4s\"\/>\r\n        <line x1=\"400\" y1=\"0\" x2=\"400\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.3s; animation-duration:4s\"\/>\r\n        <line x1=\"500\" y1=\"0\" x2=\"500\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.4s; animation-duration:4s\"\/>\r\n        <line x1=\"600\" y1=\"0\" x2=\"600\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.5s; animation-duration:4s\"\/>\r\n        <line x1=\"700\" y1=\"0\" x2=\"700\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.6s; animation-duration:4s\"\/>\r\n        <line x1=\"800\" y1=\"0\" x2=\"800\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.7s; animation-duration:4s\"\/>\r\n        <line x1=\"900\" y1=\"0\" x2=\"900\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.8s; animation-duration:4s\"\/>\r\n        <line x1=\"1000\" y1=\"0\" x2=\"1000\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:0.9s; animation-duration:4s\"\/>\r\n        <line x1=\"1100\" y1=\"0\" x2=\"1100\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:1.0s; animation-duration:4s\"\/>\r\n        <line x1=\"1200\" y1=\"0\" x2=\"1200\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:1.1s; animation-duration:4s\"\/>\r\n        <line x1=\"1300\" y1=\"0\" x2=\"1300\" y2=\"900\" class=\"bp-draw\" style=\"animation-delay:1.2s; animation-duration:4s\"\/>\r\n        <!-- Horizontal grid -->\r\n        <line x1=\"0\" y1=\"100\" x2=\"1400\" y2=\"100\" class=\"bp-draw\" style=\"animation-delay:0s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"200\" x2=\"1400\" y2=\"200\" class=\"bp-draw\" style=\"animation-delay:0.15s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"300\" x2=\"1400\" y2=\"300\" class=\"bp-draw\" style=\"animation-delay:0.3s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"400\" x2=\"1400\" y2=\"400\" class=\"bp-draw\" style=\"animation-delay:0.45s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"500\" x2=\"1400\" y2=\"500\" class=\"bp-draw\" style=\"animation-delay:0.6s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"600\" x2=\"1400\" y2=\"600\" class=\"bp-draw\" style=\"animation-delay:0.75s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"700\" x2=\"1400\" y2=\"700\" class=\"bp-draw\" style=\"animation-delay:0.9s; animation-duration:5s\"\/>\r\n        <line x1=\"0\" y1=\"800\" x2=\"1400\" y2=\"800\" class=\"bp-draw\" style=\"animation-delay:1.05s; animation-duration:5s\"\/>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 GROUND & FOUNDATION \u2550\u2550\u2550 -->\r\n      <g opacity=\"0.35\">\r\n        <!-- Ground line -->\r\n        <line x1=\"0\" y1=\"820\" x2=\"1400\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"1.5\" class=\"ground-pulse\"\/>\r\n        <!-- Foundation blocks -->\r\n        <rect x=\"440\" y=\"800\" width=\"520\" height=\"22\" stroke=\"#0069ae\" stroke-width=\"1\" opacity=\"0\"\r\n          style=\"animation: floorRise 0.4s ease 1.0s forwards\"\/>\r\n        <rect x=\"460\" y=\"790\" width=\"480\" height=\"12\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0\"\r\n          style=\"animation: floorRise 0.4s ease 1.2s forwards\"\/>\r\n        <!-- Foundation cross-hatch -->\r\n        <line x1=\"440\" y1=\"800\" x2=\"460\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.3s forwards\"\/>\r\n        <line x1=\"480\" y1=\"800\" x2=\"500\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.35s forwards\"\/>\r\n        <line x1=\"520\" y1=\"800\" x2=\"540\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.4s forwards\"\/>\r\n        <line x1=\"560\" y1=\"800\" x2=\"580\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.45s forwards\"\/>\r\n        <line x1=\"600\" y1=\"800\" x2=\"620\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.5s forwards\"\/>\r\n        <line x1=\"640\" y1=\"800\" x2=\"660\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.55s forwards\"\/>\r\n        <line x1=\"680\" y1=\"800\" x2=\"700\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.6s forwards\"\/>\r\n        <line x1=\"720\" y1=\"800\" x2=\"740\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.65s forwards\"\/>\r\n        <line x1=\"760\" y1=\"800\" x2=\"780\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.7s forwards\"\/>\r\n        <line x1=\"800\" y1=\"800\" x2=\"820\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.75s forwards\"\/>\r\n        <line x1=\"840\" y1=\"800\" x2=\"860\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.8s forwards\"\/>\r\n        <line x1=\"880\" y1=\"800\" x2=\"900\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.85s forwards\"\/>\r\n        <line x1=\"920\" y1=\"800\" x2=\"940\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.9s forwards\"\/>\r\n        <line x1=\"955\" y1=\"800\" x2=\"960\" y2=\"820\" stroke=\"#0069ae\" stroke-width=\"0.5\" opacity=\"0\" style=\"animation: floorRise 0.3s ease 1.95s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 MAIN TOWER \u2014 36 FLOORS \u2550\u2550\u2550 -->\r\n      <!-- Tower outline \u2014 draws itself -->\r\n      <g id=\"tower-outline\" opacity=\"0.2\">\r\n        <rect x=\"500\" y=\"140\" width=\"400\" height=\"660\" stroke=\"#0069ae\" stroke-width=\"2\"\r\n          stroke-dasharray=\"2200\" stroke-dashoffset=\"2200\"\r\n          style=\"animation: drawLine 3s ease 1.5s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- Tower floors rising one by one (JS animates these) -->\r\n      <g id=\"tower-floors\" opacity=\"0.22\"><\/g>\r\n\r\n      <!-- Tower window grid (appears after floors) -->\r\n      <g id=\"tower-windows\" opacity=\"0.12\"><\/g>\r\n\r\n      <!-- Tower columns (structural) -->\r\n      <g opacity=\"0.2\">\r\n        <line x1=\"540\" y1=\"800\" x2=\"540\" y2=\"140\" stroke=\"#4EB3E8\" stroke-width=\"1.5\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 4s ease 2s forwards\"\/>\r\n        <line x1=\"620\" y1=\"800\" x2=\"620\" y2=\"140\" stroke=\"#4EB3E8\" stroke-width=\"1\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 4s ease 2.2s forwards\"\/>\r\n        <line x1=\"700\" y1=\"800\" x2=\"700\" y2=\"140\" stroke=\"#4EB3E8\" stroke-width=\"1.5\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 4s ease 2.4s forwards\"\/>\r\n        <line x1=\"780\" y1=\"800\" x2=\"780\" y2=\"140\" stroke=\"#4EB3E8\" stroke-width=\"1\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 4s ease 2.6s forwards\"\/>\r\n        <line x1=\"860\" y1=\"800\" x2=\"860\" y2=\"140\" stroke=\"#4EB3E8\" stroke-width=\"1.5\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 4s ease 2.8s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 SECONDARY TOWER (RIGHT, SHORTER) \u2550\u2550\u2550 -->\r\n      <g opacity=\"0.12\">\r\n        <rect x=\"980\" y=\"320\" width=\"200\" height=\"480\" stroke=\"#0069ae\" stroke-width=\"1.5\"\r\n          stroke-dasharray=\"1400\" stroke-dashoffset=\"1400\"\r\n          style=\"animation: drawLine 3s ease 3s forwards\"\/>\r\n        <line x1=\"1010\" y1=\"800\" x2=\"1010\" y2=\"320\" stroke=\"#4EB3E8\" stroke-width=\"0.8\"\r\n          stroke-dasharray=\"480\" stroke-dashoffset=\"480\"\r\n          style=\"animation: drawLine 2.5s ease 3.5s forwards\"\/>\r\n        <line x1=\"1080\" y1=\"800\" x2=\"1080\" y2=\"320\" stroke=\"#4EB3E8\" stroke-width=\"0.8\"\r\n          stroke-dasharray=\"480\" stroke-dashoffset=\"480\"\r\n          style=\"animation: drawLine 2.5s ease 3.7s forwards\"\/>\r\n        <line x1=\"1150\" y1=\"800\" x2=\"1150\" y2=\"320\" stroke=\"#4EB3E8\" stroke-width=\"0.8\"\r\n          stroke-dasharray=\"480\" stroke-dashoffset=\"480\"\r\n          style=\"animation: drawLine 2.5s ease 3.9s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- Secondary tower floors -->\r\n      <g id=\"sec-floors\" opacity=\"0.1\"><\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 SMALL BUILDING LEFT \u2550\u2550\u2550 -->\r\n      <g opacity=\"0.1\">\r\n        <rect x=\"200\" y=\"500\" width=\"180\" height=\"300\" stroke=\"#0069ae\" stroke-width=\"1\"\r\n          stroke-dasharray=\"1000\" stroke-dashoffset=\"1000\"\r\n          style=\"animation: drawLine 2s ease 4s forwards\"\/>\r\n        <line x1=\"230\" y1=\"800\" x2=\"230\" y2=\"500\" stroke=\"#4EB3E8\" stroke-width=\"0.7\"\r\n          stroke-dasharray=\"300\" stroke-dashoffset=\"300\"\r\n          style=\"animation: drawLine 1.5s ease 4.5s forwards\"\/>\r\n        <line x1=\"290\" y1=\"800\" x2=\"290\" y2=\"500\" stroke=\"#4EB3E8\" stroke-width=\"0.7\"\r\n          stroke-dasharray=\"300\" stroke-dashoffset=\"300\"\r\n          style=\"animation: drawLine 1.5s ease 4.7s forwards\"\/>\r\n        <line x1=\"350\" y1=\"800\" x2=\"350\" y2=\"500\" stroke=\"#4EB3E8\" stroke-width=\"0.7\"\r\n          stroke-dasharray=\"300\" stroke-dashoffset=\"300\"\r\n          style=\"animation: drawLine 1.5s ease 4.9s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 CRANE \u2550\u2550\u2550 -->\r\n      <g id=\"crane\" opacity=\"0.35\">\r\n        <!-- Mast -->\r\n        <line x1=\"920\" y1=\"820\" x2=\"920\" y2=\"60\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"2\" stroke-dasharray=\"760\" stroke-dashoffset=\"760\"\r\n          style=\"animation: drawLine 2.5s ease 1.8s forwards\"\/>\r\n        <!-- Horizontal jib -->\r\n        <line x1=\"700\" y1=\"75\" x2=\"1060\" y2=\"75\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"2\" class=\"crane-arm\" style=\"animation-delay:2.5s\"\/>\r\n        <!-- Counter jib -->\r\n        <line x1=\"920\" y1=\"75\" x2=\"960\" y2=\"75\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"3\" opacity=\"0.5\" class=\"crane-arm\" style=\"animation-delay:2.7s\"\/>\r\n        <!-- Mast diagonal bracing -->\r\n        <line x1=\"915\" y1=\"820\" x2=\"925\" y2=\"60\"\r\n          stroke=\"#0069ae\" stroke-width=\"0.8\" stroke-dasharray=\"760\" stroke-dashoffset=\"760\"\r\n          style=\"animation: drawLine 2.5s ease 1.9s forwards\"\/>\r\n        <!-- Cables from jib -->\r\n        <line x1=\"780\" y1=\"75\" x2=\"700\" y2=\"180\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"0.8\" stroke-dasharray=\"200\" stroke-dashoffset=\"200\"\r\n          style=\"animation: drawLine 1s ease 3.2s forwards\"\/>\r\n        <line x1=\"850\" y1=\"75\" x2=\"700\" y2=\"180\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"0.8\" stroke-dasharray=\"200\" stroke-dashoffset=\"200\"\r\n          style=\"animation: drawLine 1s ease 3.4s forwards\"\/>\r\n        <!-- Hoist cable (hanging load) -->\r\n        <line id=\"hoistLine\" x1=\"760\" y1=\"75\" x2=\"760\" y2=\"200\"\r\n          stroke=\"#4EB3E8\" stroke-width=\"1\" stroke-dasharray=\"130\" stroke-dashoffset=\"130\"\r\n          style=\"animation: drawLine 1s ease 3.5s forwards\"\/>\r\n        <!-- Load block -->\r\n        <rect id=\"loadBlock\" x=\"748\" y=\"195\" width=\"24\" height=\"16\" stroke=\"#0069ae\" stroke-width=\"1.5\"\r\n          opacity=\"0\" style=\"animation: floorRise 0.5s ease 4s forwards\"\/>\r\n        <!-- Mast cross bracing -->\r\n        <line x1=\"912\" y1=\"200\" x2=\"928\" y2=\"260\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.2s forwards\"\/>\r\n        <line x1=\"928\" y1=\"200\" x2=\"912\" y2=\"260\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.3s forwards\"\/>\r\n        <line x1=\"912\" y1=\"260\" x2=\"928\" y2=\"320\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.4s forwards\"\/>\r\n        <line x1=\"928\" y1=\"260\" x2=\"912\" y2=\"320\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.5s forwards\"\/>\r\n        <line x1=\"912\" y1=\"320\" x2=\"928\" y2=\"380\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.6s forwards\"\/>\r\n        <line x1=\"928\" y1=\"320\" x2=\"912\" y2=\"380\" stroke=\"#4EB3E8\" stroke-width=\"0.5\" opacity=\"0.5\"\r\n          stroke-dasharray=\"70\" stroke-dashoffset=\"70\" style=\"animation: drawLine 0.5s ease 2.7s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 DIMENSION ANNOTATIONS \u2550\u2550\u2550 -->\r\n      <g opacity=\"0.25\" stroke=\"#4EB3E8\" stroke-width=\"0.8\">\r\n        <!-- Height dimension line -->\r\n        <line x1=\"470\" y1=\"140\" x2=\"470\" y2=\"800\"\r\n          stroke-dasharray=\"660\" stroke-dashoffset=\"660\"\r\n          style=\"animation: drawLine 3s ease 5s forwards\"\/>\r\n        <line x1=\"465\" y1=\"140\" x2=\"475\" y2=\"140\"\r\n          stroke-dasharray=\"10\" stroke-dashoffset=\"10\"\r\n          style=\"animation: drawLine 0.3s ease 5.2s forwards\"\/>\r\n        <line x1=\"465\" y1=\"800\" x2=\"475\" y2=\"800\"\r\n          stroke-dasharray=\"10\" stroke-dashoffset=\"10\"\r\n          style=\"animation: drawLine 0.3s ease 5.2s forwards\"\/>\r\n        <!-- Width dimension line -->\r\n        <line x1=\"500\" y1=\"840\" x2=\"900\" y2=\"840\"\r\n          stroke-dasharray=\"400\" stroke-dashoffset=\"400\"\r\n          style=\"animation: drawLine 2s ease 5.5s forwards\"\/>\r\n        <line x1=\"500\" y1=\"835\" x2=\"500\" y2=\"845\"\r\n          stroke-dasharray=\"10\" stroke-dashoffset=\"10\"\r\n          style=\"animation: drawLine 0.3s ease 5.7s forwards\"\/>\r\n        <line x1=\"900\" y1=\"835\" x2=\"900\" y2=\"845\"\r\n          stroke-dasharray=\"10\" stroke-dashoffset=\"10\"\r\n          style=\"animation: drawLine 0.3s ease 5.7s forwards\"\/>\r\n      <\/g>\r\n\r\n      <!-- Annotation text labels -->\r\n      <g opacity=\"0\" style=\"animation: floorRise 1s ease 6s forwards\">\r\n        <text x=\"448\" y=\"480\" fill=\"#4EB3E8\" font-size=\"11\" font-family=\"monospace\" text-anchor=\"middle\"\r\n          transform=\"rotate(-90, 448, 480)\">H = 148.5 m<\/text>\r\n        <text x=\"700\" y=\"862\" fill=\"#4EB3E8\" font-size=\"11\" font-family=\"monospace\" text-anchor=\"middle\">W = 40.0 m<\/text>\r\n      <\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 SCAFFOLD DOTS on building edge \u2550\u2550\u2550 -->\r\n      <g id=\"scaffold-dots\" opacity=\"0.4\"><\/g>\r\n\r\n      <!-- \u2550\u2550\u2550 GLOW ACCENT on active floor \u2550\u2550\u2550 -->\r\n      <rect id=\"activeFloor\" x=\"500\" y=\"600\" width=\"400\" height=\"18\"\r\n        fill=\"none\" stroke=\"#0069ae\" stroke-width=\"2\" opacity=\"0\" filter=\"url(#softglow)\"\/>\r\n\r\n    <\/svg>\r\n  <\/div>\r\n\r\n  <!-- Measurement Tags (hidden - replaced by stat columns) -->\r\n  <div class=\"measure-tags\" style=\"display:none\">\r\n    <div class=\"mtag\">Y\u00dcK TA\u015eIMA: 4200 kN\/m\u00b2<\/div>\r\n    <div class=\"mtag\">D\u00d6\u015eEME KALINL\u0130\u011eI: 28 cm<\/div>\r\n    <div class=\"mtag\">\u00c7EL\u0130K SINIFI: S500<\/div>\r\n    <div class=\"mtag\" style=\"text-align:right;\">TOPLAM KAT: 42<\/div>\r\n    <div class=\"mtag\" style=\"text-align:right;\">Y\u00dcKSEKL\u0130K: 148.5 m<\/div>\r\n    <div class=\"mtag\" style=\"text-align:right;\">DEPREM B\u00d6LGES\u0130: 1<\/div>\r\n  <\/div>\r\n\r\n  <!-- Particles -->\r\n  <div class=\"particles\" id=\"particles\"><\/div>\r\n\r\n  <!-- Corner Accents -->\r\n  <div class=\"corner corner--tl\"><\/div>\r\n  <div class=\"corner corner--tr\"><\/div>\r\n  <div class=\"corner corner--bl\"><\/div>\r\n  <div class=\"corner corner--br\"><\/div>\r\n\r\n  <!-- Side Labels -->\r\n  <div class=\"side-label\">SIMA GROUP \u2014 \u0130N\u015eAAT & M\u00dcHEND\u0130SL\u0130K<\/div>\r\n  <div class=\"side-label side-label-right\">PROJE Y\u00d6NET\u0130M\u0130 & DANI\u015eMANLIK<\/div>\r\n\r\n  <!-- Stats LEFT column -->\r\n  <div class=\"stats-left\">\r\n    <div class=\"stat-item\">\r\n      <div class=\"stat-num\" id=\"stat-employee\">0<\/div>\r\n      <div class=\"stat-label\">Fazla \u00c7al\u0131\u015fan<\/div>\r\n      <div class=\"stat-divider\"><\/div>\r\n    <\/div>\r\n    <div class=\"stat-item\">\r\n      <div class=\"stat-num\" id=\"stat-projects\">0<\/div>\r\n      <div class=\"stat-label\">Fazla Proje<\/div>\r\n      <div class=\"stat-divider\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Stats RIGHT column -->\r\n  <div class=\"stats-right\">\r\n    <div class=\"stat-item\">\r\n      <div class=\"stat-num\" data-target=\"2026\">0<\/div>\r\n      <div class=\"stat-label\">Geli\u015fim Y\u0131l\u0131<\/div>\r\n      <div class=\"stat-divider\"><\/div>\r\n    <\/div>\r\n    <div class=\"stat-item\">\r\n      <div class=\"stat-num\" id=\"exp-stat\">0<\/div>\r\n      <div class=\"stat-label\">Y\u0131ll\u0131k Deneyim<\/div>\r\n      <div class=\"stat-divider\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Main Content -->\r\n  <div class=\"hero-content\">\r\n    <div class=\"kicker\">Mimari &amp; M\u00fchendislik<\/div>\r\n    <h1 class=\"hero-title\">\r\n      <span class=\"title-line\">GELECE\u011eI<\/span>\r\n      <span class=\"title-line\">\u0130N\u015eA<\/span>\r\n      <span class=\"title-line\">ED\u0130YORUZ<\/span>\r\n    <\/h1>\r\n    <div class=\"divider\"><\/div>\r\n    <p class=\"hero-sub\">\r\n      <strong>Yap\u0131sal M\u00fchendislik<\/strong> &nbsp;\u00b7&nbsp; Proje Y\u00f6netimi &nbsp;\u00b7&nbsp; <strong>Kentsel D\u00f6n\u00fc\u015f\u00fcm<\/strong>\r\n      <br>\r\n      20 y\u0131ldan fazla deneyimle \u2014 her \u00f6l\u00e7ekte g\u00fcvenilir \u00e7\u00f6z\u00fcmler\r\n    <\/p>\r\n    <div class=\"cta-wrap\">\r\n      <a href=\"https:\/\/simagroup.tr\/insaat\/portfolio-fullscreen-grid-3-col\/\" class=\"btn-primary\">\r\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M7 1L13 7L7 13M1 7H13\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\r\n        Projelerimizi \u0130ncele\r\n      <\/a>\r\n      <a href=\"https:\/\/simagroup.tr\/insaat\/contact\/\" class=\"btn-outline\">\r\n        <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M6 4V6.5L7.5 8\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><\/svg>\r\n        Uzman G\u00f6r\u00fc\u015f\u00fc\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Progress Indicator -->\r\n  <div class=\"progress-line\">\r\n    <div class=\"progress-label\">\u0130n\u015faat \u0130lerlemesi<\/div>\r\n    <div class=\"progress-track\">\r\n      <div class=\"progress-fill\"><\/div>\r\n    <\/div>\r\n    <div class=\"progress-pct\" id=\"pctCount\">0%<\/div>\r\n  <\/div>\r\n\r\n  <!-- Year Badge -->\r\n  <div class=\"year-badge\">\r\n    <div class=\"year-big\">2025<\/div>\r\n    <div class=\"year-label\">Proje Y\u0131l\u0131<\/div>\r\n  <\/div>\r\n\r\n  <!-- Scroll Indicator -->\r\n  <div class=\"scroll-hint\">\r\n    <div class=\"scroll-dot\"><\/div>\r\n    <div class=\"scroll-dot\"><\/div>\r\n    <div class=\"scroll-dot\"><\/div>\r\n  <\/div>\r\n\r\n  <!-- Bottom Ticker -->\r\n  <div class=\"ticker-wrap\">\r\n    <div class=\"ticker-track\">\r\n      <span class=\"ticker-item\">CENTER PROJES\u0130 \u2014 TAMAMLANMA A\u015eAMASINDA<\/span>\r\n      <span class=\"ticker-item\">42 KAT \u2014 148.5 METRE Y\u00dcKSEKL\u0130K<\/span>\r\n      <span class=\"ticker-item\">KENTSEL D\u00d6N\u00dc\u015e\u00dcM PROJES\u0130 2025<\/span>\r\n      <span class=\"ticker-item\">M\u00dcHEND\u0130SL\u0130K VE M\u0130MARLIK H\u0130ZMETLER\u0130<\/span>\r\n      <span class=\"ticker-item\">SIMA GROUP \u2014 20 YILDAN FAZLA BA\u015eARILI DENEY\u0130M<\/span>\r\n      <span class=\"ticker-item\">CENTER PROJES\u0130 \u2014 TAMAMLANMA A\u015eAMASINDA<\/span>\r\n      <span class=\"ticker-item\">42 KAT \u2014 148.5 METRE Y\u00dcKSEKL\u0130K<\/span>\r\n      <span class=\"ticker-item\">KENTSEL D\u00d6N\u00dc\u015e\u00dcM PROJES\u0130 2025<\/span>\r\n      <span class=\"ticker-item\">M\u00dcHEND\u0130SL\u0130K VE M\u0130MARLIK H\u0130ZMETLER\u0130<\/span>\r\n      <span class=\"ticker-item\">SIMA GROUP \u2014 20 YILDAN FAZLA BA\u015eARILI DENEY\u0130M<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ \u2500\u2500\u2500 PARTICLES \u2500\u2500\u2500\r\n  const container = document.getElementById('particles');\r\n  for (let i = 0; i < 30; i++) {\r\n    const p = document.createElement('div');\r\n    p.className = 'particle';\r\n    const size = Math.random() * 3 + 1;\r\n    p.style.cssText = `\r\n      width: ${size}px;\r\n      height: ${size}px;\r\n      left: ${Math.random() * 100}%;\r\n      bottom: ${Math.random() * 20}%;\r\n      --dur: ${Math.random() * 10 + 6}s;\r\n      --delay: ${Math.random() * 8}s;\r\n    `;\r\n    container.appendChild(p);\r\n  }\r\n\r\n  \/\/ \u2500\u2500\u2500 COUNTER ANIMATION \u2500\u2500\u2500\r\n  function animateCounter(el, target, duration = 2000) {\r\n    const start = Date.now();\r\n    const tick = () => {\r\n      const elapsed = Date.now() - start;\r\n      const progress = Math.min(elapsed \/ duration, 1);\r\n      const eased = 1 - Math.pow(1 - progress, 3);\r\n      el.textContent = Math.floor(eased * target);\r\n      if (progress < 1) requestAnimationFrame(tick);\r\n      else el.textContent = target;\r\n    };\r\n    tick();\r\n  }\r\n\r\n  setTimeout(() => {\r\n    document.querySelectorAll('.stat-num[data-target]').forEach(el => {\r\n      animateCounter(el, parseInt(el.dataset.target));\r\n    });\r\n    \/\/ 100+ \u00e7al\u0131\u015fan\r\n    const empEl = document.getElementById('stat-employee');\r\n    if (empEl) {\r\n      animateCounter(empEl, 100, 2000);\r\n      setTimeout(() => { empEl.textContent = '100+'; }, 2000);\r\n    }\r\n    \/\/ 140+ proje\r\n    const projEl = document.getElementById('stat-projects');\r\n    if (projEl) {\r\n      animateCounter(projEl, 140, 2000);\r\n      setTimeout(() => { projEl.textContent = '140+'; }, 2000);\r\n    }\r\n    \/\/ 20+ deneyim\r\n    const expEl = document.getElementById('exp-stat');\r\n    if (expEl) {\r\n      animateCounter(expEl, 20, 2000);\r\n      setTimeout(() => { expEl.textContent = '20+'; }, 2000);\r\n    }\r\n  }, 800);\r\n\r\n  \/\/ \u2500\u2500\u2500 PROGRESS % COUNTER \u2500\u2500\u2500\r\n  setTimeout(() => {\r\n    let v = 0;\r\n    const el = document.getElementById('pctCount');\r\n    const iv = setInterval(() => {\r\n      v += 1;\r\n      el.textContent = v + '%';\r\n      if (v >= 78) clearInterval(iv);\r\n    }, 25);\r\n  }, 2500);\r\n\r\n  \/\/ \u2500\u2500\u2500 MOUSE PARALLAX \u2500\u2500\u2500\r\n  document.addEventListener('mousemove', e => {\r\n    const cx = window.innerWidth \/ 2;\r\n    const cy = window.innerHeight \/ 2;\r\n    const dx = (e.clientX - cx) \/ cx;\r\n    const dy = (e.clientY - cy) \/ cy;\r\n    const bc = document.querySelector('.build-canvas');\r\n    if (bc) bc.style.transform = `translate(${dx * 8}px, ${dy * 5}px)`;\r\n    document.querySelector('.bg-grid').style.transform =\r\n      `translate(${dx * 5}px, ${dy * 5}px)`;\r\n  });\r\n\r\n  \/\/ \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n  \/\/ \u2500\u2500\u2500 BUILDING CONSTRUCTION ANIMATION \u2500\u2500\u2500\r\n  \/\/ \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n  const NS = 'http:\/\/www.w3.org\/2000\/svg';\r\n\r\n  function svgEl(tag, attrs) {\r\n    const el = document.createElementNS(NS, tag);\r\n    for (const [k, v] of Object.entries(attrs)) el.setAttribute(k, v);\r\n    return el;\r\n  }\r\n\r\n  \/\/ Main tower: x=500, w=400, bottom y=800, top y=140 \u2192 660px tall, 36 floors\r\n  const TOWER = { x: 500, w: 400, bottom: 800, top: 140 };\r\n  const FLOORS = 36;\r\n  const floorH = (TOWER.bottom - TOWER.top) \/ FLOORS; \/\/ ~18.3px per floor\r\n\r\n  \/\/ Secondary tower: x=980, w=200, bottom=800, top=320 \u2192 480px, 26 floors\r\n  const TOWER2 = { x: 980, w: 200, bottom: 800, top: 320 };\r\n  const FLOORS2 = 26;\r\n  const floorH2 = (TOWER2.bottom - TOWER2.top) \/ FLOORS2;\r\n\r\n  const floorsGroup   = document.getElementById('tower-floors');\r\n  const windowsGroup  = document.getElementById('tower-windows');\r\n  const secGroup      = document.getElementById('sec-floors');\r\n  const scaffoldGroup = document.getElementById('scaffold-dots');\r\n  const activeFloorEl = document.getElementById('activeFloor');\r\n  const hoistLine     = document.getElementById('hoistLine');\r\n\r\n  let currentFloor = 0;\r\n  let currentFloor2 = 0;\r\n\r\n  function buildFloor(idx) {\r\n    \/\/ Floor slab\r\n    const y = TOWER.bottom - (idx + 1) * floorH;\r\n    const slab = svgEl('rect', {\r\n      x: TOWER.x, y: y.toFixed(1),\r\n      width: TOWER.w, height: (floorH + 0.5).toFixed(1),\r\n      stroke: '#0069ae', 'stroke-width': '1',\r\n      fill: 'rgba(0,30,60,0.15)', opacity: '0'\r\n    });\r\n    slab.style.animation = `floorRise 0.3s ease forwards`;\r\n    floorsGroup.appendChild(slab);\r\n\r\n    \/\/ Floor line (slab top)\r\n    const line = svgEl('line', {\r\n      x1: TOWER.x, y1: y.toFixed(1),\r\n      x2: TOWER.x + TOWER.w, y2: y.toFixed(1),\r\n      stroke: '#4EB3E8', 'stroke-width': '0.8', opacity: '0'\r\n    });\r\n    line.style.animation = `floorRise 0.2s ease 0.1s forwards`;\r\n    floorsGroup.appendChild(line);\r\n\r\n    \/\/ Windows (2 per floor, alternate)\r\n    if (idx % 2 === 0) {\r\n      const winY = y + 3;\r\n      const winH = floorH - 5;\r\n      [540, 620, 700, 780, 840].forEach((wx, wi) => {\r\n        const win = svgEl('rect', {\r\n          x: wx, y: winY.toFixed(1), width: '55', height: winH.toFixed(1),\r\n          stroke: '#4EB3E8', 'stroke-width': '0.4',\r\n          fill: wi % 2 === 0 ? 'rgba(0,105,174,0.06)' : 'rgba(78,179,232,0.04)',\r\n          opacity: '0'\r\n        });\r\n        win.style.animation = `floorRise 0.4s ease ${0.15 + wi * 0.03}s forwards`;\r\n        windowsGroup.appendChild(win);\r\n      });\r\n    }\r\n\r\n    \/\/ Glow on current active floor\r\n    activeFloorEl.setAttribute('y', y.toFixed(1));\r\n    activeFloorEl.style.opacity = '0.5';\r\n    setTimeout(() => { activeFloorEl.style.opacity = '0'; }, 400);\r\n\r\n    \/\/ Move hoist cable to just above current floor\r\n    if (hoistLine) {\r\n      const cableBottom = y - 10;\r\n      hoistLine.setAttribute('y2', Math.max(80, cableBottom).toFixed(1));\r\n    }\r\n\r\n    \/\/ Scaffold dot on right edge\r\n    if (idx % 3 === 0) {\r\n      const dot = svgEl('circle', {\r\n        cx: TOWER.x + TOWER.w + 8,\r\n        cy: (y + floorH \/ 2).toFixed(1),\r\n        r: '2', fill: '#4EB3E8', opacity: '0'\r\n      });\r\n      dot.style.animation = `floorRise 0.3s ease forwards`;\r\n      scaffoldGroup.appendChild(dot);\r\n    }\r\n  }\r\n\r\n  function buildSecFloor(idx) {\r\n    const y = TOWER2.bottom - (idx + 1) * floorH2;\r\n    const slab = svgEl('rect', {\r\n      x: TOWER2.x, y: y.toFixed(1),\r\n      width: TOWER2.w, height: (floorH2 + 0.5).toFixed(1),\r\n      stroke: '#005a94', 'stroke-width': '0.7',\r\n      fill: 'rgba(0,20,50,0.1)', opacity: '0'\r\n    });\r\n    slab.style.animation = `floorRise 0.3s ease forwards`;\r\n    secGroup.appendChild(slab);\r\n    const line = svgEl('line', {\r\n      x1: TOWER2.x, y1: y.toFixed(1),\r\n      x2: TOWER2.x + TOWER2.w, y2: y.toFixed(1),\r\n      stroke: '#3a9fd0', 'stroke-width': '0.6', opacity: '0'\r\n    });\r\n    line.style.animation = `floorRise 0.2s ease 0.1s forwards`;\r\n    secGroup.appendChild(line);\r\n  }\r\n\r\n  \/\/ Start building after initial blueprint draws\r\n  function startConstruction() {\r\n    \/\/ Main tower \u2014 floor every 200ms\r\n    const mainTimer = setInterval(() => {\r\n      if (currentFloor >= FLOORS) {\r\n        clearInterval(mainTimer);\r\n        \/\/ Add roof cap\r\n        const roof = svgEl('rect', {\r\n          x: TOWER.x, y: (TOWER.top - 10).toFixed(1),\r\n          width: TOWER.w, height: '12',\r\n          stroke: '#4EB3E8', 'stroke-width': '2',\r\n          fill: 'rgba(0,105,174,0.2)', opacity: '0'\r\n        });\r\n        roof.style.animation = `floorRise 0.5s ease forwards`;\r\n        floorsGroup.appendChild(roof);\r\n        \/\/ Spire\r\n        const spire = svgEl('line', {\r\n          x1: '700', y1: (TOWER.top - 10).toFixed(1),\r\n          x2: '700', y2: (TOWER.top - 45).toFixed(1),\r\n          stroke: '#4EB3E8', 'stroke-width': '2',\r\n          'stroke-dasharray': '40', 'stroke-dashoffset': '40'\r\n        });\r\n        spire.style.animation = `drawLine 0.8s ease 0.3s forwards`;\r\n        floorsGroup.appendChild(spire);\r\n        return;\r\n      }\r\n      buildFloor(currentFloor);\r\n      currentFloor++;\r\n    }, 180);\r\n\r\n    \/\/ Secondary tower starts after a slight lag \u2014 floor every 280ms\r\n    setTimeout(() => {\r\n      const secTimer = setInterval(() => {\r\n        if (currentFloor2 >= FLOORS2) { clearInterval(secTimer); return; }\r\n        buildSecFloor(currentFloor2);\r\n        currentFloor2++;\r\n      }, 260);\r\n    }, 1200);\r\n  }\r\n\r\n  \/\/ Kick off after blueprint grid finishes drawing\r\n  setTimeout(startConstruction, 2200);\r\n\r\n  \/\/ \u2500\u2500\u2500 CONTINUOUS LOOP: restart construction after done \u2500\u2500\u2500\r\n  function resetAndRebuild() {\r\n    \/\/ Clear all dynamic elements\r\n    floorsGroup.innerHTML = '';\r\n    windowsGroup.innerHTML = '';\r\n    secGroup.innerHTML = '';\r\n    scaffoldGroup.innerHTML = '';\r\n    currentFloor = 0;\r\n    currentFloor2 = 0;\r\n    startConstruction();\r\n  }\r\n\r\n  \/\/ Replay loop every ~14s\r\n  setInterval(resetAndRebuild, 14000);\r\n\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SIMA GROUP \u2014 \u0130n\u015faat H = 148.5 m W = 40.0 m Y\u00dcK TA\u015eIMA: 4200 kN\/m\u00b2 D\u00d6\u015eEME KALINL\u0130\u011eI: 28 cm&#8230; <span class=\"qrt-el-more\"><a href=\"https:\/\/simagroup.tr\/insaat\/\" class=\"qrt-link qrt-color-link qrt-cursor-scale qrt-w-chevron\">Read more<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-layout-builder.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-561","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/pages\/561","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/comments?post=561"}],"version-history":[{"count":37,"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/pages\/561\/revisions"}],"predecessor-version":[{"id":2649,"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/pages\/561\/revisions\/2649"}],"wp:attachment":[{"href":"https:\/\/simagroup.tr\/insaat\/wp-json\/wp\/v2\/media?parent=561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}