body {
  font-family: 'Plus Jakarta Sans', sans-serif
}

.custom-navbar {
  width: 100%;
  height: 12vh;
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1050
}

.success-btn {
  background-color: #00917A;
  border-radius: 20px;
  color: #FFF
}

.success-btn:hover {
  background-color: #00917A;
  box-shadow: 0 0 8px #00917A;
  color: #FFF
}

.success-outline {
  border: 1px solid #00917A;
  border-radius: 20px;
  color: #FFF
}

.navbar-brand span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background-color: #ccc
}

.about-section {
  padding: 160px 0 40px;
  background-color: #F8F7F0
}

.about-cont {
  height: 80vh
}

@media (max-width:1180px) {
  .about-section {
    padding: 40px 0 40px
  }

  .about-cont {
    height: auto
  }

  .custom-navbar {
    width: 100%;
    background-color: #FFF
  }
}

.mainSection {
  margin: -120px 0 0;
  min-height: 100vh;
  background: url(assets/desktop1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  animation: change 4s infinite ease-in-out
}

@keyframes change {
  0% {
    background-image: url(assets/desktop1.png)
  }

  33% {
    background-image: url(assets/desktop2.png)
  }

  66% {
    background-image: url(assets/desktop3.png)
  }

  100% {
    background-image: url(assets/desktop1.png)
  }
}

@media (max-width:768px) {
  .mainSection {
    background: url(assets/Phone1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: changeBg 6s infinite ease-in-out
  }

  @keyframes changeBg {
    0% {
      background-image: url(assets/Phone1.png)
    }

    33% {
      background-image: url(assets/Phone2.png)
    }

    66% {
      background-image: url(assets/Phone3.png)
    }

    100% {
      background-image: url(assets/Phone1.png)
    }
  }
}

.big-letter {
  font-size: 4rem;
  opacity: .1;
  font-weight: 700;
  line-height: 1
}

.why-mediation .card {
  border: 1px solid #198754;
  border-radius: 8px;
  text-align: left;
  height: 100%
}

.who-we-help-card {
  background-color: #E6F7F6;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s
}

.who-we-help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / .1)
}

.mediators-section {
  background-color: #F8F7F0
}

.mediator-card1 {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgb(0 0 0 / .05);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%
}

.mediator-card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgb(0 0 0 / .1)
}

.mediator-photo1 {
  object-fit: contain;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  margin-bottom: 1rem
}

.carousel-indicators {
  position: static;
  margin-top: 2rem;
  margin-bottom: 1rem
}

.carousel-indicators [data-bs-target] {
  background-color: #28a745;
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.carousel-indicators .active {
  opacity: 1
}

.strength-section {
  background-color: #00917A;
  color: #fff;
  border-radius: 12px;
  padding: 8rem 1rem
}

.strength-icon {
  font-size: 3rem;
  margin-bottom: 1rem
}

.strength-text {
  max-width: 300px;
  margin: 0 auto
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 1
}

.step.active .step-circle {
  background: #00A57E
}

.step-line {
  position: absolute;
  top: 30px;
  left: 100%;
  height: 2px;
  width: 100%;
  background: #ccc;
  overflow: hidden
}

.step-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #00A57E;
  transition: width 1s linear, height 1s linear
}

.step-line.loader-fill::before {
  width: 100%
}

@media (min-width:768px) {
  .step-line {
    width: 100%;
    transform: translateX(-50%)
  }
}

@media (max-width:767.98px) {
  .step {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 2rem
  }

  .step-circle {
    flex-shrink: 0
  }

  .step-line {
    width: 2px;
    height: 100%;
    left: 30px;
    top: 50%
  }

  .step-line::before {
    width: 100%;
    height: 0%
  }

  .step-line.loader-fill::before {
    width: 100%;
    height: 100%
  }
}

.website-form {
  background-color: #F9FAFB
}

.custom-card {
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgb(0 0 0 / .08)
}

.highlight-bar {
  background-color: #b2dfdb;
  color: #004d40;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 5px 5px 0 0
}

.form-control::placeholder {
  color: #6B7582;
  font-size: .9rem
}

.btn-discovery {
  background-color: #00A57E;
  color: #fff;
  border: none
}

.btn-discovery:hover {
  background-color: #008d6c
}

.btn-mediation {
  border: 2px solid #00A57E;
  background-color: #fff;
  color: #00A57E
}

.btn-mediation:hover {
  background-color: #00A57E;
  color: #fff
}

.form-check-label {
  font-size: .95rem
}

.form-control1,
.form-select1 {
  padding: 16px;
  background-color: #F2F2F5;
  border-radius: 12px
}

.footer-section {
  background-color: #F9FAFB
}

.footer-cont {
  background-color: #009688;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px 20px
}

.footer-brand {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word
}

.footer-title {
  font-weight: 600;
  margin-bottom: 10px
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-size: .95rem
}

.footer-link:hover {
  text-decoration: underline
}

.social-icon {
  font-size: 1.5rem;
  color: #fff;
  margin-right: 10px;
  transition: transform 0.2s
}

.social-icon:hover {
  transform: scale(1.1)
}

@media (max-width:576px) {
  .footer-brand {
    font-size: 2.5rem;
    text-align: center
  }

  .footer-columns {
    margin-top: 20px
  }
}

.mainSection2 {
  margin: -110px 0 0;
  width: 100%;
  height: 100vh;
  background-image: url(assets/mediatorsBg1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}

.mainSection2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007FC333;
  opacity: .2;
  z-index: 1
}

.scroll-icon {
  position: absolute;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: fadeInUp 1s ease-in-out;
  transition: opacity 0.5s ease
}

.scroll-icon.hidden {
  opacity: 0;
  pointer-events: none
}

.scroll-icon img {
  animation: bounceDown 1.5s infinite
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px)
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0)
  }
}

@keyframes bounceDown {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }
}

.card {
  overflow: hidden;
  position: relative
}

.card img {
  transform-origin: top left;
  transition: transform 0.5s ease;
  opacity: 0
}

.fade-up-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease
}

.fade-up-text.visible {
  opacity: 1;
  transform: translateY(0)
}

.text-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease
}

.text-up.visible {
  opacity: 1;
  transform: translateY(0)
}

.fade-down-text {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.5s ease, transform 0.5s ease
}

.fade-down-text.visible {
  opacity: 1;
  transform: translateY(0)
}

.about-image {
  position: relative;
  overflow: hidden;
  height: 100%
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform
}

.parallax-img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.1s ease-out
}

@media (max-width:768px) {
  .about-image img {
    width: 80%;
    height: 100%
  }

  .card img {
    opacity: 1
  }

  .parallax-img {
    height: 200px;
    margin-bottom: 15px
  }
}

@media (max-width:767.98px) {
  #mediatorCarousel .carousel-inner {
    overflow: visible;
    padding: 0 10%
  }

  #mediatorCarousel .carousel-item>.row {
    margin: 0
  }
}

.mediator-card1 {
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.mediator-card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / .1)
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 10
}

.strengthText {
  width: 60%;
  font-size: 20px
}

.right-text {
  text-align: right
}

@media (max-width:767.98px) {
  .strengthText {
    width: 100%;
    font-size: 17px
  }

  .right-text {
    text-align: left
  }
}

@keyframes blink {

  0%,
  40%,
  100% {
    opacity: 1
  }

  41%,
  80% {
    opacity: 0
  }
}

.navbar.blink .nav-link,
.navbar.blink .btn,
.navbar.blink .navbar-brand {
  animation: blink 1s ease-in-out 1
}

.step-text {
  opacity: .4
}

.carousel-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 1rem;
  padding: 0 1rem
}

.carousel-card {
  scroll-snap-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / .08);
  flex: 0 0 85%;
  max-width: 300px;
  min-height: 440px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

.carousel-container::-webkit-scrollbar {
  display: none
}

.mediator-card {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 380px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .05)
}

.mediator-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease
}

.mediator-info {
  z-index: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
  background: rgb(255 255 255 / .95);
  height: 150px;
  transition: height 0.4s ease;
  overflow: hidden
}

.carousel-card-info {
  z-index: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
  background: rgb(255 255 255 / .95);
  height: 170px;
  transition: height 0.4s ease;
  overflow: hidden
}

.mediator-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px
}

.mediator-title {
  color: #00917A;
  font-size: .95rem;
  margin-bottom: 4px
}

.mediator-summary {
  font-size: .85rem;
  color: #444;
  transition: opacity 0.3s ease
}

.mediator-extra {
  font-size: .85rem;
  color: #444;
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease
}

.linkedin-icon img {
  margin-top: 6px;
  transition: transform 0.3s ease
}

.linkedin-icon img:hover {
  transform: scale(1.1)
}

@media (min-width:768px) {
  .mediator-card:hover .mediator-info {
    height: 100%
  }

  .mediator-card:hover .mediator-photo1 {
    display: none
  }

  .mediator-card:hover .mediator-summary {
    display: none;
    opacity: 0
  }

  .mediator-card:hover .mediator-extra {
    opacity: 1
  }
}

@media (max-width:767px) {

 
  .mediator-card.active .mediator-info {
    height: 100%
  }

 
  .mediator-card.active .mediator-photo1 {
    display: none
  }

 
  .mediator-card.active .mediator-summary {
    display: none;
    opacity: 0
  }

 
  .mediator-card.active .mediator-extra {
    opacity: 1
  }
}

@media (min-width:768px) {
  .carousel-card:hover .carousel-card-info {
    height: 100%
  }

  .carousel-card:hover .mediator-photo1 {
    display: none
  }

  .carousel-card:hover .mediator-summary {
    display: none;
    opacity: 0
  }

  .carousel-card:hover .mediator-extra {
    opacity: 1
  }
}

@media (max-width:767px) {

  
  .carousel-card.active .carousel-card-info {
    height: 100%
  }

 
  .carousel-card.active .mediator-photo1 {
    display: none
  }

 
  .carousel-card.active .mediator-summary {
    display: none;
    opacity: 0
  }

 
  .carousel-card.active .mediator-extra {
    opacity: 1
  }
}

@media (max-width:393px) {
  .carousel-card-info {
    height: 60%
  }

  .mediator-info {
    height: 50%
  }

  .carousel-card {
    height: 450px
  }
}

.confirmation-box {
  background-color: #EBEDF0;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 60px auto;
  padding: 40px;
  text-align: center
}

.msg-icon {
  width: 40%;
  height: auto;
  margin-bottom: 20px
}

.icon-check {
  position: absolute;
  top: 28%;
  left: 28%;
  font-size: 44px;
  color: #009b77;
  background: #fff;
  border-radius: 50%
}

.brand-name {
  color: #009b77;
  font-weight: 600
}

.highlight {
  font-weight: 600
}

.email-link {
  color: #009b77;
  font-weight: 600;
  text-decoration: none
}

.email-link:hover {
  text-decoration: underline
}

.small-text {
  font-size: .85rem;
  color: #666;
  margin-top: 20px
}

#mySubmitBtn:disabled {
  background-color: #00917A !important;
  color: white !important;
  cursor: not-allowed
}

@media (max-width:393px) {
  .mediator-photo1 {
    height: 40%
  }

  .mediator-card {
    height: 460px
  }
}

@media (min-width:393px) and (max-width:500px) {
  .carousel-card {
    height: 520px
  }
}

@media (max-width:393px) {
  .carousel-card {
    height: 450px
  }
}

.carousel-control-prev {
  left: -60px
}

.carousel-control-next {
  right: -60px
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
  background: #fff0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid #00917A;
  border-width: 0 3px 3px 0;
  padding: 3px;
  box-sizing: border-box
}

.carousel-control-prev-icon {
  transform: rotate(135deg)
}

.carousel-control-next-icon {
  transform: rotate(-45deg)
}
@media (max-width:375px) {
  .carousel-card {
    height: 500px
  }
}