:root {
  --blueColor: #2073bd;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

.btn-primary {
  background-color: var(--blueColor);
}
* {
  font-family: "Montserrat", sans-serif;
}

.rounded-5 {
  border-radius: 3rem;
}
/* @media (min-width: 768px) { */
.stepsCards {
  position: relative;
  padding-right: 30px;
}
/* } */
.stepsCardsContainer .stepsCards img {
  max-width: 100px;
}
.stepsCardsContainer .stepsCards::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  height: 20%;
  left: 60%;
  background-image: url("../img/Arc.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}

.stepsCardsContainer:nth-child(even) .stepsCards::after {
  background-image: url("../img/Arc2.png");
  top: 25%;
}

.stepsCardsContainer:last-child .stepsCards::after {
  display: none;
}

.stepsCardsContainer .stepsCards .text-primary {
  color: var(--blueColor) !important;
}

.BenefitsCard {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}

.BenefitsCard.rightImage {
  justify-content: end;
  flex-direction: row-reverse;
}

.BenefitsCard p {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.7rem;
}

.BenefitsCard.rightImage p {
  text-align: end;
}

.BenefitsCard .contentDiv {
  max-width: 600px;
}

@media (max-width: 768px) {
  .BenefitsCard {
    flex-direction: column !important;
    padding: 1rem;
  }

  .BenefitsCard p {
    text-align: center !important;
  }
}

.courseCard .col-md-5 {
  background-color: var(--blueColor);
}

.clientLogo img {
  width: 85%;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}

.testimonialsCards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonialsCards .cardTopSection {
  background-color: var(--blueColor);
  border-radius: 2rem;
  padding: 1rem 1.4rem 5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testimonialsCards .cardTopSection img {
  width: 34px;
  height: 34px;
}
.testimonialsCards .cardTopSection p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  aspect-ratio: 2/1.7;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonialsCards .cardTopSection p {
    text-align: left;
  }
}
.testimonialsCards .cardImage {
  margin-top: -3.5rem;
  position: relative;
}
.testimonialsCards .cardImage img.testimonialsImg {
  width: 7rem !important;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
}
.testimonialsCards .cardName h5 {
  font-weight: bolder;
}
.testimonialsCards .cardName p {
  font-size: 15px;
}
.testimonialsCards .cardImage .linkedIcon {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  width: 26px;
}

.testimonialsCardsContainerSection .flickity-prev-next-button {
  /* content: '\f2ba'; */
  /* font: normal normal normal 14px/1 FontAwesome; */
  background-color: transparent !important;
}

.testimonialsCardsContainerSection .flickity-prev-next-button::before {
  color: #000;
  font-size: 20px;
  font-family: "FontAwesome";
}
.testimonialsCardsContainerSection .flickity-prev-next-button.previous::before {
  content: "\f053";
}
.testimonialsCardsContainerSection .flickity-prev-next-button.next::before {
  content: "\f054";
}

.accords * {
  background-color: #f3f5f6 !important;
}

.accords .accordion-header button {
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
  font-size: 14px;
}

.accords .accordion-body p {
  margin: 0;
  font-size: 14px;
}

.accords .accordion-button {
  padding: 1rem;
}

.accords .accordion-button::after {
  fill: #1c75bc;
  color: #1c75bc;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231C75BC'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accords .accordion-body {
  padding: 0 1rem 1rem 1rem;
}

.navbar-brand-img {
  max-height: 3.4rem;
}

.contactList {
  list-style: none;
}

.contactList li {
  margin: 5px 0;
}

.contactList li a {
  color: #000;
  display: flex;
  gap: 10px;
  font-weight: 500;
  align-items: center;
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.list-social .list-social-item a {
  background-color: #000;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.navbar.navbar-expand-lg .nav-item .nav-link {
  color: #000;
}

.fixed-bottom,
.fixed-top {
  position: sticky;
}

.topSectionMarquee {
  display: flex;
  justify-content: center;
  background-color: #ffd35d;
  padding: 4px 0;
}

.topSectionMarquee a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.topSectionMarquee a i {
  font-size: 11px;
  margin-left: 7px;
}

.btn-close.closeAlert {
  right: 0;
  top: 0;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 20px;
  background-size: 14px;
  background-position: center;
  background-color: #f5e1e2;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED1C24' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.EmailError {
  margin: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px !important;
}

html:has(body.modal-open) {
  overflow: hidden;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fixed-top {
    position: fixed !important;
  }

  .topSectionMarquee a {
    font-size: 11px;
  }
  .testimonialsCards .cardTopSection p {
    aspect-ratio: 2/1.2;
    font-size: 18px;
    line-height: 24px;
  }
}

.marquee-container {
  width: fit-content; /* Adjust width as needed */
  overflow: hidden;
  white-space: nowrap;
}

.marquee-text {
  display: inline-block;
  animation: marquee 10s linear infinite; /* Animation details */
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-container:hover .marquee-text {
  animation-play-state: paused; /* Pause on hover */
}

.footerBg {
  background-image: linear-gradient(to bottom, #ffffff, #2073bd 200%);
}

/* Registration Login CSS */
span.loginIcon i {
  display: none;
}

span.loginIcon[data-inputType=""] i.ph-user-circle,
span.loginIcon:not([data-inputType]) i.ph-user-circle {
  display: block;
}
span.loginIcon[data-inputType="user"] i.ph-user-circle {
  display: block;
}
span.loginIcon[data-inputType="email"] i.ph-envelope-simple {
  display: block;
}
span.loginIcon[data-inputType="phone"] i.ph-phone {
  display: block;
}

.section1Image {
  max-height: 450px;
  object-fit: contain;
}

.carousel-cell.is-selected {
  opacity: 1;
  z-index: 2;
  transform: translateX(0) scale(1.2);
  max-height: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.carousel-cell {
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, max-height 0.5s ease-in-out, margin 0.5s ease-in-out;
  z-index: 1;
  max-height: 575px;
  margin-top: 10px;
}

.course .flickity-prev-next-button {
  color: #4f4e4e !important;
  background: transparent !important;
}

.course .flickity-prev-next-button::before {
  font-size: 28px;
  font-weight: bold;
}

.course .flickity-viewport{
  height: 725px !important;
  padding-top: 15px;
}

.course .flickity-slider{
  padding-top: 20px;
}

.btn-primary.disabled, 
.btn-primary:disabled{
  background-color: var(--blueColor);
  opacity: 0.55;
}

@media (max-width: 500px) {
  
  .text-gray-700{
    text-align: center !important;
    font-size: 15px !important;
  }

  .section1Image {
    max-height: 300px;
  }

  html {
    scroll-padding-top: 70px;
  }

  .course{
    padding-left: 8px;
    padding-right: 8px;
  }

  .carousel-cell.is-selected img{
    padding: 10px;
  }  
}
