/*!
 * -------------------------------------------------------
 * Project Name : Prop Funding
 * Author       : SoftwareZon
 * Author URL   : https://softwarezon.com
 * Version      : 1.0.0
 * Created      : 2025
 * Description  : Contains global CSS used by mission - vision section.
 * File         : mission-vision.css
 * -------------------------------------------------------
 * ©2025 SoftwareZon. All Rights Reserved.
 * -------------------------------------------------------
 */
/*----------------------------------------------------
  01. Mission Vision Section Styles
----------------------------------------------------*/
.mission-thumbnails img {
  max-width: 450px;
  height: auto;
}
.shape-effect-mission {
  top: 35%;
  right: 5%;
  background-color: rgba(var(--brand), 0.6);
  transform: rotate(-45deg);
  opacity: 0.5;
}
.shape-effect-vision {
  top: 45%;
  left: 5%;
  background-color: rgba(var(--blue), 0.6);
  transform: rotate(40deg);
  opacity: 0.5;
}
.shape-effect-core-value {
  top: 45%;
  left: 0%;
  background-color: rgba(var(--brand), 0.6);
  transform: rotate(20deg);
  opacity: 0.4;
}
