{"id":172546,"date":"2025-11-20T04:27:21","date_gmt":"2025-11-20T09:27:21","guid":{"rendered":"https:\/\/44.250.171.167\/?page_id=172546"},"modified":"2025-11-20T05:07:10","modified_gmt":"2025-11-20T10:07:10","slug":"alphastreet-podcast-series","status":"publish","type":"page","link":"https:\/\/alphastreet.com\/india\/alphastreet-podcast-series\/","title":{"rendered":"AlphaStreet Podcast Series"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&#038;family=Playfair+Display:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n    \/* --- THEME VARIABLES --- *\/\n    :root {\n        --bg-dark: #0B1120;   \/* Deep Navy *\/\n        --bg-light: #F8FAFC;  \/* Clean White\/Grey *\/\n        --accent-gold: #C5A059; \/* Premium Gold *\/\n        --text-main: #334155;\n        --text-light: #94A3B8;\n    }\n\n    \/* --- GLOBAL STYLES --- *\/\n    body {\n        font-family: 'Inter', sans-serif;\n        color: var(--text-main);\n        background-color: var(--bg-light);\n        margin: 0; padding: 0;\n        line-height: 1.6;\n    }\n    h1, h2, h3 { font-family: 'Playfair Display', serif; color: var(--bg-dark); margin-top: 0; }\n    a { text-decoration: none; transition: 0.3s; }\n    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\n\n    \/* BUTTONS *\/\n    .btn {\n        display: inline-block; padding: 14px 30px; border-radius: 4px; \n        font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.9rem;\n    }\n    .btn-gold { background: var(--accent-gold); color: white; border: none; cursor: pointer; }\n    .btn-gold:hover { background: #b08d4a; transform: translateY(-2px); }\n    .btn-outline { border: 1px solid rgba(255,255,255,0.3); color: white; }\n    .btn-outline:hover { border-color: var(--accent-gold); color: var(--accent-gold); }\n\n    \/* --- HERO SECTION (SPLIT LAYOUT) --- *\/\n    .hero {\n        background: linear-gradient(180deg, #0B1120 0%, #1a253a 100%);\n        color: white; padding: 80px 0; border-bottom: 3px solid var(--accent-gold);\n    }\n    .hero-wrap {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 60px;\n    }\n    .hero-content { flex: 1; }\n    .hero-image { flex: 1; text-align: center; position: relative; }\n    \n    \/* Host Image Styling *\/\n    .host-photo {\n        max-width: 100%;\n        border-radius: 8px;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.4);\n        border: 1px solid rgba(255,255,255,0.1);\n    }\n    .host-caption {\n        margin-top: 10px; font-size: 0.85rem; color: var(--accent-gold); \n        text-transform: uppercase; letter-spacing: 1px; font-weight: 600;\n    }\n\n    .hero h1 { color: white; font-size: 3rem; line-height: 1.1; margin-bottom: 20px; }\n    .hero h2 {\n        font-family: 'Inter', sans-serif; font-size: 1.15rem; font-weight: 300; \n        color: var(--text-light); margin-bottom: 30px;\n    }\n    .hero-stats {\n        display: flex; gap: 40px; margin-top: 40px; padding-top: 30px;\n        border-top: 1px solid rgba(255,255,255,0.1);\n    }\n    .stat strong { display: block; font-size: 1.8rem; color: var(--accent-gold); font-family: 'Playfair Display', serif; }\n    .stat span { font-size: 0.8rem; color: #cbd5e1; text-transform: uppercase; letter-spacing: 1px; }\n\n    \/* --- LOGO TICKER --- *\/\n    .logo-slider {\n        background: white; padding: 25px 0; overflow: hidden; border-bottom: 1px solid #e2e8f0;\n    }\n    .logo-track {\n        display: flex; gap: 60px; width: max-content;\n        animation: scroll 35s linear infinite;\n        align-items: center;\n    }\n    .logo-item {\n        height: 50px; width: auto; opacity: 0.6; filter: grayscale(100%); transition: 0.3s;\n    }\n    .logo-item:hover { opacity: 1; filter: grayscale(0%); }\n    @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\n\n    \/* --- SERIES GRID --- *\/\n    .series-section { padding: 80px 0; }\n    .section-head { text-align: center; margin-bottom: 50px; }\n    .section-head h2 { font-size: 2.5rem; margin-bottom: 10px; }\n    .section-head p { font-size: 1.1rem; color: var(--text-main); opacity: 0.8; }\n\n    .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }\n    .card {\n        background: white; border: 1px solid #e2e8f0; padding: 30px;\n        transition: 0.3s; border-radius: 4px; display: flex; flex-direction: column;\n    }\n    .card:hover { border-color: var(--accent-gold); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }\n    .card-cat { \n        font-size: 0.75rem; font-weight: 700; color: var(--accent-gold); \n        text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; \n    }\n    .card h3 { font-size: 1.4rem; margin-bottom: 10px; }\n    .card p { font-size: 0.95rem; color: #64748b; flex-grow: 1; margin-bottom: 20px; }\n    .card a { font-weight: 600; color: var(--bg-dark); font-size: 0.9rem; }\n    .card a:hover { color: var(--accent-gold); }\n\n    \/* --- APPLICATION SECTION --- *\/\n    .apply-section { background: var(--bg-dark); color: white; padding: 80px 0; }\n    .apply-wrap { display: flex; flex-wrap: wrap; gap: 60px; }\n    .apply-text { flex: 1; min-width: 300px; }\n    .apply-text h2 { color: white; font-size: 2.5rem; margin-bottom: 20px; }\n    .apply-text p { color: var(--text-light); margin-bottom: 30px; }\n    .audience-pill {\n        display: inline-block; background: rgba(255,255,255,0.1); padding: 8px 16px;\n        border-radius: 50px; margin: 0 5px 10px 0; font-size: 0.85rem; color: white; border: 1px solid rgba(255,255,255,0.1);\n    }\n    \n    \/* FORM WRAPPER *\/\n    .apply-form {\n        flex: 1; min-width: 320px;\n        background: white; padding: 40px; border-radius: 4px; color: var(--bg-dark);\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n        .hero-wrap { flex-direction: column-reverse; text-align: center; }\n        .hero-image { width: 100%; }\n        .hero-stats { flex-direction: column; gap: 20px; align-items: center; }\n        .apply-wrap { flex-direction: column; }\n    }\n<\/style>\n<\/head>\n<body>\n\n    <!-- HERO SECTION -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-wrap\">\n                \n                <!-- Left: Text -->\n                <div class=\"hero-content\">\n                    <h1>Market Intelligence for<br>the Intelligent Investor.<\/h1>\n                    <h2>Join Radhakrishnan Chonat for deep-dive conversations with India&#8217;s leading Fund Managers, Startup Founders, and CEOs.<\/h2>\n                    \n                    <div style=\"margin-bottom:40px;\">\n                        <a href=\"#apply\" class=\"btn btn-gold\">Request Interview<\/a>\n                        <a href=\"#series\" class=\"btn btn-outline\" style=\"margin-left: 15px;\">Explore Shows<\/a>\n                    <\/div>\n\n                    <div class=\"hero-stats\">\n                        <div class=\"stat\">\n                            <strong>45,000+<\/strong>\n                            <span>Subscribers<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <strong>Core Audience<\/strong>\n                            <span>HNIs &#038; Analysts<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <strong>Focus<\/strong>\n                            <span>Listed &#038; Startups<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Right: Radhakrishnan Image -->\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/alphastreet.com\/india\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2024-06-20-at-10.41.00-AM.jpg\" alt=\"Radhakrishnan Chonat\" class=\"host-photo\">\n                    <div class=\"host-caption\">Hosted by Radhakrishnan Chonat, Director, Business Development<\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- LOGO TICKER -->\n    <div class=\"logo-slider\">\n        <div class=\"logo-track\">\n            <!-- REPLACE these placeholders with your actual guest company logos -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Quant+Mutual\" alt=\"Quant Mutual\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=PPFAS\" alt=\"PPFAS\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Motilal+Oswal\" alt=\"Motilal Oswal\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=HDFC+Sec\" alt=\"HDFC Securities\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Kotak\" alt=\"Kotak Mahindra\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Unicorn+Startup\" alt=\"Startup\" class=\"logo-item\">\n            \n            <!-- Loop Duplicates -->\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Quant+Mutual\" alt=\"Quant Mutual\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=PPFAS\" alt=\"PPFAS\" class=\"logo-item\">\n            <img decoding=\"async\" src=\"https:\/\/placehold.co\/150x50\/white\/0B1120?text=Motilal+Oswal\" alt=\"Motilal Oswal\" class=\"logo-item\">\n        <\/div>\n    <\/div>\n\n    <!-- SERIES GRID -->\n    <section id=\"series\" class=\"series-section\">\n        <div class=\"container\">\n            <div class=\"section-head\">\n                <h2>Our Podcast Network<\/h2>\n                <p>Curated content for every type of investor.<\/p>\n            <\/div>\n\n            <div class=\"grid\">\n                <!-- Series 1 -->\n                <div class=\"card\">\n                    <div class=\"card-cat\">Markets &#038; Strategy<\/div>\n                    <h3>Fund Manager Series<\/h3>\n                    <p>Insightful conversations with India\u2019s top fund managers. Perfect for investors seeking portfolio wisdom.<\/p>\n                    <a href=\"https:\/\/www.youtube.com\/watch?v=toVItxxkv7U&#038;list=PLmpwBU3oBor_q5y6hN5Ompm6QN27kcb1w\" target=\"_blank\" rel=\"noopener\">\u25b6 Watch Series<\/a>\n                <\/div>\n\n                <!-- Series 2 -->\n                <div class=\"card\">\n                    <div class=\"card-cat\">Leadership &#038; Vision<\/div>\n                    <h3>CEO Insights<\/h3>\n                    <p>Candid interviews with leaders shaping tomorrow\u2019s India\u2014from Listed Giants to High-Growth Startups.<\/p>\n                    <a href=\"https:\/\/www.youtube.com\/playlist?list=PLmpwBU3oBor95uQ4Vec8kzEvBiQwTSJIi\" target=\"_blank\" rel=\"noopener\">\u25b6 Watch Series<\/a>\n                <\/div>\n\n                <!-- Series 3 -->\n                <div class=\"card\">\n                    <div class=\"card-cat\">Deep Dive<\/div>\n                    <h3>Beyond The Ticker<\/h3>\n                    <p>We go past the stock symbol to uncover the vision and strategy driving India\u2019s listed companies.<\/p>\n                    <a href=\"https:\/\/www.youtube.com\/watch?v=NrUKFq8GsNg&#038;list=PLmpwBU3oBor9Bfu3YqCB9GYF9px9xgheH\" target=\"_blank\" rel=\"noopener\">\u25b6 Watch Series<\/a>\n                <\/div>\n\n                <!-- Series 4 -->\n                <div class=\"card\">\n                    <div class=\"card-cat\">Earnings Simplified<\/div>\n                    <h3>AlphaCall<\/h3>\n                    <p>Your shortcut to earnings season. Key takeaways from analyst calls, distilled for individual investors.<\/p>\n                    <a href=\"https:\/\/www.youtube.com\/watch?v=kxNmWQysVAc&#038;list=PLmpwBU3oBor-zsUQQdsZWH-zBmk-OuHBC\" target=\"_blank\" rel=\"noopener\">\u25b6 Watch Series<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- APPLICATION SECTION -->\n    <section id=\"apply\" class=\"apply-section\">\n        <div class=\"container\">\n            <div class=\"apply-wrap\">\n                \n                <!-- Left Text -->\n                <div class=\"apply-text\">\n                    <h2>Be a Guest on AlphaStreet<\/h2>\n                    <p>Share your story with a financially literate audience that values depth over hype.<\/p>\n                    \n                    <div style=\"margin-bottom:20px;\">\n                        <span class=\"audience-pill\">HNIs<\/span>\n                        <span class=\"audience-pill\">Individual Investors<\/span>\n                        <span class=\"audience-pill\">Analysts<\/span>\n                        <span class=\"audience-pill\">Retired Professionals<\/span>\n                    <\/div>\n\n                    <p style=\"font-size: 0.9rem; color: #cbd5e1; margin-top: 20px;\">\n                        <em>&#8220;Our viewers are long-term thinkers. They want to understand the business model, the risks, and the vision\u2014not just the next quarter&#8217;s guidance.&#8221;<\/em>\n                    <\/p>\n                <\/div>\n\n                <!-- Right Form -->\n                <div class=\"apply-form\">\n                    [wpforms id=&#8221;172561&#8243; title=&#8221;false&#8221;]\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Market Intelligence forthe Intelligent Investor. Join Radhakrishnan Chonat for deep-dive conversations with India&#8217;s leading Fund Managers, Startup Founders, and CEOs. Request Interview Explore Shows 45,000+ Subscribers Core Audience HNIs &#038; Analysts Focus Listed &#038; Startups Hosted by Radhakrishnan Chonat, Director, Business Development Our Podcast Network Curated content for every type of investor. Markets &#038; Strategy [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-172546","page","type-page","status-publish","hentry"],"jetpack_likes_enabled":false,"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/pages\/172546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/comments?post=172546"}],"version-history":[{"count":0,"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/pages\/172546\/revisions"}],"wp:attachment":[{"href":"https:\/\/alphastreet.com\/india\/wp-json\/wp\/v2\/media?parent=172546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}