p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
li,
a,
select {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.banner-section {
  background-image: url("../img/home-page/banner-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 300px 0px;
  position: relative;
}

.banner-heading {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 20px;
}

.banner-para {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  margin-bottom: 30px;
}

.banner-para-1 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 50px;
}

.banner-btn {
  background: linear-gradient(151.3deg, #8258c8 16.69%, #330953 86.01%);
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  text-decoration: none;
  width: fit-content;
  min-width: fit-content;
}

.banner-btn:focus,
.schedule-btn:focus {
  outline: none;
}

.banner-btn:hover,
.schedule-btn:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
}

.banner-bottom {
  background: #ffffff12;
  backdrop-filter: blur(34px);
  padding: 30px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-bottom-div {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.banner-bottom-div-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-bottom-div-inner img {
  width: 50px;
  height: 50px;
}

.banner-bottom-div-inner img:last-child {
  display: none;
}

.banner-bottom-div-inner a:hover img:last-child {
  display: flex;
}

.banner-bottom-div-inner a:hover img:first-child {
  display: none;
}

.partner-section {
  background-image: url("../img/home-page/partner-bg.png");
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.section-heading {
  font-size: 70px;
  color: #111111;
  line-height: 80px;
  margin-bottom: 40px;
}

.section-heading span {
  background: linear-gradient(96.13deg, #8258c8 0%, #330953 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-para {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-bottom: 50px;
}

.section-para-1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #7046ae;
  margin-bottom: 5px;
}

.partner-div {
  display: flex;
  gap: 30px;
  align-items: center;
}

.partner-div-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
  border-right: 1px solid #858585ba;
}

.partner-div-inner:last-child {
  border-right: none;
  padding-right: 0px;
}

.contact-section {
  background-image: url("../img/home-page/contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 70px 30px;
  border-radius: 25px 25px 0px 25px;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.section-heading-1 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 30px;
}

.section-para-2 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0px;
}

.schedule-btn {
  background-color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  border-radius: 15px 0px 0px 0px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.award-section {
  background-image: url("../img/home-page/award-bg.png");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 76px 0px;
}

.section-heading-2 {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  line-height: 50px;
}

.section-heading-2 span {
  color: #5f31ab;
}

.section-para-3 {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0px;
}

.users-section {
  background-image: url("../img/home-page/testimonials-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 76px 0px;
}

.badge-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.height-div {
  height: 540px;
  display: flex;
}

.users-div {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.users-div p {
  border: 1px solid #e7d5ff80;
  background-color: #faf5ff26;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 0px;
}

.user-div {
  border-radius: 20px;
  padding: 50px;
  background-image: url("../img/home-page/testimonial-person-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  border: 15px solid #ffffff2e;
  display: flex;
  gap: 50px;
  align-items: center;
}

.img-commas {
  width: 110px !important;
  margin-bottom: 20px;
}

.img-user {
  width: 120px !important;
  border-radius: 50%;
}

.img-user-1 {
  display: none !important;
}

.user-div-heading {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #492274;
  margin-bottom: 5px;
}

.user-div-para {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #492274bf;
  margin-bottom: 25px;
}

.user-div-para-1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #705f83;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: #faf5ff26 !important;
  border-radius: 50% !important;
  border: 1px solid #e7d5ff80 !important;
  height: 50px !important;
  width: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
  font-size: 18px !important;
  top: 0.8px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -70px !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -70px !important;
}

.blog-div {
  border: 1px solid #ccd2d9;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-div:focus {
  outline: none;
}

.blog-div:hover {
  text-decoration: none;
  opacity: 0.9;
}

.blog-div img {
  border-radius: 15px 0px 0px 15px;
  width: 266px;
  height: 180px;
  object-fit: cover;
}

.blog-div-inner {
  width: 100%;
}

.blog-div-inner-1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.blog-div-para {
  font-size: 12px;
  color: #111111;
  border: 1px solid #ccd2d9;
  border-radius: 40px;
  padding: 8px 12px;
  margin-bottom: 0px;
}

.blog-div-para-1 {
  font-size: 13px;
  font-weight: 500;
  color: #111111;
  line-height: 20px;
  margin-bottom: 10px;
}

.blog-div-heading {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-div-para-2 {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0px;
}

.why-section {
  background-image: url("../img/home-page/why-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  padding: 300px 0px;
}

.why-div-1 {
  background-image: url("../img/home-page/why-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  height: 435px;
  width: 100%;
  padding: 40px 25px;
}

.why-div-2 {
  background-image: url("../img/home-page/why-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  height: 435px;
  width: 100%;
  padding: 40px 25px;
  position: relative;
}

.why-div-3 {
  background-image: url("../img/home-page/why-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  height: 435px;
  width: 100%;
  padding: 40px 25px;
}

.why-div-2 .section-para-2 {
  position: absolute;
  bottom: 40px;
  width: 60%;
}

.why-div-3 .section-para-2 {
  width: 60%;
}

.teams-section {
  padding: 100px 0px 160px 0px;
}

.section-para-4 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
  background: linear-gradient(
    180deg,
    rgba(182, 142, 249, 0.69) 0%,
    rgba(109, 23, 176, 0.69) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

.section-para-5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 30px;
}

.team-1,
.team-1-hover {
  width: 100%;
  height: 350px;
  object-fit:
    100% 100%,
    contain;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.team-1-hover {
  opacity: 0;
  transform: translateX(-20%);
}

.team-div:hover .team-1 {
  opacity: 0;
  transform: translateX(20%);
}

.team-div:hover .team-1-hover {
  opacity: 1;
  transform: translateX(0);
}

.team-div {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team-div:hover {
  cursor: pointer;
}

.team-div-inner {
  padding: 380px 20px 30px 20px;
  position: relative;
  z-index: 1;
}

.team-div-inner-1 {
  position: absolute;
  bottom: 100px;
  left: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.team-div-inner-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #333333;
}

.team-leadership-div {
  padding-left: 50px;
}

.team-div-inner-3 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.team-div-inner-3 a {
  display: block;
}

.team-div-inner-3 img {
  width: 20px;
  height: 20px;
}

.img-share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 20px;
  height: 20px;
}

.team-div:hover .team-div-inner-3 {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.team-div:hover .team-div-inner-1 {
  height: 80px;
}

.team-div:hover .img-share {
  opacity: 0;
  pointer-events: none;
}

.team-div-even {
  position: relative;
  top: 80px;
}

.team-div-sarah {
  width: 334.4px;
  position: relative;
  left: 240px;
}

.team-div-sarah-1 {
  display: none!important;
}

.premium-section {
  background-image: url("../img/home-page/premium-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  padding: 200px 0px 100px 0px;
}

.premium-div {
  background-image: url("../img/home-page/premium-div.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    contain;
  padding: 0px 30px 40px 30px;
  border-radius: 20px;
}

.premium-div-inner {
  display: flex;
  position: relative;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.premium-div-inner button {
  padding: 10px 20px;
  border-radius: 0px 0px 15px 15px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  z-index: 2;
}

.section-para-6 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.section-para-6:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

.section-para-6:hover img {
  transform: translateX(5px);
}

#dynamics-365,
#microsoft-azure {
  display: none;
}

.tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #150025;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  border-radius: 0 0 15px 15px;
  transition:
    left 0.3s ease-in-out,
    width 0.3s ease-in-out;
  z-index: 1;
}

.section-heading-3 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff63;
  line-height: 60px;
  margin-bottom: 60px;
  display: none;
}

body.scroll-lock {
  overflow: hidden;
}

.isv-section {
  position: relative;
  padding: 100px 0 50px 0px;
}

.isv-section-1 {
  display: none;
  padding: 100px 0px;
}

.isv-section .sticky-wrap {
  position: sticky;
  top: -65px;
  height: auto;
  background: #fff;
}

.image-section {
  position: relative;
}

.img-ss {
  position: absolute;
  left: 15%;
  top: 27%;
  width: 70%;
  transition: opacity 0.3s ease;
}

.content-section {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
  opacity: 0.35;
  transition: opacity 0.4s ease;
}

.content-section img,
.content-section-1 img {
  width: 80px;
}

.content-section.active {
  opacity: 1;
}

.content-section:last-child,
.content-section-1:last-child {
  margin-bottom: 0px;
}

.content-section-inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #111111;
}

.content-section:last-child .content-section-inner,
.content-section-1:last-child .content-section-inner {
  padding-bottom: 0px;
  border-bottom: none;
}

.content-section-1 {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.content-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #111111;
  margin-bottom: 20px;
}

.content-para {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.content-container {
  overflow: hidden;
  position: relative;
  top: 18%;
}

.content-wrapper {
  will-change: transform;
  transition: transform 0.5s ease;
}

.isv-row {
  will-change: transform;
}

.img-flower {
  will-change: transform;
  transform-origin: center;
  transition: transform 0.5s ease;
}

.isv-accordion {
  max-width: 420px;
  background: linear-gradient(135deg, #3a2c6e, #1f1b3a);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
}

.isv-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.isv-accordion-item:last-child {
  border-bottom: none;
}

.isv-accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 0px;
  font-size: 15px;
  color: #fff;
  gap: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.isv-accordion-header span{
  text-align: left;
}

.isv-accordion-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.2s ease;
  padding-bottom: 5px;
}

.isv-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.isv-accordion-content ul {
  margin: 10px 0 20px 20px;
}

.isv-accordion-content li {
  margin-bottom: 8px;
  font-size: 13px;
}

.isv-accordion-content li a {
  color: #fff;
  text-decoration: none;
}

.isv-accordion-content li a:hover {
  opacity: 0.9;
}

.isv-accordion-item.isv-active .isv-accordion-content {
  max-height: 220px;
}

.isv-accordion-item.isv-active .isv-accordion-icon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1400px) {
  .team-1,
  .team-1-hover {
    height: 300px;
  }

  .team-div-inner {
    padding: 330px 20px 30px 20px;
  }
  .team-div-inner-1-1 {
    bottom: 120px;
  }
  .img-ss {
    top: 24%;
  }
  .content-container {
    top: 12%;
  }
  .height-div {
    height: 600px;
  }
  .team-div-sarah {
    width: 281.9px;
    left: 215px;
    top: -65px;
  }
}

@media only screen and (max-width: 1200px) {
  .team-1,
  .team-1-hover {
    height: 245px;
  }

  .team-div-inner {
    padding: 275px 20px 30px 20px;
  }
  .team-div-inner-1-2 {
    bottom: 120px;
  }
  .height-div {
    height: 650px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -60px !important;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -60px !important;
  }
  .team-div-sarah {
    width: 229.4px;
    left: 195px;
    top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-bottom-div {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .banner-bottom-div-inner {
    flex-wrap: wrap;
  }
  .partner-section {
    background-position-x: right;
  }
  .mar-b {
    margin-bottom: 40px;
  }
  .section-heading-3 {
    display: flex;
    justify-content: center;
  }
  .premium-section {
    background-image: none;
    background-color: #150025;
    padding: 100px 0px;
  }
  .why-section {
    background-image: none;
    background-color: #150025;
    padding: 100px 0px 250px 0px;
  }
  .mar-b-1 {
    margin-bottom: 20px;
  }
  .why-div-1,
  .why-div-2,
  .why-div-3 {
    width: 400px;
  }
  .mar-b-2 {
    margin-bottom: 70px;
  }
  .team-1,
  .team-1-hover {
    height: 350px;
  }
  .team-div {
    width: 340px;
  }
  .team-div-even {
    top: 0px;
  }
  .team-div-inner {
    padding: 380px 20px 30px 20px;
  }
  .team-div-inner-1-2,
  .team-div-inner-1-1 {
    bottom: 100px;
  }
  .teams-section {
    padding: 100px 0px 76px 0px;
  }
  .team-leadership-div {
    padding-left: 0px;
  }
  .isv-section {
    display: none;
  }
  .isv-section-1 {
    display: block;
  }
  .content-container {
    top: 0;
  }
  .isv-accordion {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .img-user-container {
    display: none;
  }
  .img-user-1 {
    display: flex !important;
    width: 70px !important;
    border-radius: 50%;
  }
  .user-info-div {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    background-color: #bc86fc !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -15px !important;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -15px !important;
  }
  .team-div-sarah {
    display: none!important;
  }
  .team-div-sarah-1 {
    display: flex!important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-section {
    padding: 70px 0px 320px 0px;
  }
  .banner-heading,
  .section-para-4 {
    font-size: 50px;
    line-height: 60px;
  }
  .section-heading,
  .section-heading-3 {
    font-size: 40px;
    line-height: 50px;
  }
  .partner-div {
    flex-direction: column;
    align-items: flex-start;
  }
  .partner-div-inner {
    border-bottom: 1px solid #858585ba;
    padding-right: 0px;
    border-right: none;
    padding-bottom: 20px;
  }
  .partner-div-inner:last-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .partner-section {
    padding: 70px 0px;
  }
  .premium-section {
    padding: 70px 0px 100px 0px;
  }
  .why-section {
    padding: 70px 0px 220px 0px;
  }
  .contact-section {
    padding: 50px 0px 80px 0px;
  }
  .section-heading-1,
  .section-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-div {
    flex-direction: column;
    padding: 10px 10px 30px 10px;
  }
  .blog-div img {
    border-radius: 15px;
    width: 100%;
  }
  .award-section,
  .teams-section,
  .users-section {
    padding: 70px 0px 46px 0px;
  }
  .user-div {
    padding: 30px;
  }
  .user-div-para {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 577px) {
  .contact-section {
    padding: 50px 20px 80px 20px;
  }
  .height-div {
    height: 720px;
  }
  .user-div-para {
    font-size: 18px;
    line-height: 25px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px !important;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px !important;
  }
}

@media only screen and (max-width: 450px) {
  .why-div-1,
  .why-div-2,
  .why-div-3 {
    width: 300px;
    height: 400px;
  }
  .why-div-3 .section-para-2 {
    width: 50%;
  }
  .team-div {
    width: 300px;
  }
  .team-1,
  .team-1-hover {
    height: 310px;
  }
  .team-div-inner {
    padding: 340px 20px 30px 20px;
  }
  .team-div-inner-1-1 {
    bottom: 120px;
  }
  .premium-div-inner {
    gap: 2px;
  }
  .premium-div-inner button {
    padding: 10px 15px;
  }
  .premium-div {
    padding: 0px 15px 30px 15px;
  }
}
