{"id":2179,"date":"2026-04-18T14:52:18","date_gmt":"2026-04-18T11:52:18","guid":{"rendered":"https:\/\/pandasticstudio.com\/?page_id=2179"},"modified":"2026-04-18T23:16:38","modified_gmt":"2026-04-18T20:16:38","slug":"references","status":"publish","type":"page","link":"https:\/\/pandasticstudio.com\/en\/references\/","title":{"rendered":"References"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2179\" class=\"elementor elementor-2179\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b15781 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"4b15781\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67281cf elementor-widget elementor-widget-html\" data-id=\"67281cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<style>\r\n    \/* --- BRAND COLORS --- *\/\r\n    :root {\r\n        --ps-black: #1E1E1C;\r\n        --ps-yellow: #F6AE2D;\r\n        --ps-red: #E0563B;\r\n        --ps-platinum: #DADADA;\r\n        --text-white: #ffffff;\r\n        --main-font: 'FF Neuwelt', 'Inter', sans-serif;\r\n    }\r\n\r\n    \/* --- GLOBAL RESET & UTILS --- *\/\r\n    * { box-sizing: border-box; margin: 0; padding: 0; }\r\n    \r\n    html, body {\r\n        height: auto;\r\n        overflow: auto;\r\n    }\r\n\r\n    body {\r\n        font-family: var(--main-font);\r\n        background: var(--ps-black);\r\n        color: var(--text-white);\r\n    }\r\n\r\n    #ps-main-container {\r\n        width: 100%;\r\n        overflow-x: hidden;\r\n        position: relative;\r\n    }\r\n\r\n    .ps-noise {\r\n        position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n        background: url('data:image\/svg+xml;utf8,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.65\" numOctaves=\"3\" stitchTiles=\"stitch\"\/%3E%3C\/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\" opacity=\"0.05\"\/%3E%3C\/svg%3E');\r\n        pointer-events: none; z-index: 999; opacity: 0.4;\r\n    }\r\n\r\n    \/* --- SECTION STRUCTURE --- *\/\r\n    .ps-section {\r\n        width: 100%;\r\n        position: relative;\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: center;\r\n        border-bottom: 1px solid rgba(255,255,255,0.05);\r\n        background: var(--ps-black);\r\n    }\r\n\r\n    \/* HERO *\/\r\n    .ps-ref-hero {\r\n        min-height: 100vh;\r\n        display: flex; align-items: center; justify-content: center;\r\n        background: radial-gradient(circle at center, #2a2a28 0%, var(--ps-black) 70%);\r\n    }\r\n    \r\n    .ps-hero-content { text-align: center; z-index: 2; }\r\n    \r\n    .ps-hero-title {\r\n        font-size: clamp(4rem, 10vw, 10rem); font-weight: 900; \r\n        line-height: 1.3; text-transform: uppercase; color: var(--text-white);\r\n        margin-bottom: 20px;\r\n        text-shadow: 0 10px 30px rgba(0,0,0,0.5);\r\n    }\r\n\r\n    .ps-hero-subtitle {\r\n        font-size: 1.5rem; color: var(--ps-yellow); letter-spacing: 2px; text-transform: uppercase;\r\n    }\r\n\r\n    .ps-scroll-bg {\r\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\r\n        display: flex; flex-direction: column; justify-content: space-between;\r\n        pointer-events: none; opacity: 0.05; z-index: 1;\r\n    }\r\n    .ps-scroll-row {\r\n        white-space: nowrap; font-size: 10rem; font-weight: 900; text-transform: uppercase;\r\n        animation: scroll-text 60s linear infinite;\r\n    }\r\n    .ps-scroll-row:nth-child(even) { animation-direction: reverse; }\r\n    @keyframes scroll-text { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\r\n\r\n    \/* ALL BRANDS - TEK GRID *\/\r\n    .ps-all-brands {\r\n        padding: 5vh 5vw;\r\n        background: radial-gradient(circle at 50% 50%, #252523 0%, #1a1a18 100%);\r\n    }\r\n\r\n    .ps-brand-grid-all {\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        width: 100%;\r\n        gap: 10px;\r\n    }\r\n\r\n    .ps-brand-item {\r\n        display: flex; justify-content: center; align-items: center;\r\n        position: relative; overflow: hidden;\r\n        padding: 10px;\r\n        aspect-ratio: 16 \/ 9;\r\n        \r\n        background: rgba(255, 255, 255, 0.03);\r\n        border: 1px solid rgba(255, 255, 255, 0.05);\r\n        border-radius: 8px;\r\n        backdrop-filter: blur(5px);\r\n        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n    }\r\n    \r\n    .ps-brand-item:hover {\r\n        background: rgba(255, 255, 255, 0.1);\r\n        border-color: var(--ps-yellow);\r\n        box-shadow: 0 0 20px rgba(246, 174, 45, 0.2);\r\n        transform: translateY(-2px);\r\n        z-index: 10;\r\n    }\r\n\r\n    .ps-brand-item:nth-child(odd):hover {\r\n        border-color: var(--ps-red);\r\n        box-shadow: 0 0 20px rgba(224, 86, 59, 0.2);\r\n    }\r\n\r\n    .ps-brand-logo {\r\n        max-width: 90%;\r\n        max-height: 85%;\r\n        object-fit: contain;\r\n        filter: none; \r\n        opacity: 1; \r\n        transition: transform 0.4s ease;\r\n    }\r\n\r\n    .ps-brand-item:hover .ps-brand-logo {\r\n        transform: scale(1.05);\r\n    }\r\n\r\n    \/* CTA *\/\r\n    .ps-cta-sec {\r\n        min-height: 100vh;\r\n        background-color: var(--ps-yellow); \r\n        color: var(--ps-black); text-align: center;\r\n    }\r\n    .ps-cta-title {\r\n        font-size: clamp(4rem, 10vw, 8rem); font-weight: 900; line-height: 1.1;\r\n        text-transform: uppercase; margin-bottom: 50px;\r\n    }\r\n    \r\n    .ps-ref-btn {\r\n        background: var(--ps-black); color: var(--text-white); padding: 25px 60px;\r\n        font-size: 1.5rem; font-weight: 700; text-transform: uppercase; text-decoration: none;\r\n        border: 2px solid var(--ps-black); transition: all 0.3s; display: inline-block;\r\n    }\r\n    .ps-ref-btn:hover { \r\n        background: transparent; color: var(--ps-black); border-color: var(--ps-black);\r\n    }\r\n\r\n    \/* RESPONSIVE *\/\r\n\r\n    \/* Tablet (1024px ve alt\u0131) \u2192 3 s\u00fctun *\/\r\n    @media (max-width: 1024px) {\r\n        .ps-brand-grid-all { grid-template-columns: repeat(3, 1fr); }\r\n    }\r\n\r\n    \/* K\u00fc\u00e7\u00fck tablet \/ B\u00fcy\u00fck mobil (768px ve alt\u0131) \u2192 2 s\u00fctun *\/\r\n    @media (max-width: 768px) {\r\n        .ps-brand-grid-all { grid-template-columns: repeat(2, 1fr); gap: 8px; }\r\n        .ps-all-brands { padding: 4vh 4vw; }\r\n        .ps-hero-title { font-size: clamp(2.5rem, 8vw, 5rem); }\r\n        .ps-hero-subtitle { font-size: 1.1rem; letter-spacing: 1px; }\r\n    }\r\n\r\n    \/* Mobil (480px ve alt\u0131) \u2192 2 s\u00fctun *\/\r\n    @media (max-width: 480px) {\r\n        .ps-brand-grid-all { grid-template-columns: repeat(2, 1fr); gap: 5px; }\r\n        .ps-all-brands { padding: 3vh 3vw; }\r\n        .ps-brand-item { padding: 8px; border-radius: 6px; }\r\n        .ps-hero-title { font-size: 2.5rem; }\r\n        .ps-hero-subtitle { font-size: 0.95rem; }\r\n        .ps-cta-title { margin-bottom: 30px; }\r\n        .ps-ref-btn { padding: 20px 40px; font-size: 1.2rem; }\r\n    }\r\n<\/style>\r\n\r\n<div id=\"ps-noise\" class=\"ps-noise\"><\/div>\r\n\r\n<div id=\"ps-main-container\">\r\n\r\n    \r\n    <section class=\"ps-section ps-ref-hero\">\r\n        <div class=\"ps-scroll-bg\">\r\n            <div class=\"ps-scroll-row\">PORTFOLIO PORTFOLIO PORTFOLIO PORTFOLIO<\/div>\r\n            <div class=\"ps-scroll-row\">BRANDS BRANDS BRANDS BRANDS BRANDS<\/div>\r\n            <div class=\"ps-scroll-row\">SUCCESS SUCCESS SUCCESS SUCCESS SUCCESS<\/div>\r\n        <\/div>\r\n        <div class=\"ps-hero-content\">\r\n            <h1 class=\"ps-hero-title\">T\u00dcRK\u0130YE'S<br>BEST AGENCY.<\/h1>\r\n            <div class=\"ps-hero-subtitle\">OUR BUSINESS PARTNERS & REFERENCES<\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n    <section class=\"ps-section ps-all-brands\">\r\n        <div class=\"ps-brand-grid-all\">\r\n\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/bioderma-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/esthederm-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/etatpur-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/koc-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/beymen-club-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='http:\/\/pandasticstudio.com\/referanslar\/razer\/'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/razer-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/zwilling-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/the-herschel-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/gap-clk-worldwide-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/bilkom-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/eker-new-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/ds-ref-logo1-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/drd-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/suwen-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='http:\/\/pandasticstudio.com\/referanslar\/panco\/'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/panco-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/xddesign-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/losev-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/pereja-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/olden1772-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/olden1545-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/visorante-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/quick-sigorta-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/maison-pereja-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/pierre-cardin-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/colgate-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/genova-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/mesai-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/voger-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"http:\/\/pandasticstudio.com\/wp-content\/uploads\/2025\/11\/nite-ref-logo-768x432-1.png\" class=\"ps-brand-logo\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/bize.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/rollmech.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/rollpanel.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/demetal.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/bengodi-1.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/foldy.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/asmadan.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/casari.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/elizabeth_arden-1.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/pharmaceris-1.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/gnc.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/revlon.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/american_crew.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/curaprox.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/osl.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/suzer.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/ada.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/aus.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/brands_kitchen.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/konda.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/aksigorta.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/zade_vital.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/02\/isdin.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/04\/master-potato.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n            <div class=\"ps-brand-item\" onclick=\"window.location.href='#'\" style=\"cursor: pointer;\"><img decoding=\"async\" src=\"https:\/\/pandasticstudio.com\/wp-content\/uploads\/2026\/04\/kinik.png\" class=\"ps-brand-logo\" style=\"border-radius:8px;\"><\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n    <section class=\"ps-section ps-cta-sec\">\r\n        <h2 class=\"ps-cta-title\">BE<br>NEXT.<\/h2>\r\n        <div>\r\n            <a href=\"https:\/\/pandasticstudio.com\/en\/contact\/\" class=\"ps-ref-btn\">Contact Us<\/a>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c329429 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"c329429\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2385ba8 elementor-widget elementor-widget-wpr-elementor-template\" data-id=\"2385ba8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wpr-elementor-template.default\">\n\t\t\t\t\t<style>.elementor-1928 .elementor-element.elementor-element-7c6490ba{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1928 .elementor-element.elementor-element-210f5e1d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}<\/style>\t\t<div data-elementor-type=\"container\" data-elementor-id=\"1928\" class=\"elementor elementor-1928\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6490ba e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"7c6490ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-210f5e1d elementor-widget elementor-widget-html\" data-id=\"210f5e1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<style>\r\n    \/* --- FOOTER STYLES --- *\/\r\n    .ps-footer-section {\r\n        height: 100vh; \r\n        width: 100%;\r\n        scroll-snap-align: start;\r\n        background-color: var(--bg-dark);\r\n        color: var(--bg-light);\r\n        font-family: var(--main-font);\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: space-between;\r\n        position: relative;\r\n        border-top: 1px solid rgba(255,255,255,0.1);\r\n        overflow: hidden; \r\n        flex-shrink: 0;\r\n    }\r\n\r\n    \/* Mobil Scroll *\/\r\n    @media (max-height: 800px) {\r\n        .ps-footer-section {\r\n            height: auto;\r\n            min-height: 100vh;\r\n            padding-bottom: 50px;\r\n        }\r\n    }\r\n\r\n    \/* 1. KAYAN YAZI & RENK AN\u0130MASYONU *\/\r\n    .ps-footer-marquee {\r\n        width: 100%;\r\n        padding: 30px 0;\r\n        border-bottom: 1px solid rgba(255,255,255,0.1);\r\n        overflow: hidden;\r\n        white-space: nowrap;\r\n        background: var(--bg-dark);\r\n        flex-shrink: 0;\r\n    }\r\n\r\n    .ps-marquee-content {\r\n        display: inline-block;\r\n        font-family: var(--main-font);\r\n        font-weight: 900;\r\n        font-size: clamp(3rem, 5vw, 6rem);\r\n        text-transform: uppercase;\r\n        animation: \r\n            scrollText 20s linear infinite,\r\n            colorCycle 1.5s infinite; \r\n    }\r\n\r\n    \/* Sa\u011fa Sola Kayma Efekti *\/\r\n    @keyframes scrollText {\r\n        from { transform: translateX(0); }\r\n        to { transform: translateX(-50%); }\r\n    }\r\n\r\n    \/* 3 A\u015famal\u0131 HIZLI Renk De\u011fi\u015fimi *\/\r\n    @keyframes colorCycle {\r\n        0%, 30% { \r\n            color: var(--primary-cinnabar); \r\n            -webkit-text-stroke: 0 var(--primary-cinnabar); \r\n        }\r\n        33%, 63% { \r\n            color: var(--accent-yellow); \r\n            -webkit-text-stroke: 0 var(--accent-yellow); \r\n        }\r\n        66%, 100% { \r\n            color: var(--bg-light); \r\n            -webkit-text-stroke: 0 var(--bg-light); \r\n        }\r\n    }\r\n\r\n    \/* 2. FOOTER \u0130\u00c7ER\u0130K GRID *\/\r\n    .ps-footer-grid {\r\n        display: grid;\r\n        grid-template-columns: 1.5fr 1fr 1fr 1fr;\r\n        gap: 40px;\r\n        padding: 40px clamp(40px, 8vw, 80px);\r\n        flex-grow: 1;\r\n        align-items: start;\r\n    }\r\n\r\n    .ps-footer-col h4 a{font-size: 1.2rem;color: var(--accent-yellow);margin-bottom: 20px;text-transform: uppercase;font-weight: 900;}\r\n    .ps-footer-col h4 a:hover {color:var(--primary-cinnabar)}\r\n\r\n    .ps-footer-col ul { list-style: none; padding: 0; margin: 0; }\r\n    .ps-footer-col ul li { margin-bottom: 10px; }\r\n\r\n    .ps-footer-col ul li a {\r\n        color: var(--bg-light); text-decoration: none; font-size: 1rem;\r\n        font-weight: 400; transition: color 0.3s, padding-left 0.3s; display: inline-block;\r\n    }\r\n\r\n    .ps-footer-col ul li a:hover { color: var(--primary-cinnabar); padding-left: 5px; }\r\n\r\n    .ps-address p { font-size: 1rem; line-height: 1.6; color: #888; margin-bottom: 20px; }\r\n    \r\n    \/* Adres Link Stilleri *\/\r\n    .ps-address a.ps-map-link, .ps-address a.ps-tel-link {\r\n        color: var(--bg-light); \r\n        text-decoration: none; \r\n        border-bottom: 1px solid transparent;\r\n        transition: all 0.3s;\r\n        display: inline-block;\r\n    }\r\n    .ps-address a.ps-map-link:hover, .ps-address a.ps-tel-link:hover {\r\n        color: var(--accent-yellow);\r\n    }\r\n\r\n    .ps-footer-brand h3 {\r\n        font-size: clamp(2rem, 3vw, 3rem); font-weight: 900; line-height: 1.1;\r\n        color: var(--text-color); margin-bottom: 20px;\r\n    }\r\n    .ps-footer-brand p { color: #888; max-width: 300px; margin-bottom: 20px; }\r\n\r\n    \/* Sosyal Medya \u0130konlar\u0131 *\/\r\n    .ps-brand-socials {\r\n        display: flex; gap: 15px; margin-top: 25px;\r\n    }\r\n    .ps-brand-socials a {\r\n        color: var(--bg-light);\r\n        transition: transform 0.3s, color 0.3s;\r\n        display: flex; align-items: center; justify-content: center;\r\n    }\r\n    .ps-brand-socials a:hover {\r\n        color: var(--primary-cinnabar);\r\n        transform: translateY(-3px);\r\n    }\r\n    .ps-brand-socials svg {\r\n        width: 24px; height: 24px; fill: currentColor;\r\n    }\r\n\r\n    \/* 3. COPYRIGHT BAR *\/\r\n    .ps-footer-bottom {\r\n        padding: 20px clamp(40px, 8vw, 80px);\r\n        border-top: 1px solid rgba(255,255,255,0.1);\r\n        display: flex; justify-content: space-between; align-items: center;\r\n        font-size: 0.9rem; color: #666;\r\n        flex-shrink: 0;\r\n        background: var(--bg-dark);\r\n    }\r\n\r\n    \/* RESPONSIVE *\/\r\n    @media (max-width: 1024px) {\r\n        .ps-footer-grid { grid-template-columns: 1fr 1fr; padding: 30px; }\r\n        .ps-footer-section { height: auto; min-height: 100vh; } \r\n    }\r\n    @media (max-width: 768px) {\r\n        .ps-footer-grid { grid-template-columns: 1fr; gap: 30px; }\r\n        .ps-footer-bottom { flex-direction: column; gap: 15px; text-align: center; }\r\n        .ps-marquee-content { font-size: 3rem; }\r\n        .ps-brand-socials { justify-content: flex-start; }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"ps-footer-section\" id=\"ps-footer\">\r\n    \r\n    \r\n    <div class=\"ps-footer-marquee\">\r\n        <div class=\"ps-marquee-content\">\r\n            GET READY FOR A PANDASTIC WORLD \u2014 LET'S CREATE TOGETHER \u2014 PANDASTIC STUDIO \u2014 \r\n            GET READY FOR A PANDASTIC WORLD \u2014 LET'S CREATE TOGETHER \u2014 PANDASTIC STUDIO \u2014\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"ps-footer-grid\">\r\n        \r\n        <div class=\"ps-footer-col ps-footer-brand\">\r\n            <h3>LET\u2019S PUSH THE BOUNDARIES OF THE DIGITAL WORLD TOGETHER.<\/h3>\r\n            <p>We\u2019re rewriting your brand\u2019s story through technology and creativity.<\/p>\r\n            \r\n            <a href=\"https:\/\/pandasticstudio.com\/en\/iletisim\/\" style=\"display: inline-block; background: var(--primary-cinnabar); color: #fff; padding: 15px 30px; text-decoration: none; font-weight: bold; text-transform: uppercase;\">\r\n                Contact Us \u2794\r\n            <\/a>\r\n\r\n            \r\n            <div class=\"ps-brand-socials\">\r\n                \r\n                <a href=\"https:\/\/www.linkedin.com\/company\/pandasticstudio\/posts\/?feedView=all\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\r\n                <\/a>\r\n                \r\n                <a href=\"https:\/\/www.instagram.com\/pandasticstudio\/\" target=\"_blank\" aria-label=\"Instagram\" rel=\"noopener\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/><\/svg>\r\n                <\/a>\r\n                \r\n                <a href=\"https:\/\/www.tiktok.com\/@pandasticsocial\" target=\"_blank\" aria-label=\"TikTok\" rel=\"noopener\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z\"\/><\/svg>\r\n                <\/a>\r\n                \r\n                <a href=\"https:\/\/www.facebook.com\/pandasticstudio\" target=\"_blank\" aria-label=\"Facebook\" rel=\"noopener\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z\"\/><\/svg>\r\n                <\/a>\r\n                \r\n                <a href=\"https:\/\/x.com\/pandasticstudio\" target=\"_blank\" aria-label=\"X\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/><\/svg>\r\n                <\/a>\r\n                \r\n                <a href=\"https:\/\/www.youtube.com\/@pandasticstudio\" target=\"_blank\" aria-label=\"Youtube\" rel=\"noopener\">\r\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z\"\/><\/svg>\r\n                <\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"ps-footer-col\">\r\n            <h4><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/\">Services<\/a><\/h4>\r\n            <ul>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/360-marketing\/digital-marketing\/\">Digital Marketing<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/360-marketing\/social-media-management\/\">Social Media Management<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/360-marketing\/seo-service\/\">SEO Service<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/production\/\">Production<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/web-design\/\">Web Design<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/our-services\/e-commerce-management\/\">E-commerce Management<\/a><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"ps-footer-col\">\r\n            <h4><a href=\"https:\/\/pandasticstudio.com\/en\/corporate\/\">Corporate<\/a><\/h4>\r\n            <ul>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/corporate\/about-us\/\">About Us<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/references\/\">References<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/pblog-en\/\">PBlog<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/partners\/\">Partners<\/a><\/li>\r\n                <li><a href=\"https:\/\/pandasticstudio.com\/en\/contact\/\">Contact<\/a><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"ps-footer-col ps-address\">\r\n            <h4><a href=\"https:\/\/pandasticstudio.com\/en\/contact\/\">Offices<\/a><\/h4>\r\n            <p>\r\n                <strong style=\"color:#fff;\">\u0130STANBUL (Centre)<\/strong><br>\r\n                <a href=\"https:\/\/maps.app.goo.gl\/Sg3UyuVuft7GF5Gv5\" target=\"_blank\" class=\"ps-map-link\" rel=\"noopener\">\r\n                    Balmumcu, Morbasan Sk. Koza \u0130\u015f Merkezi No:12 B Blok Kat:5 D:11-13, 34349 Be\u015fikta\u015f \/ \u0130stanbul\r\n                <\/a><br>\r\n                <br>\r\n                <a href=\"tel:+905326992632\" class=\"ps-tel-link\">+90 532 699 26 32<\/a><br>\r\n                <a href=\"mailto:info@pandasticstudio.com\" class=\"ps-tel-link\">info@pandasticstudio.com<\/a>\r\n            <\/p>\r\n            <p>\r\n                <strong style=\"color:#fff;\">VIENNA<\/strong><br>\r\n                <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=Linke+Wienzeile+64+1060+Wien+\u00d6sterreich\" target=\"_blank\" class=\"ps-map-link\" rel=\"noopener\">\r\n                    European Office GL3 Linke Wienzeile 64 1060 Wien, \u00d6sterreich\r\n                <\/a>\r\n            <\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"ps-footer-bottom\">\r\n        <div class=\"ps-copy\">\r\n            &copy; 2026 Pandastic Studio Media Ltd. All rights reserved. \r\n        <\/div>\r\n        \r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const footer = document.getElementById('ps-footer');\r\n        \r\n        const mainContainer = document.getElementById('ps-main-container');\r\n\r\n        if (footer && mainContainer) {\r\n            mainContainer.appendChild(footer);\r\n            \r\n            console.log(\"Pandastic Footer: Snap-Scroll ak\u0131\u015f\u0131na entegre edildi.\");\r\n        } else {\r\n            console.log(\"Pandastic Footer: Standart yerle\u015fimde.\");\r\n        }\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<span class=\"wpr-template-edit-btn\" data-permalink=\"https:\/\/pandasticstudio.com\/en\/?elementor_library=eng-footer-menu\">Edit Template<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>PORTFOLIO PORTFOLIO PORTFOLIO PORTFOLIO BRANDS BRANDS BRANDS BRANDS BRANDS SUCCESS SUCCESS SUCCESS SUCCESS SUCCESS T\u00dcRK\u0130YE&#8217;SBEST AGENCY. OUR BUSINESS PARTNERS &#038; REFERENCES BENEXT. Contact Us GET READY FOR A PANDASTIC WORLD \u2014 LET&#8217;S CREATE TOGETHER \u2014 PANDASTIC STUDIO \u2014 GET READY FOR A PANDASTIC WORLD \u2014 LET&#8217;S CREATE TOGETHER \u2014 PANDASTIC STUDIO \u2014 LET\u2019S PUSH THE BOUNDARIES OF THE DIGITAL WORLD TOGETHER. We\u2019re rewriting your brand\u2019s story through technology and creativity. Contact Us \u2794 Services Digital Marketing Social Media Management SEO Service Production Web Design E-commerce Management Corporate About Us References PBlog Partners Contact Offices \u0130STANBUL (Centre) Balmumcu, Morbasan Sk. Koza \u0130\u015f Merkezi No:12 B Blok Kat:5 D:11-13, 34349 Be\u015fikta\u015f \/ \u0130stanbul +90 532 699 26 32 info@pandasticstudio.com VIENNA European Office GL3 Linke Wienzeile 64 1060 Wien, \u00d6sterreich &copy; 2026 Pandastic Studio Media Ltd. All rights reserved. Edit Template<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"googlesitekit_rrm_CAowqNq2DA:productID":"","footnotes":""},"class_list":["post-2179","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/comments?post=2179"}],"version-history":[{"count":7,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2179\/revisions"}],"predecessor-version":[{"id":2420,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2179\/revisions\/2420"}],"wp:attachment":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/media?parent=2179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e38c8ed36f73be38ae3b56. Config Timestamp: 2026-04-18 13:52:13 UTC, Cached Timestamp: 2026-04-19 16:00:54 UTC -->