.curve-icon.right-curve img,
span.curve-icon.left-curve img {
  filter: hue-rotate(45deg);
}
.hero-gradient a.btn.btn-primary.custom-btn {
  font-size: 20px;
  width: auto;
  padding: 15px 45px;
}
.hero-gradient a.btn.btn-primary.custom-btn svg {
  width: 32px;
  height: 24px;
}
.hero-gradient span.text-info.small.fw-semibold {
  color: #fff !important;
}
.hero-gradient button.btn.btn-outline-light {
  /*    border: 2px solid #000;*/
  border-radius: 40px;
}
.hero-gradient a.btn.btn-primary.custom-btn * {
  color: #fff !important;
}
.hero-gradient a.btn.btn-primary.custom-btn,
.custom-btn {
  background: #663999 !important;
  color: #fff !important;
}
.hero-gradient button.btn.btn-outline-light:hover {
  color: #000 !important;
}
button.btn.btn-outline-light svg {
  width: 25px;
  height: 27px;
}
.about-video video#myVideoPlayer {
  height: 100%;
  width: 100%;
}
.about-section {
  height: 350px;
}
.about-video {
  height: 350px;
}
.video-floating {
  margin-left: -44px;
  max-width: 300px !important;
  text-align: left;
}
/*.banner-carddd .small.text-info {
    color: #000 !IMPORTANT;
}*/
.features-section-2 .feature-box {
  padding: 20px 20px;
  height: 100%;
  background-color: #ffffff !important;
}
.features-section-2 .feature-box .icon {
  width: 190px;
  margin-bottom: 15px;
}
.features-section-2 .feature-box * {
  color: #000 !important;
}
.features-section-2 .feature-box:hover * {
  color: #fff !important;
}
.feature-box img {
  width: 40px;
  height: 40px;
}
ul#industryTabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  border-bottom: 2px solid #e2e8f0;
}
ul#industryTabs button.nav-link {
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
ul#industryTabs button.nav-link.active {
  color: #3c51b4;
  background: rgba(0, 102, 204, 0.05);
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #3c51b4;
}
section#industries .tab-content > .tab-pane {
  padding: 15px 0;
}
section#industries .tab-content > .tab-pane span.badge {
  background: rgba(0, 102, 204, 0.1) !important;
  padding: 7px 14px;
  border-radius: 20px;
  margin-bottom: 20px !important;
  color: #3c51b4 !important;
}
section#industries .tab-content > .tab-pane h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
section#industries .tab-content > .tab-pane p {
  margin-bottom: 20px;
  font-size: 17px;
}
section#industries .tab-content > .tab-pane .border.rounded {
  background: #f7fafc;
  padding: 24px !important;
  border-radius: 8px !important;
  text-align: center;
  border: none !important;
  color: #000;
}
section#industries .tab-content > .tab-pane a.btn.btn-outline-primary {
  padding: 11px 21px;
  font-weight: 600;
  color: #fff;
  background-color: #663999;
  border: none !important;
  border-radius: 50px;
}
section#industries .tab-content > .tab-pane a.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
}
.client-section {
  /* background: linear-gradient(to bottom, #F7FAFC, #EDF2F7); */
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: radial-gradient(
    114.81% 114.81% at 50% 4.72%,
    #ffffff 0%,
    #e8eef7 65%
  );
}
.case-logoo .border.rounded.py-3 {
  background: white;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 18px;
  border: none !important;
}
.counter-case-rowww .col-6 {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid #d1d1d1;
}
.counter-case-rowww .fs-3.fw-bold {
  color: #000000;
  font-size: 48px !important;
  font-weight: 700 !important;
}
.counter-case-rowww .text-muted {
  font-size: 16px;
  font-weight: 500;
  color: #000000 !important;
}
section.organization.space.focused {
  background: #fff;
}
section.testimonials {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(135deg, #3c51b4, #212d69);
}
section.testimonials * {
  color: #fff;
}
.testimonial-card.h-100.p-4 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 40px;
  position: relative;
}
.author-info * {
  color: #fff !important;
}
.author-avatar.me-3 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3c51b4, #1d2756);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
section.faq-main.py-5 {
  background: #f7fafc;
}
section.faq-main .accordion-header {
  margin-bottom: 0;
  line-height: normal;
}
section.faq-main .accordion-item {
  background-color: transparent;
  border: none;
}
section.faq-main .accordion-item button.accordion-button {
  padding: 29px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  background: white;
  border-radius: 12px !important;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 17px;
}
.contact-form {
  color: #fff;
}
.contact-form form.form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.contact-form .form button {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 13px 10px !important;
  height: auto;
}
.contact-form .section-pretitle.text-warning {
  color: #000000 !important;
}
.contact-form .cta-text *,
.form h3 {
  color: #fff;
}
/*.banner-carddd .text-warning {
    color: #3C51B4 !important;
}*/
section.hero-section {
  padding-bottom: 0;
  background: linear-gradient(135deg, #3c51b4, #212d69);
  min-height: 95vh;
  align-content: center;
  color: #000000 !important;
}
.case-logoo .border.rounded img {
  width: 83px;
}
.counter-case-rowww .col-6:nth-child(4) {
  border: none;
}
.studies p {
  font-size: 20px;
  padding: 12px 0 0px;
}
div#studiesCarousel p {
  margin-bottom: 20px;
}
div#studiesCarousel {
  margin-bottom: 0;
}
div#studiesCarousel .carousel-indicators {
  bottom: -30px;
}
div#studiesCarousel .carousel-indicators [data-bs-target] {
  border-radius: 10px;
  width: 35px;
  height: 10px;
  background: #3c55b0;
  margin: 0 5px;
  flex: none;
  border: none;
}
div#studiesCarousel {
  margin-bottom: 50px;
}
section#industries {
  padding-bottom: 70px;
}
.methodology-carddd-roww::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 10%;
  right: 0;
  height: 3px;
  background: #0078d4;
  z-index: 0;
  width: 80%;
}
.methodology-carddd-roww {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.methodology-carddd-roww .col-md-6 {
  width: 20%;
}
.methodology-box {
  position: relative;
  z-index: 1;
}
section.hero-section .video-floating * {
  color: #fff !important;
}
section.hero-gradient.text-white.py-5.px-4 {
  padding: 90px 40px 70px !important;
}
body section.hero-section *,
.achieve-section h2 {
  color: #000 !important;
}
.hero-gradient button.btn.btn-outline-light {
  border: 2px solid #663999;
}
section.methodology-sec {
  /*    background: linear-gradient(180deg, #9fd9ff 0%, #b8c8ff 100%);*/
  padding: 90px 0 !important;
  background: linear-gradient(135deg, #3c51b4, #212d69);
}
.methodology-box .rounded-circle.bg-primary {
  width: 70px !important;
  height: 70px !important;
  font-size: 24px;
  line-height: 50px !important;
  background: linear-gradient(180deg, #9fd9ff 0%, #b8c8ff 100%);
  color: #000 !important;
}
.achieve-section .achieve-sub {
  padding: 0px 0 0;
  color: #000 !important;
}
/* section.methodology-sec * {
    color: #505050 !important;
} */
/*.achieve-section, .certifications-section, .contact-form  {
    background: linear-gradient(135deg, #3C51B4, #212d69) !important;
}*/
.achieve-section,
.certifications-section,
.contact-form,
section.methodology-sec,
.org-focused,
section.testimonials {
  background: linear-gradient(0deg, #f3ebf600, #e2beed) !important;
  color: #000000 !important;
}
.achieve-section h2 {
  color: #000000 !important;
}
#studiesCarousel .card .case-imggg {
  position: absolute;
  width: 92%;
  bottom: 70px;
  left: 15px;
}
#studiesCarousel .card .col-md-4 {
  position: relative;
}
#studiesCarousel .card .row.g-0 {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#studiesCarousel .card {
  padding: 30px;
}

/*sales */
.sales-section {
  padding: 90px 0;
  background: linear-gradient(0deg, #f3ebf600, #e2beed 70%) !important;
}
/* Top Heading */
.sales-section .section-title {
  font-size: 42px;
  font-weight: 700;
}
.sales-section .section-desc {
  font-size: 15px;
  color: #000000;
  max-width: 760px;
  margin: 12px auto 60px;
  font-size: 20px;
  font-weight: 400;
}
/* Image Card */
.image-box {
  background: radial-gradient(circle at center, #eef3ff 0%, transparent 70%);
  border-radius: 20px;
  text-align: center;
}

.image-box img {
  max-width: 100%;
  filter: hue-rotate(45deg);
}
/* Right Content */
.sales-section .content-title {
  font-size: 35px;
  font-weight: 700;
  color: #663999 !important;
}
.sales-section .content-text {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin: 16px 0 22px;
}
.sales-section .row.align-items-center {
  margin-top: 60px;
}
/* Pills */
.help-item {
  background: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  box-shadow: 0 8px 24px rgba(91, 60, 196, 0.06);
}
.help-icon {
  width: 26px;
  height: 26px;
  background: #663999;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 14px;
  flex-shrink: 0;
}
.help-text {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #000000;
  margin-bottom: 5px;
}

/* Section */
.why-section {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
/* Heading */
.why-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 16px;
}
.why-desc {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin: 16px 0 22px;
}
/* Floating Logo */
.brand-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f2f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brand-circle img {
  max-width: 70px;
}
.brand-check {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
  font-size: 14px;
}
/* Light bubbles */
.bubble {
  position: absolute;
  border-radius: 50%;
  background: #f3f6ff;
}
.bubble.one {
  width: 80px;
  height: 80px;
  top: 80px;
  right: 260px;
}
.bubble.two {
  width: 60px;
  height: 60px;
  top: 190px;
  right: 220px;
}
.bubble.three {
  width: 40px;
  height: 40px;
  top: 120px;
  right: 150px;
}
/* Features */
.why-section .feature-box {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.why-section .feature-icon {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background: #eef6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-section .feature-icon img {
  display: flex;
  width: 50px;
  height: 45px;
  padding: 5px 6px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgb(255 255 255);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.04);
}
.why-section .feature-title {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 5px;
  font-size: 22px;
}
.why-section .feature-text {
  font-size: 18px;
  color: #000000;
}
/* Blog related Section */
.related-section {
  padding: 90px 0;
  background: #f7f7f7;
  /* background: linear-gradient(135deg, #6a73e6 0%, #6b52b8 50%, #6a3ea1 100%); */
  color: #fff;
}

/* Heading */
.related-title {
  font-size: 32px;
  font-weight: 700;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}

.related-subtitle {
  color: #000000;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
}

/* Article Cards */
.article-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.article-header {
  height: 160px;
  position: relative;
}

/* .bg-purple { background: linear-gradient(135deg, #6b73e6, #6b52b8); }
.bg-pink   { background: linear-gradient(135deg, #ff86b6, #ff5f8f); }
.bg-blue   { background: linear-gradient(135deg, #4fc3f7, #21c6f3); } */

.article-header::after {
  content: "";
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Content */
.article-body {
  padding: 22px;
  color: #111827;
}

.badge-custom {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.badge-purple {
  background: #eef2ff;
  color: #663999;
}
.badge-blue {
  background: #e0f2fe;
  color: #663999;
}
.badge-green {
  background: #dcfce7;
  color: #663999;
}

.article-meta {
  font-size: 12px;
  color: #000000;
  margin-left: 6px;
}

.article-title {
  color: #000 !important;
  font-size: 17px;
  font-weight: 600;
  margin: 12px 0 8px;
}

.article-desc {
  font-size: 14px;
  color: #000000;
  line-height: 1.7;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.read-more {
  font-size: 13px;
  font-weight: 500;
  color: #4f46e5;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.read-time {
  font-size: 12px;
  color: #000000;
}
.articles {
  width: 100%;
  border-radius: 16px 0px 0px 0px;
  overflow: hidden;
  max-width: 653px;
  height: 160px;
  object-fit: cover;
}
img.content-wrapper.d-img {
  width: 70%;
  object-fit: contain;
}
section.hero-section .video-floating .fs-3.fw-bold.text-dark,
section.hero-section .video-floating .small.text-muted {
  color: #663999 !important;
}
section.meating-section {
  background: #fff;
}
.features-section-2 .feature-box:hover::before {
  background: #663999;
}
.top-bar {
  background: #663999;
}
.contact-us,
.organization .content .cta-btn {
  color: #663999;
  border: 1px solid #663999;
}
.organization .content .cta-btn {
  background: linear-gradient(to bottom, #ffffff 0%, #e6d1ff 100%);
}
h1,
h2,
section.methodology-sec h2 {
  color: #000000 !important;
}
ul#industryTabs button.nav-link.active {
  color: #663999;
  background: #ebd2f3;
  border-bottom: 2px solid #663999;
}
section#industries .tab-content > .tab-pane span.badge {
  background: #ebd2f3 !important;
  color: #663999 !important;
}
section#industries .tab-content > .tab-pane .border.rounded {
  background: #edd5f445;
}
.methodology-carddd-roww::before {
  background: #663999;
}
.methodology-box .rounded-circle.bg-primary,
.author-avatar.me-3 {
  background: linear-gradient(180deg, #9a5ddf 0%, #4a2787 100%);
  color: #fff !important;
}
.certifications-section p,
section.testimonials *,
.author-info * {
  color: #000000 !important;
}
.certifications-grid {
  padding-top: 20px;
}
.client-section {
  border-top: none;
  border-bottom: none;
  background: #fff;
}
.contact-form .cta-text *,
.form h3 {
  color: #000000;
}
.form input,
textarea {
  background: rgb(255 255 255 / 35%) !important;
  color: #121212 !important;
  border: 1px solid #e7e7e7 !important;
}
.form input::placeholder,
textarea::placeholder {
  color: #000 !important;
}
.contact-form .form button {
  background: #663999;
  color: #fff;
}
div#studiesCarousel .carousel-indicators [data-bs-target] {
  background: #663999;
}
section.faq-main.py-5 {
  background: #fff;
}
.testimonial-card.h-100.p-4 {
  background: #e4c2ee;
}
.accordion-item h2 button {
  font-size: 19px !important;
  padding: 27px;
}
.competencies p {
  color: #666666;
}
.feature-box:hover img {
  filter: brightness(5);
}
.achieve-read {
  border-color: #6e449f;
}
.features-section-2 .feature-box:hover::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(110, 102, 255, 0)),
    color-stop(50%, #663999),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(110, 102, 255, 0) 0%,
    rgb(40, 176, 255) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(110, 102, 255, 0) 0%,
    #663999 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.methodology-box h4 {
  margin-bottom: 10px;
  height: 50px;
  font-size: 18px;
}
.btn:hover {
  color: #663999;
  border-color: #663999;
}
.competencies-bg {
  /* background: -o-linear-gradient(top, #593b7a 0%, #593b7a 100%);
    background: linear-gradient(180deg, #593b7a 0%, #593b7a 100%); */
  background: linear-gradient(180deg, #fcf5ff 0%, #e2beed 100%);
}

.certifications-section h2 {
  height: 70px;
}
.form button:hover {
  background-color: #000;
}
.btn:hover {
  background-color: #663999;
  border-color: #663999;
}
#studiesCarousel .card .case-bggg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#studiesCarousel .card .case-bggg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: 0;
}
#studiesCarousel .card .case-bggg * {
  position: relative;
  z-index: 1;
}
p.text-muted {
  font-size: 18px !important;
  color: #000 !important;
  margin-top: 16px;
}
.competencies p {
  color: #000 !important;
}
section.certifications-section {
  background: linear-gradient(0deg, #f3ebf600, #e2beed 70%) !important;
}
.contact-form .form button:hover {
  background-color: #000;
  color: #fff !important;
}
section.methodology-sec {
  background: linear-gradient(0deg, #f3ebf600, #e2beed 70%) !important;
}
.carousel-item p {
  font-size: 16px !important;
}
body h1.heading-text {
  color: #000000 !important;
}
span.prl-clr {
  color: #663999 !important;
}
h2.section-title {
  color: #000000 !important;
}
form.form h3 {
  color: #000000;
}
.methodology-box p {
  font-size: 16px !important;
}
.feature-box p {
  min-height: 180px !important;
  font-size: 16px !important;
}
.busine_service_bottom
  .busine_service_bottom-left
  .busine_service_bottom-right
  .video-ytube
  .popup-btn
  .cente-icns {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .video-ytube.video-ytubes {
    position: relative;
    left: 242px !important;
    bottom: 216px !important;
    width: 340px;
    height: 200px;
} */
.carousel-item .ph-bx {
  height: 115px;
}
.carousel-item small.text-muted {
  font-size: 15px !important;
}
.side-heading {
  margin-bottom: 20px;
}
.busine_service_bottom-right {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}
.busine_service_bottom-right .card_new_img {
  flex: 15%;
  max-width: 15%;
}
.card_new_img img {
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.04);
}
.card_new_content h3 {
  font-size: 18px;
  color: #000;
}
.card_new_content p {
  font-size: 15px !important;
  margin-bottom: 5px;
}
.action-content a {
  color: #663999 !important;
  font-weight: 600;
}
section.busine_service_bottom {
  margin: 50px 20px;
}

.velosio-section {
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(0deg, #fbfbfb, #e2beed) !important;
}
.velosio-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.velosio-section .subtitle {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 15px;
}
.velosio-section .feature-card {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.velosio-section .feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}
.velosio-section .feature-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #000000 !important;
  margin-bottom: 10px;
}
.velosio-section .feature-card p {
  font-size: 14px !important;
  margin-bottom: 0;
}
.video-ytube.video-ytubes {
  display: none;
}
.text-muted {
  color: rgb(0 0 0) !important;
}
p {
  line-height: 1.6 !important;
  font-size: 16px !important;
}
.Switch-sec {
  background: linear-gradient(0deg, #fbfbfb, #e2beed) !important;
  padding: 50px 0;
}
.col-to-content a {
  width: 50%;
  margin-top: 23px;
}
.col-to-content h2 {
  margin-bottom: 20px;
}
.ll-pic img {
  margin-top: -130px;
}
section.mines-m-t.dynamics-finance {
  padding: 60px 10px;
}
.heading-colo-bg {
  text-align: center;
  margin-bottom: 30px;
}
.nw-bc-lef-h strong {
  font-weight: 600;
}
.nw-bc-lef-h p {
  padding-top: 10px;
}
section.modernize-cta a {
  margin-top: 24px;
}
section.modernize-cta {
  background: linear-gradient(0deg, #f3ebf617, #e2beed) !important;
  padding: 60px 10px 60px;
}
section.microsoft-dynamics-features-sec.space-comman-section {
  overflow-x: hidden !important;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
.form input:focus {
  border: 1px solid #663999 !important;
}
.form textarea:focus {
  border: 1px solid #663999 !important;
}
.feature-box:hover button {
  border: 1px solid;
}
a.btn.btn-primary.custom-btn:hover {
  background-color: #000 !important;
}
a.btn-secondary.d-inline-flex.align-items-center.justify-content-center:hover {
  background-color: #000 !important;
  border-color: #000;
}
.carousel-control-prev-icon {
  /* background-color: #6B3F9C !important; */
  position: relative;
  right: 2px;
}
.carousel-control-next-icon {
  /* background-color: #6B3F9C; */
  position: relative;
  left: 2px;
}
#studiesCarousel .carousel-control-prev,
#studiesCarousel .carousel-control-next {
  width: 42px;
  height: 42px;
  padding: 10px;
  background-color: #6b3f9c;
  opacity: 1;
  top: 50%;
  border-radius: 50px;
}
body.shadow-lg {
  box-shadow: rgb(100 100 111 / 0%) 0px 7px 29px 0px !important;
  /* box-shadow: var(--bs-box-shadow-lg) !important; */
}

.btn-bx {
  text-align: center !important;
}
.why-btn {
  width: 32%;
  margin-top: 36px;
}
.pricing-sales-card:hover {
  background: #663999 !important;
  color: #fff !important;
}
.pricing-sales-card:hover h4 {
  color: #fff !important;
}
.pricing-sales-card:hover p {
  color: #fff !important;
}
.pricing-sales-card:hover .price-container {
  color: #fff !important;
}
.pricing-sales-card:hover .subtitle {
  color: #fff !important;
}
.pricing-sales-card:hover a {
  border-color: #fff !important;
}
.pricing-sales-card a:hover {
  border: #000;
}
.pricing-sales-card .line-divider {
  border-bottom: 1px solid #ffffff00 !important;
}
img.content-wrapper.d-img {
  border-radius: 10px;
}
section.modernize-cta img {
  border-radius: 10px;
}
section.busine_service_bottom .card_new_img {
  width: 25% !important;
  flex: 30%;
}
.busine_service_bottom .card_new_img img {
  width: 55px;
}
p.testimonial-text {
  height: 195px;
}
.btn-primary img,
.send-request img,
.btn-secondary img,
.btn-primary-color img {
  width: 13px;
  height: 13px;
  object-fit: contain;
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.hero-gradient.text-white.py-5.px-4 {
    padding: 50px 15px 40px !important;
  }
  section.hero-section {
    min-height: 58vh;
  }
  .hero-gradient a.btn.btn-primary.custom-btn {
    font-size: 18px;
    padding: 24px 25px;
  }
  .container,
  .container-md,
  .container-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .features-section-2 .feature-box {
    margin-top: 25px;
  }
  .methodology-box h4 {
    height: 45px;
    font-size: 16px !important;
  }
  section.methodology-sec {
    padding: 50px 0 !important;
  }
  .organization .business-image img {
    width: 285px;
    height: 275px;
    object-fit: cover;
    margin: 0px 40px 0px 0px !important;
  }
  .competencies {
    padding: 40px 20px;
  }
  .certifications-grid {
    margin-top: 20px;
  }
  section.testimonials .col-md-4 {
    padding: 0px 5px;
  }
  .testimonial-card.h-100.p-4 {
    padding: 20px 10px !important;
  }
  .author-avatar.me-3 {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .grid-contact {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .contact-form form.form {
    padding: 20px 20px !important;
  }
  .achieve-section .row.features-section-2 {
    justify-content: center;
  }
  section#industries {
    padding: 50px 10px !important;
  }
  .pricing-sales-card {
    margin: 0px 5px;
  }
  .centralizing {
    margin: 40px 0px 0px 40px !important;
  }
  .microsoft-dynamics-365 {
    width: 90%;
  }
  .user-content {
    margin-top: 40px !important;
  }
  section.capabilities.space-comman-section .right-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .ll-pic img {
    margin-top: 0px !important;
  }
  .col-to-content a {
    width: 80% !important;
    margin-top: 23px;
  }
  header#navbar {
    top: 0px !important;
  }
  .carousel-item .ph-bx {
    height: 160px;
  }
  .why-btn {
    width: 34%;
    margin-top: 36px;
  }
  p.testimonial-text {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .content-div {
    text-align: center;
  }
  .image-space {
    margin-top: 40px !important;
  }
  .content-div p {
    text-align: center;
  }
  .microsoft-dynamics.pending-microsoft .row {
    text-align: center;
  }
  .microsoft-dynamics-button {
    display: block !important;
  }
  section.microsoft-dynamics .col-md-5 img {
    margin: auto auto 30px !important;
    height: 100%;
    width: 50% !important;
  }
  p.testimonial-text {
    height: auto;
  }
  .sales-banner .col-12.col-xl-6 {
    text-align: center;
  }
  .sales-banner p {
    text-align: center;
  }
  .velosio-section .feature-card img {
    height: auto !important;
  }
  .related-section .col-lg-4.col-md-4.col-12 {
    margin-bottom: 25px;
  }
  .pricing-sales-card:hover h4 {
    color: #000000 !important;
  }
  .pricing-sales-card:hover p {
    color: #000000 !important;
  }
  .pricing-sales-card:hover .price-container {
    color: #000000 !important;
  }
  .pricing-sales-card:hover .subtitle {
    color: #000000 !important;
  }
  .pricing-sales-card:hover a {
    border-color: #663999 !important;
  }
  .pricing-sales-card:hover {
    background: #ffffff !important;
    color: #fff !important;
  }
}

@media (max-width: 700px) {
  section.hero-gradient.text-white.py-5.px-4 {
    padding: 40px 10px 40px !important;
  }
  .hero-gradient a.btn.btn-primary.custom-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
  .achieve-section .achieve-sub {
    font-size: 16px !important;
    margin-top: 20px;
  }
  .video-floating {
    font-size: 10px;
    margin: 0px 10px -70px;
    padding: 10px !important;
    max-width: 200px !important;
  }
  .meating-section {
    padding: 0px 0px 50px;
  }
  .features-section-2 {
    margin: 30px 0px 0px;
  }
  section#industries .tab-content > .tab-pane img {
    height: 290px !important;
  }
  ul#industryTabs button.nav-link {
    padding: 16px 13px;
  }
  section#industries .tab-content > .tab-pane .border.rounded {
    font-size: 13px !important;
    padding: 13px 4px !important;
  }
  section#industries {
    padding-bottom: 40px;
  }
  section.methodology-sec {
    padding: 50px 0px !important;
  }
  .methodology-carddd-roww .col-md-6 {
    width: 100%;
  }
  .methodology-carddd-roww {
    display: block;
  }
  .methodology-carddd-roww::before {
    background: #66399900;
  }
  .methodology-box h4 {
    color: #000;
    height: auto;
  }
  h1,
  h2,
  section.methodology-sec h2 {
    color: #000000 !important;
    margin-bottom: 20px;
  }
  .organization {
    padding: 0px 0px 40px;
  }
  .organization .business-image img {
    width: auto;
    height: auto;
  }
  .org-focused .row {
    padding: 50px 10px 0px !important;
  }
  .swiper-slide.certification-badge img {
    padding: 10px 10px !important;
    height: 150px !important;
    border-radius: 10px !important;
  }
  .client-section {
    padding: 10px 10px 20px !important;
  }
  .counter-case-rowww .col-6 {
    width: 25% !important;
    padding: 20px 10px !important;
  }
  .counter-case-rowww .fs-3.fw-bold {
    font-size: 24px !important;
  }
  .counter-case-rowww .text-muted {
    font-size: 10px !important;
  }
  .organization.space {
    padding: 0px 10px 50px !important;
  }
  div#studiesCarousel {
    margin-bottom: 20px;
  }
  .container.studies {
    padding: 0px !important;
  }
  section.testimonials {
    padding: 50px 5px !important;
  }
  .faq-main {
    padding: 50px 10px 50px !important;
  }
  .form input,
  textarea {
    background: rgb(255 255 255 / 38%) !important;
  }
  .about-section {
    height: 194px;
    bottom: 0px !important;
  }
  .about-video video#myVideoPlayer {
    height: 194px !important;
  }
  .features-section-2 .feature-box p {
    font-size: 15px !important;
    color: #000 !important;
    opacity: 1 !important;
  }
  .features-section-2 .feature-box h3 {
    color: #000 !important;
    font-size: 18px !important;
    opacity: 1 !important;
  }
  small.text-muted {
    color: #000 !important;
  }
  section#industries {
    padding: 50px 0px !important;
  }
  .help-text {
    font-size: 13px;
  }
  .help-item {
    padding: 14px 8px;
  }
  .sales-banner p {
    text-align: center;
  }
  .sales-section .section-title {
    font-size: 28px;
  }
  .sales-section .content-title {
    font-size: 25px;
  }
  .why-section {
    padding: 50px 0px 30px;
  }
  .whats-new {
    margin: 0px 20px 50px !important;
  }
  .microsoft-dynamics-365 {
    margin: 0px auto 30px;
    height: auto;
    width: 60% !important;
    text-align: center !important;
  }
  .sales-image img.img {
    max-width: 100% !important;
    margin: 10px 0px 0px !important;
  }
  .microsoft-dynamics-features-sec .feature-card {
    height: 130px !important;
    margin-bottom: 10px !important;
  }
  section.busine_service_bottom {
    margin: 50px 0px;
  }
  .video-ytube.video-ytubes {
    display: none;
  }
  .busine_service_bottom-right img {
    width: 100%;
    height: 400px;
  }
  .card_new_img img {
    height: auto;
    padding: 5px !important;
    border-radius: 5px !important;
  }
  .busine_service_bottom-right {
    gap: 10px;
  }
  .busine_service_bottom-right .card_new_img {
    flex: 30%;
    max-width: 30%;
  }
  .article-card {
    margin-bottom: 30px !important;
    height: auto !important;
  }
  section.copilot-hero img.img-fluid.hero-img {
    width: 100% !important;
  }
  .related-section {
    padding: 50px 0;
  }
  img.img.image-space {
    margin-top: 40px !important;
  }
  .wrapper-video {
    background-color: #c1c1c100 !important;
  }
  .position-relative.z-1.bg-white.bg-opacity-10.backdrop-blur.p-4.rounded-4.border.border-white.border-opacity-25.shadow-lg {
    padding: 20px 10px !important;
  }
  #studiesCarousel .card .case-bggg {
    height: 300px !important;
  }
  .card-packaged-service {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  p.text-muted {
    font-size: 16px !important;
    color: #000 !important;
  }
  .carousel-item p {
    font-size: 15px !important;
  }
  section.faq-main .accordion-item button.accordion-button {
    padding: 16px 15px;
    font-size: 15px !important;
    color: #000 !important;
  }
  .contact-form form.form {
    padding: 20px !important;
  }
  .carousel-item .ph-bx {
    height: 220px;
  }

  ul#industryTabs {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap !important;
    gap: 16px;
    white-space: nowrap;
    flex: 1;
    scrollbar-width: none;
    justify-content: unset !important;
  }
  button.nav-link.active {
    background: #4f6bed1a !important;
    border: 1px solid #663999 !important;
    color: #663999 !important;
    height: 38px !important;
    padding: 0px 20px !important;
    border-radius: 50px !important;
  }
  button.nav-link {
    background: #ffffff1a !important;
    border: 1px solid #d7d7d7 !important;
    color: #000000 !important;
    height: 38px !important;
    padding: 0px 13px !important;
    border-radius: 50px !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
  }
  .user-card {
    margin-top: 35px !important;
  }
  .sales-section {
    padding: 50px 0px !important;
  }
  .mb-ord {
    flex-direction: column-reverse;
  }
  .related-title {
    font-size: 28px !important;
  }
  .why-title {
    font-size: 28px !important;
  }
  .why-section .feature-text {
    font-size: 16px;
  }
  .ll-pic img {
    margin-top: -78px;
  }
  .col-to-content a {
    width: 80%;
  }
  .col-to-content h2 {
    margin: 25px 0px 15px !important;
  }
  section.modernize-cta img {
    height: auto;
  }
  section.modernize-cta .container {
    padding: 0px !important;
  }
  section.modernize-cta {
    padding: 30px 10px 30px !important;
  }
  header#navbar {
    top: 0px !important;
  }
  .btn-bx {
    text-align: center;
  }

  .why-btn {
    width: 60% !important;
    margin-top: 30px;
  }
}

/* Added by Bhavya  */

.accordion-button:not(.collapsed) {
  color: #663999 !important;
}
