{"id":28,"date":"2026-07-22T09:17:48","date_gmt":"2026-07-22T09:17:48","guid":{"rendered":"https:\/\/project37.walstargroup.org\/?page_id=28"},"modified":"2026-07-23T11:19:30","modified_gmt":"2026-07-23T11:19:30","slug":"products","status":"publish","type":"page","link":"https:\/\/crystalthread.in\/index.php\/products\/","title":{"rendered":"Products"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"28\" class=\"elementor elementor-28\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b501a7b come-soon e-flex e-con-boxed e-con e-parent\" data-id=\"b501a7b\" 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-afa204a elementor-widget elementor-widget-html\" data-id=\"afa204a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Coming Soon | Crystal Thread Enterprises<\/title>\r\n\r\n<!-- Google Fonts -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- Font Awesome -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.7.2\/css\/all.min.css\"\/>\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\n.come-soon{\r\n    font-family:'Rubik',sans-serif;\r\n    background:#fff;\r\n    color:#000;\r\n    overflow:hidden;\r\n    position:relative;\r\n}\r\n\r\n\/* Background Shapes *\/\r\n\r\n.come-soon::before{\r\n    content:\"\";\r\n    position:absolute;\r\n    width:520px;\r\n    height:520px;\r\n    border-radius:50%;\r\n    background:#EB1C22;\r\n    opacity:.08;\r\n    top:-180px;\r\n    left:-150px;\r\n}\r\n\r\n.come-soon::after{\r\n    content:\"\";\r\n    position:absolute;\r\n    width:380px;\r\n    height:380px;\r\n    border-radius:50%;\r\n    background:#6C0000;\r\n    opacity:.05;\r\n    bottom:-120px;\r\n    right:-100px;\r\n}\r\n\r\n\r\n\r\n\/* Card *\/\r\n\r\n.coming-card{\r\n\r\n    position:relative;\r\n    z-index:10;\r\n\r\n    max-width:1200px;\r\n    width:100%;\r\n\r\n    background:#fff;\r\n\r\n    border:1px solid brown;\r\n    border-radius:10px;\r\n\r\n    padding:70px 50px;\r\n\r\n    text-align:center;\r\n\r\n    box-shadow:0 20px 60px rgba(0,0,0,.08);\r\n\r\n    animation:fadeUp .8s ease;\r\n}\r\n\r\n.icon{\r\n\r\n    width:100px;\r\n    height:100px;\r\n\r\n    margin:auto;\r\n\r\n    background:#EB1C22;\r\n\r\n    border-radius:50%;\r\n\r\n    display:flex;\r\n    justify-content:center;\r\n    align-items:center;\r\n\r\n    color:#fff;\r\n\r\n    font-size:42px;\r\n\r\n    margin-bottom:30px;\r\n\r\n    animation:float 3s ease-in-out infinite;\r\n\r\n}\r\n\r\n.badge{\r\n\r\n    display:inline-block;\r\n\r\n    background:#FFE7E8;\r\n\r\n    color:#EB1C22;\r\n\r\n    padding:10px 22px;\r\n\r\n    border-radius:30px;\r\n\r\n    font-size:14px;\r\n    font-weight:600;\r\n\r\n    margin-bottom:25px;\r\n\r\n}\r\n\r\nh1{\r\n\r\n    font-family:Georgia,serif;\r\n\r\n    font-size:58px;\r\n\r\n    color:#6C0000;\r\n\r\n    margin-bottom:12px;\r\n\r\n}\r\n\r\nh3{\r\n\r\n    font-family:Georgia,serif;\r\n\r\n    font-size:28px;\r\n\r\n    margin-bottom:18px;\r\n\r\n    color:#111;\r\n\r\n}\r\n\r\np{\r\n\r\n    max-width:620px;\r\n\r\n    margin:auto;\r\n\r\n    color:#555;\r\n\r\n    line-height:1.8;\r\n\r\n    font-size:17px;\r\n\r\n}\r\n\r\n.buttons{\r\n\r\n    margin-top:45px;\r\n\r\n    display:flex;\r\n\r\n    justify-content:center;\r\n\r\n    gap:18px;\r\n\r\n    flex-wrap:wrap;\r\n\r\n}\r\n\r\n.btn{\r\n\r\n    text-decoration:none;\r\n\r\n    padding:15px 30px;\r\n\r\n    border-radius:10px;\r\n\r\n    transition:.35s;\r\n\r\n    font-weight:500;\r\n\r\n    display:inline-flex;\r\n\r\n    align-items:center;\r\n\r\n    gap:10px;\r\n\r\n}\r\n\r\n.btn-primary{\r\n\r\n    background:#EB1C22;\r\n\r\n    color:#fff;\r\n\r\n}\r\n\r\n.btn-primary:hover{\r\n\r\n    background:#6C0000;\r\n\r\n    transform:translateY(-4px);\r\n\r\n}\r\n\r\n.btn-outline{\r\n\r\n    border:2px solid #EB1C22;\r\n\r\n    color:#EB1C22;\r\n\r\n}\r\n\r\n.btn-outline:hover{\r\n\r\n    background:#EB1C22;\r\n\r\n    color:#fff;\r\n\r\n    transform:translateY(-4px);\r\n\r\n}\r\n\r\n\/* Footer Text *\/\r\n\r\n.note{\r\n\r\n    margin-top:35px;\r\n\r\n    color:#777;\r\n\r\n    font-size:15px;\r\n\r\n}\r\n\r\n\/* Animations *\/\r\n\r\n@keyframes fadeUp{\r\n\r\nfrom{\r\n\r\nopacity:0;\r\ntransform:translateY(50px);\r\n\r\n}\r\n\r\nto{\r\n\r\nopacity:1;\r\ntransform:translateY(0);\r\n\r\n}\r\n\r\n}\r\n\r\n@keyframes float{\r\n\r\n0%,100%{\r\ntransform:translateY(0);\r\n}\r\n\r\n50%{\r\ntransform:translateY(-12px);\r\n}\r\n\r\n}\r\n\r\n\/* Responsive *\/\r\n\r\n@media(max-width:768px){\r\n\r\n.coming-card{\r\n\r\npadding:50px 25px;\r\n\r\n}\r\n\r\nh1{\r\n\r\nfont-size:42px;\r\n\r\n}\r\n\r\nh3{\r\n\r\nfont-size:24px;\r\n\r\n}\r\n\r\np{\r\n\r\nfont-size:16px;\r\n\r\n}\r\n\r\n.buttons{\r\n\r\nflex-direction:column;\r\n\r\n}\r\n\r\n.btn{\r\n\r\nwidth:100%;\r\njustify-content:center;\r\n\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"coming-card\">\r\n\r\n    <div class=\"icon\">\r\n        <i class=\"fa-solid fa-gears\"><\/i>\r\n    <\/div>\r\n\r\n    <span class=\"badge\">\r\n        \ud83d\udea7 Page Under Development\r\n    <\/span>\r\n\r\n    <h1>Coming Soon<\/h1>\r\n\r\n    <h3>We're Crafting Something Exceptional<\/h3>\r\n\r\n    <p>\r\n        This page is currently under development and will be available soon.\r\n        Our team is working to bring you detailed information about our premium\r\n        industrial and textile thread solutions. Thank you for your patience.\r\n    <\/p>\r\n\r\n    <div class=\"buttons\">\r\n\r\n        <a href=\"\/\" class=\"btn btn-primary\">\r\n            <i class=\"fa-solid fa-house\"><\/i>\r\n            Back to Home\r\n        <\/a>\r\n\r\n        <a href=\"\/contact\" class=\"btn btn-outline\">\r\n            <i class=\"fa-solid fa-envelope\"><\/i>\r\n            Contact Us\r\n        <\/a>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"note\">\r\n        \u00a9 2026 Crystal Thread Enterprises \u2022 Premium Industrial & Textile Thread Manufacturer\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\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>Coming Soon | Crystal Thread Enterprises \ud83d\udea7 Page Under Development Coming Soon We&#8217;re Crafting Something Exceptional This page is currently under development and will be available soon. Our team is working to bring you detailed information about our premium industrial and textile thread solutions. Thank you for your patience. Back to Home Contact Us \u00a9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":5,"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":521,"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions\/521"}],"wp:attachment":[{"href":"https:\/\/crystalthread.in\/index.php\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}