{"id":9,"date":"2026-06-08T20:35:25","date_gmt":"2026-06-08T20:35:25","guid":{"rendered":"https:\/\/www.ispice.in\/?page_id=9"},"modified":"2026-06-13T08:53:32","modified_gmt":"2026-06-13T08:53:32","slug":"hello-theme-9","status":"publish","type":"page","link":"https:\/\/www.ispice.in\/","title":{"rendered":"Hello Theme #9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b374df e-con-full e-flex e-con e-parent\" data-id=\"3b374df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e24da8 elementor-widget elementor-widget-html\" data-id=\"7e24da8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  .ispice-dynamic-hero {\r\n    background-color: #151515; \/* Matte Black *\/\r\n    padding: 30px 20px;\r\n    text-align: center;\r\n    font-family: 'Georgia', serif;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n  \r\n  \/* The Ambient Breathing Glow *\/\r\n  .ispice-glow {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    width: 500px;\r\n    height: 500px;\r\n    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, rgba(21, 21, 21, 0) 70%);\r\n    transform: translate(-50%, -50%);\r\n    animation: ispice-pulse-glow 6s infinite alternate ease-in-out;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n  }\r\n\r\n  @keyframes ispice-pulse-glow {\r\n    0% { opacity: 0.6; transform: translate(-50%, -50%) scale(0.9); }\r\n    100% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }\r\n  }\r\n\r\n  \/* The Headline Structure *\/\r\n  .ispice-headline {\r\n    font-size: 4rem;\r\n    margin-bottom: 20px;\r\n    position: relative;\r\n    z-index: 2;\r\n    font-weight: 400;\r\n    \/* Shiny Gold Gradient applied to the whole block *\/\r\n    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n  }\r\n\r\n  \/* The Rotator Window *\/\r\n  .ispice-rotator-window {\r\n    display: inline-block;\r\n    vertical-align: bottom;\r\n    height: 1.2em; \r\n    overflow: hidden; \r\n    text-align: left;\r\n  }\r\n\r\n  \/* The Moving Text Track *\/\r\n  .ispice-rotator-track {\r\n    display: block;\r\n    animation: ispice-slide-words 9s cubic-bezier(0.68, -0.2, 0.27, 1.2) infinite;\r\n    \/* Force the moving text to have its own gradient *\/\r\n    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n  }\r\n\r\n  .ispice-rotator-track span {\r\n    display: block;\r\n    height: 1.2em;\r\n    line-height: 1.2em;\r\n  }\r\n\r\n  @keyframes ispice-slide-words {\r\n    0%, 25% { transform: translateY(0); }          \r\n    33%, 58% { transform: translateY(-1.2em); }    \r\n    66%, 91% { transform: translateY(-2.4em); }    \r\n    100% { transform: translateY(0); }             \r\n  }\r\n\r\n  \/* NEW: The Creative Gold Tagline *\/\r\n  .ispice-tagline-wrapper {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 15px;\r\n    margin-bottom: 35px;\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n  \r\n  .ispice-tagline-line {\r\n    width: 60px;\r\n    height: 1px;\r\n    \/* Fades from invisible to gold *\/\r\n    background: linear-gradient(to right, transparent, #D4AF37);\r\n  }\r\n  \r\n  .ispice-tagline-line.right {\r\n    \/* Fades from gold to invisible *\/\r\n    background: linear-gradient(to left, transparent, #D4AF37);\r\n  }\r\n  \r\n  .ispice-tagline-text {\r\n    font-size: 1.2rem;\r\n    font-family: 'Georgia', serif;\r\n    font-style: italic;\r\n    letter-spacing: 2px;\r\n    \/* Shiny Gold Gradient *\/\r\n    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n  }\r\n\r\n  \/* Standard Hero Text and Buttons *\/\r\n  .ispice-dynamic-hero p {\r\n    font-size: 1.3rem;\r\n    max-width: 650px;\r\n    margin: 0 auto 40px auto;\r\n    color: #CCCCCC;\r\n    line-height: 1.8;\r\n    font-family: 'Helvetica Neue', Arial, sans-serif;\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n  \r\n  .ispice-gold-btn {\r\n    background-color: transparent;\r\n    color: #D4AF37;\r\n    padding: 16px 40px;\r\n    font-size: 1.1rem;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    border: 2px solid #D4AF37;\r\n    border-radius: 4px;\r\n    transition: all 0.3s ease;\r\n    display: inline-block;\r\n    position: relative;\r\n    z-index: 2;\r\n  }\r\n  \r\n  .ispice-gold-btn:hover {\r\n    background-color: #D4AF37;\r\n    color: #151515;\r\n  }\r\n\r\n  \/* Mobile Adjustments *\/\r\n  @media (max-width: 768px) {\r\n    .ispice-dynamic-hero { padding: 100px 20px; }\r\n    .ispice-headline { font-size: 2.5rem; }\r\n    .ispice-tagline-text { font-size: 1rem; }\r\n    .ispice-tagline-line { width: 30px; }\r\n    .ispice-dynamic-hero p { font-size: 1.1rem; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"ispice-dynamic-hero\">\r\n  <div class=\"ispice-glow\"><\/div>\r\n  \r\n  <h1 class=\"ispice-headline\">\r\n    Experience the <br>\r\n    <div class=\"ispice-rotator-window\">\r\n      <div class=\"ispice-rotator-track\">\r\n        <span>Aroma<\/span>\r\n        <span>Heritage<\/span>\r\n        <span>Soul<\/span>\r\n        <span>Aroma<\/span>\r\n      <\/div>\r\n    <\/div><br>\r\n    of Kerala.\r\n  <\/h1>\r\n\r\n  <div class=\"ispice-tagline-wrapper\">\r\n    <div class=\"ispice-tagline-line\"><\/div>\r\n    <div class=\"ispice-tagline-text\">The gold standard of aromatics<\/div>\r\n    <div class=\"ispice-tagline-line right\"><\/div>\r\n  <\/div>\r\n  \r\n  <p>From the misty hills of the Western Ghats to global kitchen. Your direct connection to the ancient spice gardens of India.<\/p>\r\n  <a href=\"#inquiry\" class=\"ispice-gold-btn\">View The Collection<\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b25895e e-con-full e-flex e-con e-parent\" data-id=\"b25895e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d49e9e elementor-widget elementor-widget-html\" data-id=\"1d49e9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  .ispice-marquee-wrapper {\r\n    background-color: #151515; \/* Matte Black Base *\/\r\n    border-top: 1px solid rgba(212, 175, 55, 0.3); \/* Subtle Gold Border *\/\r\n    border-bottom: 1px solid rgba(212, 175, 55, 0.3);\r\n    padding: 25px 0;\r\n    position: relative;\r\n    overflow: hidden;\r\n    white-space: nowrap;\r\n    display: flex;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* The Left and Right Shadow Fades *\/\r\n  .ispice-marquee-wrapper::before,\r\n  .ispice-marquee-wrapper::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    width: 15%;\r\n    height: 100%;\r\n    z-index: 2;\r\n    pointer-events: none;\r\n  }\r\n  .ispice-marquee-wrapper::before {\r\n    left: 0;\r\n    background: linear-gradient(to right, #151515 0%, transparent 100%);\r\n  }\r\n  .ispice-marquee-wrapper::after {\r\n    right: 0;\r\n    background: linear-gradient(to left, #151515 0%, transparent 100%);\r\n  }\r\n\r\n  \/* The Moving Text *\/\r\n  .ispice-marquee-track {\r\n    display: inline-block;\r\n    animation: ispice-scroll 25s linear infinite;\r\n    font-family: 'Georgia', serif;\r\n    font-size: 1.1rem;\r\n    letter-spacing: 4px;\r\n    color: #D4AF37; \/* Solid Gold *\/\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  \/* Hover to pause the animation *\/\r\n  .ispice-marquee-wrapper:hover .ispice-marquee-track {\r\n    animation-play-state: paused;\r\n  }\r\n\r\n  .ispice-marquee-item {\r\n    margin: 0 40px;\r\n    display: inline-block;\r\n  }\r\n  \r\n  .ispice-star {\r\n    color: #CCCCCC; \/* Text Gray for contrast *\/\r\n    margin-right: 40px;\r\n  }\r\n\r\n  @keyframes ispice-scroll {\r\n    0% { transform: translateX(0); }\r\n    100% { transform: translateX(-50%); }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"ispice-marquee-wrapper\">\r\n  <div class=\"ispice-marquee-track\">\r\n    <span class=\"ispice-marquee-item\">Single-Origin Kerala Spices<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Ethically Sourced<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Chef-Approved Quality<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Direct From The Farms<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    \r\n    <span class=\"ispice-marquee-item\">Single-Origin Kerala Spices<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Ethically Sourced<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Chef-Approved Quality<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Direct From The Farms<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa1d5ce e-con e-atomic-element e-flexbox-base e-aef0d68 \" data-id=\"fa1d5ce\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"fa1d5ce\" data-e-type=\"e-flexbox\" data-id=\"fa1d5ce\">\n    \t\t<div class=\"elementor-element elementor-element-626531f elementor-widget elementor-widget-video\" data-id=\"626531f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/PGc98uMMOJM&quot;,&quot;start&quot;:10,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-53c8edd e-con-full e-flex e-con e-parent\" data-id=\"53c8edd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5394651 elementor-widget elementor-widget-html\" data-id=\"5394651\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  .ispice-marquee-wrapper {\r\n    background-color: #151515; \/* Matte Black Base *\/\r\n    border-top: 1px solid rgba(212, 175, 55, 0.3); \/* Subtle Gold Border *\/\r\n    border-bottom: 1px solid rgba(212, 175, 55, 0.3);\r\n    padding: 25px 0;\r\n    position: relative;\r\n    overflow: hidden;\r\n    white-space: nowrap;\r\n    display: flex;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* The Left and Right Shadow Fades *\/\r\n  .ispice-marquee-wrapper::before,\r\n  .ispice-marquee-wrapper::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    width: 15%;\r\n    height: 100%;\r\n    z-index: 2;\r\n    pointer-events: none;\r\n  }\r\n  .ispice-marquee-wrapper::before {\r\n    left: 0;\r\n    background: linear-gradient(to right, #151515 0%, transparent 100%);\r\n  }\r\n  .ispice-marquee-wrapper::after {\r\n    right: 0;\r\n    background: linear-gradient(to left, #151515 0%, transparent 100%);\r\n  }\r\n\r\n  \/* The Moving Text *\/\r\n  .ispice-marquee-track {\r\n    display: inline-block;\r\n    animation: ispice-scroll 25s linear infinite;\r\n    font-family: 'Georgia', serif;\r\n    font-size: 1.1rem;\r\n    letter-spacing: 4px;\r\n    color: #D4AF37; \/* Solid Gold *\/\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  \/* Hover to pause the animation *\/\r\n  .ispice-marquee-wrapper:hover .ispice-marquee-track {\r\n    animation-play-state: paused;\r\n  }\r\n\r\n  .ispice-marquee-item {\r\n    margin: 0 40px;\r\n    display: inline-block;\r\n  }\r\n  \r\n  .ispice-star {\r\n    color: #CCCCCC; \/* Text Gray for contrast *\/\r\n    margin-right: 40px;\r\n  }\r\n\r\n  @keyframes ispice-scroll {\r\n    0% { transform: translateX(0); }\r\n    100% { transform: translateX(-50%); }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"ispice-marquee-wrapper\">\r\n  <div class=\"ispice-marquee-track\">\r\n    <span class=\"ispice-marquee-item\">Single-Origin Kerala Spices<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Ethically Sourced<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Chef-Approved Quality<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Direct From The Farms<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    \r\n    <span class=\"ispice-marquee-item\">Single-Origin Kerala Spices<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Ethically Sourced<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Chef-Approved Quality<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n    <span class=\"ispice-marquee-item\">Direct From The Farms<\/span><span class=\"ispice-star\">\u2726<\/span>\r\n  <\/div>\r\n<\/div>\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>Experience the Aroma Heritage Soul Aroma of Kerala. The gold standard of aromatics From the misty hills of the Western Ghats to global kitchen. Your direct connection to the ancient spice gardens of India. View The Collection Single-Origin Kerala Spices\u2726 Ethically Sourced\u2726 Chef-Approved Quality\u2726 Direct From The Farms\u2726 Single-Origin Kerala Spices\u2726 Ethically Sourced\u2726 Chef-Approved Quality\u2726 [&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:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ispice.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":5,"href":"https:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":198,"href":"https:\/\/www.ispice.in\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/198"}],"wp:attachment":[{"href":"https:\/\/www.ispice.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}