{"id":128,"date":"2024-03-21T09:13:06","date_gmt":"2024-03-21T09:13:06","guid":{"rendered":"https:\/\/sinyorayatak.com\/?page_id=128"},"modified":"2026-05-12T13:43:27","modified_gmt":"2026-05-12T13:43:27","slug":"customer-service","status":"publish","type":"page","link":"https:\/\/sinyorayatak.com\/en\/customer-service\/","title":{"rendered":"Customer Service"},"content":{"rendered":"\n<!-- =========================\n   CUSTOMER SERVICE SECTION\n========================= -->\n\n<link rel=\"stylesheet\"\nhref=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\/>\n\n<section class=\"customer-service\">\n\n  <h4 class=\"section-subtitle\">Customer Service<\/h4>\n\n  <!-- FAQ -->\n  <div class=\"service-box\">\n\n    <div class=\"service-content\">\n      <h2>FAQs<\/h2>\n\n      <p>\n        Explore our FAQ page to find quick answers to your questions.\n        Whether you&#8217;re curious about our products, services, or policies,\n        our FAQ section is here to help.\n      <\/p>\n\n      <div class=\"service-buttons\">\n        <a href=\"https:\/\/sinyorayatak.com\/faqs\/\" class=\"btn-outline\">\n          Read More\n        <\/a>\n\n        <a href=\"https:\/\/wa.me\/905380397346\" class=\"btn-whatsapp\" target=\"_blank\" rel=\"noopener\">\n          Contact Us\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-icon\">\n      <i class=\"fa-solid fa-circle-question\"><\/i>\n    <\/div>\n\n  <\/div>\n\n\n  <!-- WARRANTY -->\n  <div class=\"service-box reverse\">\n\n    <div class=\"service-icon\">\n      <i class=\"fa-solid fa-shield-heart\"><\/i>\n    <\/div>\n\n    <div class=\"service-content\">\n      <h2>Warranty Information<\/h2>\n\n      <p>\n        Learn about our comprehensive coverage, terms, and conditions\n        to protect your investment and safeguard your purchase today.\n      <\/p>\n\n      <div class=\"service-buttons\">\n        <a href=\"https:\/\/sinyorayatak.com\/warranty-information\/\" class=\"btn-outline\">\n          Read More\n        <\/a>\n\n        <a href=\"https:\/\/wa.me\/905380397346\" class=\"btn-whatsapp\" target=\"_blank\" rel=\"noopener\">\n          Contact Us\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n\n  <!-- RETURN POLICY -->\n  <div class=\"service-box\">\n\n    <div class=\"service-content\">\n      <h2>Return Policy<\/h2>\n\n      <p>\n        Take the worry out of your purchase with our hassle-free return policy.\n        Explore our straightforward terms and conditions for an easy return process.\n      <\/p>\n\n      <div class=\"service-buttons\">\n        <a href=\"https:\/\/sinyorayatak.com\/return-policy\/\" class=\"btn-outline\">\n          Read More\n        <\/a>\n\n        <a href=\"https:\/\/wa.me\/905380397346\" class=\"btn-whatsapp\" target=\"_blank\" rel=\"noopener\">\n          Contact Us\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-icon\">\n      <i class=\"fa-solid fa-rotate-left\"><\/i>\n    <\/div>\n\n  <\/div>\n\n\n  <!-- SUPPORT -->\n  <div class=\"service-box reverse\">\n\n    <div class=\"service-icon\">\n      <i class=\"fa-solid fa-headset\"><\/i>\n    <\/div>\n\n    <div class=\"service-content\">\n      <h2>Contact Us for Support<\/h2>\n\n      <p>\n        Need assistance? Our team is here to help you with any questions,\n        concerns, or issues you may have. Experience top-notch customer support.\n      <\/p>\n\n      <div class=\"service-buttons\">\n        <a href=\"https:\/\/sinyorayatak.com\/contact-us-for-support\/\" class=\"btn-outline\">\n          Read More\n        <\/a>\n\n        <a href=\"https:\/\/wa.me\/905380397346\" class=\"btn-whatsapp\" target=\"_blank\" rel=\"noopener\">\n          Contact Us\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<style>\n\n.customer-service{\n    max-width:1200px;\n    margin:auto;\n    padding:60px 20px;\n    font-family:Arial,sans-serif;\n}\n\n.section-subtitle{\n    text-align:center;\n    color:#082922;\n    font-size:18px;\n    margin-bottom:50px;\n    letter-spacing:1px;\n}\n\n.service-box{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:50px;\n    margin-bottom:80px;\n    padding:40px;\n    border-radius:24px;\n    background:#ffffff;\n    box-shadow:0 10px 30px rgba(0,0,0,0.06);\n}\n\n.service-box.reverse{\n    flex-direction:row-reverse;\n}\n\n.service-content{\n    flex:1;\n}\n\n.service-content h2{\n    font-size:36px;\n    margin-bottom:20px;\n    color:#082922;\n}\n\n.service-content p{\n    font-size:17px;\n    line-height:1.8;\n    color:#555;\n    margin-bottom:30px;\n}\n\n.service-buttons{\n    display:flex;\n    gap:15px;\n    flex-wrap:wrap;\n}\n\n.btn-outline,\n.btn-whatsapp{\n    padding:14px 28px;\n    border-radius:10px;\n    text-decoration:none;\n    font-weight:600;\n    transition:0.3s ease;\n}\n\n.btn-outline{\n    border:2px solid #082922;\n    color:#082922;\n}\n\n.btn-outline:hover{\n    background:#082922;\n    color:#fff;\n}\n\n.btn-whatsapp{\n    background:#08c987;\n    color:#fff;\n}\n\n.btn-whatsapp:hover{\n    background:#06b879;\n}\n\n.service-icon{\n    width:220px;\n    height:220px;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    border-radius:30px;\n\n    background:#082922;\n\n    box-shadow:0 12px 25px rgba(8,41,34,0.2);\n}\n\n.service-icon i{\n    font-size:90px;\n    color:#08c987;\n}\n\n\/* MOBILE *\/\n@media(max-width:768px){\n\n    .service-box,\n    .service-box.reverse{\n        flex-direction:column;\n        text-align:center;\n        padding:30px 20px;\n    }\n\n    .service-buttons{\n        justify-content:center;\n    }\n\n    .service-content h2{\n        font-size:28px;\n    }\n\n    .service-icon{\n        width:160px;\n        height:160px;\n    }\n\n    .service-icon i{\n        font-size:65px;\n    }\n\n}\n\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Customer Service FAQs Explore our FAQ page to find quick answers to your questions. Whether you&#8217;re curious about our products,<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-128","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/pages\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":17,"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/pages\/128\/revisions"}],"predecessor-version":[{"id":10372,"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/pages\/128\/revisions\/10372"}],"wp:attachment":[{"href":"https:\/\/sinyorayatak.com\/en\/wp-json\/wp\/v2\/media?parent=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}