{"id":5295,"date":"2026-09-22T04:50:37","date_gmt":"2026-09-22T04:50:37","guid":{"rendered":"https:\/\/et-edge.com\/conferences\/iconicbrands\/?page_id=5295"},"modified":"2026-09-24T04:53:56","modified_gmt":"2026-09-24T04:53:56","slug":"agenda","status":"publish","type":"page","link":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/","title":{"rendered":"Agenda"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5295\" class=\"elementor elementor-5295\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31462bb e-flex e-con-boxed e-con e-parent\" data-id=\"31462bb\" 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-4bb29ed elementor-widget elementor-widget-heading\" data-id=\"4bb29ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">AGENDA<\/h1>\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-927a432 e-flex e-con-boxed e-con e-parent\" data-id=\"927a432\" 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-ed9fe1a elementor-widget elementor-widget-html\" data-id=\"ed9fe1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .et-agenda-widget {\n    --bg: #080b12;\n    --card: #10151f;\n    --card-hover: #151c29;\n    --gold: #d6ad63;\n    --gold-light: #f1d49a;\n    --white: #ffffff;\n    --text: #d9dde5;\n    --muted: #9299a7;\n    --border: rgba(214, 173, 99, 0.22);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 25px 20px;\n    box-sizing: border-box;\n    background: var(--bg);\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--white);\n  }\n\n  .et-agenda-list {\n    position: relative;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  \/* Vertical timeline *\/\n  .et-agenda-list::before {\n    content: \"\";\n    position: absolute;\n    left: 110px;\n    top: 0;\n    bottom: 0;\n    width: 1px;\n    background: linear-gradient(\n      to bottom,\n      transparent,\n      var(--gold),\n      transparent\n    );\n    opacity: .35;\n  }\n\n  .et-agenda-item {\n    position: relative;\n    display: grid;\n    grid-template-columns: 155px 1fr;\n    gap: 35px;\n    margin-bottom: 20px;\n  }\n\n  \/* TIME *\/\n  .et-agenda-time {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    justify-content: flex-end;\n    align-items: flex-start;\n    padding: 24px 20px 0 0;\n    color: var(--gold-light);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    text-align: right;\n    white-space: nowrap;\n  }\n\n  .et-agenda-time::after {\n    content: \"\";\n    position: absolute;\n    right: -5px;\n    top: 29px;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    border: 2px solid var(--gold);\n    background: var(--bg);\n    box-shadow: 0 0 0 5px rgba(214,173,99,.08);\n    transition: .35s ease;\n  }\n\n  \/* CARD *\/\n  .et-agenda-content {\n    position: relative;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    background: linear-gradient(\n      135deg,\n      rgba(255,255,255,.035),\n      rgba(255,255,255,.01)\n    );\n    transition:\n      transform .35s ease,\n      border-color .35s ease,\n      background .35s ease,\n      box-shadow .35s ease;\n  }\n\n  \/* CLICKABLE CARD *\/\n  .et-agenda-item.has-speaker .et-agenda-content {\n    cursor: pointer;\n  }\n\n  .et-agenda-item.has-speaker .et-agenda-content:hover {\n    transform: translateX(8px);\n    border-color: rgba(214,173,99,.6);\n    background: var(--card-hover);\n    box-shadow:\n      0 15px 40px rgba(0,0,0,.28),\n      0 0 25px rgba(214,173,99,.06);\n  }\n\n  .et-agenda-item.has-speaker:hover .et-agenda-time::after {\n    background: var(--gold);\n    box-shadow:\n      0 0 0 5px rgba(214,173,99,.12),\n      0 0 18px rgba(214,173,99,.4);\n  }\n\n  \/* HEADLINE *\/\n  .et-agenda-head {\n    position: relative;\n    z-index: 2;\n    min-height: 70px;\n    padding: 22px 55px 22px 28px;\n    display: flex;\n    align-items: center;\n    box-sizing: border-box;\n  }\n\n  .et-agenda-title {\n    margin: 0;\n    color: var(--white);\n    font-size: 18px;\n    line-height: 1.45;\n    font-weight: 600;\n  }\n\n  .et-agenda-item.has-speaker .et-agenda-title {\n    color: var(--gold-light);\n  }\n\n  \/* ARROW *\/\n  .et-agenda-arrow {\n    position: absolute;\n    right: 23px;\n    top: 50%;\n    width: 9px;\n    height: 9px;\n    border-right: 2px solid var(--gold);\n    border-bottom: 2px solid var(--gold);\n    transform: translateY(-65%) rotate(45deg);\n    transition: transform .3s ease;\n  }\n\n  .et-agenda-item.open .et-agenda-arrow {\n    transform: translateY(-30%) rotate(225deg);\n  }\n\n  \/* SPEAKER CONTENT *\/\n  .et-agenda-details {\n    display: grid;\n    grid-template-rows: 0fr;\n    transition: grid-template-rows .4s ease;\n  }\n\n  .et-agenda-details-inner {\n    overflow: hidden;\n  }\n\n  .et-agenda-item.open .et-agenda-details {\n    grid-template-rows: 1fr;\n  }\n\n  .et-agenda-speakers {\n    position: relative;\n    padding: 0 28px 25px 28px;\n    border-top: 1px solid rgba(214,173,99,.12);\n  }\n\n  .et-agenda-speakers::before {\n    content: \"\";\n    position: absolute;\n    left: 28px;\n    right: 28px;\n    top: 0;\n    height: 1px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      rgba(214,173,99,.25),\n      transparent\n    );\n  }\n\n  .et-agenda-speaker {\n    padding-top: 18px;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .et-agenda-speaker strong {\n    display: block;\n    color: var(--white);\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .et-agenda-speaker span {\n    display: block;\n    margin-top: 3px;\n    color: var(--muted);\n  }\n\n  \/* NON CLICKABLE ITEMS *\/\n  .et-agenda-item.no-speaker .et-agenda-content {\n    cursor: default;\n  }\n\n  .et-agenda-item.no-speaker .et-agenda-head {\n    padding-right: 28px;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 768px) {\n\n    .et-agenda-widget {\n      padding: 20px 14px;\n    }\n\n    .et-agenda-list::before {\n      left: 17px;\n    }\n\n    .et-agenda-item {\n      grid-template-columns: 1fr;\n      gap: 0;\n      padding-left: 40px;\n      margin-bottom: 18px;\n    }\n\n    .et-agenda-time {\n      justify-content: flex-start;\n      padding: 0 0 8px 0;\n      text-align: left;\n      font-size: 12px;\n    }\n\n    .et-agenda-time::after {\n      left: -28px;\n      right: auto;\n      top: 3px;\n      width: 8px;\n      height: 8px;\n    }\n\n    .et-agenda-head {\n      min-height: 65px;\n      padding: 18px 48px 18px 18px;\n    }\n\n    .et-agenda-title {\n      font-size: 16px;\n      line-height: 1.5;\n    }\n\n    .et-agenda-arrow {\n      right: 19px;\n    }\n\n    .et-agenda-speakers {\n      padding: 0 18px 20px;\n    }\n\n    .et-agenda-speakers::before {\n      left: 18px;\n      right: 18px;\n    }\n\n    .et-agenda-speaker {\n      font-size: 13px;\n    }\n\n    .et-agenda-item.has-speaker .et-agenda-content:hover {\n      transform: translateX(3px);\n    }\n  }\n\n  \/* SMALL MOBILE *\/\n  @media (max-width: 480px) {\n\n    .et-agenda-widget {\n      padding: 15px 10px;\n    }\n\n    .et-agenda-list::before {\n      left: 13px;\n    }\n\n    .et-agenda-item {\n      padding-left: 31px;\n    }\n\n    .et-agenda-time::after {\n      left: -24px;\n    }\n\n    .et-agenda-time {\n      font-size: 11px;\n    }\n\n    .et-agenda-head {\n      padding: 16px 43px 16px 15px;\n    }\n\n    .et-agenda-title {\n      font-size: 15px;\n    }\n\n    .et-agenda-speakers {\n      padding: 0 15px 18px;\n    }\n\n    .et-agenda-speakers::before {\n      left: 15px;\n      right: 15px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .et-agenda-content,\n    .et-agenda-details,\n    .et-agenda-arrow,\n    .et-agenda-time::after {\n      transition: none;\n    }\n  }\n<\/style>\n\n\n<div class=\"et-agenda-widget\">\n\n  <div class=\"et-agenda-list\">\n\n\n    <!-- =========================\n         1. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        17:00 \u2013 17:30\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Registration\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         2. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        17:30 \u2013 17:35\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Setting the tone\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         3. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        17:35 \u2013 17:50\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Opening Address: The Gravity of Great Indian Brands\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Ambi Parameswaran<\/strong>\n                <span>\n                  Brand and CEO Coach, Brand-Building.com.\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         4. PANEL - SPEAKERS\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        17:50 \u2013 18:20\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Panel Discussion: #BorrowedAttention or #EarnedInfluence \u2013 Branding for Long Game\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Kirtikar Ojha<\/strong>\n                <span>\n                  CMO, Head \u2013 Business Development &amp; Government Sales, Larsen &amp; Toubro\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Dolly Davda<\/strong>\n                <span>\n                  Head \u2013 Marketing, BookMyShow\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Apeksha Gupta<\/strong>\n                <span>\n                  Chief Marketing &amp; Growth Officer, Galeries Lafayette India, Aditya Birla Fashion &amp; Retail\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Allen Ebenezer Eric<\/strong>\n                <span>\n                  Head of Marketing, Mass Market Brands, Marico\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Moderator: Amiya Swarup<\/strong>\n                <span>\n                  Partner, EY\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         5. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        18:20 \u2013 18:30\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Case Study: Bharat Petroleum\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Subhankar Sen<\/strong>\n                <span>\n                  Director Marketing, Bharat Petroleum\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         6. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        18:30 \u2013 18:35\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Research Partner Methodology\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Deepali Nayak<\/strong>\n                <span>\n                  Consultant, Median Research\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         7. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        18:35 \u2013 18:45\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Spotlight Session: The Voice of a Generation: From Folk Roots to Cultural Icon\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Ila Arun<\/strong>\n                <span>\n                  Actress, TV personality and Rajasthani folk-pop singer\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         8. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        18:45 \u2013 18:50\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Unveiling of the Coffee Table Book\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         9. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        18:55 \u2013 19:05\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Presentation\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         10. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        19:05 \u2013 19:20\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Ice Breaking Session: Can Your Mind Be Influenced?\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Akshay Singh Magic<\/strong>\n                <span>\n                  Magician and Mentalist\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         11. SPEAKERS\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        19:20 \u2013 19:45\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            Spotlight Session: The Art of Being Memorable: Building Characters, Campaigns &amp; Brands That Last\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Bharat Dabholkar<\/strong>\n                <span>\n                  Ad-guru, Actor, Writer, and Theatre Director\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Caralisa Monteiro<\/strong>\n                <span>\n                  Jingle Queen, Bollywood singer, Music Director and Song Writer\n                <\/span>\n              <\/div>\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Moderator: Amiya Swarup<\/strong>\n                <span>\n                  Partner, EY\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         12. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        19:45 \u2013 20:05\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Presentation\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         13. SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item has-speaker\">\n\n      <div class=\"et-agenda-time\">\n        20:05 \u2013 20:20\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n\n          <h3 class=\"et-agenda-title\">\n            In conversation: The Many Faces of an Icon\n          <\/h3>\n\n          <span class=\"et-agenda-arrow\"><\/span>\n\n        <\/div>\n\n        <div class=\"et-agenda-details\">\n\n          <div class=\"et-agenda-details-inner\">\n\n            <div class=\"et-agenda-speakers\">\n\n              <div class=\"et-agenda-speaker\">\n                <strong>Gulshan Grover<\/strong>\n                <span>\n                  Indian Actor\n                <\/span>\n              <\/div>\n\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         14. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        20:20 \u2013 20:50\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Presentation\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         15. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        20:50 \u2013 20:55\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Closing Remarks\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =========================\n         16. NO SPEAKER\n         ========================= -->\n\n    <div class=\"et-agenda-item no-speaker\">\n\n      <div class=\"et-agenda-time\">\n        20:55 Onwards\n      <\/div>\n\n      <div class=\"et-agenda-content\">\n\n        <div class=\"et-agenda-head\">\n          <h3 class=\"et-agenda-title\">\n            Networking Dinner\n          <\/h3>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/div>\n\n\n<script>\n(function () {\n\n  const agendaItems = document.querySelectorAll(\n    '.et-agenda-item.has-speaker'\n  );\n\n  agendaItems.forEach(function (item) {\n\n    const card = item.querySelector('.et-agenda-content');\n\n    if (!card) return;\n\n    card.addEventListener('click', function () {\n\n      const isOpen = item.classList.contains('open');\n\n      \/*\n       * Close all other open agenda items\n       *\/\n      agendaItems.forEach(function (otherItem) {\n        otherItem.classList.remove('open');\n      });\n\n      \/*\n       * Open clicked item\n       *\/\n      if (!isOpen) {\n        item.classList.add('open');\n      }\n\n    });\n\n  });\n\n})();\n<\/script>\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>AGENDA 17:00 \u2013 17:30 Registration 17:30 \u2013 17:35 Setting the tone 17:35 \u2013 17:50 Opening Address: The Gravity of Great Indian Brands Ambi Parameswaran Brand and CEO Coach, Brand-Building.com. 17:50 \u2013 18:20 Panel Discussion: #BorrowedAttention or #EarnedInfluence \u2013 Branding for Long Game Kirtikar Ojha CMO, Head \u2013 Business Development &amp; Government Sales, Larsen &amp; Toubro [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-5295","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Agenda - 9th Edition of ET Edge Iconic Brands of India<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agenda - 9th Edition of ET Edge Iconic Brands of India\" \/>\n<meta property=\"og:description\" content=\"AGENDA 17:00 \u2013 17:30 Registration 17:30 \u2013 17:35 Setting the tone 17:35 \u2013 17:50 Opening Address: The Gravity of Great Indian Brands Ambi Parameswaran Brand and CEO Coach, Brand-Building.com. 17:50 \u2013 18:20 Panel Discussion: #BorrowedAttention or #EarnedInfluence \u2013 Branding for Long Game Kirtikar Ojha CMO, Head \u2013 Business Development &amp; Government Sales, Larsen &amp; Toubro [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/\" \/>\n<meta property=\"og:site_name\" content=\"9th Edition of ET Edge Iconic Brands of India\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-24T04:53:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/agenda\\\/\",\"url\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/agenda\\\/\",\"name\":\"Agenda - 9th Edition of ET Edge Iconic Brands of India\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/#website\"},\"datePublished\":\"2026-09-22T04:50:37+00:00\",\"dateModified\":\"2026-09-24T04:53:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/agenda\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/agenda\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/agenda\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agenda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/#website\",\"url\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/\",\"name\":\"9th Edition of ET Edge Iconic Brands of India\",\"description\":\"Legacy of Vision Leading Tomorrow\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/et-edge.com\\\/conferences\\\/iconicbrands\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Agenda - 9th Edition of ET Edge Iconic Brands of India","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/","og_locale":"en_US","og_type":"article","og_title":"Agenda - 9th Edition of ET Edge Iconic Brands of India","og_description":"AGENDA 17:00 \u2013 17:30 Registration 17:30 \u2013 17:35 Setting the tone 17:35 \u2013 17:50 Opening Address: The Gravity of Great Indian Brands Ambi Parameswaran Brand and CEO Coach, Brand-Building.com. 17:50 \u2013 18:20 Panel Discussion: #BorrowedAttention or #EarnedInfluence \u2013 Branding for Long Game Kirtikar Ojha CMO, Head \u2013 Business Development &amp; Government Sales, Larsen &amp; Toubro [&hellip;]","og_url":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/","og_site_name":"9th Edition of ET Edge Iconic Brands of India","article_modified_time":"2026-09-24T04:53:56+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/","url":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/","name":"Agenda - 9th Edition of ET Edge Iconic Brands of India","isPartOf":{"@id":"https:\/\/et-edge.com\/conferences\/iconicbrands\/#website"},"datePublished":"2026-09-22T04:50:37+00:00","dateModified":"2026-09-24T04:53:56+00:00","breadcrumb":{"@id":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/et-edge.com\/conferences\/iconicbrands\/agenda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/et-edge.com\/conferences\/iconicbrands\/"},{"@type":"ListItem","position":2,"name":"Agenda"}]},{"@type":"WebSite","@id":"https:\/\/et-edge.com\/conferences\/iconicbrands\/#website","url":"https:\/\/et-edge.com\/conferences\/iconicbrands\/","name":"9th Edition of ET Edge Iconic Brands of India","description":"Legacy of Vision Leading Tomorrow","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/et-edge.com\/conferences\/iconicbrands\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/pages\/5295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/comments?post=5295"}],"version-history":[{"count":25,"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/pages\/5295\/revisions"}],"predecessor-version":[{"id":5358,"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/pages\/5295\/revisions\/5358"}],"wp:attachment":[{"href":"https:\/\/et-edge.com\/conferences\/iconicbrands\/wp-json\/wp\/v2\/media?parent=5295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}