{"id":9,"date":"2025-12-29T23:56:09","date_gmt":"2025-12-29T23:56:09","guid":{"rendered":"https:\/\/clientdemolink.com\/dev\/cbp\/?page_id=9"},"modified":"2026-03-16T21:46:03","modified_gmt":"2026-03-16T21:46:03","slug":"home","status":"publish","type":"page","link":"https:\/\/clientdemolink.com\/dev\/cbp\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05e3689 e-con-full e-flex e-con e-parent\" data-id=\"05e3689\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd77074 e-con-full e-flex e-con e-child\" data-id=\"dd77074\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-db8ac0b e-flex e-con-boxed e-con e-child\" data-id=\"db8ac0b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2123126 elementor-widget elementor-widget-spacer\" data-id=\"2123126\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a5a30 elementor-widget elementor-widget-heading\" data-id=\"28a5a30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How to Publish a book with<br> <span style=\"color:#623800\">New York Publishing House<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1ae9b0 elementor-widget elementor-widget-text-editor\" data-id=\"c1ae9b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Do you want to be a Writer someone who gives reflections of Shakespeare, Dickens, Lawrence, or Hardy, don\u2019t hesitate don\u2019t underestimate yourself you are not going to be a Hamlet we at NYPH will make sure to take you out of Limbo. To be or Not to be doesn\u2019t stand with us, we have only one phrase and that is To be a writer. We will load the most valuable onto your ship, destined to take its passengers to the most awesome scenic spots, Everyone will wait anxiously at the dockyard to rush to be on board to see what you are going to show them on your next voyage.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ef2c5d elementor-widget elementor-widget-html\" data-id=\"9ef2c5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* 1. SETUP VARIABLES *\/\r\n  :root {\r\n    --book-width: 220px;       \/* Width of book *\/\r\n    --book-height: 330px;      \/* Height of book *\/\r\n    --book-gap: 50px;          \/* Space between books *\/\r\n    --scroll-speed: 25s;       \/* Speed of carousel *\/\r\n    --total-books: 9;          \/* We'll use 3 images repeated 3 times in the track *\/\r\n  }\r\n\r\n  \/* 2. CONTAINER *\/\r\n  .book-slider {\r\n    overflow: hidden;\r\n    padding: 60px 0;\r\n    white-space: nowrap;\r\n    position: relative;\r\n    width: 100%;\r\n    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);\r\n    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);\r\n  }\r\n\r\n  \/* 3. THE SCROLLING TRACK *\/\r\n  .book-track {\r\n    display: flex;\r\n    width: calc((var(--book-width) + var(--book-gap)) * (var(--total-books) * 2));\r\n    animation: scroll-loop var(--scroll-speed) linear infinite;\r\n  }\r\n\r\n  \/* Pause on hover *\/\r\n  .book-slider:hover .book-track {\r\n    animation-play-state: paused;\r\n  }\r\n\r\n  \/* 4. INDIVIDUAL BOOK STYLE *\/\r\n  .book-item {\r\n    width: var(--book-width);\r\n    margin: 0 calc(var(--book-gap) \/ 2);\r\n    perspective: 1000px; \/* For 3D depth *\/\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .book-item img {\r\n    width: 100%;\r\n    height: var(--book-height);\r\n    object-fit: cover;\r\n    border-radius: 2px 5px 5px 2px; \/* Mimics a book spine\/edge *\/\r\n    \r\n    \/* Soft shadow + a darker left edge to look like a spine *\/\r\n    box-shadow: \r\n      -5px 5px 15px rgba(0,0,0,0.2), \r\n      inset 10px 0px 20px rgba(0,0,0,0.1); \r\n    \r\n    transition: all 0.5s ease;\r\n    cursor: pointer;\r\n  }\r\n\r\n  \/* 5. HOVER STATE: 3D Lift *\/\r\n  .book-item img:hover {\r\n    transform: rotateY(-10deg) scale(1.1);\r\n    box-shadow: -15px 20px 30px rgba(0,0,0,0.3);\r\n  }\r\n\r\n  \/* 6. ANIMATION *\/\r\n  @keyframes scroll-loop {\r\n    0% { transform: translateX(0); }\r\n    100% { \r\n      transform: translateX(calc(-1 * (var(--book-width) + var(--book-gap)) * var(--total-books))); \r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"book-slider\">\r\n  <div class=\"book-track\">\r\n    \r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0002.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0007.jpg\" alt=\"Book Cover\"><\/div>\r\n    <div class=\"book-item\"><img decoding=\"async\" src=\"https:\/\/nypublishinghouse.com\/wp-content\/uploads\/2025\/08\/IMG-20250811-WA0006.jpg\" alt=\"Book Cover\"><\/div>\r\n\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2615623 elementor-widget elementor-widget-spacer\" data-id=\"2615623\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\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<div class=\"elementor-element elementor-element-77e7540 e-flex e-con-boxed e-con e-parent\" data-id=\"77e7540\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-05fb34d e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"05fb34d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c79a491 e-con-full e-flex e-con e-child\" data-id=\"c79a491\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64403e1 elementor-widget elementor-widget-heading\" data-id=\"64403e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Publishing <\/br>Platform Partners<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db2c14e e-con-full e-flex e-con e-child\" data-id=\"db2c14e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f781a3f elementor-widget elementor-widget-image\" data-id=\"f781a3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2062\" height=\"104\" src=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph.webp\" class=\"attachment-full size-full wp-image-836\" alt=\"\" srcset=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph.webp 2062w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph-300x15.webp 300w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph-1024x52.webp 1024w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph-768x39.webp 768w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph-1536x77.webp 1536w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/distribution-logos-nyph-2048x103.webp 2048w\" sizes=\"(max-width: 2062px) 100vw, 2062px\" \/>\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>\n\t\t<div class=\"elementor-element elementor-element-cc7fc76 e-con-full e-flex e-con e-child\" data-id=\"cc7fc76\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-84eac02 e-con-full e-flex e-con e-child\" data-id=\"84eac02\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b2eb24 elementor-widget elementor-widget-heading\" data-id=\"7b2eb24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MORE AND MORE AUTHOR OF DIVERSE <\/br>BACKGROUND ARE TRUSTING <\/br>NYPH WRITING COMPANY TODAY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5b4405 elementor-widget elementor-widget-text-editor\" data-id=\"c5b4405\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>How to publish a book is no more a conundrum. We augment you\u00a0publish your story, even if you\u2019re wilting to put it into words. Our professionals in the book writing company has towed many aspiring authors achieve their dreams of authorship. It\u2019s easy to get off the hook and caught up in the humdrum and forget about the intuitions to become a writer publishing dreams.<\/p><p>New York Publishing House is a renowned and promising organization that provides book writing services . We have helped clients from all over the world materializing their dream of becoming well-known authors. We can do the same for you. We offer the best economical book writing services, all you need is to have a spark the rest we will do it whether you want to share your life story or produce an epic fiction novel based on ideas hovering in your mind.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa77095 e-con-full e-flex e-con e-child\" data-id=\"fa77095\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-612a3f9 elementor-widget elementor-widget-image\" data-id=\"612a3f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"585\" height=\"809\" src=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mocka.webp\" class=\"attachment-full size-full wp-image-566\" alt=\"\" srcset=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mocka.webp 585w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mocka-217x300.webp 217w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/>\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>\n\t\t<div class=\"elementor-element elementor-element-4114773 e-con-full e-flex e-con e-child\" data-id=\"4114773\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2eeae66 e-con-full e-flex e-con e-child\" data-id=\"2eeae66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dafdf88 elementor-widget elementor-widget-image\" data-id=\"dafdf88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/0001.png\" class=\"attachment-full size-full wp-image-862\" alt=\"\" srcset=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/0001.png 500w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/0001-300x300.png 300w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/0001-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\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<div class=\"elementor-element elementor-element-122124a e-con-full e-flex e-con e-child\" data-id=\"122124a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7e899e elementor-widget elementor-widget-heading\" data-id=\"d7e899e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WE HAVE A THING FOR DOING THINGS \u2028DIFFERENTLY: Here\u2019s How<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-187ffe9 elementor-widget elementor-widget-text-editor\" data-id=\"187ffe9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our Award-winning book writers coming from diverse fields have the versatility one require because they come from different academic disciplines, including business, arts, sciences, technology, advertising, communications, social sciences, and engineering. We are obliged to our talented staff\u2019s wide range of backgrounds, who meet the technical and business writing needs of our clients across a wide spectrum of fields.<\/p><p>New York Publishing House is a renowned and promising organization that provides book writing services . We have helped clients from all over the world materializing their dream of becoming well-known authors. We can do the same for you. We offer the best economical book writing services, all you need is to have a spark the rest we will do it whether you want to share your life story or produce an epic fiction novel based on ideas hovering in your mind.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8df5449 e-flex e-con-boxed e-con e-parent\" data-id=\"8df5449\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-42799cb e-con-full e-flex e-con e-child\" data-id=\"42799cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-121db24 elementor-widget elementor-widget-spacer\" data-id=\"121db24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a5a02 elementor-widget elementor-widget-heading\" data-id=\"28a5a02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Should You Hire\nOur Services?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f66d82f elementor-widget elementor-widget-text-editor\" data-id=\"f66d82f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Because New York Publishing House is an independent self-publishing company driven by a team of responsible dedicated self motivated geniuses . We at New York Publishing will make sure to preserve every single intuitive idea developing into an amazing story to be etched into the marble of your memory.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ecdcd2 e-con-full e-flex e-con e-child\" data-id=\"4ecdcd2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b7fdca3 e-con-full e-flex e-con e-child\" data-id=\"b7fdca3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3adcfdf elementor-widget elementor-widget-heading\" data-id=\"3adcfdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Proofreading<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c34c83 elementor-widget elementor-widget-heading\" data-id=\"8c34c83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Proofreading services are enacted by the experts, typos and errors cannot escape their unswerving vigilant eyes. Excellence is our hallmark<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86bc664 e-con-full e-flex e-con e-child\" data-id=\"86bc664\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7588d4c elementor-widget elementor-widget-heading\" data-id=\"7588d4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ghost writing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc257d2 elementor-widget elementor-widget-heading\" data-id=\"bc257d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">You have a yearning to share your story but you do not have the time, our team of charismatic penmanship will embrace a joint venture to get your book published.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3268e44 e-con-full e-flex e-con e-child\" data-id=\"3268e44\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d28f59 elementor-widget elementor-widget-heading\" data-id=\"4d28f59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">High Costs<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2acd3fa elementor-widget elementor-widget-heading\" data-id=\"2acd3fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Our editorial mechanics can see things beyond naked eye they have a big thesaurus to make your narrative reminiscent of writers of all times whose perennial charisma has awed readers of all times<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7aeebb8 elementor-widget elementor-widget-spacer\" data-id=\"7aeebb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07b7d93 e-flex e-con-boxed e-con e-parent\" data-id=\"07b7d93\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-561b97b e-con-full e-flex e-con e-child\" data-id=\"561b97b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df07951 elementor-widget elementor-widget-spacer\" data-id=\"df07951\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0043511 elementor-widget elementor-widget-heading\" data-id=\"0043511\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OUR VALUE- DRIVEN PROCESS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c44eb0 elementor-widget elementor-widget-text-editor\" data-id=\"4c44eb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We at New York Publishing have an amazing workaholic team who are ready to take all your hiccups and turn your idea into reality so you our \u2018author\u2019 can relax and see a birth of an awesome beauty.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1b6105 elementor-widget elementor-widget-spacer\" data-id=\"a1b6105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-646e561 e-con-full e-flex e-con e-child\" data-id=\"646e561\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faf70c8 elementor-widget elementor-widget-image\" data-id=\"faf70c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"598\" height=\"775\" src=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/1-12.png\" class=\"attachment-full size-full wp-image-558\" alt=\"\" srcset=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/1-12.png 598w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/1-12-231x300.png 231w\" sizes=\"(max-width: 598px) 100vw, 598px\" \/>\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-f135564 elementor-widget elementor-widget-spacer\" data-id=\"f135564\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad16406 e-flex e-con-boxed e-con e-parent\" data-id=\"ad16406\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-67658bd e-con-full e-flex e-con e-child\" data-id=\"67658bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f196d4 elementor-widget elementor-widget-image\" data-id=\"0f196d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"578\" height=\"431\" src=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mockup.png\" class=\"attachment-full size-full wp-image-849\" alt=\"\" srcset=\"https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mockup.png 578w, https:\/\/clientdemolink.com\/dev\/cbp\/wp-content\/uploads\/2026\/02\/mockup-300x224.png 300w\" sizes=\"(max-width: 578px) 100vw, 578px\" \/>\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<div class=\"elementor-element elementor-element-1183b19 e-con-full e-flex e-con e-child\" data-id=\"1183b19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d285e9 elementor-widget elementor-widget-heading\" data-id=\"3d285e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Writing a Book Is Now Easy.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0e16fd elementor-widget elementor-widget-heading\" data-id=\"d0e16fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">We offer writing services to assist you in realizing your ambitions of having a book published.<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b15db3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"5b15db3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4dca1a elementor-widget elementor-widget-spacer\" data-id=\"b4dca1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c845926 elementor-widget elementor-widget-heading\" data-id=\"c845926\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Should You Hire\nOur Services?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc0be98 elementor-widget elementor-widget-text-editor\" data-id=\"fc0be98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Because New York Publishing House is an independent self-publishing company driven by a team of responsible dedicated self motivated geniuses . We at New York Publishing will make sure to preserve every single intuitive idea developing into an amazing story to be etched into the marble of your memory.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e52d5ce e-con-full e-flex e-con e-child\" data-id=\"e52d5ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7ad363 elementor-widget elementor-widget-html\" data-id=\"a7ad363\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<style>\r\n    \/* --- INTEGRATED STYLES --- *\/\r\n    .web-tabs-wrapper {\r\n        padding: 60px 0;\r\n        font-family: 'Poppins', sans-serif;\r\n        color: #0c0c0c;\r\n    }\r\n    .web-tabs-wrapper .container {\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 0 15px;\r\n    }\r\n    .web-tabs-wrapper h2 {\r\n        font-size: 36px;\r\n        font-weight: 700;\r\n        margin-bottom: 10px;\r\n        text-align: center;\r\n    }\r\n    .web-tabs-wrapper .desc-text {\r\n        text-align: center;\r\n        padding-bottom: 30px;\r\n        color: #444;\r\n        line-height: 1.6;\r\n    }\r\n    .web-tabs-wrapper .primary { color: #F9BA0D; }\r\n\r\n    \/* Vertical Tab Navigation *\/\r\n    .borrow-tab ul {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n    }\r\n    .borrow-tab ul li {\r\n        margin-bottom: 12px;\r\n    }\r\n    .borrow-tab ul li a {\r\n        background: #f8f9fa;\r\n        color: #333;\r\n        padding: 16px 20px;\r\n        display: block;\r\n        border-radius: 6px;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: all 0.3s ease;\r\n        border: 1px solid #eee;\r\n        cursor: pointer;\r\n    }\r\n    .borrow-tab ul li a.active {\r\n        background: #F9BA0D;\r\n        color: #fff;\r\n        border-color: #F9BA0D;\r\n        box-shadow: 0 4px 12px rgba(249, 186, 13, 0.2);\r\n    }\r\n\r\n    \/* Content Pane Styles *\/\r\n    .tab-content-container {\r\n        \r\n        padding: 20px 40px;\r\n        min-height: 450px;\r\n    }\r\n    .custom-tab-pane {\r\n        display: none;\r\n        animation: fadeIn 0.5s ease;\r\n    }\r\n    .custom-tab-pane.active {\r\n        display: block;\r\n    }\r\n    @keyframes fadeIn {\r\n        from { opacity: 0; transform: translateY(10px); }\r\n        to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    .info-work img {\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        box-shadow: 0 10px 20px rgba(0,0,0,0.05);\r\n    }\r\n    .info-work h4 {\r\n        font-size: 26px;\r\n        font-weight: 700;\r\n        margin-bottom: 15px;\r\n    }\r\n    .info-work p {\r\n        margin-bottom: 25px;\r\n        font-size: 15px;\r\n        color: #555;\r\n    }\r\n\r\n    \/* Action Buttons *\/\r\n    .web-tabs-wrapper .btn-group {\r\n        display: flex;\r\n        gap: 10px;\r\n        flex-wrap: wrap;\r\n    }\r\n    .web-tabs-wrapper .btn {\r\n        padding: 12px 25px;\r\n        border-radius: 5px;\r\n        font-weight: 600;\r\n        text-decoration: none;\r\n        transition: 0.3s;\r\n        font-size: 14px;\r\n        border: none;\r\n    }\r\n    .btn-red { background-color: #e31e24; color: #fff !important; }\r\n    .btn-blue { background-color: #007bff; color: #fff !important; }\r\n    .btn:hover { opacity: 0.9; transform: translateY(-2px); }\r\n\r\n    \/* Layout Grid *\/\r\n    .web-row { display: flex; flex-wrap: wrap; align-items: center; }\r\n    .web-col-4 { flex: 0 0 33.333%; max-width: 33.333%; }\r\n    .web-col-8 { flex: 0 0 66.666%; max-width: 66.666%; }\r\n\r\n    @media (max-width: 768px) {\r\n        .web-col-4, .web-col-8 { flex: 0 0 100%; max-width: 100%; }\r\n        .tab-content-container { padding: 30px 0; }\r\n        .web-tabs-wrapper h2 { font-size: 28px; }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"web-tabs-wrapper\">\r\n    <div class=\"container\">\r\n        <div class=\"web-row\">\r\n            <div class=\"web-col-4\">\r\n                <div class=\"borrow-tab\">\r\n                    <ul id=\"tabMenu\">\r\n                        <li><a class=\"tab-link active\" data-target=\"tab-1\">Formatting<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-2\">Editing<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-3\">Proofreading<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-4\">Ghostwriting<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-5\">Audiobook<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-7\">Cover Design<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-8\">Illustration Services<\/a><\/li>\r\n                        <li><a class=\"tab-link\" data-target=\"tab-10\">Marketing Services<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"web-col-8\">\r\n                <div class=\"tab-content-container\">\r\n                    \r\n                    <div class=\"custom-tab-pane active\" id=\"tab-1\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab1.webp\" alt=\"Formatting\" width=\"60%\">\r\n                            <h4>Formatting<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>We understand that the presentation of your work is just as important as the content itself. Allow us to ensure that your book is visually appealing and ready for publication in various formats.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-2\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab2.webp\" alt=\"Editing\" width=\"60%\">\r\n                            <h4>Editing<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>Our editing packages are tailored to meet the specific needs of your manuscript. From structural edits to line-by-line revisions, we ensure that your writing is refined.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-3\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab3.webp\" alt=\"Proofreading\" width=\"60%\">\r\n                            <h4>Proofreading<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>Our proofreading services ensure that your manuscript is free from grammatical errors, typos, and inconsistencies while also enhancing clarity and flow.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-4\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab4.webp\" alt=\"Ghostwriting\" width=\"60%\">\r\n                            <h4>Ghostwriting<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>We\u2019ve helped hundreds of authors bring their ideas to life. Whether you need help with a plot or creating charming characters, we deliver a powerful manuscript.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-5\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab5.webp\" alt=\"Audiobook\" width=\"60%\">\r\n                            <h4>Audiobook<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>In an ever-evolving digital world, reaching audiobook audiences is essential. Our production services transform your written word into mesmerizing audio experiences.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-7\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab7.webp\" alt=\"Cover Design\" width=\"60%\">\r\n                            <h4>Cover Design<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>A visually appealing book cover plays a crucial role in attracting potential readers' attention. Our designers capture the essence of your story perfectly.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-8\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab8.webp\" alt=\"Illustration\" width=\"60%\">\r\n                            <h4>Illustration Services<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>For children's books or any publication requiring visual elements, our illustrators provide stunning artwork that brings your content to life.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"custom-tab-pane\" id=\"tab-10\">\r\n                        <div class=\"info-work\">\r\n                            <img decoding=\"async\" src=\"https:\/\/westernpublishinghouse.co.uk\/assets\/images\/tab10.webp\" alt=\"Marketing\" width=\"60%\">\r\n                            <h4>Marketing Services<span class=\"primary\">.<\/span><\/h4>\r\n                            <p>Your masterpiece deserves to reach its intended audience. Let the experts boost your book's visibility, engagement, and sales.<\/p>\r\n                            <div class=\"btn-group\">\r\n                                <a href=\"tel:+441234567890\" class=\"btn btn-red\">Request Call Back<\/a>\r\n                                <a href=\"javascript:void(0)\" class=\"btn btn-blue\" onclick=\"setButtonURL();\">Chat with Us Now<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        const links = document.querySelectorAll('.tab-link');\r\n        const panes = document.querySelectorAll('.custom-tab-pane');\r\n\r\n        links.forEach(link => {\r\n            link.addEventListener('click', function() {\r\n                \/\/ Remove active class from all links and panes\r\n                links.forEach(l => l.classList.remove('active'));\r\n                panes.forEach(p => p.classList.remove('active'));\r\n\r\n                \/\/ Add active class to current selection\r\n                this.classList.add('active');\r\n                const target = this.getAttribute('data-target');\r\n                document.getElementById(target).classList.add('active');\r\n            });\r\n        });\r\n    });\r\n\r\n    function setButtonURL() {\r\n        \/\/ Trigger chat widget if available\r\n        if (typeof Tawk_API !== 'undefined') {\r\n            Tawk_API.toggle();\r\n        } else {\r\n            alert(\"Chat service is loading...\");\r\n        }\r\n    }\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23076b0 elementor-widget elementor-widget-spacer\" data-id=\"23076b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87f44ba e-flex e-con-boxed e-con e-parent\" data-id=\"87f44ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19d1d1c elementor-widget elementor-widget-html\" data-id=\"19d1d1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    $(\"#main_bg\").append(\"<div id=\\\"optimizely_604049823\\\">...<\/div>\");\r\n$(\"#optimizely_604049823\").replaceWith(\"<div id=\\\"optimizely_604049823\\\"><!-- TrustBox widget -->\\n<div class=\\\"trustpilot-widget\\\" data-locale=\\\"en-US\\\" data-template-id=\\\"53aa8912dec7e10d38f59f36\\\" data-businessunit-id=\\\"53da56ff0000640005792dae\\\" data-style-height=\\\"130px\\\" data-style-width=\\\"100%\\\" data-theme=\\\"light\\\" data-stars=\\\"4,5\\\">\\n  <a href=\\\"https:\/\/www.trustpilot.com\/review\/bluevine.com\\\" target=\\\"_blank\\\">Trustpilot<\/a>\\n<\/div>\\n<!-- End TrustBox widget --><\/div>\");\r\n$(\".trustpilot-widget > a\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\".trustpilot-widget\").replaceWith(\"<div class=\\\"trustpilot-widget\\\" data-locale=\\\"en-US\\\" data-template-id=\\\"53aa8912dec7e10d38f59f36\\\" data-businessunit-id=\\\"53da56ff0000640005792dae\\\" data-style-height=\\\"130px\\\" data-style-width=\\\"100%\\\" data-theme=\\\"light\\\" data-stars=\\\"4,5\\\" style=\\\"position: relative;\\\">\\n  <a href=\\\"https:\/\/www.trustpilot.com\/review\/bluevine.com\\\" target=\\\"_blank\\\" style=\\\"display: none;\\\">Trustpilot<\/a>\\n<iframe frameborder=\\\"0\\\" scrolling=\\\"no\\\" src=\\\"https:\/\/widget.trustpilot.com\/trustboxes\/53aa8912dec7e10d38f59f36\/index.html?locale=en-US&amp;templateId=53aa8912dec7e10d38f59f36&amp;businessunitId=53da56ff0000640005792dae&amp;styleHeight=130px&amp;styleWidth=100%25&amp;theme=light&amp;stars=4%2C5\\\" style=\\\"position: relative; height: 130px; width: 100%; border-style: none; display: block; overflow: hidden;\\\"><\/iframe><\/div>\");\r\n$(\".trustpilot-widget > iframe:eq(1)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\".trustpilot-widget > iframe:eq(1)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\".trustpilot-widget > iframe:eq(1)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\".trustpilot-widget > iframe:eq(1)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_604049823\").css({\"background-color\":\"#ffffff\"});\r\n$(\".trustpilot-widget > iframe:eq(1)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\".trustpilot-widget > iframe:eq(1)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_604049823\").css({\"border-spacing\":\"49px 90px\"});\r\n$(\"#optimizely_604049823\").css({\"border-spacing\":\"\", \"height\":\"130px\", \"margin\":\"0px\", \"padding\":\"90px\", \"clear\":\"both\", \"position\":\"relative\", \"float\":\"none\"});\r\n$(\"#optimizely_604049823\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#wrap\").append(\"<div id=\\\"optimizely_764986252\\\">...<\/div>\");\r\n$(\"#optimizely_764986252\").replaceWith(\"<div id=\\\"optimizely_764986252\\\"><!-- TrustBox widget -->\\n<div class=\\\"trustpilot-widget\\\" data-locale=\\\"en-US\\\" data-template-id=\\\"53aa8912dec7e10d38f59f36\\\" data-businessunit-id=\\\"53da56ff0000640005792dae\\\" data-style-height=\\\"130px\\\" data-style-width=\\\"100%\\\" data-theme=\\\"light\\\" data-stars=\\\"4,5\\\">\\n  <a href=\\\"https:\/\/www.trustpilot.com\/review\/bluevine.com\\\" target=\\\"_blank\\\">Trustpilot<\/a>\\n<\/div>\\n<!-- End TrustBox widget --><\/div>\");\r\n$(\"#optimizely_764986252 a\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_764986252 > .trustpilot-widget\").css({\"background-color\":\"#ffffff\"});\r\n$(\"#optimizely_764986252 > .trustpilot-widget\").css({\"padding\":\"0px\", \"margin\":\"50px\", \"height\":\"131px\"});\r\n$(\"#optimizely_764986252 iframe\").css({\"z-index\":3172000});\r\n$(\"#optimizely_764986252 > .trustpilot-widget\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#main_bg\").append(\"<div id=\\\"optimizely_282050013\\\">...<\/div>\");\r\n$(\"#optimizely_282050013\").replaceWith(\"<div id=\\\"optimizely_282050013\\\"><!-- TrustBox widget -->\\n<div class=\\\"trustpilot-widget\\\" data-locale=\\\"en-US\\\" data-template-id=\\\"53aa8912dec7e10d38f59f36\\\" data-businessunit-id=\\\"53da56ff0000640005792dae\\\" data-style-height=\\\"130px\\\" data-style-width=\\\"100%\\\" data-theme=\\\"light\\\" data-stars=\\\"4,5\\\">\\n  <a href=\\\"https:\/\/www.trustpilot.com\/review\/bluevine.com\\\" target=\\\"_blank\\\">Trustpilot<\/a>\\n<\/div>\\n<!-- End TrustBox widget --><\/div>\");\r\n$(\"#optimizely_282050013\").css({\"background-color\":\"#ffffff\", \"margin\":\"50px\", \"height\":\"130px\"});\r\n$(\"#optimizely_282050013 a\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_282050013 > .trustpilot-widget\").css({\"width\":\"100%\"});\r\n$(\"#optimizely_282050013 > .trustpilot-widget\").css({\"width\":\"100%\", \"margin\":\"50px\", \"text-align\":\"\", \"position\":\"\"});\r\n$(\"#optimizely_282050013 > .trustpilot-widget\").css({\"margin\":\"0px\"});\r\n$(\"#optimizely_282050013\").css({\"width\":\"100%\", \"margin\":\"0px\", \"padding\":\"50px\", \"height\":\"230px\", \"position\":\"\", \"float\":\"\"});\r\n$(\"#optimizely_282050013\").css({\"height\":\"15em\", \"width\":\"100%\", \"padding\":\"3em\"});\r\n$(\"#optimizely_282050013\").css({\"padding\":\"28px\", \"width\":\"100%\", \"height\":\"183px\"});\r\n$(\".row\").css({\"margin\":\"\", \"padding\":\"\", \"height\":\"800px\"});\r\n$(\"#main_bg > .container\").css({\"height\":\"800px\"});\r\n$(\".col\").css({\"height\":\"700px\"});\r\n$(\".row\").css({\"height\":\"755px\"});\r\n$(\"#main_bg > .container\").css({\"height\":\"775px\"});\r\n<\/style>\r\n<!-- TrustBox script -->\r\n<script type=\"text\/javascript\" src=\"\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.sync.bootstrap.min.js\" async><\/script>\r\n<!-- End Trustbox script -->\r\n\r\n<!-- TrustBox widget -->\r\n<div class=\"trustpilot-widget\" data-locale=\"en-US\" data-template-id=\"56278e9abfbbba0bdcd568bc\" data-businessunit-id=\"66420cb2e5a2c038b07fa061\" data-style-height=\"130px\" data-style-width=\"100%\" data-theme=\"light\" data-stars=\"4,5\">\r\n  <a href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">Trustpilot<\/a>\r\n<\/div>\r\n<!-- End TrustBox widget -->\r\n\r\n<script>\r\n    $(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(2)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(2)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(1)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(1)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_764986252 iframe\").css({\"left\":-213, \"top\":977, \"width\":1821, \"height\":296});\r\n$(\"#wrap\").css({\"position\":\"relative\", \"left\":0, \"top\":0});\r\n$(\"#wrap\").css({});\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(2)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(2)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(1)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(1)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(0)\").removeAttr(\"src\").removeAttr(\"srcdoc\");\r\n$(\"#optimizely_764986252 > .trustpilot-widget > iframe:eq(0)\").css({\"display\":\"none\", \"visibility\":\"\"});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-427cc6b e-flex e-con-boxed e-con e-parent\" data-id=\"427cc6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-987c082 e-con-full e-flex e-con e-child\" data-id=\"987c082\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-800693a e-con-full e-flex e-con e-child\" data-id=\"800693a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dab49b8 elementor-widget elementor-widget-html\" data-id=\"dab49b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n\r\n.tp-widget {\r\n  background: #fff;\r\n  border-radius: 20px;\r\n  padding: 32px 28px 24px;\r\n  max-width: 1080px;\r\n  margin: 0 auto;\r\n  box-shadow: 0 4px 32px rgba(0,0,0,0.09);\r\n}\r\n\r\n\/* \u2500\u2500 HEADER \u2500\u2500 *\/\r\n.tp-header {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  margin-bottom: 28px;\r\n  gap: 12px;\r\n  flex-wrap: wrap;\r\n}\r\n\r\n.tp-header-left { display: flex; align-items: center; gap: 14px; }\r\n\r\n.tp-score-box {\r\n  background: #00b67a;\r\n  color: #fff;\r\n  border-radius: 12px;\r\n  padding: 10px 14px;\r\n  text-align: center;\r\n  line-height: 1.2;\r\n  min-width: 68px;\r\n}\r\n.tp-score-box .num  { font-size: 24px; font-weight: 700; }\r\n.tp-score-box .lbl  { font-size: 10px; font-weight: 500; opacity:.9; }\r\n\r\n.tp-header-text h2  { font-size: 17px; font-weight: 700; color: #222; }\r\n\r\n.tp-stars-row { display: flex; align-items: center; gap: 6px; margin-top: 3px; }\r\n.tp-stars-row span  { font-size: 12px; color: #666; }\r\n\r\n.stars { display: flex; gap: 2px; }\r\n.s {\r\n  width: 16px; height: 16px;\r\n  background: #00b67a;\r\n  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);\r\n}\r\n.s.off { background: #ccc; }\r\n\r\n.tp-header-note { font-size: 11px; color: #aaa; margin-top: 2px; }\r\n\r\n.tp-logo {\r\n  display: flex; align-items: center; gap: 6px;\r\n  font-size: 19px; font-weight: 700; color: #191919;\r\n  text-decoration: none;\r\n  white-space: nowrap;\r\n}\r\n.tp-logo .tp-star-icon {\r\n  background: #00b67a; border-radius: 5px;\r\n  width: 26px; height: 26px;\r\n  display: flex; align-items: center; justify-content: center;\r\n}\r\n\r\n\/* \u2500\u2500 CAROUSEL SHELL \u2500\u2500 *\/\r\n.tp-carousel-shell {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 8px;\r\n}\r\n\r\n.tp-overflow {\r\n  flex: 1;\r\n  overflow: hidden;\r\n}\r\n\r\n.tp-track {\r\n  display: flex;\r\n  gap: 16px;\r\n  transition: transform 0.42s cubic-bezier(.4,0,.2,1);\r\n  will-change: transform;\r\n}\r\n\r\n\/* \u2500\u2500 CARD \u2500\u2500 *\/\r\n.tp-card {\r\n  background: #fff;\r\n  border: 1.5px solid #e6e6e6;\r\n  border-radius: 14px;\r\n  padding: 18px 18px 14px;\r\n  flex-shrink: 0;\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 10px;\r\n  transition: box-shadow .2s, transform .2s;\r\n}\r\n.tp-card:hover {\r\n  box-shadow: 0 6px 24px rgba(0,182,122,.13);\r\n  transform: translateY(-2px);\r\n}\r\n\r\n.tp-card-top { display: flex; align-items: flex-start; gap: 10px; }\r\n\r\n.tp-quote-bubble {\r\n  background: #00b67a;\r\n  border-radius: 8px;\r\n  width: 38px; height: 38px;\r\n  flex-shrink: 0;\r\n  display: flex; align-items: center; justify-content: center;\r\n}\r\n.tp-quote-bubble svg { width: 18px; height: 18px; fill: #fff; }\r\n\r\n.tp-card-meta .name  { font-size: 13px; font-weight: 600; color: #222; }\r\n.tp-card-meta .date  { font-size: 11px; color: #bbb; margin-top: 2px; }\r\n\r\n.card-stars { display: flex; gap: 2px; }\r\n.cs {\r\n  width: 18px; height: 18px;\r\n  background: #00b67a;\r\n  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);\r\n}\r\n.cs.off { background: #ddd; }\r\n\r\n.tp-card-title { font-size: 13px; font-weight: 600; color: #222; line-height: 1.4; }\r\n\r\n.tp-card-body {\r\n  font-size: 12.5px; color: #555; line-height: 1.65;\r\n  display: -webkit-box;\r\n  -webkit-line-clamp: 4;\r\n  -webkit-box-orient: vertical;\r\n  overflow: hidden;\r\n  flex: 1;\r\n}\r\n\r\n.tp-card-foot {\r\n  display: flex; align-items: center; justify-content: space-between;\r\n  margin-top: 4px;\r\n}\r\n.tp-verified { font-size: 11px; font-weight: 500; color: #00b67a; display: flex; align-items: center; gap: 3px; }\r\n.tp-verified svg { width: 12px; height: 12px; }\r\n\r\n.tp-card-brand { display: flex; align-items: center; gap: 4px; text-decoration: none; font-size: 11px; font-weight: 600; color: #191919; }\r\n.tp-card-brand .mini-star { background:#00b67a; border-radius:3px; width:14px; height:14px; display:flex; align-items:center; justify-content:center; }\r\n\r\n\/* \u2500\u2500 NAV BUTTONS \u2500\u2500 *\/\r\n.tp-btn {\r\n  background: #fff;\r\n  border: 1.5px solid #ddd;\r\n  border-radius: 50%;\r\n  width: 38px; height: 38px;\r\n  flex-shrink: 0;\r\n  cursor: pointer;\r\n  display: flex; align-items: center; justify-content: center;\r\n  font-size: 15px; color: #444;\r\n  transition: background .2s, border-color .2s, color .2s, box-shadow .2s;\r\n}\r\n.tp-btn:hover { background:#00b67a; border-color:#00b67a; color:#fff; box-shadow:0 3px 12px rgba(0,182,122,.3); }\r\n.tp-btn:disabled { opacity:.3; cursor:default; pointer-events:none; }\r\n\r\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n.tp-footer {\r\n  display: flex; align-items: center; justify-content: space-between;\r\n  margin-top: 20px; flex-wrap: wrap; gap: 10px;\r\n}\r\n.tp-footer-note { font-size: 11.5px; color: #aaa; }\r\n\r\n.tp-dots { display: flex; gap: 6px; align-items: center; }\r\n.tp-dot {\r\n  width: 8px; height: 8px; border-radius: 50%;\r\n  background: #ddd; cursor: pointer;\r\n  transition: background .2s, transform .2s;\r\n}\r\n.tp-dot.on { background: #00b67a; transform: scale(1.3); }\r\n\r\n.tp-view-all {\r\n  font-size: 12.5px; font-weight: 600; color: #00b67a;\r\n  text-decoration: none; display: flex; align-items: center; gap: 3px;\r\n}\r\n.tp-view-all:hover { text-decoration: underline; }\r\n\r\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n@media (max-width: 900px) {\r\n  .tp-widget { padding: 24px 18px 20px; }\r\n}\r\n@media (max-width: 600px) {\r\n  .tp-header { flex-direction: column; align-items: flex-start; }\r\n  .tp-logo { align-self: flex-end; }\r\n  .tp-footer { flex-direction: column; align-items: center; text-align: center; }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"tp-widget\">\r\n\r\n  <!-- HEADER -->\r\n  <div class=\"tp-header\">\r\n    <div class=\"tp-header-left\">\r\n      <div class=\"tp-score-box\">\r\n        <div class=\"num\">4.1<\/div>\r\n        <div class=\"lbl\">TrustScore<\/div>\r\n      <\/div>\r\n      <div class=\"tp-header-text\">\r\n        <h2>NY Publishing House<\/h2>\r\n        <div class=\"tp-stars-row\">\r\n          <div class=\"stars\">\r\n            <div class=\"s\"><\/div><div class=\"s\"><\/div><div class=\"s\"><\/div><div class=\"s\"><\/div><div class=\"s off\"><\/div>\r\n          <\/div>\r\n          <span>4.1 &nbsp;\u00b7&nbsp; 5 reviews<\/span>\r\n        <\/div>\r\n        <div class=\"tp-header-note\">Showing recent 4 &amp; 5 star reviews<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <a class=\"tp-logo\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n      <div class=\"tp-star-icon\">\r\n        <svg viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg>\r\n      <\/div>\r\n      Trustpilot\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <!-- CAROUSEL -->\r\n  <div class=\"tp-carousel-shell\">\r\n    <button class=\"tp-btn\" id=\"prev\">&#8592;<\/button>\r\n    <div class=\"tp-overflow\">\r\n      <div class=\"tp-track\" id=\"track\">\r\n\r\n        <!-- CARD 1 -->\r\n        <div class=\"tp-card\">\r\n          <div class=\"tp-card-top\">\r\n            <div class=\"tp-quote-bubble\">\r\n              <svg viewBox=\"0 0 24 24\"><path d=\"M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"tp-card-meta\">\r\n              <div class=\"name\">Hiba Siddiqui Alvi<\/div>\r\n              <div class=\"date\">Feb 23, 2026<\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"card-stars\">\r\n            <div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div>\r\n          <\/div>\r\n          <div class=\"tp-card-title\">Aaron has been great to correspond with\u2026<\/div>\r\n          <div class=\"tp-card-body\">Aaron has been great to correspond with \u2014 he helped me with my book cover design and illustrations. He also helped me with page alignments and answered all other questions I had in mind.<\/div>\r\n          <div class=\"tp-card-foot\">\r\n            <span class=\"tp-verified\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#00b67a\"\/><path d=\"M7 13l3 3 7-7\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n              Unprompted\r\n            <\/span>\r\n            <a class=\"tp-card-brand\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n              <div class=\"mini-star\"><svg viewBox=\"0 0 24 24\" width=\"9\" height=\"9\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg><\/div>\r\n              Trustpilot\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- CARD 2 -->\r\n        <div class=\"tp-card\">\r\n          <div class=\"tp-card-top\">\r\n            <div class=\"tp-quote-bubble\">\r\n              <svg viewBox=\"0 0 24 24\"><path d=\"M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"tp-card-meta\">\r\n              <div class=\"name\">Pearl Adams<\/div>\r\n              <div class=\"date\">May 8, 2025<\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"card-stars\">\r\n            <div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div>\r\n          <\/div>\r\n          <div class=\"tp-card-title\">Very honest and real down to earth people<\/div>\r\n          <div class=\"tp-card-body\">Very honest and real down to earth people going above and beyond to help. You are the bomb. I have never felt so welcomed and supported throughout the entire publishing process.<\/div>\r\n          <div class=\"tp-card-foot\">\r\n            <span class=\"tp-verified\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#00b67a\"\/><path d=\"M7 13l3 3 7-7\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n              Unprompted\r\n            <\/span>\r\n            <a class=\"tp-card-brand\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n              <div class=\"mini-star\"><svg viewBox=\"0 0 24 24\" width=\"9\" height=\"9\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg><\/div>\r\n              Trustpilot\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- CARD 3 -->\r\n        <div class=\"tp-card\">\r\n          <div class=\"tp-card-top\">\r\n            <div class=\"tp-quote-bubble\">\r\n              <svg viewBox=\"0 0 24 24\"><path d=\"M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"tp-card-meta\">\r\n              <div class=\"name\">James Green<\/div>\r\n              <div class=\"date\">Feb 16, 2025<\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"card-stars\">\r\n            <div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs off\"><\/div>\r\n          <\/div>\r\n          <div class=\"tp-card-title\">Aaron was great to work with<\/div>\r\n          <div class=\"tp-card-body\">Aaron was great to work with. Helpful with everything, especially the cover design which I absolutely love. He made the whole publishing process so much easier and stress-free.<\/div>\r\n          <div class=\"tp-card-foot\">\r\n            <span class=\"tp-verified\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#00b67a\"\/><path d=\"M7 13l3 3 7-7\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n              Verified\r\n            <\/span>\r\n            <a class=\"tp-card-brand\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n              <div class=\"mini-star\"><svg viewBox=\"0 0 24 24\" width=\"9\" height=\"9\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg><\/div>\r\n              Trustpilot\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- CARD 4 -->\r\n        <div class=\"tp-card\">\r\n          <div class=\"tp-card-top\">\r\n            <div class=\"tp-quote-bubble\">\r\n              <svg viewBox=\"0 0 24 24\"><path d=\"M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"tp-card-meta\">\r\n              <div class=\"name\">Shahid Lodhi<\/div>\r\n              <div class=\"date\">May 18, 2024<\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"card-stars\">\r\n            <div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div>\r\n          <\/div>\r\n          <div class=\"tp-card-title\">NY Publishing House is the best!<\/div>\r\n          <div class=\"tp-card-body\">I hired New York Publishing House for ghostwriting and they did an exceptional job. Having published with different companies before, I can confidently say NY Publishing House is the best. Cooperative, active, and outstanding time management.<\/div>\r\n          <div class=\"tp-card-foot\">\r\n            <span class=\"tp-verified\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#00b67a\"\/><path d=\"M7 13l3 3 7-7\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n              Unprompted\r\n            <\/span>\r\n            <a class=\"tp-card-brand\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n              <div class=\"mini-star\"><svg viewBox=\"0 0 24 24\" width=\"9\" height=\"9\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg><\/div>\r\n              Trustpilot\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- CARD 5 -->\r\n        <div class=\"tp-card\">\r\n          <div class=\"tp-card-top\">\r\n            <div class=\"tp-quote-bubble\">\r\n              <svg viewBox=\"0 0 24 24\"><path d=\"M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z\"\/><\/svg>\r\n            <\/div>\r\n            <div class=\"tp-card-meta\">\r\n              <div class=\"name\">Muskaan Dhamani<\/div>\r\n              <div class=\"date\">May 13, 2024<\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"card-stars\">\r\n            <div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div><div class=\"cs\"><\/div>\r\n          <\/div>\r\n          <div class=\"tp-card-title\">Amazing team, amazing reads!<\/div>\r\n          <div class=\"tp-card-body\">Amazing team, amazing reads! They were so cooperative in answering all of my questions and they treat you like family. Highly recommend to anyone looking for a publishing partner!<\/div>\r\n          <div class=\"tp-card-foot\">\r\n            <span class=\"tp-verified\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#00b67a\"\/><path d=\"M7 13l3 3 7-7\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n              Unprompted\r\n            <\/span>\r\n            <a class=\"tp-card-brand\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">\r\n              <div class=\"mini-star\"><svg viewBox=\"0 0 24 24\" width=\"9\" height=\"9\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" fill=\"#fff\"\/><\/svg><\/div>\r\n              Trustpilot\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div><!-- \/track -->\r\n    <\/div>\r\n    <button class=\"tp-btn\" id=\"next\">&#8594;<\/button>\r\n  <\/div>\r\n\r\n  <!-- FOOTER -->\r\n  <div class=\"tp-footer\">\r\n    <span class=\"tp-footer-note\">Showing recent 4 &amp; 5 star reviews<\/span>\r\n    <div class=\"tp-dots\" id=\"dots\"><\/div>\r\n    <a class=\"tp-view-all\" href=\"https:\/\/www.trustpilot.com\/review\/nypublishinghouse.com\" target=\"_blank\">Read all reviews \u2197<\/a>\r\n  <\/div>\r\n\r\n<\/div><!-- \/widget -->\r\n\r\n<script>\r\n(function () {\r\n  const track   = document.getElementById('track');\r\n  const prevBtn = document.getElementById('prev');\r\n  const nextBtn = document.getElementById('next');\r\n  const dotsEl  = document.getElementById('dots');\r\n  const GAP     = 16;\r\n  const TOTAL   = 5;\r\n\r\n  let idx = 0;\r\n  let vis = 3;\r\n  let autoId = null;\r\n\r\n  function calcVis() {\r\n    const w = window.innerWidth;\r\n    if (w < 560) return 1;\r\n    if (w < 860) return 2;\r\n    return 3;\r\n  }\r\n\r\n  function cardW() {\r\n    return (track.parentElement.offsetWidth - GAP * (vis - 1)) \/ vis;\r\n  }\r\n\r\n  function sizeCards() {\r\n    vis = calcVis();\r\n    const cw = cardW();\r\n    Array.from(track.children).forEach(c => {\r\n      c.style.width    = cw + 'px';\r\n      c.style.minWidth = cw + 'px';\r\n    });\r\n  }\r\n\r\n  function maxIdx() { return TOTAL - vis; }\r\n\r\n  function applySlide() {\r\n    if (idx < 0)          idx = 0;\r\n    if (idx > maxIdx())   idx = maxIdx();\r\n    track.style.transform = `translateX(-${idx * (cardW() + GAP)}px)`;\r\n    prevBtn.disabled = idx === 0;\r\n    nextBtn.disabled = idx >= maxIdx();\r\n    renderDots();\r\n  }\r\n\r\n  function renderDots() {\r\n    dotsEl.innerHTML = '';\r\n    for (let i = 0; i <= maxIdx(); i++) {\r\n      const d = document.createElement('div');\r\n      d.className = 'tp-dot' + (i === idx ? ' on' : '');\r\n      const captured = i;\r\n      d.addEventListener('click', () => { idx = captured; applySlide(); resetAuto(); });\r\n      dotsEl.appendChild(d);\r\n    }\r\n  }\r\n\r\n  prevBtn.addEventListener('click', () => { idx--; applySlide(); resetAuto(); });\r\n  nextBtn.addEventListener('click', () => { idx++; applySlide(); resetAuto(); });\r\n\r\n  function startAuto() {\r\n    autoId = setInterval(() => {\r\n      idx = idx >= maxIdx() ? 0 : idx + 1;\r\n      applySlide();\r\n    }, 4000);\r\n  }\r\n  function stopAuto()  { clearInterval(autoId); }\r\n  function resetAuto() { stopAuto(); startAuto(); }\r\n\r\n  track.parentElement.addEventListener('mouseenter', stopAuto);\r\n  track.parentElement.addEventListener('mouseleave', startAuto);\r\n\r\n  let resizeTimer;\r\n  window.addEventListener('resize', () => {\r\n    clearTimeout(resizeTimer);\r\n    resizeTimer = setTimeout(() => {\r\n      sizeCards();\r\n      idx = 0;\r\n      applySlide();\r\n    }, 80);\r\n  });\r\n\r\n  \/\/ Init\r\n  sizeCards();\r\n  applySlide();\r\n  startAuto();\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How to Publish a book with New York Publishing House Do you want to be a Writer someone who gives reflections of Shakespeare, Dickens, Lawrence, or Hardy, don\u2019t hesitate don\u2019t underestimate yourself you are not going to be a Hamlet we at NYPH will make sure to take you out of Limbo. To be or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":218,"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":1119,"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/pages\/9\/revisions\/1119"}],"wp:attachment":[{"href":"https:\/\/clientdemolink.com\/dev\/cbp\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}