<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Ideal Money</title>
    <link>https://idealmoney.in/</link>
    <description>Recent content in Home on Ideal Money</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 15 Mar 2023 11:00:00 -0700</lastBuildDate>
    <atom:link href="https://idealmoney.in/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>404 - Page Not Found</title>
      <link>https://idealmoney.in/404.html</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/404.html</guid>
      <description>&lt;style&gt;&#xA;main {&#xA;    .main-content {&#xA;        max-width: 1200px;&#xA;    }&#xA;}&#xA;&#xA;.error-section {&#xA;  text-align:center;&#xA;  padding:40px 0px;&#xA;&#xA;.error-image{&#xA;  width:100%;&#xA;  max-width:550px;&#xA;  margin:auto;&#xA;}&#xA;&#xA;.error-image img{&#xA;  width:100%;&#xA;  height:auto;&#xA;}&#xA;&#xA;.error-title{&#xA;  font-size:2.5rem;&#xA;  font-weight:700;&#xA;  color:#1f2937;&#xA;  margin-top:25px;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.error-text{&#xA;  margin-top:12px;&#xA;  color:#6b7280;&#xA;  line-height:1.6;&#xA;  font-size:1.05rem;&#xA;}&#xA;&#xA;.error-actions{&#xA;  margin-top:28px;&#xA;  display:flex;&#xA;  gap:15px;&#xA;  justify-content:center;&#xA;  flex-wrap:wrap;&#xA;}&#xA;&#xA;.btn{&#xA;  padding:12px 26px;&#xA;  border-radius:8px;&#xA;  text-decoration:none;&#xA;  font-weight:600;&#xA;  transition:.25s ease;&#xA;}&#xA;&#xA;.btn-home{&#xA;  background:#2b81f8;&#xA;  color:white;&#xA;}&#xA;&#xA;.btn-home:hover{&#xA;  background:#1f6fe0;&#xA;}&#xA;&#xA;.btn-contact{&#xA;  border:2px solid #2b81f8;&#xA;  color:#2b81f8;&#xA;}&#xA;&#xA;.btn-contact:hover{&#xA;  background:#2b81f8;&#xA;  color:white;&#xA;}&#xA;&#xA;@media(max-width:480px){&#xA;  .error-title{&#xA;    font-size:2rem;&#xA;  }&#xA;}&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;error-section&#34;&gt;&#xA;  &lt;div class=&#34;error-image&#34;&gt;&#xA;    &#xD;&#xA;    &#xD;&#xA;    &lt;img src=&#34;https://idealmoney.in/404/404.svg&#34; alt=&#34;Ideal Money Careers&#34;&gt;&#xD;&#xA;&#xA;  &lt;/div&gt;&#xA;  &lt;h1 class=&#34;error-title&#34;&gt;Page Not Found&lt;/h1&gt;&#xA;  &lt;p class=&#34;error-text&#34;&gt;&#xA;    Sorry, the page you are looking for doesn’t exist or has been moved.&#xA;    Please check the URL or return to the homepage.&#xA;  &lt;/p&gt;</description>
    </item>
    <item>
      <title>About us</title>
      <link>https://idealmoney.in/pages/about-us/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/about-us/</guid>
      <description>&lt;style&gt;&#xA;    :root {&#xA;    --primary-blue: #002d5b;&#xA;    --text-muted: #555;&#xA;    --border-color: #e0e6ed;&#xA;    --bg-light: #f8fafc;&#xA;}&#xA;&#xA;.container {&#xA;    max-width: 1000px;&#xA;    margin: 0 auto;&#xA;    padding: 0 20px;&#xA;}&#xA;&#xA;.text-center { text-align: center; }&#xA;&#xA;/* Titles */&#xA;.main-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 5px; }&#xA;.subtitle { font-size: 1.1rem; color: var(--primary-blue); opacity: 0.9; margin-top: 0; }&#xA;.section-title { font-size: 1.8rem; margin: 40px 0 30px; }&#xA;&#xA;/* Dividers */&#xA;.divider { width: 300px; height: 1px; background: var(--border-color); margin: 20px auto; }&#xA;.divider-full { width: 100%; height: 1px; background: var(--border-color); margin: 50px 0; }&#xA;&#xA;/* Layout Grid */&#xA;.grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }&#xA;&#xA;.info-box h3 { margin: 0; font-size: 1.3rem; }&#xA;.info-box p { color: var(--text-muted); font-size: 0.95rem; }&#xA;.box-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }&#xA;.icon { font-size: 2rem; }&#xA;&#xA;/* Features Card Section */&#xA;.features-card {&#xA;    background-color: var(--bg-light);&#xA;    border-radius: 12px;&#xA;    display: flex;&#xA;    padding: 40px 20px;&#xA;    border: 1px solid #eff3f7;&#xA;}&#xA;&#xA;.feature-item {&#xA;    flex: 1;&#xA;    text-align: center;&#xA;    padding: 0 20px;&#xA;}&#xA;&#xA;.feature-icon {&#xA;    width: 80px;&#xA;    height: 80px;&#xA;    margin: 0 auto 20px;&#xA;    border-radius: 50%;&#xA;    display: flex;&#xA;    align-items: center;&#xA;    justify-content: center;&#xA;    font-size: 1.8rem;&#xA;}&#xA;&#xA;.feature-item h4 { margin: 10px 0; }&#xA;.feature-item p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }&#xA;&#xA;/* Borders and Utilities */&#xA;.border-left { border-left: 1px solid var(--border-color); padding-left: 40px; }&#xA;.border-sides { border-left: 1px solid var(--border-color); border-right: 1px solid var(--border-color); }&#xA;.bg-blue-light { background: #e8f0fe; }&#xA;.bg-green-light { background: #e6f4ea; }&#xA;&#xA;/* Responsive */&#xA;@media (max-width: 768px) {&#xA;    .grid-two, .features-card { flex-direction: column; grid-template-columns: 1fr; }&#xA;    .border-left, .border-sides { border: none; padding-left: 0; }&#xA;    .feature-item { padding: 20px 0; border-bottom: 1px solid var(--border-color); }&#xA;    .feature-item:last-child { border-bottom: none; }&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;about-section&#34;&gt;&#xA;        &lt;div class=&#34;container text-center&#34;&gt;&#xA;            &lt;h1 class=&#34;main-title&#34;&gt;About Us&lt;/h1&gt;&#xA;            &lt;p class=&#34;subtitle&#34;&gt;Empowering Your Financial Future&lt;/p&gt;</description>
    </item>
    <item>
      <title>Asset Management Company (AMC)</title>
      <link>https://idealmoney.in/pages/asset-management-company/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/asset-management-company/</guid>
      <description>&lt;style&gt;&#xA;main .main-content {&#xA;    max-width: 95%;&#xA;}&#xA;.contact-section {&#xA;  padding: 80px 5%;&#xA;&#xA;.contact-container {&#xA;  margin: auto;&#xA;  display: grid;&#xA;  grid-template-columns: 1fr 1.4fr;&#xA;  gap: 60px;&#xA;  align-items: start;&#xA;}&#xA;&#xA;.contact-left {&#xA;  position: sticky;&#xA;  top: 100px;&#xA;}&#xA;&#xA;.contact-title {&#xA;  font-size: clamp(28px, 3vw, 42px);&#xA;  font-weight: 700;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.contact-desc {&#xA;  color: #555;&#xA;  line-height: 1.7;&#xA;  margin-bottom: 25px;&#xA;}&#xA;&#xA;.hero-image {&#xA;    display: flex;&#xA;    justify-content: center;&#xA;    border-radius: 20px;&#xA;    padding: 20px;&#xA;    height: 100%;&#xA;    background: rgba(255, 255, 255, 0.753);&#xA;    backdrop-filter: blur(40px);&#xA;    border: 1px solid #eaeaea;&#xA;    position: relative;&#xA;    overflow: hidden;&#xA;}&#xA;&#xA; .hero-image::before {&#xA;        content: &#34;&#34;;&#xA;        position: absolute;&#xA;        inset: 0;&#xA;        z-index: -1;&#xA;&#xA;        background: linear-gradient(120deg,&#xA;                rgba(43, 129, 248, 0.45),&#xA;                rgba(255, 255, 255, 0.15),&#xA;                rgba(43, 129, 248, 0.25));&#xA;&#xA;        filter: blur(40px);&#xA;    }&#xA;&#xA;&#xA;.hero-image img{&#xA;  width: 100%;&#xA;  max-width: 420px;&#xA;  animation: floatImage 6s ease-in-out infinite;&#xA;}&#xA;&#xA;@keyframes floatImage {&#xA;    0%,100% { transform: translateY(0); }&#xA;    50% { transform: translateY(-12px); }&#xA;}&#xA;&#xA;.contact-form {&#xA;  padding: 30px;&#xA;  border-radius: 16px;&#xA;  border: 1px solid #eaeaea;&#xA;}&#xA;&#xA;.form-group {&#xA;  margin-bottom: 18px;&#xA;}&#xA;&#xA;.contact-form input,&#xA;.contact-form textarea {&#xA;  width: 100%;&#xA;  padding: 14px 16px;&#xA;  border-radius: 10px;&#xA;  border: 1px solid #eaeaea;&#xA;  font-size: 16px;&#xA;  outline: none;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-form input:focus,&#xA;.contact-form textarea:focus {&#xA;  border-color: #2b81f8;&#xA;}&#xA;&#xA;.contact-btn {&#xA;  width: 100%;&#xA;  padding: 14px;&#xA;  border: none;&#xA;  border-radius: 10px;&#xA;  background: #2b81f8;&#xA;  color: white;&#xA;  font-size: 16px;&#xA;  font-weight: 600;&#xA;  cursor: pointer;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-btn:hover {&#xA;  transform: translateY(-2px);&#xA;}&#xA;&#xA;/* CONTACT INFO */&#xA;.contact-info {&#xA;  margin-top: 30px;&#xA;  padding: 25px;&#xA;  border-radius: 20px;&#xA;  border: 1px solid #eaeaea;&#xA;  display:flex;&#xA;  flex-direction: column;&#xA;  gap: 20px;&#xA;}&#xA;&#xA;.info-item {&#xA;  display: flex;&#xA;  border: 1px solid #eaeaea;&#xA;  border-radius: 20px;&#xA;  padding: 10px;&#xA;  gap: 5px;&#xA;  align-items: center;&#xA;}&#xA;&#xA;.info-item strong {&#xA;  display: flex;&#xA;  align-items: center;&#xA;  gap: 5px;&#xA;}&#xA;&#xA;/* RESPONSIVE */&#xA;@media (max-width: 900px) {&#xA;&#xA;  .contact-container {&#xA;    grid-template-columns: 1fr;&#xA;    gap: 40px;&#xA;  }&#xA;&#xA;  .contact-left {&#xA;    position: relative;&#xA;    top: 0;&#xA;    text-align: center;&#xA;  }&#xA;&#xA;  .contact-image {&#xA;    margin: auto;&#xA;  }&#xA;}&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;contact-section&#34;&gt;&#xA;  &lt;div class=&#34;contact-container&#34;&gt;&#xA;    &lt;div class=&#34;contact-left&#34;&gt;&#xA;      &lt;h2 class=&#34;contact-title&#34;&gt;Contact Us&lt;/h2&gt;&#xA;      &lt;p class=&#34;contact-desc&#34;&gt;&#xA;        Have questions about investing or need help getting started?&#xA;        Reach out to us anytime. Our team is here to help you make&#xA;        smarter financial decisions.&#xA;      &lt;/p&gt;</description>
    </item>
    <item>
      <title>Careers</title>
      <link>https://idealmoney.in/pages/careers/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/careers/</guid>
      <description>&lt;style&gt;&#xA;main .main-content {&#xA;    max-width: 95%;&#xA;}&#xA;.contact-section {&#xA;  padding: 80px 5%;&#xA;&#xA;.contact-container {&#xA;  margin: auto;&#xA;  display: grid;&#xA;  grid-template-columns: 1fr 1.4fr;&#xA;  gap: 60px;&#xA;  align-items: start;&#xA;}&#xA;&#xA;.contact-left {&#xA;  position: sticky;&#xA;  top: 100px;&#xA;}&#xA;&#xA;.contact-title {&#xA;  font-size: clamp(28px, 3vw, 42px);&#xA;  font-weight: 700;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.contact-desc {&#xA;  color: #555;&#xA;  line-height: 1.7;&#xA;  margin-bottom: 25px;&#xA;}&#xA;&#xA;.hero-image {&#xA;    display: flex;&#xA;    justify-content: center;&#xA;    border-radius: 20px;&#xA;    padding: 20px;&#xA;    height: 100%;&#xA;    background: rgba(255, 255, 255, 0.753);&#xA;    backdrop-filter: blur(40px);&#xA;    border: 1px solid #eaeaea;&#xA;    position: relative;&#xA;    overflow: hidden;&#xA;}&#xA;&#xA; .hero-image::before {&#xA;        content: &#34;&#34;;&#xA;        position: absolute;&#xA;        inset: 0;&#xA;        z-index: -1;&#xA;&#xA;        background: linear-gradient(120deg,&#xA;                rgba(43, 129, 248, 0.45),&#xA;                rgba(255, 255, 255, 0.15),&#xA;                rgba(43, 129, 248, 0.25));&#xA;&#xA;        filter: blur(40px);&#xA;    }&#xA;&#xA;&#xA;.hero-image img{&#xA;  width: 100%;&#xA;  max-width: 420px;&#xA;  animation: floatImage 6s ease-in-out infinite;&#xA;}&#xA;&#xA;@keyframes floatImage {&#xA;    0%,100% { transform: translateY(0); }&#xA;    50% { transform: translateY(-12px); }&#xA;}&#xA;&#xA;.contact-form {&#xA;  padding: 30px;&#xA;  border-radius: 16px;&#xA;  border: 1px solid #eaeaea;&#xA;}&#xA;&#xA;.form-group {&#xA;  margin-bottom: 18px;&#xA;}&#xA;&#xA;.contact-form input,&#xA;.contact-form textarea {&#xA;  width: 100%;&#xA;  padding: 14px 16px;&#xA;  border-radius: 10px;&#xA;  border: 1px solid #eaeaea;&#xA;  font-size: 16px;&#xA;  outline: none;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-form input:focus,&#xA;.contact-form textarea:focus {&#xA;  border-color: #2b81f8;&#xA;}&#xA;&#xA;.contact-btn {&#xA;  width: 100%;&#xA;  padding: 14px;&#xA;  border: none;&#xA;  border-radius: 10px;&#xA;  background: #2b81f8;&#xA;  color: white;&#xA;  font-size: 16px;&#xA;  font-weight: 600;&#xA;  cursor: pointer;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-btn:hover {&#xA;  transform: translateY(-2px);&#xA;}&#xA;&#xA;/* CONTACT INFO */&#xA;.contact-info {&#xA;  margin-top: 30px;&#xA;  padding: 25px;&#xA;  border-radius: 20px;&#xA;  border: 1px solid #eaeaea;&#xA;  display:flex;&#xA;  flex-direction: column;&#xA;  gap: 20px;&#xA;}&#xA;&#xA;.info-item {&#xA;  display: flex;&#xA;  border: 1px solid #eaeaea;&#xA;  border-radius: 20px;&#xA;  padding: 10px;&#xA;  gap: 5px;&#xA;  align-items: center;&#xA;}&#xA;&#xA;.info-item strong {&#xA;  display: flex;&#xA;  align-items: center;&#xA;  gap: 5px;&#xA;}&#xA;&#xA;/* RESPONSIVE */&#xA;@media (max-width: 900px) {&#xA;&#xA;  .contact-container {&#xA;    grid-template-columns: 1fr;&#xA;    gap: 40px;&#xA;  }&#xA;&#xA;  .contact-left {&#xA;    position: relative;&#xA;    top: 0;&#xA;    text-align: center;&#xA;  }&#xA;&#xA;  .contact-image {&#xA;    margin: auto;&#xA;  }&#xA;}&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;contact-section&#34;&gt;&#xA;  &lt;div class=&#34;contact-container&#34;&gt;&#xA;    &lt;div class=&#34;contact-left&#34;&gt;&#xA;      &lt;h2 class=&#34;contact-title&#34;&gt;Careers&lt;/h2&gt;&#xA;      &lt;p class=&#34;contact-desc&#34;&gt;&#xA;        Join our team and help shape the future of smart financial solutions. Grow your career in an environment that values innovation, learning, and impact.&#xA;      &lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Us</title>
      <link>https://idealmoney.in/pages/contact-us/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/contact-us/</guid>
      <description>&lt;style&gt;&#xA;main .main-content {&#xA;    max-width: 95%;&#xA;}&#xA;.contact-section {&#xA;  padding: 80px 5%;&#xA;&#xA;.contact-container {&#xA;  margin: auto;&#xA;  display: grid;&#xA;  grid-template-columns: 1fr 1.4fr;&#xA;  gap: 60px;&#xA;  align-items: start;&#xA;}&#xA;&#xA;.contact-left {&#xA;  position: sticky;&#xA;  top: 100px;&#xA;}&#xA;&#xA;.contact-title {&#xA;  font-size: clamp(28px, 3vw, 42px);&#xA;  font-weight: 700;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.contact-desc {&#xA;  color: #555;&#xA;  line-height: 1.7;&#xA;  margin-bottom: 25px;&#xA;}&#xA;&#xA;.hero-image {&#xA;    display: flex;&#xA;    justify-content: center;&#xA;    border-radius: 20px;&#xA;    padding: 20px;&#xA;    height: 100%;&#xA;    background: rgba(255, 255, 255, 0.753);&#xA;    backdrop-filter: blur(40px);&#xA;    border: 1px solid #eaeaea;&#xA;    position: relative;&#xA;    overflow: hidden;&#xA;}&#xA;&#xA; .hero-image::before {&#xA;        content: &#34;&#34;;&#xA;        position: absolute;&#xA;        inset: 0;&#xA;        z-index: -1;&#xA;&#xA;        background: linear-gradient(120deg,&#xA;                rgba(43, 129, 248, 0.45),&#xA;                rgba(255, 255, 255, 0.15),&#xA;                rgba(43, 129, 248, 0.25));&#xA;&#xA;        filter: blur(40px);&#xA;    }&#xA;&#xA;&#xA;.hero-image img{&#xA;  width: 100%;&#xA;  max-width: 420px;&#xA;  animation: floatImage 6s ease-in-out infinite;&#xA;}&#xA;&#xA;@keyframes floatImage {&#xA;    0%,100% { transform: translateY(0); }&#xA;    50% { transform: translateY(-12px); }&#xA;}&#xA;&#xA;.contact-form {&#xA;  padding: 30px;&#xA;  border-radius: 16px;&#xA;  border: 1px solid #eaeaea;&#xA;}&#xA;&#xA;.form-group {&#xA;  margin-bottom: 18px;&#xA;}&#xA;&#xA;.contact-form input,&#xA;.contact-form textarea {&#xA;  width: 100%;&#xA;  padding: 14px 16px;&#xA;  border-radius: 10px;&#xA;  border: 1px solid #eaeaea;&#xA;  font-size: 16px;&#xA;  outline: none;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-form input:focus,&#xA;.contact-form textarea:focus {&#xA;  border-color: #2b81f8;&#xA;}&#xA;&#xA;.contact-btn {&#xA;  width: 100%;&#xA;  padding: 14px;&#xA;  border: none;&#xA;  border-radius: 10px;&#xA;  background: #2b81f8;&#xA;  color: white;&#xA;  font-size: 16px;&#xA;  font-weight: 600;&#xA;  cursor: pointer;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.contact-btn:hover {&#xA;  transform: translateY(-2px);&#xA;}&#xA;&#xA;/* CONTACT INFO */&#xA;.contact-info {&#xA;  margin-top: 30px;&#xA;  padding: 25px;&#xA;  border-radius: 20px;&#xA;  border: 1px solid #eaeaea;&#xA;  display:flex;&#xA;  flex-direction: column;&#xA;  gap: 20px;&#xA;}&#xA;&#xA;.info-item {&#xA;  display: flex;&#xA;  border: 1px solid #eaeaea;&#xA;  border-radius: 20px;&#xA;  padding: 10px;&#xA;  gap: 5px;&#xA;  align-items: center;&#xA;}&#xA;&#xA;.info-item strong {&#xA;  display: flex;&#xA;  align-items: center;&#xA;  gap: 5px;&#xA;}&#xA;&#xA;/* RESPONSIVE */&#xA;@media (max-width: 900px) {&#xA;&#xA;  .contact-container {&#xA;    grid-template-columns: 1fr;&#xA;    gap: 40px;&#xA;  }&#xA;&#xA;  .contact-left {&#xA;    position: relative;&#xA;    top: 0;&#xA;    text-align: center;&#xA;  }&#xA;&#xA;  .contact-image {&#xA;    margin: auto;&#xA;  }&#xA;}&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;contact-section&#34;&gt;&#xA;  &lt;div class=&#34;contact-container&#34;&gt;&#xA;    &lt;div class=&#34;contact-left&#34;&gt;&#xA;      &lt;h2 class=&#34;contact-title&#34;&gt;Contact Us&lt;/h2&gt;&#xA;      &lt;p class=&#34;contact-desc&#34;&gt;&#xA;        Have questions about investing or need help getting started?&#xA;        Reach out to us anytime. Our team is here to help you make&#xA;        smarter financial decisions.&#xA;      &lt;/p&gt;</description>
    </item>
    <item>
      <title>FAQ</title>
      <link>https://idealmoney.in/pages/faq/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/faq/</guid>
      <description>&lt;style&gt;&#xA;.faq-section {&#xA;  padding: 40px 0px;&#xA;}&#xA;&#xA;main {&#xA;    .main-content {&#xA;        max-width:95%;&#xA;    }&#xA;}&#xA;&#xA;.faq-container {&#xA;  margin: auto;&#xA;  display: grid;&#xA;  grid-template-columns: 1fr 1.4fr;&#xA;  gap: 60px;&#xA;  align-items: start;&#xA;}&#xA;&#xA;.faq-left {&#xA;  position: sticky;&#xA;  top: 100px;&#xA;}&#xA;&#xA;h2 {&#xA;  font-size: clamp(28px, 3vw, 42px);&#xA;  font-weight: 700;&#xA;  margin-bottom: 25px;&#xA;  color: #1a1a1a;&#xA;  text-align:center !important;&#xA;}&#xA;&#xA;&#xA;.hero-image {&#xA;    display: flex;&#xA;    justify-content: center;&#xA;    border-radius: 20px;&#xA;    padding: 20px;&#xA;    height: 100%;&#xA;    background: rgba(255, 255, 255, 0.753);&#xA;    backdrop-filter: blur(40px);&#xA;    border: 1px solid #eaeaea;&#xA;    position: relative;&#xA;    overflow: hidden;&#xA;}&#xA;&#xA; .hero-image::before {&#xA;        content: &#34;&#34;;&#xA;        position: absolute;&#xA;        inset: 0;&#xA;        z-index: -1;&#xA;&#xA;        background: linear-gradient(120deg,&#xA;                rgba(43, 129, 248, 0.45),&#xA;                rgba(255, 255, 255, 0.15),&#xA;                rgba(43, 129, 248, 0.25));&#xA;&#xA;        filter: blur(40px);&#xA;    }&#xA;&#xA;.faq-left img {&#xA;  width: 100%;&#xA;  max-width: 420px;&#xA;  animation: floatImage 6s ease-in-out infinite;&#xA;}&#xA;&#xA;@keyframes floatImage {&#xA;    0%,100% { transform: translateY(0); }&#xA;    50% { transform: translateY(-12px); }&#xA;}&#xA;&#xA;.faq-item {&#xA;  background: #ffffff;&#xA;  border-radius: 14px;&#xA;  margin-bottom: 15px;&#xA;  overflow: hidden;&#xA;  background: rgba(255, 255, 255, 0.753);&#xA;  backdrop-filter: blur(40px);&#xA;  border: 1px solid #eaeaea;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.faq-question {&#xA;  width: 100%;&#xA;  padding: 20px;&#xA;  border: none;&#xA;  background: none;&#xA;  font-size: 18px;&#xA;  text-align: left;&#xA;  display: flex;&#xA;  justify-content: space-between;&#xA;  cursor: pointer;&#xA;}&#xA;&#xA;.faq-question span {&#xA;  font-size: 22px;&#xA;  transition: 0.3s;&#xA;}&#xA;&#xA;.faq-answer {&#xA;  max-height: 0;&#xA;  overflow: hidden;&#xA;  transition: max-height 0.4s ease;&#xA;  padding: 0 20px;&#xA;}&#xA;&#xA;.faq-answer p {&#xA;  padding-bottom: 20px;&#xA;  color: #555;&#xA;  line-height: 1.6;&#xA;}&#xA;&#xA;.faq-item.active .faq-answer {&#xA;  max-height: 200px;&#xA;}&#xA;&#xA;.faq-item.active .faq-question span {&#xA;  transform: rotate(45deg);&#xA;}&#xA;&#xA;@media (max-width: 900px) {&#xA;&#xA;  .faq-container {&#xA;    grid-template-columns: 1fr;&#xA;    gap: 40px;&#xA;  }&#xA;&#xA;  .faq-left {&#xA;    position: relative;&#xA;    top: 0;&#xA;    text-align: center;&#xA;  }&#xA;&#xA;  .faq-image {&#xA;    margin: auto;&#xA;  }&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;section class=&#34;faq-section&#34;&gt;&#xA;  &lt;div class=&#34;faq-container&#34;&gt;&#xA;    &lt;div class=&#34;faq-left&#34;&gt;&#xA;      &lt;h2 class=&#34;faq-title&#34;&gt;Frequently Asked Questions&lt;/h2&gt;&#xA;      &lt;div class=&#34;hero-image&#34;&gt;&#xA;      &#xD;&#xA;      &#xD;&#xA;      &lt;img src=&#34;https://idealmoney.in/pages/faq/faq.webp&#34; alt=&#34;Ideal Money FAQ Family&#34;&gt;&#xD;&#xA;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;faq-right&#34;&gt;&#xA;      &lt;div class=&#34;faq-item&#34;&gt;&#xA;        &lt;button class=&#34;faq-question&#34;&gt;&#xA;          What is IdealMoney?&#xA;          &lt;span&gt;+&lt;/span&gt;&#xA;        &lt;/button&gt;&#xA;        &lt;div class=&#34;faq-answer&#34;&gt;&#xA;          &lt;p&gt;IdealMoney helps you learn investing, mutual funds and financial planning easily.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://idealmoney.in/pages/privacy-policy/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/privacy-policy/</guid>
      <description>&lt;h1 id=&#34;privacy-policy&#34;&gt;Privacy Policy&lt;/h1&gt;&#xA;&lt;p&gt;Welcome to Ideal Money. At Ideal Money, we take your privacy seriously. This Privacy Policy outlines how we collect, use, disclose, and protect your personal information when you use our services. By accessing or using our Website, you consent to the practices described in this Privacy Policy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;information-we-collect&#34;&gt;Information We Collect&lt;/h2&gt;&#xA;&lt;p&gt;We collect both personal and non-personal information when you use our Website and services:&lt;/p&gt;&#xA;&lt;h3 id=&#34;information-about-the-user&#34;&gt;Information About the User&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Name, Age, Gender, and Address.&lt;/li&gt;&#xA;&lt;li&gt;User id, Email address, phone number, and other contact information of the user.&lt;/li&gt;&#xA;&lt;li&gt;KYC documents of the user (applicable in certain services wherein the same is a regulatory requirement).&lt;/li&gt;&#xA;&lt;li&gt;Other details which the user submits voluntarily.&lt;/li&gt;&#xA;&lt;li&gt;Other Information related to service enquiry, customer surveys, and/or offers.&lt;/li&gt;&#xA;&lt;li&gt;Any other information necessitated to provide the users with desired services.&lt;/li&gt;&#xA;&lt;li&gt;To make our Site and Services more useful to you, our servers (which may be hosted by a third-party service provider) collect information from you, including your browser type, operating system, Internet Protocol (IP) address, and domain name.&lt;/li&gt;&#xA;&lt;li&gt;We may use third-party service providers to help us analyze certain online activities. For example, these service providers may help us analyze visitor activity on the Site. We may permit these service providers to use cookies and other technologies to perform these services for us.&#xA;It shall be the duty of the Users to make sure that the information and documents provided by them are true, correct, and current at all times. Users alone shall be responsible for any loss in any discrepancy, inaccuracy, obsolescence, or falsity in such information or documents. The Company shall be at liberty to terminate or suspend any User’s access to the website or any of the services offered in such cases on its sole and exclusive discretion.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;non-personal-information-collected-by-us&#34;&gt;Non-Personal Information Collected by Us&lt;/h3&gt;&#xA;&lt;p&gt;The user is aware that we automatically collect certain information about the user that cannot be used to personally identify the user. These types of information are – anonymous usage data, general demographic information, referring/exit pages and URLs, platform type, preferences you submit, etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Terms Of Use</title>
      <link>https://idealmoney.in/pages/terms-of-use/</link>
      <pubDate>Wed, 15 Mar 2023 11:00:00 -0700</pubDate>
      <guid>https://idealmoney.in/pages/terms-of-use/</guid>
      <description>&lt;h1 id=&#34;terms-of-use&#34;&gt;Terms of Use&lt;/h1&gt;&#xA;&lt;p&gt;The website &lt;a href=&#34;https://www.idealmoney.in&#34;&gt;www.idealmoney.in&lt;/a&gt; and its sub-domains (collectively referred to as the “Website” or “Platform”) are owned, managed, and operated by Ideal Money (“We” or “the Company”), unless explicitly stated otherwise for specific sub-domains. When we use “You” or “User,” it encompasses all individuals, whether natural or legal entities, such as companies, associations, partnerships, or individuals who access, browse, visit, or use the Website’s services. Together, we refer to the User and the Company as the “Parties.”&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
