{"id":2252,"date":"2026-03-10T21:22:39","date_gmt":"2026-03-10T21:22:39","guid":{"rendered":"https:\/\/www.pltsclub.com.tr\/?page_id=2252"},"modified":"2026-03-26T06:55:52","modified_gmt":"2026-03-26T06:55:52","slug":"vadi-istanbul","status":"publish","type":"page","link":"https:\/\/pltsclub.com\/en\/vadi-istanbul\/","title":{"rendered":"Vadi \u0130stanbul"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2252\" class=\"elementor elementor-2252 elementor-2028\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48aeb62 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48aeb62\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5503e7c pbmit-bg-color-over-image\" data-id=\"5503e7c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e11c8b0 elementor-widget elementor-widget-html\" data-id=\"e11c8b0\" data-element_type=\"widget\" data-e-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>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Our Branches - Premium Studio<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --p-dark: #0f3b2f;\n            --p-green: #448c74;\n            --p-gold: #c5a358;\n            --p-bg-soft: #fcfdfd;\n            --p-border: #e2e8f0;\n            --p-text-main: #1a1a1a;\n            --p-text-muted: #64748b;\n        }\n\n        body {\n            background-color: #f8fafc;\n            margin: 0;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .plts-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .plts-header h2 {\n            font-family: 'DM Serif Display', serif;\n            font-size: 42px;\n            color: var(--p-dark);\n            margin-bottom: 12px;\n        }\n\n        .plts-card {\n            background: var(--p-bg-soft);\n            border: 1px solid var(--p-border);\n            border-radius: 32px;\n            padding: 60px;\n            box-shadow: 0 4px 20px rgba(15, 59, 47, 0.03);\n            transition: all 0.4s ease;\n        }\n\n        .plts-card:hover {\n            box-shadow: 0 30px 60px -12px rgba(15, 59, 47, 0.1);\n        }\n\n        .plts-card-region {\n            font-size: 11px;\n            font-weight: 800;\n            color: var(--p-gold);\n            text-transform: uppercase;\n            letter-spacing: 2.5px;\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .plts-card-name {\n            font-family: 'DM Serif Display', serif;\n            font-size: 36px;\n            color: var(--p-dark);\n            margin: 0 0 40px 0;\n            line-height: 1.2;\n        }\n\n        .plts-services-grid {\n            margin-bottom: 45px;\n        }\n\n        .plts-service-cat {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--p-dark);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            display: block;\n            border-bottom: 1px solid #f1f5f9;\n            padding-bottom: 8px;\n        }\n\n        .plts-check-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin-bottom: 14px;\n            font-size: 14.5px;\n            font-weight: 500;\n            color: var(--p-text-main);\n            line-height: 1.4;\n        }\n\n        .plts-check-item svg {\n            color: var(--p-green);\n            width: 18px;\n            height: 18px;\n            margin-top: 2px;\n            flex-shrink: 0;\n        }\n\n        .plts-card-footer {\n            border-top: 1px solid #f1f5f9;\n            padding-top: 40px;\n            display: flex;\n            align-items: flex-end;\n            justify-content: space-between;\n            gap: 30px;\n        }\n\n        .plts-info-side {\n            flex: 1;\n        }\n\n        .plts-addr {\n            font-size: 14px;\n            color: var(--p-text-muted);\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        .plts-btns {\n            display: flex;\n            gap: 10px;\n            min-width: 320px;\n        }\n\n        .plts-btn {\n            flex: 1;\n            padding: 15px 20px;\n            border-radius: 14px;\n            text-decoration: none;\n            font-size: 13px;\n            font-weight: 700;\n            text-align: center;\n            transition: 0.3s;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n\n        .btn-fill {\n            background: var(--p-dark);\n            color: white !important;\n        }\n\n        .btn-fill:hover {\n            background: var(--p-green);\n            color: white !important;\n        }\n\n        .btn-ghost {\n            border: 1.5px solid var(--p-dark);\n            color: var(--p-dark);\n        }\n\n        .btn-ghost:hover {\n            background: var(--p-dark);\n            color: white;\n        }\n\n        @media (max-width: 768px) {\n            .plts-card { padding: 40px 30px; }\n            .plts-card-footer { flex-direction: column; align-items: flex-start; }\n            .plts-btns { width: 100%; min-width: unset; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"plts-container\">\n    <header class=\"plts-header\">\n        <h2>Our Branches<\/h2>\n    <\/header>\n\n    <div class=\"plts-card\">\n        <span class=\"plts-card-region\">Vadi \/ Ka\u011f\u0131thane<\/span>\n        <h3 class=\"plts-card-name\">Vadi Wellness <br>The Superior Living<\/h3>\n        \n        <div class=\"plts-services-grid\">\n            <div class=\"plts-column\">\n                <span class=\"plts-service-cat\">Pilates Studio<\/span>\n                <div class=\"plts-check-item\">\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                    <span>Group Reformer Pilates<\/span>\n                <\/div>\n                <div class=\"plts-check-item\">\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                    <span>Clinical (Rehabilitation) Pilates<\/span>\n                <\/div>\n                <div class=\"plts-check-item\">\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                    <span>Posture Correction Sessions<\/span>\n                <\/div>\n                <div class=\"plts-check-item\">\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                    <span>Wunda Chair & Mat Pilates<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"plts-card-footer\">\n            <div class=\"plts-info-side\">\n                <p class=\"plts-addr\">Hamidiye, Cendere Cad. A Blok No:33 <br> Floor: -1, 34408 Ka\u011f\u0131thane<\/p>\n            <\/div>\n            <div class=\"plts-btns\">\n                <a href=\"https:\/\/wa.me\/905322019324\" target=\"_blank\" class=\"plts-btn btn-fill\" rel=\"noopener\">\n                    <i class=\"fa-brands fa-whatsapp\" style=\"font-size:16px;\"><\/i> Contact Us\n                <\/a>\n                <a href=\"https:\/\/www.google.com\/maps?gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBBzE1OGowajSoAgCwAgA&amp;um=1&amp;ie=UTF-8&amp;fb=1&amp;gl=tr&amp;sa=X&amp;geocode=Kf1q3bDmu8oUMdTZnapxx9ek&amp;daddr=Hamidiye,+Cendere+Cad.+A+Blok+No:33,+Kat:+-1,+34408+Ka%C4%9F%C4%B1thane\/%C4%B0stanbul\" target=\"_blank\" class=\"plts-btn btn-ghost\" rel=\"noopener\">Get Directions<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-66e8ba8 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"66e8ba8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-db9285c pbmit-bg-color-over-image\" data-id=\"db9285c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fc68ef1 elementor-widget elementor-widget-pbmit_heading\" data-id=\"fc68ef1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pbmit_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"pbmit-heading-subheading pbmit-reverse-heading-yes animation-style2\"><h4 class=\"pbmit-element-subtitle\"><span>\r\n\t\t\t<\/span>\r\n\t\t\t\r\n\t\t\t\tGet in Touch\r\n\t\t\t\r\n\t\t\t<\/h4>\r\n\t\t<h2 class=\"pbmit-element-title\">\r\n\t\t\t\r\n\t\t\t\tTake a Step Today to Reach Your Goals\r\n\t\t\t\r\n\t\t\t<\/h2>\r\n\t\t<div class=\"pbmit-heading-desc\">We are here for you with personalized training programs, a team of expert trainers, and goal-oriented approaches. Let\u2019s plan the most suitable solution for you together. <\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5e730e8 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e730e8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a665087 pbmit-bg-color-yes pbmit-elementor-bg-color-white pbmit-bg-color-over-image\" data-id=\"a665087\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a7b7a83 elementor-widget elementor-widget-pbmit_custom_heading\" data-id=\"a7b7a83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pbmit_custom_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"pbmit-custom-heading -align\"><h3 class=\"pbmit-element-title\">\r\n\t\t\t\r\n\t\t\t\tSend a Message\r\n\t\t\t\r\n\t\t\t<\/h3>\r\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97dcf4b elementor-widget elementor-widget-shortcode\" data-id=\"97dcf4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2226-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2226\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2252#wpcf7-f2226-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2226\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2226-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"pbmit-form pbmit-contact-form\">\n\t<div class=\"row\">\n\t\t<div class=\"col-sm-12 col-md-6\">\n\t\t\t<div class=\"input-group\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Full Name *\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col-sm-12 col-md-6\">\n\t\t\t<div class=\"input-group\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email-address\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address *\" value=\"\" type=\"email\" name=\"email-address\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-sm-12 col-md-6\">\n\t\t\t<div class=\"input-group\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"phone-number\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number *\" value=\"\" type=\"text\" name=\"phone-number\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col-sm-12 col-md-6\">\n\t\t\t<div class=\"input-group\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Subject\" value=\"\" type=\"text\" name=\"subject\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-sm-12\">\n\t\t\t<div class=\"input-group input-textarea\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"textarea-806\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message\" name=\"textarea-806\"><\/textarea><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"input-group input-button\">\n\t\t<p><button id='submit' class='wpcf7-form-control wpcf7-submit'><span class=\"pbmit-button-text\">SUBMIT<\/span><span class=\"pbmit-button-icon-wrapper\"><span class=\"pbmit-button-icon\"><i class=\"pbmit-base-icon-black-arrow-1\"><\/i><\/span><\/span> <\/button>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6b807ce pbmit-text-color-white pbmit-bg-color-yes pbmit-elementor-bg-color-globalcolor pbmit-bg-image-over-color\" data-id=\"6b807ce\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ff56ef pbmit-animation-style4 elementor-widget elementor-widget-image\" data-id=\"4ff56ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pltsclub.com\/wp-content\/uploads\/elementor\/thumbs\/contact-us-img-rj7hhn1emxwj5cztarewwwuzjgsa43vfo3e4glii1g.png\" title=\"contact-us-img\" alt=\"contact-us-img\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca0de57 elementor-widget elementor-widget-pbmit_icon_heading\" data-id=\"ca0de57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pbmit_icon_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pbmit-ihbox pbmit-ihbox-style-11\"><div class=\"pbmit-ihbox-headingicon\">\t\r\n\t\t<div class=\"pbmit-ihbox-contents\">\r\n\t\t\t\t<h2 class=\"pbmit-element-title\">You Are in the Right Place for Balance, Breath, and Peace<\/h2>\t\t<h4 class=\"pbmit-element-heading\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\tWorking Hours:\r\n\t\t\t\t\t\r\n\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t\t<div class=\"pbmit-heading-desc\">Weekdays: 08:00 - 22:00 <br>\nWeekend: 08:00 - 22:00<\/div>\t\t\t<\/div><!-- .pbmit-ihbox-contents -->\r\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c28602 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-html\" data-id=\"8c28602\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pbmit-contact-share-btn\"><div class=\"pbmit-share-icon-wrapper\"><span class=\"pbmit-share-icon\"><i class=\"pbmit-base-icon-share-2\"><\/i><\/span> <ul class=\"pbmit-social-links\"><li class=\"pbmit-social-li pbmit-social-facebook \"><a title=\"Facebook\" href=\"https:\/\/www.facebook.com\/people\/PLTS-Club-TR\/100088054301955\/#\" target=\"_blank\" rel=\"noopener\"><span><i class=\"pbmit-base-icon-facebook-f\"><\/i><\/span><\/a><\/li><li class=\"pbmit-social-li pbmit-social-instagram \"><a title=\"Instagram\" href=\"https:\/\/www.instagram.com\/pltsclub\/\" target=\"_blank\" rel=\"noopener\"><span><i class=\"pbmit-base-icon-instagram\"><\/i><\/span><\/a><\/li><\/ul><div class=\"pbmit-sticky-corner  pbmit-bottom-left-corner\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M30 30V0C30 16 16 30 0 30H30Z\" fill=\"red\"><\/path><\/svg><\/div><div class=\"pbmit-sticky-corner pbmit-top-right-corner\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M30 30V0C30 16 16 30 0 30H30Z\" fill=\"red\"><\/path><\/svg><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1f1901a pbmit-bg-color-yes pbmit-elementor-bg-color-secondary elementor-section-content-middle elementor-section-stretched pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f1901a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b2a7a65 pbmit-bg-color-over-image\" data-id=\"b2a7a65\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c45ee6a elementor-icon-list--layout-inline pbmit-footer-menu-top elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c45ee6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/hakkimizda\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">HAKKIMIZDA<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/hizmetler\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">H\u0130ZMETLER<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/bloglar\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">BLOGLAR<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/iletisim\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0130LET\u0130\u015e\u0130M<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ef2ad2c pbmit-bg-color-over-image\" data-id=\"ef2ad2c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-492063c pbmit-bg-color-over-image\" data-id=\"492063c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71403ea elementor-widget elementor-widget-pbmit_icon_heading\" data-id=\"71403ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pbmit_icon_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pbmit-ihbox pbmit-ihbox-style-13\"><div class=\"pbmit-ihbox-box d-flex align-items-center\">\r\n\t<div class=\"pbmit-ihbox-icon\"><div class=\"pbmit-ihbox-icon-wrapper\"><div class=\"pbmit-icon-wrapper pbmit-icon-type-icon\"><i class=\"pbmit-yoge-icon pbmit-yoge-icon-email\"><\/i><\/div><\/div><\/div>\t<div class=\"pbmit-ihbox-contents\">\r\n\t\t\t\t\t<h2 class=\"pbmit-element-title\">\ninfo@pltsclub.com<\/h2>\t\t\t\t\t<\/div>\r\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Branches &#8211; Premium Studio Our Branches Vadi \/ Ka\u011f\u0131thane Vadi Wellness The Superior Living Pilates Studio Group Reformer Pilates Clinical (Rehabilitation) Pilates Posture Correction Sessions Wunda Chair &#038; Mat Pilates Hamidiye, Cendere Cad. A Blok No:33 Floor: -1, 34408 Ka\u011f\u0131thane Contact Us Get Directions Get in Touch Take a Step Today to Reach Your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-2252","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/pages\/2252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/comments?post=2252"}],"version-history":[{"count":16,"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/pages\/2252\/revisions"}],"predecessor-version":[{"id":2775,"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/pages\/2252\/revisions\/2775"}],"wp:attachment":[{"href":"https:\/\/pltsclub.com\/en\/wp-json\/wp\/v2\/media?parent=2252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}