:root {
    --sc-orage: #f16a21;
  
    --sc-light-orange: #fcdeac;
    --sc-white-orange: #fffbea;
    --sc-freeup-orange: #fff8ed;
    --sc-gray: #e0e0e0;
    --sc-light-gray: #fafafa;
    --sc-black: #333;
    --sc-white: #fff;
    --sc-blue: #5c6bc0;
    --sc-light-blue: #ccdaf1;
    --sc-yellow: #fae048;
    --sc-light-yellow: #fdf9c4;
  }
  
  .ast-separate-container {
    background-color: #fff !important;
  }
  
  .sc-section {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 40px 0;
  }
  .sc-section p {
    font-family: "Alexandria", sans-serif;
    color: var(--sc-black);
    font-size: 16px;
  }
  .sc-section .sc-text-light {
    color: var(--sc-black);
  }
  .sc-section li, .sc-section p, .sc-sectioon {
    color: var(--sc-black);
  }
  .sc-section h3 {
    font-size: 24px;
  }
  
  .sc-section .single-slider h3 {
    margin-bottom: 1rem;
  }
  .sc-section .single-slider p {
    color: var(--sc-white);
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0.5rem;
  }
  .sc-section-heading {
    max-width: 100%;
    text-align: center;
    margin: 5rem auto 3rem auto;
  }
  .sc-section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--sc-black);
  }
  .sc-specifiq-contaienr-desk {
    max-width: 1050px;
  }
  .sc-tool-sapce {
    padding: 44px 28px;
  }
  .sc-tool-title {
    font-size: 18px !important;
  }
  .sc-flex {
    display: flex;
  }
  .sc-flex-wrap {
    flex-wrap: wrap;
  }
  .sc-items-center {
    align-items: center;
  }
  .sc-small-text {
    font-size: 12px !important;
  }
  
  .sc-main-title {
    font-size: 48px !important;
    color: var(--black);
    line-height: 56px;
  }
  
  .sc-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sc-p-2 {
    padding: 2rem;
  }
  .sc-p2-b-small {
    padding: 24px;
  }
  .sc-p-3 {
    padding: 3rem;
  }
  .sc-p-5 {
    padding: 68px 78px;
  }
  .sc-pb-0 {
    padding-bottom: 0;
  }
  .sc-large-gap {
    gap: 10%;
  }
  .sc-vertical-adjust {
    display: flex;
    flex-direction: column;
  }
  .sc-mt-auto {
    margin-top: auto;
  }
  .sc-m-0 {
    margin: 0;
  }
  .sc-space-top {
    margin-top: 9rem;
  }
  .sc-mt-0 {
    margin-top: 0;
  }
  .sc-mt-1 {
    margin-top: 12px;
  }
  .sc-mt-2 {
    margin-top: 24px;
  }
  .sc-mt-3 {
    margin-top: 2rem;
  }
  .sc-mt-4 {
    margin-top: 2.5rem;
  }
  .sc-mt-5 {
    margin-top: 3rem;
  }
  .sc-mt-6 {
    margin-top: 5rem;
  }
  .sc-mb-1 {
    margin-bottom: 12px;
  }
  .sc-mr-2 {
    margin-right: 1rem;
  }
  .sc-mb-2 {
    margin-bottom: 24px;
  }
  .sc-mb-3 {
    margin-bottom: 2rem;
  }
  .sc-mb-4 {
    margin-bottom: 2.5rem;
  }
  .sc-mb-5 {
    margin-bottom: 3rem;
  }
  .sc-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sc-mb-0 {
    margin-bottom: 0 !important;
  }
  .sc-overflow-hidden {
    overflow: hidden;
  }
  .sc-bottom-right-cut {
    position: absolute;
    bottom: -50px;
    right: -50px;
  }
  .sc-links {
    display: flex;
    gap: 24px;
  }
  .sc-link,
  .sc-link:visited {
    padding: 0.7rem 1rem;
    border-radius: 4px;
    border: 1px solid var(--sc-black);
    color: var(--sc-black);
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 10px;
    gap: 10px;
    transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
  }
  .sc-blog-link,
  .sc-blog-link:visited,
  .sc-blog-link:hover {
    color: var(--sc-black);
  }
  
  .sc-section .swiper-pagination-bullet-active {
    background-color: var(--sc-white);
  }
  
  .sc-link:hover {
    color: var(--sc-white);
    background-color: var(--sc-orage);
    border: 1px solid var(--sc-orage);
  }
  .sc-link:hover img {
    filter: brightness(100);
  }
  .sc-link.sc-orange {
    background-color: var(--sc-orage);
    color: var(--sc-white);
    border: 1px solid var(--sc-orage);
  }
  .sc-link.sc-orange:hover {
    background-color: var(--sc-white);
    color: var(--sc-black);
    border: 1px solid var(--sc-black);
  }
  .sc-link.sc-orange:hover img {
    filter: brightness(0);
  }
  
  .sc-icon-static-size {
  min-height: 45px;
  max-height: 77px;
  }
  .sc-icon-static-size img {
    max-width: 80px;
}
  .sc-gap-5 {
    gap: 53px;
  }
  .sc-gap-2 {
    gap: 2rem;
  }
  .sc-gap-1 {
    gap: 24px;
  }
  
  .sc-text-orange {
    color: var(--sc-orage);
  }
  .sc-text-white {
    color: var(--sc-white) !important;
  }
  .sc-text-yellow {
    color: var(--sc-yellow);
  }
  .sc-text-black {
    color: var(--sc-black) !important;
  }
  
  .sc-bg-blue {
    background-color: var(--sc-blue);
  }
  .sc-bg-orange {
    background-color: var(--sc-orage);
  }
  .sc-bg-white {
    background-color: var(--sc-white);
  }
  .sc-bg-white-orange {
    background-color: var(--sc-white-orange);
  }
  .sc-bg-light-yellow {
    background-color: var(--sc-light-yellow);
  }
  .sc-bg-light-orange {
    background-color: var(--sc-light-orange);
  }
  .sc-bg-freeup-orange {
    background-color: var(--sc-freeup-orange);
  }
  .sc-bg-gray {
    background-color: var(--sc-gray);
  }
  .sc-bg-light-gray {
    background-color: var(--sc-light-gray);
  }
  .sc-bg-gray-gredient {
    background: linear-gradient(180deg, #f0eef9 0%, #fefce8 100%);
  }
  .sc-quotes-bg {
    background-color: #fdfbea;
    position: relative;
  }
  .sc-border-none {
    border: none;
  }
  .sc-border-radius {
    border-radius: 24px;
  }
  .sc-top-border-radius {
    border-radius: 24px 24px 0 0;
  }
  
  .sc-text-center {
    text-align: center;
  }
  
  .sc-accordion {
    border-bottom: 1.5px solid var(--sc-gray);
  }
  .sc-top-border {
    border-top: 1.5px solid var(--sc-gray);
  }
  .sc-accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.5rem 1rem 0;
    cursor: pointer;
    font-size: 20px;
  }
  
  .star-ratings {
    position: relative;
    display: inline-block;
  }
  
  .fill-ratings {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .star {
    background-color: #fdf9c4;
    line-height: normal;
  }
  
  .quote-icon {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    z-index: 1;
  }
  
  .sc-accordion-label h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--sc-black);
  }
  .sc-faqs .sc-accordion-label h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--sc-black);
  }
  .sc-accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
  .sc-accordion-content h3 {
    font-size: 20px;
  }
  .sc-active-accordion .sc-accordion-content {
    max-height: 500px;
    padding: 1rem 0rem;
  }
  
  .sc-active-accordion .chevron-down {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%)
      hue-rotate(348deg) brightness(95%) contrast(103%);
  }
  .sc-active-accordion .sc-accordion-label {
    color: var(--sc-orage);
  }
  .sc-accordion-icon {
    background-color: var(--sc-gray);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .sc-active-accordion .sc-accordion-icon {
    background-color: rgb(247 99 12 / 22%);
    filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%)
      hue-rotate(348deg) brightness(95%) contrast(103%);
  }
  .sc-active-accordion .sc-label-title h3 {
    color: var(--sc-orage);
  }
  .sc-fs-1 {
    font-size: 16px !important;
  }
  .sc-large-heading {
    font-size: 36px;
    color: var(--sc-black);
  }
  .sc-font-bold {
    font-weight: 700;
  }
  .sc-font-normal {
    font-weight: 400;
  }
  .sc-font-light {
    font-weight: 300;
  }
  .sc-end-height {
    align-items: end;
    height: 100%;
  }
  .sc-fs-0 {
    font-size: 0;
  }
  .sc-free-up-links-wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 68px;
    align-self: center;
  }
  .sc-free-up-links {
    margin-bottom: 20px;
  }
  .sc-social-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
  .sc-social-logos-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sc-social-logos-flex .sc-social-logo {
    flex: 0 0 calc(16.666666667% - 10px);
  }
  
  .sc-social-logo:hover img {
    border: 1.5px solid var(--sc-orage);
    border-radius: 50%;
  }
  .favorite-tools .sc-social-logo:hover img {
    border: none;
    border: inherit;
  }
  .sc-client-feedback {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
    padding: 3rem 2rem;
    gap: 5rem;
    color: var(--sc-white);
  }
  
  
  
  .sc-bg-light-blue {
    background-color: var(--sc-light-blue);
  }
  .sc-case-study-image-wrap {
    width: 100%;
    font-size: 0;
  }
  .sc-case-study-image {
    border-radius: 100%;
  }
  .sc-quotes {
    position: absolute;
    top: 28px;
    left: -18px;
    width: 55px;
  }
  .sc-star {
    position: absolute;
    bottom: -10px;
    right: -12px;
    transform: translateY(-50%);
    width: 80px;
  }
  .sc-section .sc-case-study h3 {
    font-size: 1rem;
    margin-bottom: 0;
    color: #7e57c2;
    font-weight: 700;
  }
  .sc-section .sc-case-study h2 {
    font-size: 1.7rem;
    color: #5c6bc0;
    font-weight: 700;
  }
  .sc-section .sc-case-study h4 {
    font-size: 1rem;
    color: #5c6bc0;
    font-weight: 700;
  }
  .sc-case-study-info p {
    color: var(--sc-black);
  }
  
  .sc-guid-description {
    padding: 1rem;
  }
  .sc-section-space {
    margin: 24px 0;
  }
  .sc-guid-item {
    border: 1px solid var(--sc-gray);
    border-radius: 24px;
  }
  .sc-guid-item img {
    border-bottom: 1px solid var(--sc-gray);
  }
  .sc-icon-md {
    width: 100px;
    max-width: 90%;
  }
  .sc-relative {
    position: relative;
  }
  .sc-inline-block {
    display: inline-block;
  }
  .sc-z-99 {
    position: relative;
    z-index: 9;
  }
  .sc-award {
    position: absolute;
    bottom: -8px;
    right: -1px;
    z-index: 1;
    font-size: 0;
  }
  .sc-w-full {
    width: 100%;
  }
  
  .sc-testimonnials .fill-ratings {
    color: #5c6bc0;
  }
  .sc-testimonnials .fill-ratings,
  .sc-testimonnials .empty-ratings {
    font-size: 1.5rem;
  }
  .star-ratings {
    color: #ccc;
    font-size: 2rem;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .fill-ratings {
    color: var(--sc-orage);
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  .fill-ratings span {
    display: inline-block;
  }
  
  .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
  }
  
  .sc-section h1,
  .sc-section h2,
  .sc-section h3,
  .sc-section h4,
  .sc-section h5,
  .sc-section h6,
  .sc-section strong {
    font-weight: 700;
    color: var(--sc-black);
  }
  .sc-guid-description h3 {
    font-size: 1.4rem;
  }
  .sc-partners {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    border-radius: 24px;
  }
  .sc-partner {
    border-right: 1.5px solid #e0e0e0;
    padding-right: 1rem;
  }
  .sc-partner:last-child {
    border-right: none;
    padding-right: 0;
  }
  
  main {
    padding: 2rem 0;
  }
  
  .logo-slider {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .logo-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
  }
  .logo-slider .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
  }
  
  @keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  
  .free-up .sc-link {
    min-width: 180px;
  }
  .free-up .link-mw-200 {
    min-width: 200px;
  }
  .sc-logo-box {
    display: flex;
    justify-content: center;
  }
  .sc-video {
    display: none;
  }
  .sc-active-video {
    display: block;
  }
  .sc-w-20 {
    width: 20px;
  }
  .sc-w-30 {
    width: 30px;
  }
  .sc-w-40 {
    width: 40px;
  }
  
  .sc-testimonials-row {
    display: grid;
  }
  
  .sc-guid-item {
    top: 0px;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #f2f8f9; */
  }
  
  .sc-guid-item:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    /* border: 1px solid #cccccc; */
  }
  
  
  .sc-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
  }
  .sc-tooltip img {
    display: block;
  }
  
  .sc-tooltip .sc-tooltiptext {
    visibility: hidden;
    width: 130px;
    background: rgba(110, 110, 110, 1);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 7px 10px;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .sc-tooltip .sc-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(110, 110, 110, 1) transparent transparent transparent;
  }
  
  .sc-tooltip:hover .sc-tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .sc-tooltip:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  }
  
  .sc-support {
    display: flex;
    flex-direction: column;
  }
  .sc-support .sc-mt-auto {
    margin-top: auto;
  }
  .sc-section a:hover {
    text-decoration: none !important;
  }
  
  .ast-scroll-top-icon:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    left: 1px;
    position: relative;
    top: 9px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 10px;
  }
  .list-ml-2 {
    margin-left: 20px;
  }
  
  .sc-social-bg-pink {
    background-color: #feefdd;
  }
  .sc-social-bg-gray {
    background-color: #e3dff5;
  }
  .sc-social-bg-light-sky {
    background-color: rgba(204, 218, 241, 0.5);
  }
  .sc-social-bg-sky {
    background-color: #ccdaf1;
  }
  .sc-social-bg-light-yellow {
    background-color: #fdf9c4;
  }
  .sc-social-bg-light-gray {
    background-color: #ededed;
  }
  .sc-champ-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  
  .sc-accordion .content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  
  .sc-active-accordion .content {
    max-height: 500px;
    overflow: auto;
  }
  .sc-social-bg {
    background-color: #ededed;
  }
  .sc-social-bg:nth-child(1) {
    background-color: #feefdd;
  }
  .sc-social-bg:nth-child(2) {
    background-color: #e3dff5;
  }
  
  .sc-social-bg:nth-child(3) {
    background-color: rgba(204, 218, 241, 0.5);
  }
  
  .sc-social-bg:nth-child(4) {
    background-color: #ccdaf1;
  }
  .sc-social-bg:nth-child(5) {
    background-color: #fdf9c4;
  }
  .sc-social-bg:nth-child(6) {
    background-color: #ededed;
  }
  
  .sc-row:nth-child(even) .sc-column-image  {
    order: 1;
  }
  
  @media (min-width: 1025px) {
    
    .case-study-sec .swiper-pagination {
      width: 20px;
      left: initial;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
    }
    .champ-ai-link {
      border: 1.5px solid transparent;
      border-radius: 4px;
    }
    .champ-ai-link:hover {
      background: white;
      color: rgba(151, 71, 255, 1);
      border: 1.5px solid rgba(151, 71, 255, 1);
      border-radius: 4px;
    }
    .champ-ai-link:hover img {
      filter: brightness(0) saturate(100%) invert(39%) sepia(57%) saturate(5835%)
        hue-rotate(250deg) brightness(100%) contrast(102%);
    }
    .champ-ai-link:hover #ai-button {
      display: none;
    }
  
    .sc-quotes-column-head {
      display: flex;
      flex-direction: column;
      min-height: 120px;
    }
    .sc-quotes-column-head .star-ratings {
      margin-top: auto;
    }
    .sc-mobile {
      display: none;
    }
    .sc-testimonials-row {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .sc-row {
      display: flex;
    }
    
    .sc-w-3 {
      width: 25%;
    }
    .sc-w-4 {
      width: 33.333333333%;
    }
    .sc-w-6 {
      width: 50%;
    }
    .sc-w-5 {
      width: 41.666666667%;
    }
    .sc-w-7 {
      width: 58.333333333%;
    }
    .sc-w-8 {
      width: 66.666666667%;
    }
  
    .sc-pr-5 {
      padding-right: 100px;
    }
  }
  @media (max-width: 1300px) {
    .vertical-slider {
      height: 300px;
    }
  }
  @media (max-width: 1024px) {
    .footer-adv .footer-adv-widget {
      width: 100% !important;
    }
    .sc-logo-box {
      padding: 0 1rem;
    }
    .champ-ai-link:hover {
      color: white;
    }
    .sc-section .single-slider h3 {
      font-size: 18px;
    }
    .sc-section .single-slider p {
      font-size: 24px;
    }
    .sc-case-study-image-wrap {
      text-align: center;
    }
    .vertical-slider {
      height: 100%;
      height: 600px;
    }
    .ai-button-wrap {
      width: 100%;
      height: 50px;
    }
    .sc-desktop {
      display: none;
    }
    .a1 {
      grid-area: 1/1;
    }
    .a2 {
      grid-area: 3/1;
    }
    .a3 {
      grid-area: 5/1;
    }
    .a4 {
      grid-area: 2/1;
    }
    .a5 {
      grid-area: 4/1;
    }
    .a6 {
      grid-area: 6/1;
    }
  
    .sc-space-top {
      margin-top: 5rem;
    }
    .sc-free-up-links-wrap {
      align-items: center;
      margin-top: 20px;
      padding-right: 0;
    }
    .sc-free-up-links {
      margin-bottom: 0;
      width: 100%;
    }
    .free-up .sc-link {
      width: 100%;
    }
    .free-up-w-100 {
      width: 100%;
    }
    .sc-w-20 {
      min-width: 20px;
    }
  }
  @media (max-width: 1300px) and (min-width: 1201px) {
    .sc-section h1 {
      font-size: 30px;
    }
    .sc-section h2 {
      font-size: 24px;
    }
    .sc-section h3 {
      font-size: 20px;
    }
    .sc-section h4 {
      font-size: 20px;
    }
    .sc-p-5 {
      padding: 30px;
    }
    .sc-p-3 {
      padding: 20px;
    }
    .sc-p2-b-small {
      padding: 15px 15px 0 15px;
    }
  }
  @media (max-width: 1200px) {
    .sc-my-5 {
      margin-top: inherit;
      margin-bottom: inherit;
    }
  
    .sc-pb-0 {
      padding-bottom: 0;
    }
  
    .sc-section h1 {
      font-size: 28px;
    }
    .sc-section h2 {
      font-size: 22px;
    }
  
    .sc-section h4 {
      font-size: 24px;
    }
    .sc-p-5 {
      padding: 28px;
    }
    .sc-p-3 {
      padding: 30px;
    }
    .sc-pb-0 {
      padding-bottom: 0 !important;
    }
  
    .sc-responsive-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .sc-responsive-grid .sc-w-3 {
      width: 100%;
    }
  }
  @media (max-width: 1024px) {
    .sc-accordion-label h3 {
      font-size: 20px;
    }
    .sc-award-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .sc-award {
      display: none;
    }
    .sc-icon-md {
      width: 100%;
      max-width: 100%;
    }
    .sc-w-4 {
      margin-bottom: 1rem;
    }
    .sc-guid-item {
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1280px) {
    .sc-clinet-info {
      width: 800px;
      margin: auto;
      max-width: 100%;
    }
  }
  @media (min-width: 769px) {
    .sc-narrow-wrap .sc-row-narrow {
      width: 90%;
      margin: auto;
    }
    .sc-narrow-wrap .sc-row-narrow:nth-child(odd) .sc-column:nth-child(1){
      order: 2;
    }
    .sc-mb-6 {
      margin-bottom: 80px;
    }
    .sc-gap-6 {
      gap: 100px;
    }
    .sc-swiper-clinet .swiper-pagination {
      width: auto;
      margin-left: calc(32% + 2px);
      bottom: 2.5rem;
    }
  
    .sc-lg-mb-2 {
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 768px) {
    .sc-faqs .sc-accordion-label h3 {
      font-size: 16px;
    }
    .sc-res-bottom {
      margin-bottom: 24px;
    }
    .sc-swiper-clinet .swiper-pagination {
      margin-left: 30px;
      display: flex;
      bottom: 2.5rem;
    }
  
    .sc-p-5 {
      padding: 24px;
    }
  
    .sc-links {
      display: block;
    }
    .sc-link {
      width: 100%;
      margin-bottom: 1rem;
    }
  
    .sc-p-2 {
      padding: 24px;
    }
  
    .sc-bottom-right-cut {
      display: none;
    }
    .champ-ai-link {
      width: 100%;
    }
    .sc-main-title {
      font-size: 2rem;
    }
  
    .sc-py-5 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .sc-client-feedback {
      width: 100%;
      display: block;
      padding: 48px 30px;
      text-align: center;
      box-sizing: border-box;
    }
    .sc-clinet-info {
      text-align: left;
    }
    .sc-case-study {
      display: block;
      width: 100%;
    }
    .sc-client-profile {
      margin-bottom: 2rem;
    }
    .sc-gap-5 {
      gap: 20px;
    }
  }
  @media (max-width: 560px) {
    .sc-responsive-grid {
      display: grid;
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 359px) {
    .vertical-slider {
      height: 700px;
    }
    .sc-award-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
  }