﻿.heroSection {
  font-size: 16px;
  background-color: #fff0ed;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin: 2rem;
  border-radius: 50px;
}

.heroSection .logo {
    display: inline-block;
    max-width: 240px;
    position: relative;
}

.heroSection .logo .happyEventingTxt {
    position: absolute;
    left: 1px;
    bottom: 4px;
    width: 123px;
}

.heroSection h4 {
  font-size: 22px;
  line-height: 28px;
}

.heroSection h1 {
  font-size: 42px;
}

.heroSection p {
  font-size: 22px;
  line-height: 28px;
}


.heroSection ul li {
  font-size: 16px;
  margin: 12px 0;
}

  .heroSection ul li::marker {
    color: #ff008a !important;
  }

.financialServices {
  background-color: #1a2d39;
  background: url(https://i.ibb.co/PGbLgGLv/what-are-we-working-bg.png) no-repeat center center;
  background-size: cover;
}

  .financialServices h4 {
    font-size: 24px;
  }

  .financialServices .cardStyle {
    border: none !important;
    text-align: left;
  }

.recaptchaImg {
  background: url(https://i.ibb.co/xngh08R/recaptcha02.jpg) no-repeat left top;
}

  .recaptchaImg img {
    display: block;
  }

  .recaptchaImg.active img {
    opacity: 0;
  }

.stickyTop {
  position: sticky;
  top: 100px;
}

.btn.md-button.md-raised {
  border-radius: 35px;
  text-transform:none !important;
}

  ec-personalized-demo-form .bannerForm h3 {
    color: #001623;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }

ec-personalized-demo-form .demoButton {
  width: 100%;
  padding: 5px;
  font-size: 21px;
}


ec-personalized-demo-form .demoButton {
  margin: 0 0 20px;
  padding: 0 20px;
  line-height: 50px !important;
  font-size: 16px;
  font-weight: 500;
}

ec-personalized-demo-form .privacyLink {
  text-decoration: underline;
  color: rgba(3, 147, 239, 1);
  display: block;
  padding: 6px
}

  ec-personalized-demo-form .privacyLink:hover {
    color: #ff008a
  }

ec-personalized-demo-form .stickyTop {
  position: sticky;
  top: 100px
}


ec-personalized-demo-form .privacyLink {
  color: #999;
  margin-bottom: 20px;
}

ec-personalized-demo-form .bannerForm {
  padding: 30px;
  float: right;
  box-shadow: 0px 3px 6px #00000029;
  position: sticky;
  top: 70px
}

ec-personalized-demo-form .bannerForm {
  background: none;
  border: 4px solid #1a2d39;
  border-radius: 40px;
  box-shadow: none;
}

.bannerForm md-select {
  color: #000
}

.demo-request {
  background-color: #fff0ed;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin: 2rem;
  border-radius: 50px;
}

  .demo-request h3 {
    font-size: 32px;
    margin-top: 0;
  }

  .demo-request .heroBtn {
    border-radius: 20px !important;
  }

  .heroBtn { display: inline-block; margin: 5px; padding: 0 1.2rem; font-size: 14px; line-height: 3; border-radius: 3px; }
  .heroBtn.style1 { background: #ff008a; color: #fff; }
  .heroBtn.style2 { color: #001623; background: #FFFFFF26 0% 0% no-repeat padding-box; border: 2px solid #00162363; border-radius: 4px; }
  .heroBtn.style3 { background: rgba(0, 0, 0, .15); color: #00364a; }

.newEnterprisePage md-card {
  box-shadow: none !important;
}

  .newEnterprisePage md-card .companyLogoImage img {
    width: auto;
    max-width: 40%;
  }

  .newEnterprisePage md-card .btn {
    color: #222;
  }

    .newEnterprisePage md-card .btn svg {
      vertical-align: middle;
    }

.animated-heading {
  position: relative;
  display: inline-block;
}

.word {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slideFadeHorizontal 9s infinite;
}

.baseText {
  opacity: 0;
}

.word:nth-child(1) {
  animation-delay: 0s;
}

.word:nth-child(2) {
  animation-delay: 3s;
}

.word:nth-child(3) {
  animation-delay: 6s;
}
/* Remove default fade for all */
.swiper-slide {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
}

  /* Add animation only when slide becomes active (new slide group enters) */
  .swiper-slide.swiper-slide-active,
  .swiper-slide.swiper-slide-duplicate-active {
    animation: slideFadeIn 1s ease forwards;
  }

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* New Section: Animated Subheading (text) */
.animated-subheading {
  position: relative;
  display: block;
}

.word-sub {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slideFadeHorizontal 9s infinite;
}

  .word-sub:nth-child(1) {
    animation-delay: 0s;
  }

  .word-sub:nth-child(2) {
    animation-delay: 3s;
  }

  .word-sub:nth-child(3) {
    animation-delay: 6s;
  }

@keyframes slideFadeHorizontal {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  10% {
    opacity: 1;
    transform: translateX(0);
  }

  30% {
    opacity: 1;
    transform: translateX(0);
  }

  40% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}

/* New Section: Image Animation (sync with text) */
.base-image {
  display: block;
  opacity: 0;
}

.image-slider {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideImage 9s infinite;
}

  .image-slide:nth-child(1) {
    animation-delay: 0s;
  }

  .image-slide:nth-child(2) {
    animation-delay: 3s;
  }

  .image-slide:nth-child(3) {
    animation-delay: 6s;
  }

@keyframes slideImage {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  10% {
    opacity: 1;
    transform: translateX(0);
  }

  30% {
    opacity: 1;
    transform: translateX(0);
  }

  40% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}

@media screen and (min-width:1200px) {
  ec-personalized-demo-form .bannerForm { width: 85%; }
}
@media screen and (max-width:767px) {
  .heroSection, .demo-request {
    padding: 1.5rem;
    margin: 1rem;
    border-radius: 40px;
  }
  ec-personalized-demo-form .bannerForm { float:none }
}

@media screen and (max-width:579px) {
  .heroSection, .demo-request {
    padding: 1rem;
    margin: .5rem;
    border-radius: 30px;
  }
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #1c0f0f75;
  font-weight: bold;
  margin: 20px 0;
}

  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid grey;
    margin: 0 10px;
  }

  .divider span {
    padding: 0 10px;
    background-color: white; /* Optional: match background to make OR stand out */
  }
.google-signin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.microsoft-signin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}

#ms-signin-btn {
  background-color: white;
  color: #0078D4;
  padding: 9px 18px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #dadce0;
}

  #ms-signin-btn:hover {
    background-color: #005A8D;
  }

  #ms-signin-btn:focus {
    outline: none;
  }