/* overview-banner */
.overview-banner {
  background: linear-gradient(0deg, #f3ebf65c, #e2beed) !important;
}


.overview-wrapper h2 {
  margin-bottom: 28px;
  max-width: 690px;
}

.overview-wrapper p {
  margin: 16px 0 40px;
  max-width: 650px;
}

.overview-wrapper .custom-btn {
  width:194px;
  gap: 4px;
  padding: 11px 20px;
}

.overview-image {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
}

.overview-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.overview-image .curve-icon {
  position: absolute;
  max-width: 150px;
  animation: bounce 4s ease-in-out infinite;
}


.overview-image .right-curve {
  animation-delay: 2s;
}

/* microsoft-impact-stats */

.microsoft-impact-stats .row {
  --bs-gutter-x: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.microsoft-impact-stats {
  background: linear-gradient(0deg, #fbfbfb, #e2beed) !important;
}

.impact-stats-heading {
  padding-bottom: 40px;
  text-align: center;
}

.impact-stats-heading h2 {
  color: #000;
}

.impact-stats-heading p {
  color: #000;
  max-width: 864px;
  margin: 0 auto;
  opacity: 0.7;
}

.microsoft-impact-stats .impact-card span {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
}

.microsoft-impact-stats .impact-card h2 {
  color: #000;
  margin-bottom: 2px;
}

.microsoft-impact-stats .impact-card p {
  color: #000;
  opacity: 1;
  font-size: 16px !important;
}
.impact-card h3 {
    font-size: 15px;
    padding: 10px 0px;
    color: #663999;
}
.page-padding {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.home-scroll_section {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}

.home-scroll_visual {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.home-scroll_visual.page-padding {
  position: sticky;
  top: 0px;
}

.home-scroll_img-wrap {
  width: 100%;
  aspect-ratio: 754/540;
  max-height: 100%;
  max-width: 100%;
}

.home-scroll_img-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-scroll_img-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
}

.home-scroll_img-item img {
  transform: scale(0.9);
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-scroll_img-item.is-active img {
  transform: scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.home-scroll_img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-scroll_content.page-padding {
  padding-top: 200px;
}

.home-scroll_text-wrap {
  max-width: 540px;
}

.home-scroll_text-item {
  display: flex;
  padding-bottom: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0.2;
  transition: opacity 300ms ease;
}

.home-scroll_text-item.is-active {
  opacity: 1;
}



.personalized-excellence-heading {
  padding-block: 0 40px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
}



.personalized-excellence-heading .defacto-block-title {
  margin-bottom: 8px;
}

.home-scroll_section .scroll-card-list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
}

.home-scroll_section .scroll-card-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: var(--color-body);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 16px;
}

/* scroll section css */
.home-scroll_text-wrap.w-dyn-list {
  max-width: 506px;
}
.grid-organization {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 20px;
  column-gap: 20px;
}
section.contact-form.space-comman-section {
    background: linear-gradient(0deg, #f3ebf600, #e2beed) !important;
    color: #000 !important;
}
.grid-contact h2 {
    color: #000000 !important;
    margin-bottom: 40px;
}


.trusted-section {
    text-align: center;
    padding: 80px 20px;
}

.trusted-badge {
    display: inline-block;
    background: #e2beed57;
    color: #663999;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
section.personalized-excellence-section.space-comman-section {
    background-color: #fcfcfc !important;
}

.trusted-title {
        font-size: 42px;
        font-weight: 700;
        color: #0b1f3f;
}

.trusted-title span {
        color: #1a73e8;
}

.trusted-subtitle {
        margin-top: 15px;
        color: #6c757d;
        font-size: 16px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
}
.divider {
        height: 1px;
        background: #e0e6ed;
        margin: 40px auto;
        max-width: 800px;
}
.logo-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #000000;
        font-weight: 500;
        justify-content: center;
}
.logo-icon {
    width: 33px;
    height: 33px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6c757d;
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 10%);
}

/* solution */
.solutions-section {
        padding: 80px 0px;
        text-align: center;
    }

    .badge-custom {
        display: inline-block;
        background: #e2beed;
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 2px;
        padding: 6px 14px;
        border-radius: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-subtitle {
        margin-top: 10px;
        color: #6c757d;
        font-size: 15px;
        margin-bottom: 50px;
    }

    .card-custom {
        background: #fff;
        border: 1px solid #e0e6ed;
        border-radius: 14px;
        padding: 25px;
        text-align: left;
        transition: 0.3s;
        height: 100%;
        position: relative;
    }

    .card-custom:hover {
        border-top: 3px solid #663999;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        transform: translateY(-5px);
    }

    .icon-box {
        width: 45px;
        height: 45px;
        background: #eef3fb;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .card-title {
        font-weight: 600;
        font-size: 18px;
        color: #000000;
    }

    .card-text {
        font-size: 15px;
        color: #000000;
        margin: 10px 0 15px;
    }

    .learn-more {
        color: #663999;
        font-weight: 500;
        text-decoration: none;
        font-size: 14px;
    }

    .learn-more:hover {
        text-decoration: underline;
    }
.solutions-section p {
    margin-bottom: 35px;
}

/* Section */
.why-section-bg {
    padding: 80px 0px;
}

/* Left Side */
.badge-custom {
    background: #e2beed;
    color: #ffffff;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.section-desc {
    color: #6c757d;
    font-size: 15px;
    margin: 15px 0 25px;
    max-width: 500px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.tag {
    padding: 6px 20px;
    border-radius: 20px;
    background: #ead6f369;
    font-size: 13px;
    color: #663999;
    font-weight: 500;
}

.btn-custom {
    background: #663999 !important;
    color: #fff ! IMPORTANT;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
}

.btn-custom:hover {
    background: #000000 !important;
}

/* Right Cards */
.feature-cards {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s;
}

.feature-cards:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

.icon-box {
    width: 55px;
    height: 40px;
    background: #f1e3f6b8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.feature-title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.feature-text {
    font-size: 13px;
    color: #000000;
    margin-top: 5px;
}

/* Spacing */
.feature-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* Section */
.case-section {
    padding: 80px 20px;
    text-align: center;
}

.badge-custom {
    background: #e6f0ff;
    color: #1a73e8;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 15px;
    max-width: 650px;
    margin: 10px auto 50px;
}

/* Cards */
.case-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e6ed;
    transition: 0.3s;
    height: 100%;
    text-align: left;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Top colored area */
.case-header {
    padding: 25px;
    color: #fff;
}

.bg-blue { background: #663999 }
.bg-green { background: #663999 }
.bg-purple { background: #663999 }

.case-category {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.case-title {
    font-size: 18px;
    font-weight: 600;
}

/* Bottom content */
.case-body {
    padding: 20px;
}

.metrics {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.metric-value {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.metric-label {
    font-size: 12px;
    color: #000000;
}

.case-text {
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
}

.read-link {
    font-size: 14px;
    color: #663999;
    text-decoration: none;
    font-weight: 500;
}

.read-link:hover {
    text-decoration: underline;
}
section.case-section p {
    margin-bottom: 25px;
}


.impact-card {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 16px 26px;
    border-radius: 15px;
}
.card-custom .icon-box {
    width: 45px !important;
}
section.why-section-bg p {
    margin-bottom: 20px;
}

/* ----------------------------------------
   Overview Page Responsive Start Media Queries
---------------------------------------- */
@media (max-width: 1490px) {
  /* .overview-image img {
    height: auto;
    width: 75px;
  } */

}

@media (min-width: 1081px) {
  /* overview-page-css */
  .defacto-hide-web {
    display: none !important;
  }
    /* img.img.hire-matched {
    width: 430px;
    margin-left: auto;
    aspect-ratio: 16 / 15;
} */
}
.curve-icon.right-curve {
    right: 0;
}
@media (max-width: 1080px) {
  .overview-banner .col-lg-6 {
    width: 100%;
  }
  .grid-organization {
    grid-template-columns: auto;
  }
  .defacto-hide-tab {
    display: none !important;
  }


  .overview-wrapper h2 {
    font-size: 58px;
    max-width: 580px;
  }

  .overview-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .overview-image {
    width: 100%;
  }

  .overview-wrapper {
    gap: 80px;
    flex-wrap: wrap !important;
  }

  .curve-icon {
    display: none;
  }


  .tab-overview-section {
    display: block;
    margin-top: 60px;
  }

  .tab-overview-section .feature-item-content ul {
    list-style: unset;
    padding-left: 40px;
  }

  .tab-overview-section .feature-item-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
  }

  .microsoft-impact-stats .impact-card span {
    font-size: 20px;
  }

  .tab-overview-section .feature-item-content h2 {
    margin-bottom: 16px;
  }

  .tab-overview-section .feature-item-content p {
    margin-bottom: 12px;
  }

  .feature-item-content {
    padding: 60px 0 100px 0;
  }

  .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .feature-content-wrapper:last-child .feature-item-content {
    padding-bottom: 0;
  }

  .overview-wrapper p {
    margin-bottom: 52px;
    max-width: 620px;
  }


  .overview-wrapper .custom-btn {
    padding: 10px 24px;
  }


  .impact-stats-heading p {
    max-width: 648px;
    margin: 0 auto;
  }

  .impact-stats-wrapper {
    row-gap: 20px;
  }

}

@media (max-width: 700px) {

  .overview-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .overview-wrapper p {
    margin-bottom: 48px;
  }

  .overview-wrapper {
    gap: 48px;
  }

  .impact-stats-wrapper .impact-card {
    padding: 16px 16px;
  }

  .microsoft-impact-stats .impact-card span {
    font-size: 20px;
  }



  .feature-item-content {
    padding: 28px 0 60px 0;
  }


  .tab-overview-section .feature-item-content ul li {
    font-size: 16px;
  }

  .overview-banner {
    padding-top: 50px;
  }
  .personalized-excellence-section .feature-wrap {
    padding-top: 10px;
  }

  .tab-overview-section .feature-item-content ul {
    padding-left: 30px;
  }
  section.why-section-bg p {
    margin-bottom: 22px;
}
.case-section {
    padding: 0px 0px 70px;
    text-align: center;
}
.trusted-section {
    text-align: center;
    padding: 60px 20px;
}
.why-section-bg {
    padding: 60px 0px;
}
.feature-item-content h2 {
    font-size: 22px;
}
}

@media (max-width: 575px) {
  .overview-image {
    max-width: 390px;
  }

  .overview-image .curve-icon {
    max-width: 80px;
  }

}

/* ----------------------------------------
   Overview Page Responsive Start Media Queries
---------------------------------------- */
.home-scroll_section {
  position: relative;
}

.home-scroll_img-wrap {
  position: sticky;
  top: 200px;
}

/* Freeze image position when sticky ends */
.home-scroll_img-wrap.unstick {
  position: relative;
  top: 200px;
}