/* _content/MyZerix.Web/Views/Home/Index.cshtml.rz.scp.css */
/* ============================================
   BASE STYLES & TYPOGRAPHY
   ============================================ */

h1[b-5cyweikhu3] {
  margin-top: 20px;
}

h1[b-5cyweikhu3],
h2[b-5cyweikhu3],
h3[b-5cyweikhu3],
h4[b-5cyweikhu3],
h5[b-5cyweikhu3],
h6[b-5cyweikhu3] {
  margin-bottom: 10px;
  font-weight: bold;
}

h2[b-5cyweikhu3] {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3[b-5cyweikhu3] {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

.list-item[b-5cyweikhu3] {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ============================================
   CONTAINERS & LAYOUT
   ============================================ */

.container[b-5cyweikhu3] {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.container-1280[b-5cyweikhu3] {
  max-width: 1280px;
  padding-left: 3%;
  padding-right: 3%;
}

.w-layout-blockcontainer[b-5cyweikhu3] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ============================================
   BUTTON STYLES
   ============================================ */

.button[b-5cyweikhu3] {
  background-color: var(--f46500);
  background-image: linear-gradient(145deg, var(--f46500) 45%, #ffb512);
  text-align: center;
  border-radius: 30px;
  min-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}

.button:hover[b-5cyweikhu3] {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(244, 101, 0, 0.4);
  filter: brightness(1.05);
}


.button.secondary-cta[b-5cyweikhu3] {
  border: 1px solid var(--f46500);
  background-color: var(--white);
  color: var(--ff7200);
  background-image: none;
}

.button.secondary-cta:hover[b-5cyweikhu3] {
  background-color: var(--f46500);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(244, 101, 0, 0.2);
}


.button.black[b-5cyweikhu3] {
  background-color: var(--333333);
  background-image: linear-gradient(145deg, var(--333333) 45%, var(--525252));
}

.button.black:hover[b-5cyweikhu3] {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  filter: brightness(1.2);
}


.w-button[b-5cyweikhu3] {
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  display: inline-block;
}

/* ============================================
   NAVIGATION SECTION
   ============================================ */

.nav-hero-section[b-5cyweikhu3] {
  background: url("../images/nav-hero-image.png") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  background-attachment: scroll;
}

.navbar[b-5cyweikhu3] {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.w-nav[b-5cyweikhu3] {
  z-index: 1000;
  position: relative;
}

.nav-menu[b-5cyweikhu3] {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.w-nav-menu[b-5cyweikhu3] {
  float: right;
  position: relative;
}

.nav-link[b-5cyweikhu3] {
  padding: 0 20px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-link:hover[b-5cyweikhu3] {
  color: var(--f46500);
}


.w-nav-link[b-5cyweikhu3] {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-button[b-5cyweikhu3] {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-icon-nav-menu[b-5cyweikhu3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  width: 32px;
  height: 32px;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-center[b-5cyweikhu3] {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.hero-heading[b-5cyweikhu3] {
  text-align: center;
}

.hero-h1[b-5cyweikhu3] {
  font-size: 64px;
  line-height: 70px;
}

.hero-text-center[b-5cyweikhu3] {
  text-align: center;
  width: 90%;
  font-size: 18px;
  line-height: 24px;
}

.hero-image-block[b-5cyweikhu3] {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.hero-image-1[b-5cyweikhu3] {
  max-width: 100%;
}

.hero-icon-left[b-5cyweikhu3] {
  position: absolute;
  left: -75%;
}

.hero-icon-right[b-5cyweikhu3] {
  position: absolute;
  top: 65%;
  right: -13%;
}

.hero-screen-left[b-5cyweikhu3] {
  border-radius: 11px;
  position: absolute;
  top: 35%;
  left: -53%;
  box-shadow: 0 0 3px #00000045;
}

.hero-screen-right[b-5cyweikhu3] {
  border-radius: 11px;
  position: absolute;
  top: 3%;
  right: -75%;
  box-shadow: 0 2px 5px #0003;
}

.text-span[b-5cyweikhu3] {
  color: var(--f46500);
}

/* ============================================
   CLIENTS SECTION
   ============================================ */

.clients-section[b-5cyweikhu3] {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.clients-center[b-5cyweikhu3] {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clients-heading[b-5cyweikhu3] {
  text-align: center;
}

.clients-h2[b-5cyweikhu3] {
  font-weight: 700;
  font-size: 24px;

}
.clients-marquee-wrap[b-5cyweikhu3] {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.clients-marquee[b-5cyweikhu3] {
  display: flex;
  gap: 50px; /* spacing between logos */
  animation: scroll-b-5cyweikhu3 90s linear infinite; /* slower for smoothness */
  width: max-content;
}

.clients-marquee img[b-5cyweikhu3] {
  height: 56px; /* adjust your logo height */
  width: auto;
}

@keyframes scroll-b-5cyweikhu3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* scroll half the total width for seamless loop */
  }
}
/* ============================================
   FEATURES & BENEFITS SECTION
   ============================================ */

.features-section[b-5cyweikhu3] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-1280.benefits[b-5cyweikhu3] {
  margin-bottom: 160px;
}

.benefits-wrapper[b-5cyweikhu3] {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.benefits-heading[b-5cyweikhu3] {
  text-align: center;
}

.benefits-h2[b-5cyweikhu3] {
  font-size: 52px;
  line-height: 58px;
}

.benefits-box[b-5cyweikhu3] {
  background-image:
    url("/images/home/benefits_bg.png"),
    linear-gradient(141deg, var(--ff7200), #ffa00c 100%, #ffb512);
  color: var(--white);
  background-position:
    0 0,
    0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 25px;
  flex-flow: column;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.benefits-flex[b-5cyweikhu3] {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-text-wrapper[b-5cyweikhu3] {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.benefits-image[b-5cyweikhu3] {
  max-width: 540px;
  position: absolute;
  top: -5%;
  right: -2%;
}

.text-span-2[b-5cyweikhu3] {
  color: var(--f46500);
}

.heading-28px[b-5cyweikhu3] {
  margin-top: 0;
  font-size: 28px;
  line-height: 34px;
}

/* Features Grid */

.features-wrapper[b-5cyweikhu3] {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-heading-wrapper[b-5cyweikhu3] {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.features-heading[b-5cyweikhu3] {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.features-h2[b-5cyweikhu3] {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.features-text[b-5cyweikhu3] {
  flex: 1;
  font-size: 18px;
  line-height: 24px;
}

.text-span-3[b-5cyweikhu3],
.text-span-4[b-5cyweikhu3] {
  color: var(--f46500);
}

.features-block[b-5cyweikhu3] {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.features-flex[b-5cyweikhu3] {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.features-card[b-5cyweikhu3] {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--f5f6f9);
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px;
  display: flex;
  position: relative;
}

.features-top[b-5cyweikhu3] {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-icon[b-5cyweikhu3] {
  max-width: 60px;
  margin-bottom: 10px;
}

.feature-title[b-5cyweikhu3] {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.feature-image[b-5cyweikhu3] {
  max-width: 100%;
  border-radius: 20px;
}

.gradient-gray[b-5cyweikhu3] {
  background-image: linear-gradient(0deg, var(--f5f6f9), #fff0);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

/* ============================================
   PRICING SECTION
   ============================================ */

.pricing-section[b-5cyweikhu3] {
    padding-top: 20px;
    padding-bottom: 60px;
}

.pricing-block[b-5cyweikhu3] {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-h2[b-5cyweikhu3] {
  text-align: center;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 48px;
}

.pricing-block .pricing-h2 .text-span-6[b-5cyweikhu3] {
  color: var(--f46500);
}

.pricing-flex[b-5cyweikhu3] {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.pricing-box[b-5cyweikhu3] {
  border: 1px solid #ebebf5;
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 1px 10px #0000001a;
}

.pricing-text[b-5cyweikhu3] {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 160px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 28px;
  display: flex;
}

.pricing-text.enterprise[b-5cyweikhu3] {
  grid-row-gap: 32px;
  justify-content: flex-start;
  height: auto;
  padding-bottom: 28px;
}

.bold-22px[b-5cyweikhu3] {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.price[b-5cyweikhu3] {
  grid-column-gap: 8px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange-bold-22px[b-5cyweikhu3] {
  color: var(--f46500);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.orange-bold-32px[b-5cyweikhu3] {
  color: var(--f46500);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.gray[b-5cyweikhu3] {
  color: #525252;
}

.pricing-list[b-5cyweikhu3] {
  grid-row-gap: 12px;
  color: #333;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.pricing-list-li[b-5cyweikhu3] {
  grid-column-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-check[b-5cyweikhu3] {
  max-width: 20px;
}

.pricing-bottom[b-5cyweikhu3] {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.option[b-5cyweikhu3] {
  z-index: 2;
  border: none;
  background: transparent;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 700;
  color: #666 !important;
  transition: color 0.3s ease;
}

.option:hover[b-5cyweikhu3] {
  color: #333 !important;
}


.price-block[b-5cyweikhu3] {
  grid-row-gap: 5px;
  flex-flow: column;
  display: none;
}

.price-block.yearly.active[b-5cyweikhu3], .price-block.monthly.active[b-5cyweikhu3] {
  display: flex;
}

.trial-container[b-5cyweikhu3] {
    max-width: 1280px;
    padding: 30px 3%;
}

.w-layout-blockcontainer[b-5cyweikhu3] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.trial-flex[b-5cyweikhu3] {
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.h2white42[b-5cyweikhu3] {
    color: var(--white);
    font-size: 42px;
    line-height: 48px;
}

.button.black.trial[b-5cyweikhu3] {
    min-width: 220px;
}

.button.black[b-5cyweikhu3] {
    background-color: var(--333333);
    background-image: linear-gradient(145deg, var(--333333) 45%, var(--525252));
}

@media screen and (max-width: 1050px) {
  .pricing-flex[b-5cyweikhu3] {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .w-icon-nav-menu[b-5cyweikhu3] {
    display: block;
  }

  .clients-marquee img[b-5cyweikhu3] {
    height: 46px;
    width: auto;
  }
  .menu-button[b-5cyweikhu3] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .benefits-image[b-5cyweikhu3] {
    align-self: center;
    max-width: 52%;
    inset: -3% -1% 0% auto;
  }

  .pricing-flex[b-5cyweikhu3] {
    grid-template-columns: 1fr 1fr;
  }
  .features-heading[b-5cyweikhu3] {
    width: auto;
  }
  .features-heading-wrapper[b-5cyweikhu3] {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .clients-marquee[b-5cyweikhu3] {
    overflow: hidden;
  }
  .nav-menu[b-5cyweikhu3] {
    display: none;
  }

  .w-nav-button[b-5cyweikhu3] {
    display: block;
  }

  .hero-center[b-5cyweikhu3] {
    padding-top: 10px;
  }
  .hero-text-center[b-5cyweikhu3] {
    font-size: 17px;
    line-height: 23px;
  }

  .hero-h1[b-5cyweikhu3] {
    font-size: 56px;
    line-height: 62px;
  }

  .hero-screen-left[b-5cyweikhu3] {
    max-width: 55%;
    top: 30%;
    left: -35%;
  }
  .hero-image-1[b-5cyweikhu3] {
    max-width: 80%;
  }
  .hero-icon-left[b-5cyweikhu3] {
    max-width: 20%;
    top: -8%;
    left: -45%;
  }
  .hero-icon-right[b-5cyweikhu3] {
    max-width: 20%;
    top: 70%;
    right: 0%;
  }
  .hero-screen-right[b-5cyweikhu3] {
    max-width: 55%;
    top: -5%;
    right: -55%;
  }
}

@media screen and (max-width: 767px) {
  .body[b-5cyweikhu3] {
    font-size: 14px;
    line-height: 20px;
  }
  .clients-marquee img[b-5cyweikhu3] {
    height: 36px;
    width: auto;
  }
  .features-text[b-5cyweikhu3] {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .feature-title[b-5cyweikhu3] {
    font-size: 24px;
    line-height: 30px;
}
  .features-h2[b-5cyweikhu3] {
    font-size: 44px;
    line-height: 50px;

  }
  .benefits-h2[b-5cyweikhu3] {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .benefits-box[b-5cyweikhu3] {
    grid-row-gap: 20px;
    background-position:
      50% 100%,
      0 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .features-section[b-5cyweikhu3] {
    padding-top: 20px;
  }

  .clients-section[b-5cyweikhu3] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container-1280.benefits[b-5cyweikhu3] {
    margin-bottom: 60px;
  }
  .features-heading-wrapper[b-5cyweikhu3] {
    flex-flow: column;
    margin-bottom: 40px;
  }
  .features-flex[b-5cyweikhu3] {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
  .benefits-image[b-5cyweikhu3] {
    max-width: 100%;
    position: static;
  }
  .benefits-text-wrapper[b-5cyweikhu3] {
    width: auto;
  }
  .hero-center[b-5cyweikhu3] {
    grid-row-gap: 12px;
    padding-top: 0;
  }
  .hero-text-center[b-5cyweikhu3] {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-h1[b-5cyweikhu3] {
    font-size: 52px;
    line-height: 58px;
  }
  .hero-image-1[b-5cyweikhu3] {
    max-width: 55%;
    margin-top: -20px;
  }
  .hero-icon-left[b-5cyweikhu3] {
    max-width: 15%;
    top: -10%;
    left: -20%;
  }
  .hero-screen-left[b-5cyweikhu3] {
    max-width: 35%;
    top: 25%;
    left: -25px;
  }
  .hero-icon-right[b-5cyweikhu3] {
    max-width: 15%;
    top: 70%;
    right: 15%;
  }
  .hero-screen-right[b-5cyweikhu3] {
    max-width: 35%;
    right: -19%;
  }
  .h2white42[b-5cyweikhu3] {
    font-size: 36px;
    line-height: 42px;
  }
  .pricing-h2[b-5cyweikhu3] {
    font-size: 40px;
    line-height: 46px;
  }
  .features-icon[b-5cyweikhu3] {
    max-width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .features-icon[b-5cyweikhu3] {
    max-width: 50px;
  }
  .pricing-h2[b-5cyweikhu3] {
    font-size: 36px;
    line-height: 42px;
  }
  .hero-h1[b-5cyweikhu3] {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 1px;
  }
  .h2white42[b-5cyweikhu3] {
    font-size: 36px;
    line-height: 42px;
  }
  .benefits-h2[b-5cyweikhu3], .features-h2[b-5cyweikhu3] {
    font-size: 40px;
    line-height: 42px;
  }
  .hero-image-block[b-5cyweikhu3] {
    width: 85%;
  }
  .container-1280[b-5cyweikhu3] {
    padding-left: 5%;
    padding-right: 5%;
  }
  .pricing-flex[b-5cyweikhu3] {
    grid-template-columns: 1fr;
  }
  .hero-icon-left[b-5cyweikhu3] {
    top: -15%;
    left: -8%;
  }
  .hero-screen-left[b-5cyweikhu3] {
    left: -20px;
  }
  .hero-screen-right[b-5cyweikhu3] {
    right: -13%;
  }
}



/* Mobile Menubar Modal */
.mobile-menu-overlay[b-5cyweikhu3] {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
    transform: translateY(-150%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0.4s;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

.mobile-menu-overlay.active[b-5cyweikhu3] {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.mobile-menu-content[b-5cyweikhu3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
}

.mobile-nav-link[b-5cyweikhu3] {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.mobile-button[b-5cyweikhu3] {
    width: 100%;
    max-width: 220px;
}

@media screen and (min-width: 992px) {
    .mobile-menu-overlay[b-5cyweikhu3] {
        display: none !important;
    }
}
/* _content/MyZerix.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* All modal, contact form, and layout styles have been moved to site.css
   to ensure they apply inside partial views (_ContactModal.cshtml). */
