.hero-section {
  background: linear-gradient(135deg, #1e2976 50%, #d0283a 100%);
  padding-bottom: 184px;
}
.banner-section .banner-left,
.banner-section .banner-middle {
  background-color: transparent;
  color: var(--color-white);
}
.banner-section {
  margin-top: -104px;
  background: rgba(0, 0, 0, 0.2);
}
.banner-section .banner-right {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-section {
  background: linear-gradient(90deg, transparent, black);
}
.btn.btn-signup {
  background: linear-gradient(180deg, #1e2976 0%, #d0283a 230%);
  color: var(--color-white);
}

.btn.cta-btn,
.cta-banner,
.btn.view-profile-btn,
.btn.search-btn,
.btn.cta-btn:hover,
.btn.view-profile-btn:hover,
.btn.search-btn:hover,
.cta-banner:hover,
.btn.view-profile-btn:hover,
.btn.search-btn:hover,.locations-section .call-btn  {
  background: linear-gradient(109.99deg, #1e2976 36.66%, #cd293c 111.64%);
  color: var(--color-white);
}

.btn.btn-signup:hover {
  background: linear-gradient(180deg, #1e2976 0%, #d0283a 170%);
  color: var(--color-white);
}
.cta-banner,
.gradient-background,
.promo-card::before,
.promo-card::after {
  background: linear-gradient(135deg, #1e2976 50%, #d0283a 100%);
  color: var(--color-white) !important;
}
.about-us .mission-section,
.about-us .purpose-section .outer-container {
  background: rgb(55, 41, 110, 0.1);
}

.cta-banner .cta-text,
.cta-banner .cta-link {
  color: var(--color-white);
}
.btn.btn-signup,
.btn.btn-login {
  font-weight: 300;
}
.btn.btn-signup {
  background: linear-gradient(180deg, #1e2976 0%, #d0283a 230%);
  color: var(--color-white);
}
.btn.btn-signup,
.btn.btn-login {
  font-weight: 300;
}
.img-frame-container {
  position: relative;
}
.img-frame-container .top-left-side-frame,
.img-frame-container .bottom-right-side-frame {
  z-index: 10;
  position: absolute;
  background-color: rgba(255, 255, 255);
  width: 70%;
  height: 65%;
}
.img-frame-container .top-left-side-frame {
  top: -13px;
  left: -15px;
}
.img-frame-container .bottom-right-side-frame {
  bottom: -16px;
  right: -16px;
}

.img-frame-container img {
  z-index: 20;
  position: relative;
}

.purpose-image-container {
  position: relative;
}
.purpose-image-container .image-frame {
  position: absolute;
  top: 40px;
  right: -40px;
  bottom: -40px;
  left: 40px;
  background: linear-gradient(135deg, #1e2976 50%, #d0283a 100%);
  z-index: -1;
  border-radius: 0;
}
.about-us .header-section {
  background: linear-gradient(109.99deg, #1e2976 36.66%, #cd293c 111.64%);
  padding-bottom: 190px;
  margin-bottom: -120px;
}
.about-us .header-section * {
  color: var(--color-white);
}
.be-inspired-section .search-container {
  border-color: rgba(158, 158, 158, 0.251);
  backdrop-filter: blur(20px);
  background-color: transparent;
}

.about-us .quote-mark {
  mix-blend-mode: soft-light;
}

.cta-banner.login {
  /* Join other Influential Women making an IMPACT */

  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* identical to box height, or 178% */

  /* 1 */
  background: linear-gradient(109.99deg, #1e2976 36.66%, #cd293c 111.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.login-section .login-container {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: initial;
}
.form-col{
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px var(--color-shadow-light);
}
.login-container .img-frame-container .top-left-side-frame,
.login-container .img-frame-container .bottom-right-side-frame {
  background-color: #E9E9E999;
}
.login-section{
  background: linear-gradient(109.99deg, #1E2976 36.66%, #CD293C 111.64%);
}
.login-section .btn.btn-signup,
.login-section .btn.btn-signup:hover{
  border: 1px solid var(--color-black);
  background: transparent;
  border-radius: 5px;
  padding: 8px 30px;
  color: var(--color-black);
  font-weight: 500;
  margin-right: 10px;
}

.login-section .btn-login,
.login-section .btn-login:hover{
  background: linear-gradient(109.99deg, #1e2976 36.66%, #cd293c 111.64%);
  color: var(--color-white);
}
.cta-link:hover {
  color: var(--color-primary)!important;
  text-decoration: underline!important;
}

.image-gallery .gallery-image{
 max-width: 210px;
 max-height: 392px;
}
.be-inspired-section .hero-section {
  position: relative;
  height: 500px;
  background-image: url("../images/search-page-U4ZEJ9W.webp");
  background-size: cover;
  background-position: center;
  display: flex
;
  align-items: center;
  justify-content: flex-start;
}
.search-container .search-title{
  background: linear-gradient(109.99deg, #1e2976 36.66%, #cd293c 111.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}