:root {
  --brand-orange: #fa931a;
  --brand-purple: #927cfb;
  --brand-dark-purple: #4c35be;
}
.text-center {
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 80px;
  padding-right: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.text-white {
  color: #fff;
}

.no-wrap {
  white-space: nowrap;
}

.container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.staff-banner .page-center {
  display: flex;
  gap: 75.33px;
  flex-direction: row;
  justify-content: center;
}
.staff-banner .staff-banner-left {
  max-width: 660px;
  width: 100%;
}
.staff-banner-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.staff-banner-left h1 {
  font-size: 68px;
  font-weight: 500;
  line-height: 82px;
  letter-spacing: -2.5px;
}
.staff-banner-left p,
.staff-banner-left ul li {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}
.btn-black {
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 20px 27px;
  border-radius: 47px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-top: 24px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: block;
}
.btn-black:hover {
  background-color: #fa931a;
}
.staff-banner-left ul {
  margin-top: 13px;
}

.staff-banner-left ul li {
  position: relative;
  padding-left: 36px;
  line-height: 37px;
}
.staff-banner-left ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ul-check.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.sub-page-banner .staff-banner-right {
  max-width: 690px;
  width: 100%;
  padding: 47px 88px 9px;
  position: relative;
}
.staff-banner-right > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.staff-form {
  background-color: #fff;
  padding: 41px;
  box-shadow: 0px 3.29px 3.29px 0px #00000040;
  backdrop-filter: blur(12px);
  border-radius: 20px;
  min-height: 500px;
}
.staff-form h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  text-align: center;
}
.staff-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.76px;
  padding-bottom: 16.65px;
  text-align: center;
}
.bg-container p{
  margin-bottom: 30px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.form-group label span {
  color: #fa931a;
}
.form-group select,
.form-group textarea,
.form-group input {
  border: none;
  background-color: #f7f7f7;
  color: #413f3f;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 11.3px;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 6px;
}
.form-group input {
  height: auto;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 11px;
  padding-right: 20px;
  width: 100%;
  height: auto;
}
.form-group textarea {
  height: 116px;
  min-height: auto;
}
.form-group textarea:focus,
.form-group input:focus {
  outline: none;
  border: none;
}
.sub-page-banner::before {
  background: linear-gradient(
    to right,
    rgb(249, 243, 238),
    rgb(249, 243, 238),
    rgb(249, 243, 238)
  );
}
.count-area {
  background-color: #fa931a;
  padding: 45px 0;
}
.count-area .page-center {
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.form-row {
  display: flex;
  gap: 19px;
}
.count-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  font-size: 46px;
  line-height: normal;
  color: #fff;
}
.count-item span {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
}
.sub-page-banner.staff-banner {
  padding-bottom: 60px;
}
.title-left p {
  max-width: 100% !important;
}
.title-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.btn-group .btn-primary {
  white-space: nowrap;
}
.staff-award .wrapper-box {
  background-color: #f9f3ee !important;
}
.tabs-container {
  display: flex;
  max-width: 100%;
  margin-top: 42px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000021;
}

.tab-menu {
  background: #edeeff;
  width: 469.2px;
  padding: 85px 0 175px 14.5px;
}
.tab-menu li {
  list-style: none;
  padding: 29.5px 15px 29.5px 93px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.77px;
  font-weight: 400;
}
.tab-menu li.active {
  background: #d8d8ff;
  font-weight: 600;
}
.tab-content {
  flex: 1;
  padding: 62px 92px;
  display: none;
  animation: fadeIn 0.4s ease forwards;
}
.tab-content.active {
  display: block;
}
.icons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.icon-item {
  display: flex;
  flex-direction: column;
  gap: 10.5px;
  max-width: 153px;
  width: 100%;
  align-items: center;
  text-align: center;
}
.icon-item img {
  width: 63px;
  height: 63px;
  object-fit: contain;
  margin: 0 auto;
}
.icon-item p {
  font-weight: 400;
  font-size: 19.7px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #3d4359;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.technology-main {
  padding: 145px 0;
  background-color: #f7f7fa;
}
.award-staff-list .awards-grid {
  justify-content: center;
}
.award-staff-list {
  padding: 145px 0 0;
}
.hire {
  padding: 145px 0;
}
.hire .title-center h3 {
  font-size: 56px;
}
.hire .title-center p {
  font-size: 17px;
  line-height: 31px;
}
.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin: 60px auto 0;
  position: relative;
}
.step {
  text-align: center;
  flex: 1;
  position: relative;
}
.step-number {
  width: 80px;
  height: 80px;
  border: 3px solid #fa931a;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2px;
  margin: 0 auto 27px;
  background: #fff;
}
.step-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -2px;
}
.step:before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(50% + 30px);
  width: calc(100% - 60px);
  height: 2px;
  border-top: 2px dashed #b9b6b3;
  background: transparent;
  z-index: -1;
}
.step:after {
  content: "";
  position: absolute;
  top: 33px;
  right: -16px;
  width: 0;
  height: 0;
  border-left: 10px solid #b9b6b3;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.step:last-child:before,
.step:last-child:after {
  display: none;
}
.hero {
  display: flex;
  justify-content: center;
  background: #e2f2ed;
  gap: 64px;
}

.hero-content {
  flex: 1;
  width: 100%;
  max-width: 65%;
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
.hero-content-inner {
  padding: 116px 0 116px 114px;
  max-width: 1109px;
}

.hero-content h2 {
  font-size: 66px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.2;
}

.hero-content h2 span {
  color: #008d64;
}

.hero-content p {
  font-size: 21px;
  padding: 15px 0 15px;
  line-height: 36px;
}

.hero-image {
  flex: 1;
  width: 100%;
  height: auto;
  max-width: 35%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.hero .btn-black {
  padding: 16px 50px;
}
.award-staff-list h2 {
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 116px;
}
.requirement .title-center h3 {
  font-size: 70px;
  line-height: normal;
}
.requirement .title-center {
  max-width: 100%;
}
.requirement .title-center p {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 31px;
}
.requirement {
  background-color: #f7f6f4;
  padding: 145px 0;
}
.tab-header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-weight: 500;
  flex-wrap: wrap;
}

.tab-header div {
  cursor: pointer;
  position: relative;
  font-size: 19px;
  line-height: normal;
  padding: 20px 50px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab-header div.active {
  font-weight: 700;
}
.tab-header div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #e1dde4;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab-header .active::after {
  background: #000;
}
.sub-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1301px;
  width: 100%;
  margin: 0 auto 70px;
}

.sub-tabs div {
  padding: 20px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  font-size: 19px;
  line-height: normal;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-tabs .active {
  background: #000;
  color: #fff;
}

.card-container {
  display: flex;
  gap: 25.5px;
  justify-content: center;
  flex-wrap: wrap;
}

.card-box {
  background: #fff;
  border-radius: 46px;
  padding: 69px 62.5px;
  max-width: 540px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card-box h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -2px;
}

.card-box p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.card-box .btn-group {
  margin: 0 auto;
}
.hero-reverse {
  flex-direction: row-reverse;
  padding: 60px 0;
  background-color: #fff;
}
.hero-reverse .hero-content-inner {
  padding: 66px 114px 66px 0;
}
.hero-reverse .hero-content h2 span {
  color: #fa931a;
}
.hero-reverse .hero-image img {
  border-radius: 0 50px 50px 0;
}
.hero-reverse .hero-content {
  justify-content: flex-start;
}
/* faq style started */
.faq-new {
  padding: 130px 0 90px;
}
.faq-new .faq-right {
  max-width: 1140px;
  margin: 0 auto;
}
.faq-new .faq-right .opening-accordion-wrapper {
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f6f4;
  border: none;
  margin-bottom: 25px;
}
.faq-new .faq-right .opening-header-left h6 {
  font-weight: 600;
  font-size: 19px;
}
.faq-new .faq-right .accordion-body {
  padding-top: 20px;
}
.faq-new .opening-header-right {
  justify-content: flex-end;
}
.faq-new .opening-header-right span::after {
  font-size: 31px;
}
.faq-new h2 {
  text-align: center;
  padding-bottom: 40px;
}
.faq-new .page-center {
  padding-bottom: 100px;
}
/* testimonial */

.testimonial-section {
  text-align: center;
  background-color: #f7f6f4;
  padding: 120px 0;
}

.testimonial-section h2 {
  margin-bottom: 50px;
}

.testimonial-card {
  background: #fff;
  color: #0a0915;
  padding: 32px 24px 24px;
  border: 1px solid #22222233;
  border-radius: 10px;
  text-align: left;
  margin: 12px;
}

.slider-profile-detail {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.profile {
  margin-bottom: 15px;
}

.profile img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.profile-info h4 {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0;
}

.profile-info p {
  font-size: 14px;
  line-height: 24px;
  color: #0a0915;
}

.testimonial-text {
  font-size: 17px;
  line-height: 36px;
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating span {
  font-size: 14px;
  line-height: 25px;
  color: #52525a;
}

.rating img {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.stars {
  color: var(--brand-orange);
  font-size: 24px;
  line-height: 26px;
}
/* Slider */

.slider-arrows {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 10px 10px;
}

.slider-arrows button {
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-size: contain !important;
  outline: none;
  border: none;
}

.slider-arrows .prev-arrow {
  background: url("../images/leftarrow.png") no-repeat;
}

.slider-arrows .next-arrow {
  background: url("../images/rightarrow.png") no-repeat;
}
.solid-button {
  background-color: var(--brand-orange);
  padding: 6px 32px;
  border-radius: 50px;
  border: 2px solid var(--brand-orange);
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin: 10px 0;
}

.solid-button:hover {
  color: var(--brand-orange);
  background-color: transparent;
}

.hollow-button {
  padding: 6px 32px;
  border-radius: 50px;
  border: 2px solid var(--brand-orange);
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: var(--brand-orange);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin: 10px 0;
}

.hollow-button:hover {
  color: #000;
  background-color: var(--brand-orange);
}

.logo-black {
  display: none;
}

.header-fixed .logo-black {
  display: block;
}

.header-fixed .logo-white {
  display: none;
}

.bg-container {
  padding: 100px 80px;
}

/* Hero section */

.dm-hero-section .inner-container {
  max-width: 940px;
  width: 100%;
}

.dm-hero-section h1 {
  font-size: 70px;
  line-height: 75px;
  font-weight: 500;
  margin-bottom: 30px;
}

.dm-hero-section p {
  color: #fff;
  font-size: 21px;
  line-height: 37px;
}

.dm-hero-section .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 0%,
      rgba(12, 0, 38, 0.947115) 73.56%,
      #0c0026 100%
    ),
    url("../images/dm-banner-img1.png") no-repeat right center;
  color: white;
  background-size: cover;
  padding-top: 250px;
}

/* Form style starts */

.form-banner-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}

.staff-banner-right {
  position: relative;
}

.staff-form {
  background-color: #fff;
  color: #000;
  padding: 41px;
  box-shadow: 0px 3.29px 3.29px 0px #00000040;
  backdrop-filter: blur(12px);
  border-radius: 20px;
}

.staff-form h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  line-height: normal;
  text-align: center;
}

.staff-form p {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 19.76px;
  padding-bottom: 16.65px;
  text-align: center;
}
.staff-form input[type="submit"]{
  width: 100%;
  margin-top: 15px;
  height: auto;
}
.staff-form .wpcf7-spinner{
  position: absolute;
    bottom: 6px;
}
.form-group-row {
  display: flex;
  gap: 20px;
}
.staff-banner-left h1,.empower-content h2,.ideas h2,.roadmap-section h2,.ai-platform h2,.leading-text h2,.inner-container h2,.tech-used h2{
  margin-bottom: 20px;
}
.form-group-row .form-group {
  flex-basis: 50%;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.form-group label span {
  color: #fa931a;
}

.form-group select,
.form-group textarea,
.form-group input {
  border: none;
  background-color: #f7f7f7;
  color: #413f3f;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 11.3px;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 6px;
}

.form-group input {
  height: auto;
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 11px;
  padding-right: 20px;
}

.form-group textarea {
  height: 116px;
  min-height: auto;
}

.form-group textarea:focus,
.form-group input:focus {
  outline: none;
  border: none;
}

.dm-submit ,.staff-form input[type="submit"].dm-submit{
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 48px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 38px;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
}

.dm-submit:hover,.staff-form input[type="submit"].dm-submit:hover {
  background-color: var(--brand-orange);
  color: #000;
}

/* Partner logos */
.partners {
  padding: 60px 0;
  background: #fff;
  border-bottom: 1px solid #e6e1dc;
}

.partners-slider {
  max-width: 1920px;
  margin: 0 auto;
}

.partners-slider img {
  height: 60px;
  display: block;
  margin: 0 auto;
}

.slick-slide {
  outline: none;
}

/* Services */
.dm-services {
  padding-top: 108px;
}

.dm-services h2 {
  max-width: 1120px;
  text-align: center;
  margin: 0 auto 30px;
}

.dm-services .service-description {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 30px;
}

/* Updated services grid for 3-2-1 layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 20px;
}

.service-card {
  border-radius: 11px;
  background-color: #f9f3ee;
  padding: 29px 27px 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-card > img {
  height: 70px;
  width: 70px;
}

.service-card a img {
  height: 39px;
  width: 39px;
  min-width: 39px;
}

.service-card a {
  display: inline-block;
  cursor: pointer;
}

.service-card p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  max-width: 203px;
  width: 100%;
}

/* Leading */

.leading .container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
}

.leading-img {
  width: 44.5%;
}

.leading-img img {
  aspect-ratio: 0.98/1;
  max-width: 708px;
  max-height: 719px;
  height: 100%;
  width: 100%;
  border-radius: 40px;
}

.leading-text {
  flex: 1;
}

.leading-text a {
  color: #ff6600;
  text-decoration: none;
}

/* Stats */

.stats .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 12.9%,
      rgba(12, 0, 38, 0.826923) 75.29%,
      #0c0026 100%
    ),
    url("../images/dm-banner-img.png") no-repeat right center/cover;
  color: white;
  border-radius: 30px;
}

.stats h2 {
  max-width: 1096px;
  margin: 0 auto 30px;
}

.stats-discription {
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  max-width: 1096px;
  margin: 0 auto 48px;
  padding: 0 40px;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 30px;
}

.stat-card {
  background: #09011fc7;
  padding: 36px 26px;
  border-radius: 8px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fa931a;
}

.stat-card h4 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: var(--brand-orange);
  margin-bottom: 10px;
}

.stat-card p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.max-w-800 {
  max-width: 800px;
}

.orange {
  color: var(--brand-orange);
}

.purple {
  color: var(--brand-purple);
}

.dark-purple {
  color: var(--brand-dark-purple);
}

/* ideas section */

.ideas h2 {
  max-width: 1187px;
}

.ideas p {
  max-width: 900px;
  color: #fff;
}

.ideas .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 12.9%,
      rgba(12, 0, 38, 0.826923) 75.29%,
      #0c0026 100%
    ),
    url("../images/dm-banner-img2.jpg") no-repeat center 28% / cover;
  color: white;
}

/* technologies */
.list-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-wrap li {
  margin-bottom: 30px;
}

.list-wrap .list-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.list-header h4 {
  font-size: 26px;
  line-height: 36px;
}

.two-col {
  display: flex;
  gap: 80px;
}

.two-col .left-content,
.two-col .right-content {
  width: 50%;
}

.technologies .list-header img {
  height: 54px;
}

/* whychoose section */

.whychoose p {
  max-width: 900px;
  color: #fff;
}

.whychoose .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 12.9%,
      rgba(12, 0, 38, 0.826923) 75.29%,
      #0c0026 100%
    ),
    url("../images/dm-banner-img3.jpg") no-repeat right center/cover;
  color: white;
}

.two-col-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 24px;
}

.grid-item {
  background: #09011f;
  padding: 36px 26px;
  border-radius: 8px;
  border-radius: 20px;
  border: 1px solid #fa931a;
}

.grid-item h4 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.whychoose .grid-item h4 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.grid-item p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.whychoose .inner-container {
  max-width: 910px;
  width: 100%;
}

.whychoose .grid-item h4:after {
  content: "";
  background: url("../images/tick-icon.png") no-repeat;
  width: 27px;
  min-width: 27px;
  height: 27px;
  background-size: contain;
  position: relative;
  top: 5px;
}

/* Ready to bring */
.readyto .inner-container {
  max-width: 800px;
}

.readyto p {
  color: #fff;
}

.readyto .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 0%,
      rgba(12, 0, 38, 0.990385) 66.35%,
      #0c0026 100%
    ),
    url("../images/dm-banner-img4.jpg") no-repeat 100% 45% / cover;
  color: white;
}

/* Award  */

.award h2 {
  max-width: 1345px;
  margin: 0 auto 30px;
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  row-gap: 20px;
  column-gap: 10px;
}

/* Card Styles */
.award-card {
  padding: 36px 26px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #20202033;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card img {
  width: 90px;
  min-width: 90px;
}

.award-card p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

/* Hover Effect */
.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* testimonial */

.testimonial-section {
  text-align: center;
  background-color: #f7f6f4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial-section h2 {
  margin-bottom: 50px;
}

.testimonial-card {
  background: #fff;
  color: #0a0915;
  padding: 32px 24px 24px;
  border: 1px solid #22222233;
  border-radius: 10px;
  text-align: left;
  margin: 12px;
}

.slider-profile-detail {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.profile {
  margin-bottom: 15px;
}

.profile img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.profile-info h4 {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: normal;
}

.profile-info p {
  font-size: 14px;
  line-height: 24px;
  color: #0a0915;
}

.testimonial-text {
  font-size: 17px;
  line-height: 36px;
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating span {
  font-size: 14px;
  line-height: 25px;
  color: #52525a;
}

.rating img {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.stars {
  color: var(--brand-orange);
  font-size: 24px;
  line-height: 26px;
}

/* Slider */

.slider-arrows {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 10px 10px;
}

.slider-arrows button {
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-size: contain !important;
  outline: none;
  border: none;
}

.slider-arrows .prev-arrow {
  background: url("../images/leftarrow.png") no-repeat;
}

.slider-arrows .next-arrow {
  background: url("../images/rightarrow.png") no-repeat;
}

/* faq style started */
.faq-new {
  padding: 130px 0 90px;
}

.faq-new .faq-right {
  max-width: 1140px;
  margin: 0 auto;
}

.faq-new .faq-right .opening-accordion-wrapper {
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f6f4;
  border: none;
  margin-bottom: 25px;
}

.faq-new .faq-right .opening-header-left h6 {
  font-weight: 600;
  font-size: 19px;
}

.faq-new .faq-right .accordion-body {
  padding-top: 20px;
}

.faq-new .opening-header-right {
  justify-content: flex-end;
}

.faq-new .opening-header-right span::after {
  font-size: 31px;
}

.faq-new h2 {
  text-align: center;
  padding-bottom: 40px;
}

.faq-new .page-center {
  padding-bottom: 100px;
}

/* DM WEB STYLE STATRS HERE */

.dm-hero-section .list-wrap li {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 37px;
  color: #fff;
  display: flex;
  gap: 16px;
}

.dm-hero-section .list-wrap li::before {
  content: "";
  background: url("../images/list-icon.png") no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  margin-top: 9px;
}

.execllence .services-grid {
  gap: 35px;
  row-gap: 0;
}

.execllence .service-card {
  border-radius: 0;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #212529;
  position: relative;
  display: block;
}

.execllence .service-card img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.execllence-banner-img {
  max-height: 290px;
  height: 100%;
  width: 100%;
  margin-bottom: 108px;
}

.execllence .service-card:after {
  content: "";
  position: absolute;
  right: -18px;
  height: calc(100% - 80px);
  width: 1px;
  top: 40px;
  background-color: #212529;
}

.execllence .service-card h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.execllence .service-card p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  max-width: 100%;
  width: 100%;
  color: #212529;
  margin-bottom: 20px;
}

/* Default: 3 columns (desktop) */
@media (min-width: 993px) {
  .execllence .service-card:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}

/* Tablet: 2 columns */
@media (max-width: 992px) and (min-width: 574px) {
  .execllence .service-card:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

/* Mobile: 1 column */
@media (max-width: 575px) {
  .execllence .service-card:last-child {
    border-bottom: none;
  }
}

/* Default: 3 columns (desktop) */
@media (min-width: 993px) {
  .execllence .service-card:nth-child(3n):after {
    content: none;
  }
}

/* Tablet: 2 columns */
@media (max-width: 992px) {
  .execllence .service-card:nth-child(2n):after {
    content: none;
  }
}

/* Mobile: 1 column */
@media (max-width: 575px) {
  .execllence .service-card:after {
    content: none;
  }
}

/* Contact now style */

.dm-contact-now {
  padding: 40px;
  margin: 50px 0;
  border-radius: 30px;
  background: url(../images/contact-now.png) no-repeat right center/ cover;
  min-height: 408px;
  height: 100%;
  width: 100%;
}

.dm-contact-now h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px;
  max-width: 814px;
}

.dm-contact-now p {
  color: #fff;
  margin-bottom: 24px;
  max-width: 814px;
}

.dm-contact-now a {
  background-color: #fff;
  border-radius: 47px;
  color: #000;
  font-size: 18px;
  padding: 20px 27px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.dm-contact-now a:hover {
  background-color: var(--brand-orange);
}

/* Technologies */
.tech-used .container {
  max-width: 1340px;
}

.tech-used {
  background-color: #f8fafd;
}

.flexbox-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 32px;
  aspect-ratio: 1/1;
  width: fit-content;
}

.box-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
}

.box-item p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

/* AI Dev Page */
.ai-consultation {
  display: flex;
  align-items: center;
}

.ai-contact-btn {
  display: flex;
  align-items: center;
}

.ai-contact-btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}

.ai-contact-btn:first-child {
  border-right: 1px solid #bdbec3;
}

.ai-contact-btn:first-child img {
  margin-right: 20px;
}

.ai-contact-btn:last-child img {
  margin-right: 12px;
  margin-left: 20px;
}

.ai-contact-btn img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  cursor: pointer;
}

.solid-button.purple {
  background-color: #5a3fde;
  color: #fff;
  border: 2px solid var(--brand-purple);
}

.solid-button.purple:hover {
  background-color: #000;
  color: var(--brand-purple);
  border: 2px solid var(--brand-purple);
}

.ai-icons {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}

h2 .ai-icons:after {
  content: "";
  background: url("../images/noun-ai-model.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: contain;
  display: inline-block;
  top: -20px;
  position: absolute;
  left: 100%;
}

h2:has(.ai-icons) {
  line-height: 75px;
}

.dm-ai-page .service-card {
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #4c35be;
  box-shadow: 0px 0px 10px 0px #00000042;
  gap: 17px;
}

.dm-ai-page .service-card img {
  width: 110px;
  min-width: 110px;
  height: 110px;
}

.dm-ai-page .service-card h4 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: normal;
}

.dm-ai-page .service-card p {
  font-size: 21px;
  line-height: 35px;
  font-weight: 300;
  max-width: 100%;
}

.dm-ai-page.ideas .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 23.98%,
      rgba(12, 0, 38, 0.9) 65.99%,
      #0c0026 100%
    ),
    url(../images/generative-ai-img.jpg) no-repeat right center/ cover;
  color: white;
}

.dm-services.dm-ai-page h2 {
  max-width: 100%;
}

.capabilities {
  background: linear-gradient(85.94deg, #22165b 11.88%, #4525b8 53.32%);
  color: #fff;
  padding-top: 122px;
  padding-bottom: 150px;
}

.capabilities h2 {
  margin-bottom: 50px;
}

.feature-flex {
  display: flex;
  flex-wrap: wrap;
  /* allow wrapping into rows */
  justify-content: center;
  /* center each row */
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.feature-card {
  /* flex: 1 1 250px;
  max-width: 300px; */
  width: 25%;
  min-width: 250px;
  max-width: 300px;
  border: 1px solid #6a5af9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.arrow-btn:after {
  content: "";
  background: url("../images/right-arrow-purple.png") no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  display: inline-block;
  margin-left: 20px;
}

.arrow-btn:hover:after {
  animation: arrowMove 0.8s infinite ease-in-out;
}

@keyframes arrowMove {
  0%,
  100% {
    transform: translateX(0);
    /* starting position */
  }

  50% {
    transform: translateX(5px);
    /* move slightly to right */
  }
}

.solid-button.white {
  background-color: #fff;
  color: #000;
  font-weight: 300;
  border: 2px solid var(--brand-purple);
}

.solid-button.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
}

.btn-wrapper-v1 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.ai-platform h2 {
  max-width: 1187px;
}

.ai-platform p {
  max-width: 900px;
  color: #fff;
}

.ai-platform .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 0%,
      rgba(12, 0, 38, 0.85) 56.43%,
      #0c0026 100%
    ),
    url("../images/ai-banner-img.jpg") no-repeat 90% center / cover;
  color: white;
}

/* Roadmap section style */

.roadmap-wrapper {
  display: flex;
  justify-content: center;
}

.step-img-wrap {
  width: 154px;
  height: 154px;
  border: 2px solid var(--brand-dark-purple);
  border-radius: 50%;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-right: 93px; */
  margin-bottom: 90px;
}

.step-img-wrap img {
  width: 82px;
  height: 82px;
}

.inner-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 45.99px 0px #8b6bff73;
  padding: 16px;
}

.step {
  display: flex;
  margin: 22px;
  flex-direction: column;
  align-items: center;
  width: 203px;
}

.step p {
  /* max-width: 203px; */
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  /* transform: translateX(-18px); */
}

.step:last-child .step-img-wrap {
  margin-right: 0;
}

.step:last-child .step-arrow {
  display: none;
}

.step-img-wrap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: var(--brand-dark-purple);
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.step-img-wrap::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--brand-dark-purple);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 80px);
  z-index: 10;
}

.step-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  width: 91px;
  height: 24px;
  background: url(../images/step-arrow-left.png) no-repeat left center,
    url(../images/step-arrow-right.png) no-repeat right center;
  background-size: 45px 24px, 45px 24px;
}

.award.dm-ai-page h2 {
  max-width: 100%;
}

.award.dm-ai-page p {
  max-width: 1188px;
  margin: 0 auto 30px;
}

.award.dm-ai-page .award-card img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(3677%)
    hue-rotate(248deg) brightness(82%) contrast(88%);
}
.microsoft-banner .bg-container {
  background: linear-gradient(
      270deg,
      rgba(12, 0, 38, 0) 0%,
      rgba(12, 0, 38, 0.947115) 73.56%,
      #0c0026 100%
    ),
    url("../images/microsoft-banner.jpg") no-repeat right center;
}

.microsoft-banner .purple {
  background: linear-gradient(90deg, #094aaa 0%, #607aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.microsoft-banner .solid-button {
  border-radius: 12px;
  background: rgba(63, 89, 222, 1);
  padding: 0;
  -webkit-text-fill-color: inherit;
  color: #fff;
  border-color: rgba(99, 120, 255, 1) !important;
  display: flex;
  width: fit-content;
  align-items: center;
}
.microsoft-banner .solid-button span {
  color: #fff;
  padding: 8px 16px 8px 37px;
  display: block;
}
.microsoft-banner .solid-button figure {
  width: 83px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  background-color: #fff;
}
.microsoft-banner .solid-button:hover figure {
  opacity: 1;
}
.microsoft-banner .solid-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.empowering {
  padding: 100px 0 0;
}
.empowering .container {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 140px 0;
}
.empower-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.empower-bg img {
  width: 100%;
  height: 100%;
}
.empower-content {
  max-width: 776px;
  z-index: 1;
  padding-right: 70px;
}
.empower-content p {
  font-size: 17px;
  line-height: 29px;
}
.empower-content h2 span {
  background: linear-gradient(90deg, #5450ff 0%, #e356ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.mi-services .services-grid {
  column-gap: 68px;
  row-gap: 30px;
}
.mi-services .service-card {
  border-color: #6d69ff;
}
.mi-services .service-description {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 67px;
}

.mi-services h2 .ai-icons::after {
  display: none;
}
.arrow-btn2 {
  border-radius: 12px;
  background: #fff !important;
  padding: 0;
  -webkit-text-fill-color: inherit;
  color: #3834bf;
  border-color: #6378ff !important;
  display: flex;
  width: fit-content;
  align-items: center;
}
.arrow-btn2 span {
  color: #3834bf;
  padding: 8px 16px 8px 37px;
  display: block;
}
.arrow-btn2 figure {
  width: 83px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  background: linear-gradient(
    141.12deg,
    rgba(105, 148, 255, 0.25) 12.2%,
    rgba(205, 158, 255, 0.25) 88.7%
  );
}
.arrow-btn2:hover figure {
  opacity: 1;
}
.arrow-btn2 img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.dm-ai-page.ideas.mi-ideas .bg-container {
  background: url(../images/mi-bg.jpg) no-repeat right top/ cover;
  background-color: #625eff;
}
.mi-ideas p {
  font-size: 18px;
  line-height: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.mi-ideas h2 span em {
  background: linear-gradient(90deg, #6a66ff 0%, #ff48d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
}
.mi-ideas h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 7px;
}
.mi-ideas h2 {
  line-height: 83px;
  padding-top: 40px;
}
.mi-award p {
  font-size: 18px;
  line-height: 35px;
}
.mi-award .award-grid {
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}
.mi-award .award-grid p {
  margin-bottom: 0;
}
.mi-award .award-card img {
  filter: none !important;
}
.mi-capabilities {
  background: linear-gradient(
    98.09deg,
    #06020d 0.53%,
    #421f73 13.01%,
    #170d59 34.57%,
    #5a068d 57.28%,
    #d4284d 70.88%,
    #a7441c 90.16%,
    #100001 100%
  );
}
.mi-capabilities h2 .ai-icons::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}
.mi-capabilities .arrow-btn2 {
  margin: 0 auto;
}
.mi-award2 .feature-card {
  border-color: #596aff;
}
.mi-award2 .feature-card img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(59%) saturate(2308%)
    hue-rotate(216deg) brightness(98%) contrast(100%);
}
.ca-grid {
  display: flex;
  gap: 76px;
  flex-wrap: wrap;
  row-gap: 60px;
}
.ca-flex {
  display: flex;
  gap: 90px;
  padding-top: 10px;
}
.capabilities-ai {
  padding: 48px 0 108px;
}
.capabilities-ai h2 span,
.mi-award h2 span {
  background: linear-gradient(90deg, #5450ff 0%, #e356ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.mi-services h2 span {
  background: linear-gradient(90deg, #5450ff 0%, #e356ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 91px;
}
.ca-flex figure {
  max-width: 630px;
  width: 100%;
  height: auto;
}
.ca-flex figure img {
  border-radius: 47px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ca-grid-item {
  max-width: 398px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #00000042;
  border-radius: 15px;
  position: relative;
}
.ca-grid-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.ca-grid-item h5 {
  font-size: 22px;
  line-height: 34px;
}
.ca-grid-item p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
}
.ca-grid-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  left: -26px;
  bottom: -20px;
  background: #8f8cff;
  z-index: -1;
}
.mi-award2 {
  padding: 120px 0;
}
.case-study {
  padding: 44px 0 79px;
  background-color: #f8f8f9;
}
.case-study h2 {
  margin-bottom: 50px;
  padding-left: 40px;
}
.case-study-flex .slick-slide {
  display: flex;
  margin: 0 40px;
}
.case-study-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.case-study-item::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  top: 0;
  right: -40px;
  background: #e0e0e0;
}
.case-study-item img {
  border-radius: 30px;
  height: 365px;
  object-fit: cover;
}
.case-study .arrow-btn2 {
  background: #3f59de !important;
  margin: 60px auto 0;
  border: none !important;
}
.case-study .arrow-btn2 figure {
  background: #fff;
}
.case-study .arrow-btn2 span {
  color: #fff;
}
.testiminial-light-bg {
  background-color: #e3e4ff;
}
.arrow-btn2:hover {
  background: #000 !important;
  color: #fff !important;
}
.arrow-btn2:hover span {
  color: #fff !important;
}
.arrow-btn2:hover figure {
  background: #fff;
}
.case-study-item h5 {
  font-size: 30px;
  line-height: 40px;
}
.case-study-item p {
  font-size: 16px;
  line-height: 30px;
}
.case-study-flex .slick-dots li button::before {
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.case-study-flex .slick-dots li.slick-active button::before {
  opacity: 1;
}
.case-study-flex .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.microsoft-banner .container,
.mi-services .container,
.mi-ideas .container,
.mi-award .container,
.capabilities-ai .container,
.mi-capabilities .container {
  padding: 0 !important;
}
@media only screen and (min-width: 2300px) {
  .hero-image {
    max-width: calc(100vw - 56%);
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1025px) {
  .staff-banner .page-center {
    gap: 4.185vw;
  }
  .staff-banner .staff-banner-left {
    max-width: 36.6667vw;
  }
  .staff-banner-left h1 {
    font-size: 3.7778vw;
    line-height: 4.5556vw;
    letter-spacing: -0.1389vw;
  }
  .staff-banner-left p,
  .staff-banner-left ul li {
    font-size: 1.1667vw;
    line-height: 1.6667vw;
  }
  .btn-black {
    padding: 1.1111vw 1.5vw;
    border-radius: 2.6111vw;
    margin-top: 1.3333vw;
  }
  .staff-banner-left ul li {
    padding-left: 2vw;
    line-height: 2.0556vw;
  }
  .sub-page-banner .staff-banner-right {
    max-width: 45.333vw;
    padding: 2.6111vw 4.8889vw 0.5vw;
  }
  .staff-form {
    padding: 2.2778vw;
  }
  .staff-form h5 {
    font-size: 1.3889vw;
    line-height: normal;
  }
  .count-area {
    padding: 2.5vw 0;
  }
  .count-area .page-center {
    gap: 2.5vw;
  }
  .count-item {
    font-size: 2.5556vw;
    line-height: normal;
  }
  .count-item span {
    font-size: 1.3333vw;
    line-height: 2.4444vw;
  }
  .sub-page-banner.staff-banner {
    padding-bottom: 3.3333vw;
  }
  .title-left {
    gap: 1.6667vw;
  }
  .tabs-container {
    margin-top: 2.3333vw;
    border-radius: 1.6667vw;
  }
  .tab-menu {
    width: 26.0667vw;
    padding: 4.7222vw 0 9.7222vw 0.8056vw;
  }
  .tab-menu li {
    padding: 1.6389vw 0.8333vw 1.6389vw 5.1667vw;
    font-size: 1.2222vw;
    line-height: 1.4444vw;
    letter-spacing: -0.0428vw;
  }
  .tab-content {
    padding: 3.4444vw 5.1111vw;
  }
  .icons-grid {
    gap: 3.0556vw;
  }
  .icon-item img {
    width: 3.5vw;
    height: 3.5vw;
  }
  .technology-main {
    padding: 8.0556vw 0;
  }
  .award-staff-list {
    padding: 8.0556vw 0 0;
  }
  .hire {
    padding: 8.0556vw 0;
  }
  .hire .title-center h3 {
    font-size: 3.1111vw;
  }
  .steps {
    margin: 3.3333vw auto 0;
  }
  .step-number {
    width: 4.4444vw;
    height: 4.4444vw;
    font-size: 2.2222vw;
    letter-spacing: -0.1111vw;
    margin: 0 auto 1.5vw;
  }
  .step-text {
    font-size: 1.6667vw;
    line-height: 1.8889vw;
    letter-spacing: -0.1111vw;
  }
  .step:before {
    top: 2.2222vw;
    left: calc(50% + 1.6667vw);
    width: calc(100% - 3.3333vw);
  }
  .step:after {
    top: 1.8333vw;
    right: -0.8889vw;
    border-left: 0.5556vw solid #b9b6b3;
    border-top: 0.4444vw solid transparent;
    border-bottom: 0.4444vw solid transparent;
  }
  .hero {
    gap: 3.5556vw;
  }
  .hero-content-inner {
    padding: 6.4444vw 0 6.4444vw 6.3333vw;
    max-width: 61.6111vw;
  }
  .hero-content h2 {
    font-size: 3.6667vw;
    letter-spacing: -0.1111vw;
  }
  .award-staff-list h2 {
    font-size: 3.8889vw;
    line-height: 4.1667vw;
    padding-bottom: 6.4444vw;
  }
  .requirement .title-center h3 {
    font-size: 3.8889vw;
    line-height: normal;
  }
  .requirement .title-center p {
    max-width: 63.3333vw;
  }
  .requirement {
    padding: 8.0556vw 0;
  }
  .tab-header {
    margin-bottom: 2.7778vw;
  }
  .tab-header div {
    padding: 1.1111vw 2.7778vw;
  }
  .sub-tabs {
    max-width: 72.2778vw;
    margin: 0 auto 3.8889vw;
  }
  .sub-tabs div {
    padding: 1.1111vw;
    border-radius: 2.7778vw;
    max-width: 13.3333vw;
  }
  .card-container {
    gap: 1.4167vw;
  }
  .card-box {
    border-radius: 2.5556vw;
    padding: 3.8333vw 3.4722vw;
    max-width: 28vw;
    gap: 1.3889vw;
  }
  .card-box h3 {
    font-size: 1.6667vw;
    line-height: 1.8889vw;
    letter-spacing: -0.1111vw;
  }
  .hero-reverse {
    padding: 3.3333vw 0;
  }
  .hero-reverse .hero-content-inner {
    padding: 3.6667vw 6.3333vw 3.6667vw 0;
  }
  .hero-reverse .hero-image img {
    border-radius: 0 2.7778vw 2.7778vw 0;
  }
  .icon-item {
    max-width: 8.5vw;
  }
  .faq-new .page-center {
    padding-bottom: 5.5556vw;
  }
  .icon-item p {
    font-size: 1.0944vw;
    line-height: 1.3333vw;
    letter-spacing: -0.0556vw;
  }
  .form-group textarea {
    height: 6.4444vw;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-new .faq-right .opening-header-left h6 {
    font-size: 16px;
  }
  .faq-new .page-center {
    padding-bottom: 0;
  }
  .faq-new {
    padding-top: 60px;
  }
  .staff-banner-left h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.2px;
  }
  .staff-banner .staff-banner-left {
    max-width: 100%;
  }
  .staff-banner-right {
    max-width: 100%;
    padding: 0;
  }
  .staff-banner .page-center {
    flex-direction: column;
    gap: 30px;
  }
  .staff-banner-right > img {
    display: none;
  }
  .staff-form {
    box-shadow: 0 1.29px 3.29px 2px #00000040;
    padding: 30px 20px;
  }
  .count-area .page-center {
    gap: 25px;
  }
  .staff-banner-left p,
  .staff-banner-left ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .staff-banner-left ul li::before {
    width: 15px;
    height: 15px;
  }
  .staff-banner-left ul li {
    padding-left: 25px;
  }
  .btn-black {
    padding: 15px 20px;
    border-radius: 24px;
    font-size: 16px;
    margin-top: 20px;
  }
  .staff-form h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .form-group textarea {
    height: 100px;
  }
  .count-item {
    font-size: 34px;
  }
  .count-item span {
    font-size: 18px;
    line-height: 25px;
  }
  .technology-main {
    padding: 60px 0;
  }
  .title-flex {
    margin-bottom: 30px;
  }
  .hire {
    padding: 60px 0;
  }
  .hire .title-center h3 {
    font-size: 28px;
  }
  .title-center {
    margin-bottom: 25px;
  }
  .hire .title-center p {
    font-size: 17px;
    line-height: 26px;
  }
  .step-text {
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.3px;
  }
  .hero {
    flex-direction: column;
    padding: 60px 20px;
    gap: 30px;
  }
  .hero-content-inner,
  .hero-reverse .hero-content-inner {
    padding: 0;
    max-width: 100%;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-image {
    max-width: 100%;
  }
  .hero-image img,
  .hero-reverse .hero-image img {
    border-radius: 24px;
  }
  .hero-content p {
    padding: 10px 0 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .hero-content h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.2px;
  }
  .hero .btn-black {
    padding: 15px 30px;
  }
  .award-staff-list {
    padding: 60px 0 10px;
  }
  .award-staff-list h2 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 25px;
  }
  .requirement {
    padding: 60px 0;
  }
  .requirement .title-center h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .requirement .title-center p {
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }
  .tab-header div {
    font-size: 15px;
    padding: 15px;
  }
  .tab-header {
    margin-bottom: 30px;
  }
  .sub-tabs {
    row-gap: 15px;
    margin: 0 auto 50px;
  }
  .sub-tabs div {
    padding: 15px;
    max-width: 153px;
    font-size: 15px;
  }
  .card-box {
    max-width: 350px;
    padding: 30px 20px;
    gap: 20px;
    border-radius: 24px;
  }
  .card-box h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }
  .card-box p {
    font-size: 16px;
    line-height: 26px;
  }
  .steps {
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
  }

  .step {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin: 0 auto 10px;
    border-radius: 15px;
  }

  .step:before,
  .step::after {
    display: none;
  }
  .tabs-container {
    flex-direction: column;
    border-radius: 20px;
  }
  .tab-menu {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .tab-content {
    padding: 30px 20px;
  }
  .icon-item img {
    width: 50px;
    height: 50px;
  }
  .icons-grid {
    gap: 10px;
    row-gap: 20px;
  }
  .icon-item {
    max-width: calc(33.33% - 10px);
  }
  .icon-item p {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
  }
  .tab-menu li {
    padding: 10px 15px;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 14px;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .profile-info h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-section h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
  }
  .slider-arrows {
    margin: 10px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .rating img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .icon-item {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1025px) {
  header .page-center {
    max-width: 91.111vw;
  }
}

@media (max-width: 1800px) {
  .ai-contact-btn span {
    font-size: 1vw;
    line-height: 1vw;
  }

  .ai-contact-btn img {
    width: 1.667vw;
    height: 1.667vw;
    min-width: 1.667vw;
  }

  .ai-contact-btn:first-child img {
    margin-right: 1.111vw;
  }

  .ai-contact-btn:last-child img {
    margin-left: 1.111vw;
  }

  .dm-hero-section h1 {
    font-size: 3.889vw;
    line-height: 4.167vw;
  }

  .dm-hero-section .bg-container {
    padding-top: 13.889vw;
  }

  .px-50 {
    padding-left: 4.444vw;
    padding-right: 4.444vw;
  }

  .bg-container {
    padding: 5.556vw 4.444vw;
  }

  .dm-services {
    padding-top: 6vw;
  }

  p {
    font-size: 1.167vw;
    line-height: 2.056vw;
  }

  .py-50 {
    padding-top: 2.778vw;
    padding-bottom: 2.778vw;
  }

  .leading .container {
    gap: 4.444vw;
  }

  .testimonial-section {
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }

  .award-card img {
    width: 5vw;
    min-width: 5vw;
  }

  .award-card p {
    font-size: 1.222vw;
    line-height: 1.778vw;
  }

  .two-col {
    gap: 4.444vw;
  }

  .partners-slider img {
    height: 3.333vw;
    min-height: 40px;
  }

  .partners {
    padding: 3.333vw 0;
  }

  .staff-form {
    padding: 2.2778vw;
  }

  .staff-form h5 {
    font-size: 1.3889vw;
  }

  .form-banner-wrap {
    gap: 4.444vw;
  }

  .execllence .service-card h3 {
    font-size: 1.667vw;
    line-height: 1.889vw;
  }

  .execllence .service-card p {
    font-size: 1.111vw;
    line-height: 1.556vw;
  }

  .execllence-banner-img {
    margin-bottom: 6vw;
  }

  h2 .ai-icons:after {
    width: 3.333vw;
    height: 3.333vw;
    top: -1.111vw;
  }

  h2:has(.ai-icons) {
    line-height: 4.167vw;
  }

  .dm-ai-page .service-card p {
    font-size: 1.167vw;
    line-height: 2.056vw;
  }

  .capabilities {
    padding-top: 6.778vw;
    padding-bottom: 8.333vw;
  }

  .capabilities h2 {
    margin-bottom: 2.778vw;
  }

  .step-img-wrap {
    width: 8.556vw;
    height: 8.556vw;
    padding: 0.889vw;
    margin-bottom: 5vw;
  }

  .step-img-wrap img {
    width: 4.556vw;
    height: 4.556vw;
  }

  .inner-img-wrap {
    padding: 0.889vw;
  }

  .step {
    margin: 1.222vw;
    width: 11.278vw;
  }

  .step p {
    font-size: 1vw;
    line-height: 1.444vw;
  }

  .step-img-wrap::after {
    height: 4.444vw;
  }

  .step-img-wrap::before {
    width: 8px;
    height: 8px;
    top: calc(100% + 4.444vw);
  }

  .step-arrow {
    width: 5.056vw;
    height: 1.167vw;
    background-size: 2.5vw 1.333vw, 2.5vw 1.333vw;
  }
}

@media (max-width: 1400px) {
  .ai-contact-btn span {
    font-size: 14px;
    line-height: 14px;
  }

  .ai-contact-btn img {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }

  .ai-contact-btn:first-child img {
    margin-right: 12px;
  }

  .ai-contact-btn:last-child img {
    margin-left: 12px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .service-card p {
    font-size: 17px;
    line-height: 30px;
  }

  .service-card {
    padding: 20px;
    gap: 15px;
  }

  .service-card > img {
    height: 50px;
    min-width: 50px;
    width: 50px;
  }

  .service-card a img {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .award-card p {
    font-size: 16px;
    line-height: 28px;
  }

  .award-card {
    padding: 20px;
  }

  .list-header h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .stat-card h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .stat-card p {
    font-size: 16px;
    line-height: 22px;
  }

  .execllence .service-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .execllence .service-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .dm-hero-section .list-wrap li,.dm-hero-section p {
    font-size: 18px;
    line-height: 32px;
  }

  .dm-hero-section .list-wrap li::before {
    margin-top: 6px;
  }

  .dm-contact-now h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .dm-contact-now a {
    font-size: 16px;
    padding: 10px 27px;
  }

  .dm-ai-page .service-card p {
    font-size: 16px;
    line-height: 28px;
  }

  .step p {
    font-size: 15px;
    line-height: 21px;
  }
}

/* Medium desktops & laptops */
@media (max-width: 1200px) {
  .award-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  .bg-container {
    padding: 65px 4.444vw;
  }

  .py-50 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pb-50 {
    padding-bottom: 32px;
  }

  .pt-50 {
    padding-top: 32px;
  }

  .dm-services {
    padding-top: 62px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hollow-button,
  .solid-button {
    font-size: 16px;
    line-height: 30px;
  }

  .partners {
    padding: 40px 0;
  }

  .slider-arrows {
    margin: 10px;
  }

  .stats-grid {
    gap: 20px;
  }

  .stat-card {
    padding: 20px;
  }

  .staff-form {
    padding: 28px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .dm-hero-section h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .dm-hero-section .bg-container {
    padding-top: 142px;
  }

  .faq-new .faq-right .opening-header-left h6 {
    font-size: 16px;
  }

  .faq-new .page-center {
    padding-bottom: 0;
  }

  .faq-new {
    padding-top: 60px;
  }

  .award-card img {
    width: 50px;
    min-width: 50px;
  }

  .bg-container {
    padding: 65px 30px;
  }

  .px-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leading .container {
    gap: 30px;
  }

  .two-col {
    gap: 30px;
  }

  .two-col .left-content,
  .two-col .right-content {
    width: 100%;
  }

  .two-col {
    flex-direction: column;
  }

  .leading .container {
    flex-direction: column;
    text-align: center;
  }

  .leading-img {
    width: 100%;
    max-width: 500px;
  }

  .staff-form h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .form-banner-wrap {
    gap: 20px;
  }

  h2 .ai-icons:after {
    width: 32px;
    height: 32px;
    top: -6px;
  }

  .step-img-wrap {
    width: 87px;
    height: 87px;
    padding: 10px;
    margin-bottom: 51px;
  }

  .step-img-wrap img {
    width: 46px;
    height: 46px;
  }

  .inner-img-wrap {
    padding: 10px;
  }

  .step {
    margin: 13px;
    width: 115px;
    min-width: 115px;
  }

  .step-img-wrap::after {
    height: 45px;
  }

  .step-img-wrap::before {
    width: 8px;
    height: 8px;
    top: calc(100% + 45px);
  }

  .step-arrow {
    width: 51px;
    height: 12px;
    background-size: 25px 13px, 25px 13px;
  }

  .roadmap-wrapper {
    justify-content: start;
  }

  .roadmap-scroll {
    overflow-x: auto;
    max-width: 846px;
    width: 100%;
  }

  h2:has(.ai-icons) {
    line-height: 38px;
  }

  .capabilities {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .capabilities h2 {
    margin-bottom: 30px;
  }

  .profile-info h4 {
    line-height: 22px;
  }

  .testimonial-text {
    -webkit-line-clamp: 6;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .award-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .two-col-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .form-banner-wrap {
    gap: 50px;
    flex-direction: column;
  }

  .staff-banner-right {
    width: 100%;
  }

  .staff-form {
    width: 100%;
  }

  .dm-hero-section .inner-container {
    max-width: 100%;
  }

  .execllence-banner-img {
    margin-bottom: 45px;
  }
}

/* Large mobile */
@media (max-width: 768px) {
  .award-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .stats-discription {
    font-size: 16px;
    line-height: 32px;
    padding: 0px;
    margin: 0 auto 30px;
  }

  .dm-contact-now h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .dm-contact-now {
    padding: 40px 20px;
    margin: 30px 0;
    border-radius: 30px;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .two-col-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .form-group-row {
    flex-direction: column;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .award-grid {
    grid-template-columns: 1fr;
  }

  .award-card {
    padding: 20px 16px;
  }

  .award-card p {
    font-size: 18px;
    line-height: 26px;
  }

  .dm-hero-section .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1025px) {
  .empowering {
    padding: 5.56vw 4.44vw 0;
  }
  .empowering .container {
    min-height: 22.22vw;
    padding: 7.78vw 0;
  }
  .empower-content {
    max-width: 43.11vw;
    padding-right: 3.89vw;
  }

  .mi-services .services-grid {
    column-gap: 3.78vw;
    row-gap: 1.67vw;
  }
  .mi-services .service-description {
    margin-bottom: 3.72vw;
  }

  .mi-ideas h2 {
    line-height: 4.61vw;
    padding-top: 2.22vw;
  }
  .ca-grid {
    gap: 4.22vw;
    row-gap: 3.33vw;
  }
  .ca-flex {
    gap: 4.5vw;
    padding-top: 0.56vw;
  }
  .capabilities-ai {
    padding: 2.67vw 4.444vw 6vw;
  }

  .mi-services h2 span {
    line-height: 5.06vw;
  }
  .ca-flex figure {
    max-width: 34vw;
  }
  .ca-flex figure img {
    border-radius: 2.61vw;
  }
  .ca-grid-item {
    max-width: 24.11vw;
    gap: 0.94vw;
    padding: 2.22vw;
  }
  .ca-grid-item img {
    width: 3.89vw;
    height: 3.89vw;
  }
  .ca-grid-item h5 {
    font-size: 1.22vw;
    line-height: 1.89vw;
  }
  .ca-grid-item p {
    font-size: 1.17vw;
    line-height: 1.67vw;
    font-weight: 300;
  }
  .ca-grid-item::before {
    left: -1.44vw;
    bottom: -1.11vw;
  }
  .mi-award2 {
    padding: 6.67vw 4.44vw;
  }
  .case-study {
    padding: 2.44vw 0 4.39vw;
  }
  .case-study h2 {
    margin-bottom: 2.78vw;
  }
  .case-study-flex .slick-slide {
    margin: 0 2.22vw;
  }
  .case-study-item {
    gap: 1.67vw;
  }
  .case-study-item img {
    border-radius: 1.67vw;
    height: 20.28vw;
  }
  .case-study .arrow-btn2 {
    margin: 3.33vw auto 0;
  }

  .case-study-item h5 {
    font-size: 1.67vw;
    line-height: 2.22vw;
  }
  .case-study-item::after {
    right: -2.22vw;
  }
  .mi-ideas .container {
    max-width: 60vw;
    margin: inherit;
  }
  .dm-hero-section .inner-container {
    max-width: 52.2222vw;
  }
}
@media (max-width: 1200px) {
  .mi-award .award-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}
@media (max-width: 992px) {
  .mi-award .award-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .case-study-flex .slick-slide {
    margin: 0 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study-item::after {
    display: none;
  }
  .case-study-item {
    width: 100%;
  }
  .case-study-flex .slick-slide {
    margin: 0 5px;
  }
  .mi-services .services-grid {
    gap: 20px;
  }
  .dm-ai-page.ideas.mi-ideas .bg-container {
    background-color: rgba(0, 0, 0, 0);
    background: #625eff;
  }
  .mi-award2 {
    padding: 60px 20px;
  }
  .microsoft-banner .solid-button span,
  .arrow-btn2 span {
    padding: 2px 14px 4px 23px;
  }
  .microsoft-banner .solid-button figure,
  .arrow-btn2 figure {
    width: 60px;
    height: 50px;
  }
  .arrow-btn2 img,
  .microsoft-banner .solid-button img {
    width: 27px;
    height: 27px;
  }
  .empowering {
    padding: 60px 20px;
    background-color: #ecf1ff;
  }
  .empowering .container {
    padding: 0;
    min-height: inherit;
  }
  .empower-bg {
    display: none !important;
  }
  .mobile-view {
    display: flex !important;
  }
  .mobile-view img {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .empower-content {
    padding: 0;
    max-width: 100%;
  }
  .mi-services h2 span {
    line-height: normal;
    margin-right: 0;
  }
  .empower-content p,
  .mi-services .service-description {
    font-size: 16px;
    line-height: 26px;
  }
  .empower-content h2,
  .mi-services h2 {
    margin-bottom: 20px;
  }
  .mi-services .service-description {
    margin-bottom: 30px;
  }
  .dm-ai-page .service-card img {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .dm-ai-page .service-card {
    gap: 15px;
  }
  .dm-ai-page .service-card h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .mi-ideas h2 {
    padding-top: 0;
    line-height: normal;
  }
  .mi-ideas p,
  .award.dm-ai-page p {
    font-size: 16px;
    line-height: 26px;
    text-shadow: none;
  }
  .feature-flex {
    max-width: 100%;
    padding: 0;
  }
  .feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .case-study {
    padding: 60px 20px;
  }
  .case-study h2 {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .case-study-item img {
    border-radius: 20px;
    height: 250px;
  }
  .case-study-flex .slick-dots {
    gap: 0;
  }
  .case-study-flex .slick-dots li button::before {
    font-size: 12px;
  }
  .case-study-item {
    gap: 15px;
  }
  .case-study-item h5 {
    font-size: 23px;
    line-height: 28px;
  }
  .case-study-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-section h2 {
    margin-bottom: 30px;
  }
  .faq-new h2 {
    padding-bottom: 0;
  }
  .ca-flex {
    flex-direction: column;
    gap: 30px;
  }
  .ca-flex figure {
    max-width: 100%;
  }
  .ca-flex figure img {
    border-radius: 20px;
  }
  .ca-grid {
    gap: 20px;
  }
  .ca-grid-item::before {
    display: none;
  }
  .ca-grid-item {
    max-width: calc(50% - 10px);
    padding: 20px;
    gap: 10px;
  }
  .ca-grid-item img {
    width: 50px;
    height: 50px;
  }
  .capabilities-ai {
    padding: 60px 20px;
    background-color: #ecf1ff;
  }
  .mi-award {
    padding-bottom: 60px;
  }
  .ca-grid-item h5 {
    font-size: 17px;
    line-height: 25px;
  }
  .ca-grid-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-page-banner .staff-banner-right{
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mi-award .award-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .capabilities-ai {
    padding: 60px 20px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0;
  }
  .bg-container,.px-50,.empowering{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 500px) {
  .ca-grid-item {
    max-width: 100%;
  }
  .ca-grid-item {
    text-align: center;
  }
  .ca-grid-item img {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mi-award .award-grid {
    grid-template-columns: 1fr;
  }
}
