.section2-container-sm {
  padding: 100px 120px;
}

.container {
  max-width: 100vw;
  overflow-x: auto;
}

.section2-contain-sm {
  display: flex;
  flex-direction: column;
}

.section2-card-sm {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 400px;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #e3e7fc;
  border-bottom: 1px solid #e3e7fc;
  transition: 0.3s;
  transition-timing-function: linear;
}

.section2-card-sm:hover button {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2990%) hue-rotate(234deg) brightness(101%) contrast(94%);
}

.section2-left-sm button {
  display: none;
}

.section2-left-sm h3 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section2-dropdown-sm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.section2-dropdown-container-sm {
  border-top: 1px solid #e3e7fc;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.none {
  display: none;
  animation: slideDown 0.5s;
}

.mob-none {
  display: none;
  animation: slideDown 0.5s;
}

.section2-hidden-menu-1 {
  display: none;
  animation: slideDown 0.5s;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.section2-dropdown-left-sm {
  width: 258px;
}

.section2-dropdown-left-sm p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section2-dropdown-right-sm ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style-type: disc;
  list-style-image: url('../icons/listIcon.svg');
}

.rotate {
  transform: rotate(45deg);
  transition: 0.5s all ease;
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2990%) hue-rotate(234deg) brightness(101%) contrast(94%);
}

.rotate-close {
  transform: rotate(0deg);
  transition: 0.5s all ease;
}

.section2-dropdown-right-sm ul li {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 4px;
}

.section2-dropdown-right-sm ul li::marker {
  content: '•';
  color: #a3a5bf;
  font-size: 18px;
}

.section2-right-sm {
  display: flex;
  width: 500px;
  justify-content: space-between;
}

.section2-right-sm button {
  cursor: pointer;
}

.section2-hidemenuright-sa {
  margin-top: 24px;
}

.section2-right-sm span {
  max-width: 516px;
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section2-right-sm button {
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
}

.section2-right-sm>div {
  display: flex;
  padding: var(--8, 8px) var(--24, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 60px;
  border: 1px solid var(--Outline-Grey, #e3e7fc);
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.section3-container-sm {
  display: flex;
  padding: var(--100, 100px) var(--120, 120px);
  align-items: flex-start;
  align-self: stretch;
  border-radius: 32px;
  background: var(--Typography-Secondary, #7e8af7);
}

.section3-container-sm h3 {
  color: var(--BG-White, #fff);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.section4-container-sm {
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section4-header-container-sm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.section4-head-left-sm h2 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.section4-card-sm {
  position: relative;
  z-index: 999;
  display: flex;
  height: 383px;
  width: 69%;
  padding: var(--32, 32px) var(--24, 24px);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
  overflow: hidden;
}

.section4-card-sm span {
  color: var(--Typography-Secondary, #7e8af7);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section4-card-sm h3 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}

.section4-card-sm p {
  color: var(--Typography-Secondary, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 386px;
}

.consultant-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section4-body-container-sm {
  display: flex;
  gap: 32px;
}

.section4-bottom-card-sm {
  display: flex;
  width: 31.7%;
  height: 383px;
  padding: var(--32, 32px) var(--24, 24px);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
}

.section4-bottom-card-sm span {
  color: var(--Typography-Secondary, #7e8af7);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section4-bottom-card-sm h3 {
  margin-bottom: 24px;
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section4-bottom-card-sm p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.consultant-img {
  display: block;
}

.mob-consultant-img {
  display: none;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.section2-mob-dropdown-sm {
  display: none;
}

.section2-mob-leftmenu-sm {
  display: none;
}

.section2-card-responsive-rect {
  gap: 0 !important;
}

.section2-left-sm-rect {
  display: block !important;
}

@media screen and (max-width: 1563px) {
  .section2-card-sm {
    gap: 380px;
  }
}

@media screen and (max-width: 1400px) {
  .section2-card-sm {
    gap: 220px;
  }

}

@media screen and (max-width: 1280px) {
  .section4-body-container-sm {
    flex-wrap: wrap;
  }

  .section4-bottom-card-sm {
    width: 42%;
  }

  .consultant-img {
    top: 0px;
    right: -20px;
  }

  .section2-card-sm {
    gap: 80px;
  }
}

@media screen and (max-width: 1080px) {
  .plusBtnWeb {
    width: 24px;
  }

  .section2-dropdown-left-sm p {
    color: var(--Typography-Dark-Grey, #45454d);
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .section2-mob-leftmenu-sm {
    display: block;
    padding-top: 20px;
  }

  .section2-mob-dropdown-sm {
    display: none;
  }

  .section2-card-sm {
    display: inline;
  }

  .mob-none {
    display: none;
  }

  .menu-size {
    padding: 20px 0;
  }

  .section2-mob-leftmenu-sm {
    border-bottom: 1px solid #e3e7fc;
    padding-bottom: 8px;
    width: 280px;
  }

  .section2-mob-leftmenu-sm span {
    color: var(--Typography-Dark-Grey, #45454d);
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .section2-mob-rightmenu-sm {
    display: flex;
    gap: 20px;
  }

  .section2-card-sm {
    padding: 20px 0 8px 0;
  }

  .mob-list-sm ul {
    gap: 10px !important;
    padding: 20px 0;
  }

  .mob-list-sm ul li {
    font-size: 12px;
  }

  .section2-mob-rightpara-sm {
    width: 280px;
    padding-top: 18px;
  }

  .section2-mob-rightpara-sm p {
    color: var(--Typography-Dark-Grey, #45454d);
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .section2-left-sm {
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .section2-container-sm {
    padding: 0px 0px;
  }

  .section2-container-sm-new {
    padding: 40px 20px;
  }

  .section2-left-sm button {
    display: block;
    background-color: transparent !important;
    border: none;
  }

  .section2-left-sm button img {
    width: 32px;
    height: 32px;
  }

  .section2-right-sm {
    display: none;
  }

  .section4-container-sm {
    margin: 0 auto;
    width: 100%;
    gap: 20px;
    padding: 40px 20px;
  }

  .section4-head-left-sm {
    width: 100% !important;
    margin-bottom: 16px;
  }

  .section4-head-left-sm h2 {
    font-size: 42px;
    width: 340px;
  }

  .section4-header-container-sm {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  .section4-body-container-sm {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .section4-bottom-card-sm {
    width: 100%;
    height: auto;
  }

  .section4-bottom-card-sm h3 {
    margin-bottom: 16px;
    margin-top: 32px;
  }

  .section4-card-sm {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mob-solution-advance {
    left: 0 !important;
  }

  .section2-dropdown-left-sm {
    width: 158px;
  }

  .section2-left-sm button img {
    width: 24px;
    height: 24px;
  }

  .section2-card-sm {
    width: 100%;
    padding: 20px 0 8px 0;
  }

  .section2-mob-leftmenu-sm span {
    font-size: 14px;
  }

  .section2-mob-rightpara-sm {
    width: 240px;
  }

  .section2-left-sm h3 {
    color: var(--Typography-Black, #0c0c0d);
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 276px;
  }

  .section3-container-sm {
    display: flex;
    padding: var(--40, 40px) var(--20, 20px);
    align-items: flex-start;
    border-radius: 16px;
    background: var(--Typography-Secondary, #7e8af7);
  }

  .section3-container-sm h3 {
    color: var(--BG-White, #fff);
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .section4-head-left-sm h2 {
    font-size: 32px;
  }

  .section4-body-container-sm {
    align-items: center;
  }

  .section4-card-sm span {
    font-size: 24px;
  }

  .section4-bottom-card-sm span {
    font-size: 24px;
  }

  .section4-bottom-card-sm h3 {
    font-size: 18px;
  }

  .section4-bottom-card-sm p {
    font-size: 14px;
  }

  .section4-card-sm h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .section4-card-sm p {
    font-size: 14px;
    width: 288px;
  }

  .section4-card-sm {
    height: 320px;
  }

  .consultant-img {
    display: none;
  }

  .mob-consultant-img {
    display: block;
    border-radius: 16px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 468px) {
  .section2-mob-rightmenu-sm {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 360px) {
  .section4-bottom-card-sm {
    width: 300px;
  }

  .section4-card-sm {
    width: 300px;
  }

  .mob-consultant-img {
    width: 300px;
    height: 340px;
    top: 0;
  }

  .section4-container-sm {
    width: 300px;
    gap: 20px;
    padding: 40px 0 40px 0;
  }

  .section4-head-left-sm h2 {
    width: 280px;
  }
}