
/*#region Hero*/
.container-hero {
    background: url('./images/Home-Hero-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    padding: 2%;
}
/*#endregion */

/*#region - Home - Investment*/
.container-investment {
    background: url('./images/Home-Investment-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    padding: 2%;
}
/*#endregion*/

/*#region - Home - Mutual Fund*/
.container-mutualfund {
    background: url('./images/Home-Contact-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    padding: 2%;
}
/*#endregion*/

/*#region - Home - SIP Table*/
.container-sipTable {
    background: url('./images/Home-Services-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    padding: 2%;
}
/*#endregion*/

/*#region - Home - Services*/
.container-services {
    background: url('./images/Home-Services-Background.jpg') no-repeat center center/cover;
    border-radius: 10px;
    padding: 2%;
}
/*#endregion*/

a.disable-link {
    pointer-events: none;
    cursor: default;
  }