img {
  height: auto;
}
.w-100 {
  width: 100% !important;
}
.about-banner-section {
  background: #e9f7ed;
}
.about-banner-section .banner-left-content .banner-content {
  display: block !important;
}
.title-bg-green {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff !important;
  margin: 0 0 5px !important;
  background: #21a55e;
  border-radius: 50px;
  padding: 6px 15px;
  display: inline-block;
}

.about-banner-section .banner-left-content .banner-content h1 {
  font-size: 42px;
  font-weight: 600 !important;
  line-height: 50px !important;
  margin: 8px 0 18px !important;
}

.about-banner-section .banner-right-content .image-box img {
  border-radius: 24px;
}

.intro-about-section {
  padding: 75px 0 !important;
  background: linear-gradient(180deg, #e9f7ed 0%, #ffffff 100%);
}
.intro-about-section .intro-about-container {
  flex-direction: row !important;
  gap: 60px !important;
}

.intro-about-section .intro-about-container .vision-col-wrap {
  width: 50%;
  text-align: center;
}
.intro-about-section .intro-about-container h2 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 10px;
}

.intro-about-section .intro-about-container p {
  width: auto !important;
  margin-bottom: 20px !important;
}

.intro-about-quote {
  background: #e9f7ed;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  margin: 25px auto 0;
  position: relative;
}
.intro-about-container .intro-about-quote p {
  margin-bottom: 5px !important;
  font-size: 18px !important;
  font-style: italic !important;
  line-height: 27px !important;
  font-weight: 500 !important;
}
.intro-about-quote::before {
  content: "";
  display: inline-block;
  background-image: url("https://gruve.ai/wp-content/uploads/2025/04/Quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  left: -15px;
  top: -20px;
}
.vission-success-section {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.vission-success-section .success-vision-container .top-content-box {
  display: block !important;
}
.vission-success-section .right-box {
  margin-top: 30px;
}
.categories-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.categories-boxes {
  width: calc(33.33% - 50px);
  border: 1px solid #7de4ad;
  padding: 35px;
  text-align: center;
  border-radius: 16px;
  min-height: 320px;
  background: #fff;
  position: relative;
  min-width: calc(30% - 6px);
}

.categories-content h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  background: linear-gradient(113.98deg, #bddda8 -13.62%, #21a55e 74.05%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.categories-content p {
  font-size: 18px;
  line-height: 27px;
  color: #001a41;
}

.categories-boxes::before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/bg-layer.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}

.core-values-section {
  background: linear-gradient(180deg, #ffffff 0%, #e9f7ed 100%) !important;
  padding: 75px 0 65px;
  overflow: hidden;
}

.core-values-section .core-catelogs .catelogs-boxes .icons {
  width: 90px !important;
  min-width: 90px !important;
}
.core-values-section .core-catelogs .catelogs-boxes .icons img {
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
}
.catelogs-text h4 {
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 30px !important;
  white-space: unset !important;
}
.team-member-section {
  background: #e9f7ed;
}
.our-investor-section {
  background: linear-gradient(180deg, #ebf8ee 0%, #ffffff 100%);
}
.guided-by-expert-section.team-member-section {
  padding-top: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #ebf8ef 37.71%);
}
.core-values-section .core-catelogs .catelogs-boxes {
  gap: 10px;
}
.team-member-section
  .team-members-profile-container
  .team-member-row
  .team-member-profile-boxes
  .profile {
  width: 225px;
}
.team-member-section
  .team-members-profile-container
  .team-member-row
  .team-member-profile-boxes
  .profile
  img {
  height: auto !important;
  object-fit: contain !important;
  position: relative;
  z-index: 9;
}
.team-member-section
  .team-members-profile-container
  .team-member-row
  .team-member-profile-boxes
  .profile
  .profile-det {
  background: transparent !important;
}
.team-member-section
  .team-members-profile-container
  .team-member-row
  .team-member-profile-boxes
  .profile
  .profile-det
  .profile-text
  h5 {
  margin-bottom: 2px !important;
}
.meet-icon {
  position: relative;
}
.meet-icon::before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Rectangle-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -32px;
  bottom: -45px;
  width: 285px;
  height: 100%;
  z-index: 1;
}
.core-values-section .core-catelogs,
.team-member-section .page-container {
  position: relative;
  z-index: 9;
}
.core-values-section:after {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Vector.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 399px;
  z-index: 1;
}

.team-member-section:after {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Vector.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: -16px;
  width: 100%;
  height: 410px;
  z-index: 1;
  transform: rotate(180deg);
}
.team-member-section .heading-title-container .left-side p {
  margin-top: 7px !important;
}

.main-title,
.main-title-2 {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 48px;
  color: #001433 !important;
}
.top-heading-title-investor {
  display: block !important;
  margin-bottom: 20px !important;
}
.top-heading-title-investor h2 {
  text-align: left !important;
}
.top-heading-title-investor p {
  text-align: left !important;
  margin: 0 !important;
}

.our-investor-section .investor-marquee-grid {
  width: 100% !important;
}
.our-investor-section .investor-marquee-grid {
  flex-wrap: wrap;
}
.our-investor-section .investor-marquee-box {
  width: calc(50% - 20px) !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
}
.our-investor-section .investor-image {
  height: auto !important;
  border-radius: 16px !important;
  min-height: 437px;
}
.investor-subtitle {
  font-size: 14px;
  font-weight: 500;
  background: #cadfd3;
  display: inline-block;
  color: #1f1f1f;
  border-radius: 50px;
  padding: 5px 16px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.our-investor-section .investor-marquee-box:nth-child(2) .investor-subtitle,
.our-investor-section
  .investor-marquee-box:nth-child(2)
  .investor-content-wrap {
  background: #bfd3ee;
}
.our-investor-section .investor-marquee-box:nth-child(3) .investor-subtitle,
.our-investor-section .investor-marquee-box:nth-child(3) .investor-content-wrap,
.our-investor-section .investor-marquee-box:nth-child(4) .investor-subtitle,
.our-investor-section
  .investor-marquee-box:nth-child(4)
  .investor-content-wrap {
  background: #c3c8c8;
}
.our-investor-section .investor-top-wrap {
  margin-bottom: 0 !important;
  display: block !important
            ;
}
.our-investor-section .investor-content-wrap {
  background: #cadfd3;
  border-radius: 16px;
  position: absolute;
  bottom: 22px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 12px;
}

.our-investor-section .team-leader-name {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px;
  text-align: left !important;
}
.team-member-info p {
  font-size: 17px;
  color: #001a41;
}

.ai-section {
  background: #020906;
  padding: 75px 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
.ai-section-wrap {
  border: 1px solid #fff;
  padding: 35px 65px;
  border-radius: 24px;
  position: relative;
  z-index: 9;
  background: linear-gradient(
    to right,
    rgba(153, 153, 153, 0.25),
    rgba(255, 255, 255, 0.3),
    rgba(153, 153, 153, 0.25)
  );
}

.ai-section-wrap p {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.ai-section:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Ellipse-2753.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.why-us-section .why-us-container {
  box-shadow: rgb(168 168 168 / 8%) 0px 5px 10px;
  padding: 40px;
  border-radius: 16px;
  gap: 50px;
  position: relative;
  background: #fff;
  align-items: center;
  overflow: hidden;
}
.why-us-section {
  background: linear-gradient(180deg, #ebf8ee 0%, #ffffff 100%);
  padding-bottom: 64px;
}
.global-footprint-section {
  background: radial-gradient(
      circle at left,
      rgb(235 248 238 / 40%) 0%,
      transparent 50%
    ),
    radial-gradient(circle at right, rgb(235 248 238 / 35%) 0%, transparent 50%),
    linear-gradient(
      to right,
      #ebf8ee7d 0%,
      #ffffff 30%,
      #ffffff 70%,
      #ebf8ee8c 100%
    );
}
.why-us-left,
.why-us-right- {
  width: 50% !important;
  padding: 0 !important;
  grid-row-gap: 10px !important;
}
.item-box {
  margin-bottom: 25px;
  position: relative;
}
.item-box p {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 45px;
}
.item-box:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/fi_1783279.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.why-us-section .why-us-container:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Ellipse-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 20%;
  height: 100%;
}

.global-footprint-section .footprint-container {
  box-shadow: rgb(168 168 168 / 7%) 0px -2px 10px;
  background: #fff;
  gap: 30px;
}

.gradient-text {
  background: linear-gradient(113.98deg, #bddda8 -13.62%, #21a55e 74.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.why-us-section:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Frame-1686559066.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 135px;
  position: absolute;
  top: -65px;
  left: 0;
  height: 100%;
}
.team-member-section .team-members-profile-container .team-member-row {
  justify-content: space-evenly;
}
.core-values-section::before {
  background-image: url(https://gruve.ai/wp-content/uploads/2025/04/Frame-1686559066-1.png);
  top: -2px;
  right: -30px;
}
.global-footprint-section .footprint-container .left-side-box {
  width: 38%;
}
.global-footprint-section .footprint-container .right-side-box {
  width: 65%;
}
.global-footprint-section .footprint-container .left-side-box h2 {
  white-space: unset;
}
.map-image-mobile {
  display: none !important;
}

.page-id-1764 .two-columns-and-form {
  background: #ffffff;
  margin-top: 0;
}
.two-columns-form-section {
  box-shadow: 0px 0px 30px 0px #8585851a;
  border-radius: 10px;
}
.two-columns-form-section .column-two-box input[type="submit"] {
  width: 100%;
}
section.social-media-section {
  padding: 27px 0px;
}
.social-links ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.social-links ul li a {
  display: flex;
}
.news-section {
  padding: 30px 0 65px;
}
.news-wrap {
  display: flex;
  align-items: center;
  gap: 35px 50px;
  flex-wrap: wrap;
}

.news-items-wrap {
  width: calc(50% - 25px);
}
.news-image {
  box-shadow: 0px 4px 10px 0px #93939340;
  display: flex;
  border-radius: 10px;
  margin-bottom: 20px;
}
.news-image img {
  border-radius: 10px;
  height: auto;
  min-height: 282px;
  object-fit: cover;
}
.news-content {
  min-height: 142px;
}
.news-content .heading-date a {
  color: #000;
  text-decoration: none;
}
.news-content .heading-date span.date {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
}

.news-title {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}
.news-title:after {
  content: "";
  display: block;
  width: calc(100% - 190px);
  height: 3px;
  background: #21a55e;
  position: absolute;
  bottom: 5px;
  left: 190px;
}
.news-row-section {
  margin-bottom: 60px;
}
.n-list-wrap {
  margin-top: 30px;
}
.n-list {
  display: flex;
  margin-bottom: 20px;
}
.n-date span {
  font-size: 18px;
  line-height: 28px;
}
.n-date {
  min-width: 150px;
  width: 150px;
}
.n-desc a {
  color: #000;
  text-decoration: none !important;
}
.n-desc h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 7px;
}
.n-desc p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.read-more-btn .news-read-more {
  margin: 20px 0 0px;
  background: #21a55b;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
header ul.mega-menu li .dropdown-menu .menu-items li span.arrow {
  display: flex;
}
header ul.mega-menu li .dropdown-menu .menu-items li a {
  justify-content: space-between;
  align-items: center;
}
header ul.mega-menu li.mega-resource-menu > ul.mega-sub-menu .dropdown-menu {
  padding-bottom: 6px;
}
header ul.mega-menu li.mega-resource-menu > ul.mega-sub-menu {
  width: 300px !important;
}

/* Leadership Page CSS */
.leadership-hero-section {
  background: linear-gradient(180deg, #e9f7ed 0%, #ffffff 116.06%);
  padding: 50px 0;
}
.leadership-hero-section > .page-container {
  padding: 162px 0 0px;
  background-size: cover !important;
}
.l-content {
  text-align: center;
  padding: 0 0 150px;
}
.l-content h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.l-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.custom-gallery-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-group {
  display: flex;
  gap: 20px;
  width: 30%;
  justify-content: center;
}
.gallery-group.group-1 {
  width: 31.5%;
}
.gallery-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.gallery-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blank-box {
  background: #a2dfb6;
  border-radius: 10px;
  width: 100%;
  height: 114px;
}
.blank-box.b-box-1 {
  height: 132px;
}
.blank-box.b-box-4 {
  height: 90px;
}
.blank-box.b-box-5 {
  height: 41px;
}
.box-img-2,
.box-img-5 {
  order: 2;
}

.our-executive-team-section {
  padding: 60px 0;
}
.ex-left-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ex-box p {
  color: #000;
}
.green-btn-link {
  display: inline-block;
  background: #21a55e;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 15px;
  border-radius: 4px;
  border: none;
}
.our-executive-teams-mobile {
  display: none !important;
}
.team-profile-wrap {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 80px;
}
.team-details {
  text-align: center;
  width: 100%;
  max-width: calc(25% - 60px);
}
.team-desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.team-desc-inner {
  background: #e9f7edf2;
  padding: 20px 10px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.team-profile:hover .team-desc {
  opacity: 1;
  visibility: visible;
}
.team-desc .team-desc-inner p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}
.team-content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 7px 0 0;
}
.team-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.linked-profile-link {
  color: #000000;
}
.team-profile {
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.team-profile img {
  width: 100%;
  border-radius: 10px;
}
.cta-bg-section {
  padding: 25px 0 40px;
}
.cta-bg-img {
  position: relative;
}
.cbg-content-wrap h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  color: #fff;
}
.cbg-content-wrap {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 55%;
}
.cbg-content-wrap .green-btn-link {
  padding: 10px 25px;
  margin-top: 20px;
}
li#mega-menu-item-277 > .mega-sub-menu {
  height: auto !important;
}

/* CX Automotive Page CSS */
.cx-automotive-hero {
  background-position: center !important;
  background-size: cover !important;
  padding: 110px 0 60px;
  background-repeat: no-repeat !important;
}
.cx-automotive-content {
  text-align: center;
}
.cx-automotive-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px;
}
.cx-title {
  font-size: 48px;
  color: #21a55b;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}
.cx-subtitle {
  color: #0a331d;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin: 0;
}
.cx-description {
  font-size: 24px;
  color: #0a331d;
  line-height: 36px;
}
.cx-addition-wrap {
  display: flex;
  gap: 45px;
}
.cx-efficiency {
  width: calc(60% - 15px);
}
.cx-form {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
}
.cx-addition-info {
  padding: 65px 64px 0;
}
.cx-efficiency-inner {
  display: flex;
  gap: 80px;
}
.cx-tile {
  background: #fff;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: 225px;
}
.cx-tile-inner h4 {
  font-size: 64px;
  line-height: 120%;
  color: #f5a614;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}
.cx-efficiency-inner .cx-tile:last-child h4 {
  color: #6e5ad6;
}
.cx-tile-inner p {
  font-size: 26px;
  line-height: 120%;
  color: #0a331d;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.cx-efficiency .cx-efficiency-inner:last-child {
  padding-top: 75px;
  align-items: center;
  gap: 100px;
}
.sf-title {
  max-width: 235px;
}
.sf-title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.sf-icon img {
  max-width: 200px;
}
.cx-deliver-experience-section {
  background: #e9f7ed99;
  padding: 50px 0;
}
.cx-deliver-experience,
.ai-power-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cx-exp-left {
  width: calc(60% - 15px);
}
.cx-exp-right {
  width: calc(40% - 15px);
  text-align: right;
}
.deliver-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
.cx-exp-left .item-box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.cx-exp-left .item-box:before {
  background-image: url(https://gruve.ai/gruve-ai-staging/wp-content/uploads/2025/05/check-circle-broken.png);
  top: 50%;
  transform: translateY(-50%);
  height: 29px;
}

.title-desc-section {
  padding: 75px 0px;
}
.ai-power-wrap {
  border: 1px solid #6cc288;
  gap: 10px;
  border-radius: 10px;
}
.ai-power-wrap .cx-exp-left {
  width: calc(50% - 5px);
  display: flex;
}
.ai-power-wrap .cx-exp-right {
  width: calc(60% - 5px);
  text-align: unset;
  position: relative;
  left: -125px;
}
.ai-power-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ai-power-title-m {
  display: none !important;
}
.ai-power-desc p {
  color: #000;
  line-height: 28px;
  margin-bottom: 20px !important;
}
.request-demo-btn {
  background: #21a55e;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  transition: 0.3s;
  cursor: pointer;
}
.request-demo-btn:hover {
  box-shadow: 0 4px 12px 0px #0000004d;
}

.why-we-stand-out-section {
  padding-top: 60px;
}
.case-heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #0a331d;
  margin-bottom: 24px;
}
.use-case-details {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.use-case-content {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 20px;
  padding: 48px;
  gap: 24px;
  justify-content: space-between;
}
.use-case-left {
  width: calc(60% - 12px);
}
.use-case-right {
  width: calc(35% - 12px);
  text-align: center;
}
.case-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(90deg, #21a55b 0%, #24d4f0 81.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}
.case-desc p {
  font-size: 21px;
  line-height: 140%;
  color: #000000;
}

.wwso-content {
  border-bottom: 0.5px solid #bfbfbf;
  padding: 20px 0;
}
.wwso-content:first-child {
  padding-top: 0;
}
.wwso-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1f1f1f;
}
.wwso-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #1f1f1f;
}
.wwso-content-wrap {
  margin-bottom: 40px;
}

.our-experts-section {
  padding: 50px 0;
}
.expert-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #0a331d;
  margin-bottom: 30px;
}
.our-expert-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
}
.our-expert-detail {
  width: calc(50% - 20px);
  box-shadow: 0px 0px 20px 0px #00000040;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}
.profile-image img {
  max-width: 212px;
  border-radius: 50%;
}
.profile-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.profile-details h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.pr-designation {
  color: #fff;
  text-transform: uppercase;
  background-color: #21a55b;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
}
.pr-description {
  color: #000;
}
.our-experts-section .req-btn {
  text-align: center;
}
.pr-link {
  margin-top: 15px;
}
.pr-link a {
  text-decoration: none;
  background: #9f9f9f;
  padding: 6.13px 7px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
}
.pr-link a:hover {
  background: #0a331d;
}

/* Request a demo form CSS */
.request-demo-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-demo-form .form-field label {
  display: inline-block;
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 20px;
}
.request-demo-form .form-input,
.request-demo-form .form-textarea {
  background-color: #edeef1;
  border-radius: 2px;
  font-size: 13px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 12px;
  border: none;
  transition: 0.3s;
  outline: 0;
}
.request-demo-form .form-input::placeholder,
.request-demo-form .form-textarea::placeholder {
  color: #999999;
}
.request-demo-form .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
}
.request-demo-form .form-textarea {
  resize: vertical;
  min-height: 40px;
  max-height: 80px;
}
.request-demo-form .form-input:focus,
.request-demo-form .form-textarea:focus {
  background: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.form-row {
  display: flex;
  gap: 25px;
}
.form-row .form-field {
  width: calc(50% - 12px);
}

.form-submit .request-demo-btn {
  font-size: 14px;
  padding: 12px 0px;
  width: 50%;
}
/* End CX Automotive Page CSS */

/* SOC Services Page CSS */
.soc-wrap {
  display: flex;
  gap: 60px;
}
.soc-wrap .cx-automotive-content {
  text-align: unset;
}
.soc-title {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  margin-top: 30px;
}
.soc-description {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.soc-description a {
  color: #fff;
  font-weight: 600;
}
.soc-form {
  padding: 25px;
}
.soc-assets {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  gap: 10px;
  flex-wrap: wrap;
}
.soc-inner {
  width: calc(25% - 7.5px);
  padding: 0 5px;
}
.soc-inner .soc-text {
  font-size: 40px;
}
.soc-inner p {
  color: #fff;
  padding-top: 10px;
}

.ai-powered-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
}
.ai-soc-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ai-soc-col h3 {
  margin-bottom: 4px;
  font-size: 32px;
}
.ai-soc-col p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.ai-soc-col .request-demo-btn {
  width: 100%;
  text-align: center;
}
.our-certification-section {
  padding: 60px 0;
}
.certifications-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.certification-inner {
  width: calc(33% - 20px);
}
.certification-inner img {
  max-width: 150px;
}
.why-we-stand-out-grid-layout {
  padding: 50px 0;
  background: #e9f7ed;
}
.wwso-heading {
  text-align: center;
}
.wwso-layout-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 50px 0;
}
.wsso-grid {
  width: calc(33.33% - 16px);
  background: #fff;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 5px;
  padding: 25px;
  min-height: 308px;
}
.wsso-grid img {
  max-width: 32px;
}
.wsso-grid h4 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 5px;
}
.wsso-grid p {
  font-size: 18px;
  margin-bottom: 0;
}
.why-we-stand-out-grid-layout .req-btn {
  text-align: center;
}
.why-we-stand-out-grid-layout .req-btn .request-demo-btn {
  width: 100%;
  max-width: 350px;
}

.cybersecurity-lifecycle-management-services {
  padding-top: 60px;
}
.clms-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.clms-content {
  text-align: center;
  margin-bottom: 40px;
}
.clms-content h2 {
  margin-bottom: 20px;
}
.clms-content p {
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.clms-tabs {
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
}
.clms-tabs::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
}

.clms-tab-item {
  color: #c7c7c7;
  text-align: center;
  text-transform: uppercase;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px #00000026;
  border-radius: 100%;
  cursor: pointer;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 9;
}

.clms-tab-item.active {
  color: #000;
  background: #fff;
}
.clms-tab-item img {
  max-width: 35px;
  margin-top: -5px;
}
.clms-tab-item h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.clms-tab-contents {
  padding-top: 50px;
}
.clms-content-wrap {
  display: none;
  gap: 50px;
  align-items: center;
}

.clms-content-wrap.active {
  display: flex;
}

.clms-content-inner:first-child {
  border-left: 3px solid #000;
  padding: 15px 0 15px 20px;
  width: calc(60% - 25px);
}
.clms-content-inner {
  width: calc(40% - 25px);
}
.clms-content-inner p {
  font-size: 21px;
  line-height: 32px;
  color: #000;
}

/* AI Workforce Page */
.banner-btn {
  border: 1px solid #ffffff;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
}
#ai-workforce-hero-section .container.banner-content-width {
  margin: 0 auto;
}
#ai-workforce-hero-section .banner-container h1 {
  margin-bottom: 1rem;
  font-weight: 700;
}
#ai-agent-section .study-wrap {
  border: none;
  border-radius: 0;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9;
}
#ai-agent-section .study-wrap .col-6 {
  width: calc(50% - 10px);
  order: 2;
}
#ai-agent-section .study-wrap .w-40.p16 {
  width: calc(50% - 10px);
  padding: 0;
}
#ai-agent-section .study-wrap .col-6 img {
  width: 100%;
  height: auto;
}
#ai-agent-section {
  position: relative;
}
#ai-agent-section:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/05/grid-line-layout.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ai-agent-section .study-wrap h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000;
}
#ai-agent-section .p16 p {
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
#ai-workforce-by-gruve {
  background: #fff;
}
#ai-workforce-by-gruve .intro-about-container {
  flex-direction: column !important;
  gap: 30px !important;
}
#ai-workforce-by-gruve .vision-col-wrap {
  width: 100%;
}
#ai-workforce-by-gruve .video-box.vision-col-wrap {
  width: 65% !important;
}
#ai-workforce-by-gruve .video-box iframe {
  height: 450px;
}
#ai-workforce-by-gruve .intro-about-container h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000;
}
.gruve-agentic-approach-section {
  margin: 0 40px;
  border-radius: 24px;
  padding: 40px 0 60px;
}
.aa-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #fff;
}
.aa-content p {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #00ffff;
}
.agentic-approach-details {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.gruve-aa-inner {
  width: calc(33.33% - 16px);
}
.aa-index {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.aa-index span {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aa-index span:before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/05/number-effect.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  z-index: 1;
}
.gruve-aa-inner h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.gruve-aa-inner p {
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.gruve-solution-section {
  padding: 60px 0;
}
.gruve-solution-wrap .aa-content h2 {
  color: #000;
}
.gruve-solution-details {
  padding-top: 16px;
}
.gs-content {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  background: linear-gradient(270deg, #e9f7ed 0%, #ffffff 100%);
  margin-bottom: 40px;
  gap: 40px;
}
.gs-content:nth-child(2n) {
  background: linear-gradient(270deg, #ffffff 0%, #e9f7ed 100%);
}
.gs-content-inner {
  width: calc(50% - 20px);
}
.gs-content-inner.gs-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-content-wrap {
  padding-top: 20px;
}
.gs-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.gs-title .aa-index {
  margin-bottom: 0;
}
.gs-title .aa-index span {
  color: #000;
}
.gs-title h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
  color: #1f1f1f;
}
.gs-content-wrap p {
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #1f1f1f;
}

.green-btn-link {
  display: inline-block;
  background: #21a55e;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 15px;
  border-radius: 4px;
  border: none;
}

/* Header CSS */
.page-id-2102 header.header-background,
.page-id-2752 header.header-background,
.page-id-2119 header.header-background,
.page-id-3556 header.header-background{
  display: none !important;
}

/*** Footer css **/
.page-id-3556 footer.footer-container{
  display: none !important;
}

.specific-header-logo {
  background-color: transparent;
  position: absolute;
  height: 80px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.logo.logo-2752,
.logo.logo-2102 {
  margin-left: 50px;
}
.logo.logo-2119 {
  margin-left: 25px;
}
.specific-header-logo .logo {
  width: 150px;
  display: flex;
}
.specific-header-logo .logo img {
  width: 100%;
  filter: none;
}

/* AI Infrastructure Page CSS */
#strength-numbers-section.case-study-glance-section {
  padding: 75px 0;
}
#strength-numbers-section .case-study-glance-container {
  flex-direction: column;
  display: flex;
  text-align: center;
  gap: 50px;
}
#strength-numbers-section
  .case-study-glance-container
  .case-study-glance-shape {
  display: none;
}
#strength-numbers-section .case-study-glance-left,
#strength-numbers-section .counter-right-wrap {
  width: 100%;
  padding: 0 !important;
}
#strength-numbers-section
  .case-study-glance-container
  .case-study-glance-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #1f1f1f;
  -webkit-text-fill-color: #1f1f1f;
}
#strength-numbers-section .counter-list {
  width: 100%;
  align-items: flex-start;
}
#strength-numbers-section .case-study-glance-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#strength-numbers-section .case-study-glance-item .case-study-glance-number p {
  font-weight: 600;
  font-size: 60px;
  line-height: 56px;
  color: #21a55e;
  text-align: center;
  -webkit-text-fill-color: #21a55e;
}
#strength-numbers-section .case-study-glance-item > p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #1f1f1f;
  -webkit-text-fill-color: #1f1f1f;
  max-width: 75%;
}

#infrastructure-partner-section {
  padding: 60px 0;
}
#infrastructure-partner-section .wrapper-container-partner {
  padding: 0;
}
#infrastructure-partner-section .heading-title {
  text-align: center;
  margin-bottom: 25px;
}
#infrastructure-partner-section .partner-image-container {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 0 auto;
}
#infrastructure-partner-section .partner-image-container {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

#infra-certification-section .ai-powered-wrap {
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
#infra-certification-section .ai-soc-col {
  gap: 0px;
  width: 100%;
}
#infra-certification-section .awards-col.ai-soc-col:last-child {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 15px 0;
}
#infra-certification-section .certification-inner {
  width: calc(20% - 15px);
}
#infra-certification-section {
  padding: 10px 0;
}
#infra-certification-section .certifications-wrap {
  justify-content: center;
}
#infra-certification-section .certification-inner img {
  max-width: 100%;
}

.service-portfolio-section {
  padding: 60px 0 10px;
}
.sp-content-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.service-portfolio-details {
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.service-portfolio-details:last-child {
  margin-bottom: 0px;
}
.sp-left-col {
  width: 38%;
}
.sp-right-col {
  width: 60%;
}
.sp-content-wrap h2,
#strength-numbers-section .case-study-glance-container .case-study-glance-title,
#infrastructure-partner-section .heading-title h2,
#infra-certification-section .awards-col h2,
#infra-team-section .heading.center h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.sp-content-inner h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1f1f1f;
}
.sp-content-inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #767676;
}
.service-key-includes h4,
.s-key {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.sp-content-inner {
  margin-bottom: 15px;
}
.s-key-wrap {
  margin-bottom: 20px;
}
.sp-left-col .flex {
  justify-content: center;
  align-items: center;
}
.s-key {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}
.s-key::before {
  content: "";
  display: block;
  background-image: url(https://gruve.ai/wp-content/uploads/2025/05/check-icon.png);
  top: 1px;
  left: 0;
  height: 27px;
  background-repeat: no-repeat;
  position: absolute;
  width: 27px;
  background-position: center;
  background-size: contain;
}
#infra-team-section {
  padding: 35px 0 60px;
}
#infra-team-section .team-wrap {
  justify-content: space-evenly;
}
#infra-team-section .heading.center.p50 {
  padding-bottom: 30px;
}

#infra-team-section .team-wrap .col-2 {
  width: 160px;
  align-items: flex-start;
  height: 100%;
}
#infra-team-section .team-wrap img {
  width: 160px;
  object-fit: cover;
  height: 100%;
}
#infra-team-section .team-wrap h6 {
  margin-bottom: 4px;
  margin-top: 15px;
}
#infra-team-section .team-wrap p {
  margin-bottom: 7px;
}
#infra-team-section .team-wrap .col-2 a {
  margin-top: 0;
}
#infra-newsletter-form {
  margin-bottom: 64px;
}
.single-services.postid-957 .navbar-logo-center-container.shadow-three.w-nav {
  display: none !important;
}
/* Partnership with Salesforce Page CSS */
#partnership-salesforce-hero {
  background: linear-gradient(90deg, #21a55e 33.21%, #009edf 100%);
  height: calc(380px);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 120px 0px 70px;
}
#partnership-salesforce-hero .full-container {
  width: 100%;
}
#partnership-salesforce-hero .ai-power-wrap {
  border: none;
  gap: 20px;
  justify-content: space-between;
}
#partnership-salesforce-hero .ai-power-wrap .cx-exp-left {
  width: calc(40% - 10px);
  order: 2;
  justify-content: flex-end;
  border: none;
}
#partnership-salesforce-hero .ai-power-wrap .cx-exp-right {
  position: static;
  width: calc(60% - 10px);
}
#partnership-salesforce-hero .ai-power-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}
#partnership-salesforce-hero .ai-power-desc p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
}

#ai-power-selesforce {
  padding: 75px 0 40px;
}
#ai-power-selesforce .study-wrap {
  border: none;
  border-radius: 0;
  gap: 40px;
  align-items: center;
}
#ai-power-selesforce .study-wrap .col-6 {
  width: calc(50% - 20px);
  align-items: center;
  order: 2;
}
#ai-power-selesforce .study-wrap .w-40.p16 {
  width: calc(50% - 20px);
  padding: 0;
}
#ai-power-selesforce .study-wrap .w-40.p16 p {
  font-weight: 450;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1f1f1f;
}

#partnership-contact-us .cta-container-banner-box img {
  display: none;
}
#partnership-contact-us .cta-container-banner-box {
  padding: 25px;
  background-color: #21a55e;
  border-radius: 20px;
}
#partnership-contact-us .cta-banner-content-box {
  width: 100%;
}
#partnership-contact-us .button-contact .talk-btn {
  width: 100%;
  max-width: 160px;
  height: auto;
  padding: 12px;
  background: #fff;
  color: #21a55e;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 12px;
}
#partnership-contact-us .cta-banner-content-box h2.heading-title {
  font-weight: 600 !important;
  font-size: 1.75rem !important;
  line-height: 36px !important;
  letter-spacing: 0px;
  margin-bottom: 5px !important;
}
#partnership-contact-us .cta-banner-content-box .cta-banner-summary {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.tiles-content-wrap {
  margin-top: 25px;
  gap: 30px;
}
.tiles-content-details {
  width: calc(50% - 15px);
  background: linear-gradient(
    270deg,
    rgba(33, 165, 94, 0.175) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 30px 50px;
  border-radius: 10px;
}
.tiles-content-details img {
  max-width: 80px;
}
.tiles-content-details h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1f1f1f;
}
.tiles-content-details p {
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #1f1f1f;
}
.tab-section-accordion {
  padding: 25px 0 95px;
}
.tsa-tab-details {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 30px;
}
.sidebar-tabs {
  width: calc(35% - 32px);
}
.acc-tab-contents {
  width: calc(65% - 32px);
  margin-top: 7px;
}
.tab-menu {
  margin-bottom: 24px;
}
.tab-menu-item {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8c8c8c;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
}
.tab-menu-item.active {
  color: #21a55e;
  padding-left: 15px;
}
.tab-menu-item.active:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #21a55e;
  left: 0;
  top: 0;
}
.acc-content-inner p {
  color: #1f1f1f;
  font-weight: 450;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
.acc-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.acc-content-image img {
  width: 400px;
  min-height: 245px;
  max-height: 245px;
  object-fit: cover;
}
.acc-content-details {
  margin-bottom: 70px;
}
.tiles-heading.tsa-content {
  position: sticky;
  top: 80px;
  overflow: hidden;
  background: #fff;
  z-index: 99;
  padding: 15px 0 10px;
}
.sidebar-menu-inner {
  position: sticky;
  top: 170px;
}
.acc-content-details:last-child {
  min-height: 592px;
}
.acc-content-inner > div {
  margin-bottom: 20px;
}
.acc-content-inner > div ul li strong {
  font-weight: 600;
}
.acc-content-inner > div ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50px;
  top: 13.5px;
  left: 0;
}
.acc-content-inner > div ul li {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  display: block;
  padding-left: 12px;
}

.accordion-tab-details {
  margin-top: 30px;
  display: none !important;
}
.acc-tab-header h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 16px;
}
.acc-tab-header.active h5 {
  color: #21a55e;
}
.acc-tab-content {
  display: none;
}
.acc-tab-content.acc-sided-content {
  display: block;
}
#why-work-with-gruve {
  padding-top: 90px;
}

.industries-section > .page-container,
.our-success-story-section > .page-container {
  overflow: hidden;
}
.industries-section
  .industries-slider-container
  .swiper.swiper-initialized
  .swiper-slide {
  max-height: 470px;
}
.our-success-story-section .our-success-story-item {
  background-color: #fff;
  min-height: 378px;
  max-height: 378px;
}

.fllm-services .vulnerability-wrap {
  gap: 16px 0;
  flex-direction: column;
}
.flex.vulnerability-wrap.p20 {
  gap: 20px 9px;
}
.flex.vulnerability-wrap.p20 .col-4 {
  width: calc(33.33% - 6px);
}
.partner-image-container .tech-icon,
.partner-image-container .gluware-logo-details {
  text-align: center;
  min-height: 150px;
  max-height: 150px;
  position: relative;
}
.partner-image-container .tech-icon .learn-more-btn,
.partner-image-container .gluware-logo-details .learn-more-btn {
  margin-top: 0 !important;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
}
.benefits-image-container .benefits-box {
  display: flex;
  align-items: center;
}

/* Partnership Glean page */
#content-glean-section .llmFirst-wrap p {
  font-weight: 450;
  font-size: 18px;
  line-height: 28px;
  color: #1f1f1f;
}
#content-glean-section .llmFirst-wrap .col-6.p16 {
  width: 44% !important;
  padding-right: 50px;
}
#content-glean-section .llmFirst-wrap .col-6.pl {
  width: 56% !important;
}
#content-glean-section .radius {
  border-radius: 0;
}
.gleans-offer-section .bullet-list-box .bullet-list {
  margin-top: 0;
  margin-bottom: 0;
}
.gleans-offer-section .heading-title h2,
.heading-with-icon-boxes .p20 h2,
#value-added-glean-section .gruve-solution-wrap .aa-content h2,
.why-work-gruve-section .heading-title h2 {
  color: #1f1f1f;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 12px;
  font-weight: 700;
}
.gleans-offer-section .bullet-list-box .bullet-list li {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  color: #1f1f1f;
  font-weight: 500;
}
.gleans-offer-section .bullet-list-box h3,
.gleans-offer-section .image-box h3.mobile-title {
  color: #1f1f1f;
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
}
.gleans-offer-section .gleans-offers-container .image-box img {
  border-radius: 0;
}
#value-added-glean-section .gs-title {
  align-items: start;
}
#value-added-glean-section .gs-content {
  padding: 20px 20px 0;
}
#value-added-glean-section2 .tiles-content-details {
  text-align: center;
}
#value-added-glean-section2 .tiles-description {
  text-align: left;
}
.tiles-description ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 5px;
}
#value-added-glean-section {
  padding-bottom: 0;
}

/* Video Section - Life Cycle Page */
.vs-box-wrap {
  display: flex;
  gap: 32px;
  align-items: center;
}

.vs-content.vs-box {
  width: calc(40% - 16px);
}

.video-box.vs-box {
  width: calc(60% - 16px);
}

.vs-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #1f1f1f;
}

.video-box.vs-box iframe {
  border-radius: 20px;
  height: 430px;
}

.soc-req-btn-mobile {
  display: none;
}
#partner-banner-salesforce .gradient-banner {
  background-image: linear-gradient(90deg, #21a55e 33.21%, #009edf 100%);
}

/* Partnership RedHat page */
#partner-banner-redhat .gradient-banner {
  background-image: linear-gradient(90deg, #21a55e 26.5%, #ee0000 100%);
}
#red-hat-wwwg > .body-section-padding {
  padding-bottom: 0;
}
#value-added-red-hat .tiles-description ul {
  padding-left: 25px;
}
#value-added-red-hat .tiles-content-details:last-child {
  background: transparent;
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  align-items: self-end;
}
#value-added-red-hat .tiles-content-details:last-child img {
  max-width: 100%;
}
#why-partner-with-gruve {
  padding-top: 100px;
}
#why-partner-with-gruve .case-heading {
  margin-bottom: 10px;
}
.wwso-wrap > p {
  font-size: 24px;
  line-height: 32px;
  color: #1f1f1f;
  margin-bottom: 27px;
}

/* Our Capabilities Page */
.accordion-section {
  padding: 75px 0 90px;
  position: relative;
}
.accordion-heading {
  margin-bottom: 30px;
}
.accordion-section > .page-container,
#industry-solution-tile-section > .page-container {
  padding: 0 !important;
}
/* Page Container */
.accordion-section > .page-container,
#data-warehouse-etl-section > .body-section-padding,
#industry-solution-tile-section > .page-container,
.industry-solution-content > .container,
#salesforce-success-story > .page-container,
.data-integration-tiles > .page-container,
#product-solution-section > .page-container,
.two-column-image-tab-item > .page-container,
.ai-salesforce-solution > .page-container,
.our-certifications-tiles > .page-container,
#service-advisory-content-image > .container {
  max-width: 1280px !important;
}
.accordion-main-title {
  font-weight: 700;
  font-size: 28.5px;
  line-height: 150%;
  text-align: center;
  color: #222222;
}
.accordion-details-wrap {
  gap: 10px 15px;
  align-items: flex-start;
}
.accrodion-sided {
  /* width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column; */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.accordion-details {
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
}
.accordion-details .acc-tab-header h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-details .acc-tab-content {
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.accordion-details .acc-content-inner p {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.accordion-details .acc-content-inner {
  padding-top: 10px;
}
.accordion-details .acc-content-inner p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}
.acc-content-inner ul {
  list-style: disc;
  padding-left: 24px;
}
.acc-content-inner ul li,
.accrodion-sided .accordion-details .acc-content-inner p {
  list-style: disc;
  color: #3a3a3a;
  font-size: 14.5px;
  line-height: 160%;
  margin-bottom: 2px;
  font-weight: 400;
}
.accrodion-sided .accordion-details .acc-content-inner p:first-child span {
  font-size: 16px;
}
.accordion-details .acc-tab-header h5 span {
  display: flex;
  align-items: center;
}
.accordion-details .acc-tab-header span.acc-close-icon {
  display: none;
}
.accordion-details .acc-tab-header.active span.acc-close-icon {
  display: flex;
}
.accordion-details .acc-tab-header.active span.acc-plus-icon {
  display: none;
}
#data-warehouse-etl-section .benefits-customer-container h2,
.tile-heading,
.industry-solution-content .center.p20 h2,
.data-integration-tiles .main-title {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 150%;
  text-align: center;
  color: #222222;
}
#data-warehouse-etl-section .benefits-list-container .benefits-list-boxes {
  width: 50%;
}
#data-warehouse-etl-section .benefits-list-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  gap: 50px !important;
  max-width: 90%;
  margin: 0 auto;
}
#data-warehouse-etl-section .benefits-list-boxes .benefits-list {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
#data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
  width: 100%;
  border-radius: 24px;
  transition: 0.3s;
}
#data-warehouse-etl-section .benefits-list-boxes .benefits-list:hover img {
  transform: scale(1.15);
}
#data-warehouse-etl-section
  .benefits-list-container
  .benefits-list-boxes
  .benfits-text
  h5 {
  color: #fff;
}
#data-warehouse-etl-section .padding-box-benefits {
  padding: 0 !important;
}
#data-warehouse-etl-section .benfits-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 9;
  transition: 0.3s;
}
#data-warehouse-etl-section .benfits-text:hover {
  bottom: 20px;
}
#data-warehouse-etl-section
  .benefits-list-container
  .benefits-list-boxes
  .benfits-text
  h5 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px;
}
#data-warehouse-etl-section > .body-section-padding {
  padding-top: 60px;
  padding-bottom: 60px !important;
}
#data-warehouse-etl-section .benfits-text .benefits-desc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
}
#data-warehouse-etl-section .benfits-text .benefits-desc ul li {
  color: #fff;
  font-size: 16px;
  list-style: disc;
}
#data-warehouse-etl-section .benfits-text .benefits-desc ul {
  padding-left: 15px;
}
#data-warehouse-etl-section
  .benefits-list-boxes
  .benefits-list:hover
  .benfits-text
  .benefits-desc {
  opacity: 1;
  visibility: visible;
  height: 260px;
}
#data-warehouse-etl-section .benefits-list-boxes .benefits-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
#data-warehouse-etl-section .benefits-list-boxes .benefits-list:hover::before {
  opacity: 1;
}

#industry-sol-section {
  padding-top: 75px !important;
}
#industry-solution-tile-section {
  padding: 90px 0;
}
.tiles-data-wrap {
  gap: 14px;
  /* justify-content: center; */
}
.tiles-inner-wrap img {
  width: 100%;
  border-radius: 24px;
}
.tiles-inner-wrap {
  background-color: transparent;
  width: 20%;
  min-height: 328px;
  perspective: 1000px;
}
#industry-solution-tile-section .tiles-inner-wrap {
  width: auto !important;
}
.tiles-inner-wrap h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 18px;
  margin: 0;
  text-align: left;
  width: calc(100% - 30px);
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.tiles-inner-wrap:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* #salesforce-success-story .tiles-inner-wrap:hover .flip-box-inner {
  transform: rotateY(0deg);
} */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 24px;
  background: white;
}
.flip-box-card .flip-box-front:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 60% 60%);
  border-radius: 24px;
}
.flip-box-front img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.flip-box-back {
  transform: rotateY(180deg);
  background-color: #f3f9f5;
}
.tiles-description p {
  font-size: 14px;
  text-align: left;
  line-height: 160%;
  color: #3a3a3a;
}
.industry-solution-content {
  padding: 0 0 30px !important;
}
.industry-solution-content .study-wrap {
  gap: 50px;
  justify-content: unset;
  border: 0;
  align-items: center;
}
.industry-solution-content .study-wrap .col-6,
.industry-solution-content .study-wrap .w-40 {
  padding: 0;
  width: calc(50% - 25px) !important;
}
.industry-solution-content .study-wrap h4 {
  color: #222222;
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
  margin-bottom: 7px;
}
.industry-solution-content .study-wrap .p16 p {
  line-height: 160%;
  color: #3a3a3a;
  font-size: 14px;
}
#our-capabilities-form {
  margin: 80px 0 70px;
}
.scroll-navigation-menu {
  position: absolute;
  top: 600px;
  z-index: 9;
  max-width: 150px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
ul.nav-menu-wrapper li a {
  font-weight: 600;
  font-size: 13px;
  line-height: 145%;
  text-decoration: none;
  color: #828282;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
ul.nav-menu-wrapper li {
  padding-left: 10px;
}
ul.nav-menu-wrapper li a.active {
  color: #21a55e;
}
ul.nav-menu-wrapper li a:before,
.ocs-description ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #828282;
  border-radius: 50px;
}
ul.nav-menu-wrapper li a.active:before {
  background: #21a55e;
}
.scroll-navigation-menu.active {
  position: fixed;
  top: 115px !important;
}

/* Selesforce Service Page */
.our-certifications-tiles {
  padding: 60px 0 80px;
}
.salesforce-certification-wrap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px 16px;
}
.salseforce-desc {
  margin-bottom: 30px;
}
.cert-details {
  display: flex;
  justify-content: center;
}
.our-certification-details {
  background: #f3f9f5;
  padding: 32px 25px;
  border-radius: 20px;
  margin-top: 32px;
}
.salseforce-desc > p {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 38px;
}
.salseforce-desc > p > span {
  font-size: 42px;
  padding: 0 10px;
}
.ocs-inner-content {
  border-right: 0.75px solid #ececec4d;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  min-height: 425px;
}
.ocs-content h3 {
  text-align: left;
}
.ocs-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #3a3a3a;
  margin-bottom: 36px !important;
  max-width: 70%;
}
.ocs-title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #21a55e;
}
.ocs-title h4 {
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  text-align: center;
  color: #222222;
}
.ocs-title {
  padding: 12px 0 7px;
  border-bottom: 1px solid #e8e8e8;
}
.ocs-description ul li {
  font-weight: 450;
  font-size: 13.5px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 4px;
  position: relative;
}
.ocs-description {
  padding-top: 20px;
}
.ocs-description ul {
  padding-left: 10px;
}
.ocs-description ul li:before {
  top: 7.5px;
  left: -12px;
  width: 4px;
  height: 4px;
  background: #737373;
}
.ocs-content {
  position: relative;
}
.s-swiper-btn {
  position: absolute;
  right: 215px;
  top: 40px;
  display: flex;
  cursor: pointer;
}
.s-swiper-btn.s-button-prev {
  right: 267px;
}
.swiper-button-disabled {
  opacity: 0.45;
}
#salesforce-success-story {
  padding: 75px 0;
}
.flip-box-card .tiles-heading {
  margin-bottom: 25px;
}
#learn-about-capabilities {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}
#learn-about-capabilities .partner-us-bar-container .bar-content {
  justify-content: space-between;
}
#learn-about-capabilities .partner-us-bar-container .bar-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
#learn-about-capabilities .partner-us-bar-container .bar-content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  z-index: 9;
}
#learn-about-capabilities .partner-us-bar-container .bar-content a span img {
  margin-top: 3px;
  margin-left: 7px;
  height: auto;
  width: auto;
}
#learn-about-capabilities .partner-us-bar-container .bar-content a:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  background: #fff;
  left: -10px;
  bottom: -14px;
  transition: 0.3s;
  border-radius: 4px;
}
#learn-about-capabilities .partner-us-bar-container {
  max-width: 1000px;
  margin: 0 auto;
}
#learn-about-capabilities
  .partner-us-bar-container
  .bar-content
  a:hover
  span
  img {
  transform: translateX(0px);
}
#learn-about-capabilities
  .partner-us-bar-container
  .bar-content
  a:hover:before {
  height: 44px;
  background: #21a55e;
  z-index: -1;
}
.ai-salesforce-solution {
  padding: 100px 0 50px;
}
.aiss-title {
  width: 75%;
}
.aiss-title .tile-heading {
  text-align: left;
  margin-bottom: 5px;
}
.salesforce-solution-wrap .aiss-title .tile-heading {
  text-align: center;
}
.salesforce-solution-wrap .tiles-heading {
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 25px;
}

.ai-salesforce-solution-tiles {
  gap: 16px;
}
.aiss-tiles:first-child,
.aiss-tiles:nth-child(4),
.aiss-tiles:nth-child(6) {
  width: calc(37% - 8px);
}
.aiss-tiles:nth-child(5) {
  width: 100%;
}
/* .aiss-tiles:nth-child(6) img {
  object-fit: contain;
} */

.aiss-tiles:nth-child(2),
.aiss-tiles:nth-child(3),
.aiss-tiles:nth-child(7) {
  width: calc(63% - 8px);
}
.aiss-detail {
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.aiss-description ul {
  padding-left: 18px;
}
.aiss-description p,
.aiss-description ul li {
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin: 0;
  list-style: disc;
}

.aiss-detail:hover .aiss-description {
  opacity: 1;
  visibility: visible;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.aiss-description {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 20px;
  width: calc(100% - 30px);
  border: 0;
  transform: translateY(150%);
  transition: 0.3s;
  z-index: 9;
}
.aiss-detail:hover h4 {
  display: none;
}
/* .aiss-tiles:nth-child(6) .aiss-detail:hover:before {
  display: none;
} */
.aiss-detail:hover:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  border-radius: 20px;
}
.aiss-detail img {
  border-radius: 20px;
  height: 305px;
  width: 100%;
  object-fit: cover;
}
.aiss-detail h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  width: calc(100% - 30px);
  z-index: 9;
}
/* .aiss-tiles:nth-child(6) .aiss-detail::after {
  display: none;
} */
.aiss-detail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
}

.aiss-tab-content-wrap {
  gap: 1px;
}
.aiss-tab-content-wrap .tabs {
  background: #0a331d;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(7.5% - 1px) !important;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: 0.5s;
  min-height: 375px !important;
}
.aiss-tab-content-wrap .tabs.active {
  background: #0a331d;
  color: #000;
  width: calc(62.5% - 1px) !important;
  writing-mode: horizontal-tb;
  max-width: 100%;
}
.tab-label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 20px;
}
.tab-label h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  height: 60%;
  text-align: right;
}
.tab-aiss-content {
  display: none;
}

.tab-content-inline {
  display: none;
  border-radius: 8px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}

.aiss-tab-content-wrap .tabs.active .tab-label {
  display: none;
}

.aiss-tab-content-wrap .tabs.active .tab-content-inline {
  display: block;
}

.tab-aiss-detail {
  position: relative;
  display: flex;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 375px;
  border-radius: 20px;
}

.tab-aiss-content {
  position: absolute;
  top: 25px;
  width: calc(100% - 60px);
  left: 30px;
}

.tab-aiss-detail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
  border-radius: 20px;
}

.tab-aiss-content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 7px;
  color: #fff;
}
.tab-aiss-description ul {
  padding-left: 24px;
}
.tab-aiss-description p,
.tab-aiss-description ul li {
  font-weight: 450;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  color: #fff;
  list-style: disc;
}

.data-integration-tiles .main-title .gradient-text {
  background: transparent;
  -webkit-text-fill-color: #222222;
}
.data-integration-tiles .left-box p,
.tc-image-tab-wrap .accordion-heading p {
  text-align: center;
  color: #3a3a3a;
  font-size: 16px;
}
.data-integration-tiles .categories-box {
  gap: 15px;
}
.data-integration-tiles .categories-boxes {
  width: calc(33.33% - 10px);
  border: 0;
  padding: 25px;
  border-radius: 24px;
  min-height: 277px;
  background: #f3f9f5;
  min-width: unset;
}
.data-integration-tiles .categories-boxes::before {
  display: none;
}
.data-integration-tiles .categories-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 5px 0;
  background: transparent;
  -webkit-text-fill-color: #222222;
}
.data-integration-tiles .categories-content p {
  color: #626262;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
#product-solution-section.data-integration-tiles .categories-content h4 {
  font-weight: 600;
  font-size: 16px;
  -webkit-text-fill-color: #3a3a3a;
}
#product-solution-section.data-integration-tiles .categories-boxes {
  padding: 25px 25px 40px;
  min-height: 285px;
  border-radius: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#product-solution-section {
  padding: 80px 0 40px;
}
.product-solution-section-2 {
  padding: 0 0 100px !important;
}
.index-number {
  display: none !important;
}
#salesforce-advisory-service {
  background: #f3f9f5 !important;
  padding: 100px 0 80px;
}
.service-advisory-section.data-integration-tiles .categories-boxes {
  width: calc(20% - 12px) !important;
  background: #fff;
  padding: 27px;
  min-height: 396px;
}
.service-advisory-section .index-number {
  display: block !important;
  color: #21a55e;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 12px;
}
.service-advisory-section.data-integration-tiles .categories-content h4 {
  text-align: left;
  font-size: 15px;
  color: #222222;
  margin: 5px 0 10px;
  min-height: 67.5px;
}
.service-advisory-section.data-integration-tiles .categories-content p {
  text-align: left;
  color: #3a3a3a;
}
#salesforce-package-development {
  padding: 110px 0 30px;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-boxes {
  background: #f3f9f5;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-content
  h4 {
  min-height: unset !important;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-boxes {
  min-height: 268px !important;
  width: 100% !important;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-boxes {
  padding: 27px 24px;
}
/* #salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-boxes:nth-child(3n) {
  grid-column: 1 / -1;
} */
.two-column-image-tab-item {
  padding: 100px 0 0;
}
.image-tab-item-wrap {
  background: #f3f7f6;
  padding: 30px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  gap: 50px;
  min-height: 450px;
}
#salesforce-package-development.how-we-work-section {
  padding: 15px 30px 30px;
  background: #f3f7f6;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
  .categories-boxes {
  min-height: 200px !important;
}
#salesforce-package-development.how-we-work-section .main-title {
  font-size: 24px !important;
  margin-bottom: 15px;
}
#salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
  .categories-boxes {
  background: #fff;
}
.tcit-image,
.tcit-accordion {
  width: calc(50% - 25px);
}
.tcit-accordion .acc-tab-header.active h5 {
  color: #ffffff;
  background: #21a55e;
  padding: 10px 15px;
  border-radius: 7.5px;
}
.tcit-accordion .acc-tab-header h5 span {
  background: #21a55e;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
.tcit-accordion .acc-tab-header h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #505050;
  margin-bottom: 8px;
  justify-content: unset;
  gap: 10px;
  cursor: pointer;
}
.tcit-accordion .acc-content-inner p {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
.tcit-accordion .acc-tab-header.active h5 span {
  background: #fff;
  color: #21a55e;
}
.tcit-accordion .acc-tab-content {
  margin-bottom: 8px;
}
.tcit-accordion .tcit-tiles {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.tcit-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.salesforce-security-tiles .success-vision-container .top-content-box {
  display: flex !important;
  gap: 130px;
  align-items: unset;
}
.salesforce-security-tiles .left-box h6 {
  text-align: left !important;
}
.salesforce-security-tiles .left-box p {
  text-align: left !important;
  font-weight: 600;
}
.salesforce-security-tiles .right-box {
  margin-top: 0;
  width: calc(60% - 65px) !important;
}
.salesforce-security-tiles {
  overflow: visible !important;
}
.salesforce-security-tiles .left-box {
  width: calc(42% - 65px) !important;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.salesforce-security-tiles .right-box .categories-boxes {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
#ai-agent-enterprise {
  overflow: visible !important;
}
.salesforce-security-tiles.data-integration-tiles .categories-boxes {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 10px;
  min-height: unset;
}
.salesforce-security-tiles .categories-box {
  flex-direction: column;
  min-height: unset;
}
.salesforce-security-tiles.data-integration-tiles .categories-content p {
  text-align: left;
}
.salesforce-security-tiles .categories-content {
  width: calc(100% - 70px);
}
.salesforce-security-tiles .icon {
  width: 60px;
  display: flex;
}
.salesforce-security-tiles.data-integration-tiles .categories-content h4 {
  margin: 0 0 5px !important;
  text-align: left;
}
#salesforce-manage-services {
  background: #f3f7f6 !important;
  padding: 90px 0;
}
#salesforce-manage-services.salesforce-security-tiles.data-integration-tiles
  .categories-boxes {
  background: #fff;
}
#salesforce-security-section {
  padding: 120px 0 90px;
}

/* Header - Search Option */
.right-section.flex {
  gap: 20px;
  align-items: center;
  position: relative;
}
.search-icon-green,
.click-globe-icon-green {
  display: none;
}
.header-transparent.active .search-icon-green,
.header-transparent.active .click-globe-icon-green {
  display: block;
}
.header-transparent.active .search-icon-white,
.header-transparent.active .click-globe-icon-white {
  display: none;
}
header.header-background .search-icon-white,
header.header-background .click-globe-icon-white {
  display: none;
}
header.header-background .search-icon-green,
header.header-background .click-globe-icon-green {
  display: block;
}
img.click-globe-icon {
  max-width: 20px;
}
.header-search-form {
  display: none !important;
  position: fixed;
  right: 0;
  top: 81px;
  width: 100%;
  z-index: 999;
}
.header-search-form.active {
  display: block !important;
}
.search-menu-icon img {
  max-width: 23px;
}
.globe-search-menu {
  gap: 20px;
  cursor: pointer;
}
.header-global-menu.active {
  display: block !important;
}

.header-global-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

form.searchwp-form input.swp-input--search {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'><path fill='%23000000' d='M6.068 12.136c1.31 0 2.533-.426 3.527-1.136l3.74 3.74c.174.173.402.26.64.26.512 0 .883-.395.883-.9a.87.87 0 0 0-.253-.63L10.89 9.744a6.04 6.04 0 0 0 1.247-3.677C12.136 2.73 9.406 0 6.068 0 2.722 0 0 2.73 0 6.068s2.722 6.068 6.068 6.068m0-1.31c-2.612 0-4.758-2.154-4.758-4.758S3.456 1.31 6.068 1.31c2.604 0 4.758 2.154 4.758 4.758s-2.154 4.758-4.758 4.758'/></svg>") !important;
  background-position: left 45px top 49.5% !important;
  padding-left: 90px !important;
  height: 60px;
  outline: 0;
  border: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.searchwp-live-search-results {
  min-height: 474px !important;
  padding: 5px 35px;
  top: 142px !important;
  box-shadow: 0px 4px 10px 0px #93939340 !important;
}
.searchwp-live-search-result--title {
  margin-bottom: 0 !important;
}
.searchwp-live-search-result--img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  min-height: 73px;
}
.searchwp-live-search-result .searchwp-live-search-result--title a {
  font-size: 15px !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.searchwp-live-search-result--desc {
  font-size: 14px;
  line-height: 150%;
}
.searchwp-live-search-result {
  align-items: center;
}
.searchwp-live-search-result--img {
  display: flex;
}

form.searchwp-form input.swp-input--search::placeholder {
  color: #6b6b6b !important;
  font-size: 16px !important;
}
input.search-submit.swp-button {
  display: none !important;
}

.bg-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
}
.bg-layer.active {
  display: block;
}

#product-solution-section .flip-box-front,
#product-solution-section .flip-box-back {
  background: #f3f9f5;
}
#product-solution-section .flip-box-front img {
  max-width: 50px;
  border-radius: 0;
  margin-bottom: 12px;
  margin-top: -10px;
}
#product-solution-section .tiles-inner-wrap h4 {
  position: static;
  width: 100%;
  text-align: center;
  color: #3a3a3a;
}
#product-solution-section .tiles-inner-wrap {
  background-color: transparent;
  width: calc(33.33% - 10px);
  min-height: 340px;
}
#product-solution-section .flip-box-front {
  padding: 25px;
}
#product-solution-section .tiles-description {
  padding: 25px 20px 20px 30px;
  display: flex;
  align-items: center;
}
.tiles-inner-wrap .flip-box-inner .flip-box-back {
  box-shadow: 0px 0px 20px 0px #c0c0c040;
  background: #fff !important;
}
#product-solution-section .tiles-heading {
  margin-bottom: 24px;
}
p.tile-content {
  text-align: center;
  color: #3a3a3a;
  font-weight: 600;
  font-size: 20px;
}
#product-solution-section .tiles-description ul li,
#product-solution-section .tiles-description p {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 140%;
  margin-bottom: 2px;
  color: #3a3a3a;
}
.flip-box-card .flip-box-back {
  padding: 20px;
  position: relative;
}
.flip-box-card .tiles-description p,
.flip-box-card .tiles-description ul li {
  font-size: 12.5px;
  line-height: 150%;
  color: #222222;
}
.flip-box-card .tiles-description {
  margin-bottom: 36px;
  padding: 0;
}
.btn-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.btn-link a span {
  margin-left: 10px;
}
.flip-box-card .flip-box-front img {
  height: 100%;
}

.btn-link a {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  color: #21a55e;
  font-weight: 500;
  text-decoration: none;
}

/* Partnership Cisko Page */
#partner-banner-cisco .gradient-banner {
  background-image: linear-gradient(90deg, #21a55b 0%, #00a5de 100%);
}
#ai-power-selesforce.ai-jounrey-cisco-gruve .w-40.p16 {
  order: 2;
}
.ai-jounrey-cisco-gruve .center.p20 {
  text-align: left;
  padding: 0;
}
.ai-jounrey-cisco-gruve .study-wrap .col-6 img {
  width: auto;
}
#ai-power-selesforce.ai-jounrey-cisco-gruve .study-wrap .col-6 {
  justify-content: flex-start;
}

#value-added-cisco .tiles-content-details:last-child {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
}
#value-added-cisco .tiles-content-details:last-child img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 240px;
  object-fit: cover;
}
#value-added-cisco .tiles-content-details:last-child .tiles-description {
  position: relative;
  width: 70%;
  z-index: 9;
}
#value-added-cisco .tiles-description p {
  font-size: 18px;
}
#ai-agent-enterprise > .page-container {
  max-width: 1320px !important;
}
#ai-agent-enterprise.salesforce-security-tiles.data-integration-tiles
  .categories-boxes {
  background: #fff;
}

#ai-agent-enterprise.salesforce-security-tiles.data-integration-tiles
  .categories-boxes {
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
  padding: 20px 0 !important;
}

.ai-agent-architecture .center.p20 {
  text-align: left;
}
#value-added-cisco {
  padding: 10px 0 35px;
}
#ai-power-selesforce.ai-agent-architecture .study-wrap .col-6 img {
  max-width: 90%;
}
#ai-power-selesforce.ai-agent-architecture .study-wrap .col-6 {
  margin-top: 10px;
  width: 100%;
}
#ai-power-selesforce.ai-agent-architecture .study-wrap .w-40.p16 {
  display: none;
}
.ai-agent-architecture {
  padding: 25px 0 50px !important;
}
.two-column-tiles-image-section {
  padding: 50px 0;
}
.two-column-tiles-image-section .tiles-content-wrap {
  margin-top: 25px;
  gap: 24px;
}
.ti-image {
  width: calc(32% - 12px);
}
.ti-content {
  width: calc(33.4% - 12px);
  display: flex;
  flex-wrap: wrap;
}
.ti-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.ti-content .tiles-description {
  padding-left: 32px;
}
.ti-content .tiles-content-details {
  background: #f4f9f6;
  width: 100%;
  padding: 25px;
  border-radius: 20px;
}
.left-ti-content {
  flex-direction: column;
  gap: 24px;
}
.right-ti-content .tiles-content-details {
  background: transparent;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 24px;
}
.right-ti-content {
  display: block;
  background: #f4f9f6;
  padding: 25px;
  border-radius: 20px;
}
.two-column-tiles-image-section .tiles-content-details h4 {
  font-size: 22px;
  line-height: 120%;
  color: #21a55e;
}
.two-column-tiles-image-section .tiles-description ul li {
  font-size: 16px;
  line-height: 20px;
  color: #626262;
}
.ti-image img {
  height: 100%;
  object-fit: cover;
}

#cisko-ai-pods > .container {
  background: #f4f9f6;
  padding: 30px !important;
  border-radius: 20px;
  position: relative;
}
#cisko-ai-pods .flex.vulnerability-wrap.p20 {
  justify-content: space-around;
}
#cisko-ai-pods .flex.vulnerability-wrap.p20 .col-4 {
  width: calc(40% - 5px);
}
#cisko-ai-pods .heading p > img,
#cisko-ai-pods .cisko-corner-icon {
  position: absolute;
  top: -54px;
  right: 0;
}
.case-studies.insight-post-filter-section {
  background-color: transparent;
  padding: 50px 0;
}
.case-studies .case-heading {
  margin-bottom: 0;
}

/* AI Driven Contract Review - Landing Page */
#problem-solution-statement .cx-exp-left {
  order: 2;
  padding-left: 12px;
}
.value-proposition.ai-agent-architecture .center.p20,
.wwso-section.ai-agent-architecture .center.p20 {
  text-align: center;
  padding: 0;
}
.value-proposition {
  padding: 70px 0 30px !important;
}
#demo-ai-salesforce {
  background: transparent;
}
#demo-ai-salesforce .video-box.vision-col-wrap {
  order: 1;
}
#demo-ai-salesforce .vision-col-wrap {
  order: 2;
  text-align: left !important;
}
#demo-ai-salesforce .intro-about-container h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}
#demo-ai-salesforce .intro-about-container p {
  text-align: left;
}
#use-case-ai-driven .case-heading {
  text-align: center;
}
.wwso-section {
  padding: 80px 0 5px !important;
}
.wwso-section .center.p20 h2 {
  margin-bottom: 0;
}
#ai-power-selesforce.ai-agent-architecture.wwso-section .study-wrap .col-6 img {
  max-width: 80%;
}
#our-expert-ai-driven .our-expert-content {
  gap: 24px;
}
#our-expert-ai-driven .profile-details h2 {
  font-size: 21px;
}
#our-expert-ai-driven .our-expert-detail {
  width: calc(33.33% - 16px);
}
#our-expert-ai-driven .pr-description {
  font-size: 16px;
}
#our-expert-ai-driven .profile-image img {
  max-width: 160px;
}
.learn-more {
  text-align: right;
  margin-top: 15px;
}
.learn-more a {
  color: #000000;
  font-size: 16px;
}
.learn-more a img {
  max-width: 100%;
  margin-left: 5px;
}

/* Testimonial Section - Home Page */
.testimonial-wrap {
  text-align: center;
}
.testimonial-section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.ts-heading {
  margin-bottom: 45px;
}
.testimonial-wrap .case-heading {
  font-weight: 600;
  text-align: center !important;
}
.testimonial-details {
  padding: 25px;
  display: flex;
  min-height: 412px;
  max-height: 412px;
  align-items: center;
}
.ts-description {
  margin: 30px 0 25px;
}
.reactangle-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.reactangle-icon-4 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.reactangle-icon-3 {
  top: auto;
  bottom: 0;
  left: 0;
}
.reactangle-icon-2 {
  left: auto;
  right: 0;
}
.testimonial-slider .swiper-slide:first-child .testimonial-details .ts-icon {
  max-width: 60px;
}
.testimonial-slider .swiper-slide .testimonial-details .ts-icon {
  max-width: 150px;
}
.testimonial-slider {
  max-width: 750px;
  margin: 0 auto;
}
.ts-content-wrap {
  position: relative;
}
.ts-description p {
  color: #595959;
}
.ts-swiper-btn.s-button-next {
  left: auto;
  right: 0;
}
.ts-swiper-btn img {
  display: flex;
  align-items: center;
}
.ts-swiper-btn {
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
.ts-content-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.reactangle-icon img {
  display: flex;
}
.ts-swiper-pagination {
  margin-top: 35px;
}
span.swiper-pagination-bullet {
  width: 18px;
  height: 8px;
  border-radius: 10px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 5px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #21a55e;
  width: 40px;
}
.testimonial-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://gruve.ai/wp-content/uploads/2025/05/ts-1.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.testimonial-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -100px;
  background: url(https://gruve.ai/wp-content/uploads/2025/05/ts-2.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 200px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Updated Service Menu CSS */
ul#mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu {
  height: auto !important;
  box-shadow: 0px 4px 17.8px 0px #0000001f !important;
}
ul#mega-menu-max_mega_menu_1 > li.mega-menu-item-270 > ul.mega-sub-menu {
  height: 300px !important;
}

.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu {
  height: 300px;
  max-width: 1450px;
  margin: 0 auto;
  top: 0px !important;
  left: 50%;
  transform: translateX(-50%) !important;
}
.mega-sub-menu .dropdown-menu .menu-items li:empty {
  height: 48px;
}
li#mega-menu-item-270 ul.mega-sub-menu {
  position: fixed !important;
  top: 81px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  transform: unset;
}

li#mega-menu-item-270 .mega-sub-menu .dropdown-menu .menu-header a {
  font-weight: 600 !important;
  color: #000 !important;
}
li#mega-menu-item-270 .mega-sub-menu .dropdown-menu .menu-header a:hover,
ul#mega-menu-max_mega_menu_1
  li#mega-menu-item-270
  .mega-sub-menu
  .mega-menu-item
  .dropdown-menu
  .menu-items
  a:hover {
  color: #21a556 !important;
}
li#mega-menu-item-270
  .mega-sub-menu
  .mega-menu-item
  .dropdown-menu
  .menu-items.menu-items-title
  a {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #000 !important;
}
li#mega-menu-item-270
  .mega-sub-menu
  .mega-menu-item
  .dropdown-menu
  .menu-items
  a {
  color: #595959 !important;
  margin-top: -2px;
}
li#mega-menu-item-270 .dropdown-menu .menu-header {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

li#mega-menu-item-270 .dropdown-menu .menu-items li {
  padding: 0;
}

ul#mega-menu-max_mega_menu_1 > li#mega-menu-item-270 > ul.mega-sub-menu {
  transform: unset !important;
}
li#mega-menu-item-270
  ul.mega-sub-menu
  > li#mega-menu-270-0-0
  > ul.mega-sub-menu
  > li#mega-menu-item-custom_html-2 {
  padding: 15px 50px !important;
}

ul#mega-menu-max_mega_menu_1
  > li#mega-menu-item-270
  > ul.mega-sub-menu
  > li
  > ul.mega-sub-menu
  li
  > ul.mega-sub-menu {
  padding-top: 25px !important;
}

ul#mega-menu-max_mega_menu_1
  > li#mega-menu-item-270.mega-toggle-on
  > ul.mega-sub-menu
  > li
  > ul.mega-sub-menu {
  transform: unset !important;
}
li#mega-menu-item-270 li#mega-menu-item-custom_html-3 {
  padding-left: 25px !important;
}
li#mega-menu-item-270 li#mega-menu-item-custom_html-4 {
  padding-left: 40px !important;
}

/* Partnership with OpenAI Page */
#partner-banner-openai .gradient-banner {
  background: linear-gradient(90deg, #21a55e 26.5%, #2100f9 100%);
}
#benefit-openai-section .acc-content-image img {
  object-fit: contain;
}
#why-partner-with-us-openai .heading-title {
  margin-bottom: 10px;
}
#why-partner-with-us-openai > .body-section-padding {
  padding-bottom: 0;
}
#partnership-contact-us.contact-us-openai .cta-container-banner-box {
  border-radius: 8px;
}

/* Events Page CSS */
.upcoming-events-slider.our-certification-slider > .page-container {
  padding-left: 0;
  max-width: 1320px !important;
}
.upcoming-events-slider {
  margin-top: 0;
  background: #f3f9f5;
  padding: 90px 0 80px;
}
.upcoming-events-slider .case-heading {
  margin-bottom: 40px;
}

.event-content {
  text-align: center;
  padding-top: 0;
  min-height: 160px;
  position: relative;
}
.event-box {
  padding: 20px 15px;
  min-height: 370px !important;
}
.event-location {
  color: #222222;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 8px;
}
.ocs-title h6.event-date {
  margin-bottom: 8px;
}
.event-content .event-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #222222;
}
.event-image {
  margin-top: 15px;
  display: flex;
}
.event-image img {
  border-radius: 10px;
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.event-category {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
span.event-category-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #222222;
  background: #e9f7ed;
  padding: 5px 15px;
  border-radius: 10px;
}
.upcoming-events-slider .s-swiper-btn {
  top: 20px;
  right: 80px;
}
.upcoming-events-slider .s-swiper-btn.s-button-prev {
  right: 135px;
}

.event-fs-regions {
  display: flex !important;
}
.event-fs-event-type {
  border-radius: 10px 0 0 10px !important;
  border-right: 1px solid #21a55e;
}
.filter-section.event-filter-section {
  padding: 40px 0 !important;
}
.filter-section.event-filter-section .search-bar {
  padding: 20px 10px 20px 16px;
}

.event-inner {
  gap: 30px;
}
.event-details {
  min-height: unset;
  border-bottom: 10px solid #21a55e;
  margin-bottom: 24px;
}
.event-details .event-image {
  width: calc(25% - 15px);
  margin: 0;
}
.event-details .event-content {
  min-height: unset;
  width: calc(75% - 15px);
  text-align: left;
  border: none;
  padding-bottom: 0;
}
.event-details .ocs-title h6 {
  text-align: left;
}
.loc-wrap .event-location {
  margin-bottom: 0;
  font-size: 16px;
}
.loc-wrap {
  align-items: center;
  margin-bottom: 10px;
}
.event-details .event-category {
  position: static;
  transform: unset;
  margin: -4px 0 0px 15px;
}
.event-details .event-content .event-title {
  font-size: 26px;
}
.event-learn-more a {
  color: #222222 !important;
  text-decoration: none !important;
}
.event-learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.event-details .event-image img {
  min-height: 172px;
  max-height: 172px;
  width: 100%;
}
.event-description {
  display: none;
  margin-top: 20px;
}

.event-description p,
.event-description ul li {
  color: #000000;
  font-size: 16px;
  line-height: 150%;
}
.event-learn-events {
  margin-top: 32px;
}
.event-learn-events a img {
  margin-left: 7px;
}
.event-details.active .event-description {
  display: block;
}
.event-learn-events img {
  transition: 0.3s;
}
.event-details.active .event-learn-events img {
  transform: rotate(180deg);
}
button#loadMoreEvents {
  background: #21a55e;
  border: 0;
  color: #fff;
  padding: 12px 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  min-width: 181px;
}
section.events-section.insight-post-filter-section {
  padding: 50px 0 60px;
}
.events-section .load-more-btn {
  margin-top: 35px;
}

.event-details.active .event-learn-more a img {
  transform: rotate(180deg);
}
.event-details .event-learn-more a img {
  transition: 0.3s;
}

/* Header - Services Menu Dropdown CSS */
div.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu {
  top: 81px !important;
}
.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu
  > li#mega-menu-270-0-0
  > ul.mega-sub-menu,
.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu
  > li#mega-menu-270-0-1
  > ul.mega-sub-menu,
.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu
  > li#mega-menu-270-0-2
  > ul.mega-sub-menu,
.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu
  > li#mega-menu-270-0-3
  > ul.mega-sub-menu,
.desktop-menu-wrapper
  ul#mega-menu-max_mega_menu_1
  > li.mega-menu-item-270
  > ul.mega-sub-menu
  > li#mega-menu-270-0
  > ul.mega-sub-menu
  > li#mega-menu-270-0-4
  > ul.mega-sub-menu {
  transform: translateY(-85px);
}

/* Customer Center Experience */
#customer-centric-exp-banner .service-hero-wrap {
  max-width: 1200px;
}
.two-column-service-portfolio {
  padding: 70px 0 0;
}
.tc-service-portfolio-wrapp .service-portfolio-details {
  gap: 40px;
  margin-bottom: 60px;
}
.twsp-heading {
  margin-bottom: 24px;
}
.tc-service-portfolio-wrapp
  .service-portfolio-details:nth-child(2n)
  .tcsp-right-col {
  order: 2;
}
.tcsp-col {
  width: calc(50% - 20px);
}
.tcsp-col .vulnerability-wrap {
  gap: 10px 0;
}
.tcsp-col .sp-content-inner h2 {
  font-weight: 700;
}
.tcsp-col .vulnerability-wrap h6 {
  font-weight: 600;
  font-size: 18px;
}
.tcsp-col .sp-content-inner p {
  color: #1f1f1f;
}
.col-12 {
  width: 100%;
}
.partner-client-details {
  background: linear-gradient(
    90deg,
    rgba(233, 247, 237, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border-radius: 20px;
  padding: 12px 20px;
  margin-top: 16px;
}
.partner-client-details h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  margin: 0;
}
.p-icons-wrap {
  margin-top: 2px;
  gap: 10px 20px;
}
.pt-icon img {
  object-fit: contain;
  object-position: center;
}

#industry-solution-tile-section .flex.tiles-data-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
/* Industry Solution Page CSS */
.industry-solution-content.i-solution {
  padding: 50px 0 30px !important;
}
.industry-solution-content.i-solution .study-wrap .p16 p {
  line-height: 28px;
  font-size: 20px;
}
.industry-solution-content.i-solution .study-wrap h4 {
  font-size: 28px;
  margin-bottom: 4px;
}
.case-study-flip-box .tile-heading {
  text-align: left !important;
  font-size: 24px !important;
}
.case-study-flip-box .tiles-heading {
  margin-bottom: 15px !important;
}
#industry-solution-tile-section.case-study-flip-box {
  padding: 0;
}
#industry-solution-tile-section.case-study-flip-box > .page-container {
  padding-bottom: 36px !important;
  border-bottom: 2px solid #d9d9d9;
}
#industry-solution-tile-section.case-study-flip-box.-last > .page-container {
  padding-bottom: 0 !important;
  border-bottom: none;
}

#service-advisory-content-image {
  padding: 50px 0 10px !important;
}
#service-advisory-content-image .llmFirst-wrap {
  justify-content: space-evenly;
  align-items: center;
}
#service-advisory-content-image .llmFirst-wrap .col-6.p16 {
  order: 2;
  width: 50%;
  padding-right: 0;
  padding-left: 40px;
}
#service-advisory-content-image .llmFirst-wrap .col-6.pl {
  width: 50%;
}
#service-advisory-content-image .llmFirst-wrap .col-6.p16 > p {
  font-size: 20px;
  line-height: 150%;
}
#health-check-accordion {
  padding: 20px 0;
}
#health-check-accordion .tc-image-tab-wrap {
  display: flex;
  flex-direction: column;
}
#health-check-accordion .left-box {
  margin-bottom: 30px;
}
#health-check-accordion
  #salesforce-package-development.service-advisory-section.data-integration-tiles
  .categories-box {
  grid-template-columns: repeat(3, 1fr);
}
#health-check-accordion #salesforce-package-development.how-we-work-section {
  order: 1;
  padding: 20px 30px 5px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#health-check-accordion .image-tab-item-wrap {
  min-height: 387px !important;
  order: 2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#health-check-accordion .categories-icon img {
  max-width: 60px;
}
#health-check-accordion
  .service-advisory-section.data-integration-tiles
  .categories-content
  h4,
#health-check-accordion
  .service-advisory-section.data-integration-tiles
  .categories-content
  p {
  text-align: center;
}
#health-check-accordion
  #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
  .categories-boxes {
  min-height: 280px !important;
}
#health-check-accordion .tc-image-tab-wrap .accordion-heading {
  display: none;
}
.assessment-row {
  gap: 40px;
}
.assessment-col {
  width: calc(50% - 20px);
}
.assessment-heading {
  text-align: center;
  margin-bottom: 25px;
}
.two-column-assessment {
  background: #f3f7f6;
  padding: 24px 0;
}
.assessment-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  color: #1f1f1f;
}
.assment-desc p {
  color: #3a3a3a;
}
.p-highlighted-text {
  text-align: center;
  max-width: 65%;
  margin: 0 auto 10px;
  color: #21a55e;
  font-weight: 600;
}
.two-column-assessment .s-key-wrap {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.two-column-assessment .s-key {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  background: #ffffff;
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
}
.two-column-assessment .s-key::before {
  background-image: url("https://gruve.ai/wp-content/uploads/2025/07/new-tick-icon.svg");
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.compliance-assessment-section {
  background: transparent;
  padding: 50px 0;
}
.compliance-assessment-section .assessment-col:first-child {
  order: 2;
}
.compliance-assessment-section .s-key-wrap {
  display: flex;
  flex-wrap: wrap;
}
.compliance-assessment-section .s-key {
  background: #f3f9f5;
  width: calc(33.33% - 8px);
}
.compliance-assessment-section .s-key-wrap .s-key:nth-child(7),
.compliance-assessment-section .s-key-wrap .s-key:nth-child(8) {
  width: calc(50% - 6px);
}
.assessment-section {
  margin-top: 50px;
}

#subscription-section .contact-content-container .left-side-box {
  padding-top: 0;
  width: 480px;
}
#subscription-section .contact-content-container .right-side-box {
  padding: 48px 48px 20px;
}
#subscription-section .contact-form-item.company-name-box {
  grid-area: 3 / 1 / 3 / 3;
}
#subscription-section .wpcf7-response-output {
  margin: 0;
}

.expert-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  gap: 50px;
}
.expert-detail-wrap {
  position: relative;
}
.expert-detail-wrap:before {
  content: "";
  background: url(https://gruve.ai/wp-content/uploads/2025/07/bg-layer-expert.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
}
.expert-profile {
  display: flex;
}
.expert-profile img {
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.expert-profile-text {
  background: #fff;
  text-align: center;
  padding: 10px 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.expert-profile-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.expert-profile-text p {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  text-transform: uppercase;
}
.expert-profile-text a i {
  color: #000;
}
.guided-by-expert-section.team-member-section
  .heading-title-container
  .left-side
  p {
  margin-top: 0 !important;
  width: 100%;
  text-align: center;
}
.guided-by-expert-section.team-member-section .heading-title-container {
  justify-content: center;
  margin-bottom: 25px;
}
.guided-by-expert-section.team-member-section:after {
  display: none;
}

/* Salesforce Revenue Boosting Page */
.white-banner-content h1 {
  color: #222222 !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
.white-banner-content p {
  color: #222222 !important;
}
#sfr-part-1 {
  padding-top: 50px;
}
.salesforce-revenue-section {
  padding: 0 0 50px;
}
.sfr-tag {
  background: #21a55e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.sfr-title {
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
}
.sfr-heading {
  justify-content: space-between;
  align-items: center;
  flex-direction: row !important;
}
.sfr-heading-inner {
  width: calc(100% - 150px);
}
.sfr-content p {
  font-size: 20px;
  color: #000;
  line-height: 150%;
}
.button-contact a.talk-btn {
  background: #21a55b;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.key-outcome-detail {
  margin: 20px 0;
}
.key-outcome-wrap {
  background: transparent !important;
  padding: 0;
}
.key-outcome-wrap h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.key-outcome-wrap.two-column-assessment .s-key::before {
  left: 10px;
  top: 0px;
  transform: unset;
}
.key-outcome-wrap.two-column-assessment .s-key {
  padding: 0 0 0 45px;
  font-size: 18px;
}
.key-outcome-wrap.two-column-assessment .s-key-wrap {
  gap: 16px;
}
.customer-snapshot {
  margin-top: 25px;
  background: #21a55e;
  border-radius: 24px;
  padding: 24px 40px;
  position: relative;
}
.customer-snapshot:after {
    content: '';
    display: block;
    background: url('https://gruve.ai/wp-content/uploads/2025/07/paper-clip.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 118px;
    height: 112px;
    background-position: center;
    background-size: contain;
}
.customer-snapshot h4 {
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
}
.customer-snapshot p {
  color: #fff;
  width: calc(100% - 120px);
  line-height: 120%;
}
.key-outcome-wrap .data-integration-tiles .categories-content h4 {
  font-size: 18px;
}
.key-outcome-wrap .data-integration-tiles .categories-content p {
  font-size: 16px;
  color: #595959;
}
.key-outcome-wrap .data-integration-tiles .categories-box {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  align-items: flex-start;
}
.key-outcome-wrap .data-integration-tiles .categories-boxex {
  padding: 0 30px;
}

.unlock-solution-form-section {
  position: relative;
}
.unlock-solution-form-section:before {
  content: "";
  display: block;
  background: #6cc288;
  position: absolute;
  left: 0;
  top: 123px;
  width: 100%;
  height: 2px;
}
.unlock-solution-form-section form {
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 9;
  max-width: 600px;
  padding: 0 50px;
}
.unlock-solution-form {
  max-width: 500px;
  background: #21a55e;
  margin: 0 auto;
  padding: 25px 30px 10px;
  border-radius: 24px;
}
.unlock-solution-form > h4 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 20px;
}
.form-inputs-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}
.form-input input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  border: 0;
  outline: 0;
}
.unlock-solution-form input.button-green {
  color: #21a55e;
  padding: 10px 20px;
  margin: 16px 0 5px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.unlock-solution-form > .center > p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unlock-solution-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 18px;
}
.unlock-solution-form-section .wpcf7-response-output {
  display: none;
  margin: 0 !important;
  color: #fff;
  text-align: center;
}

/* Unlock Solution Salesforce Revenue Page */
.unlock-solution-sf-revenue-section {
  position: relative;
  padding-top: 40px;
  margin-top: 10px;
}
.unlock-solution-sf-revenue-section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #e9f7ed;
}

.us-sfr-details:first-child {
  margin-top: 0;
}
.us-sfr-details {
  margin-top: 35px;
}
.us-sfr-title h4 {
  font-weight: 600;
  position: relative;
  padding-left: 48px;
}
.us-sfr-title h4:before {
  content: "";
  display: block;
  background: url("https://gruve.ai/wp-content/uploads/2025/07/gruve-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 33px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.us-sfr-content p {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}
.us-sfr-content .sfr-outcome {
  font-weight: 600;
}
.us-sfr-content .sfr-outcome span {
  color: #21a55e;
}
.sfr-arch-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  line-height: 150%;
  padding-top: 10px;
}
.sfr-arch-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 8px;
  background: #21a55e;
  top: 0;
  left: 0;
}
.sfr-arch-img {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.bi-details .sfr-arch-title {
  padding-top: 0;
  text-align: center;
}
.bi-left {
  width: 45%;
}
.bi-right {
  width: 55%;
}
.bi-left .bi-details {
  text-align: center;
}
.bi-details .sfr-arch-title:before {
  width: 100%;
  height: 1px;
  top: auto;
  left: 0;
  bottom: -4px;
}
.bi-left .sfr-arch-title:before {
  width: calc(100% - 30px);
}
ul.business-impact-list li {
  border-bottom: 2px solid #e9f7ed;
  padding: 10px 0;
  font-size: 20px;
  line-height: 150%;
}
.roadmap-implementation {
  margin-bottom: 50px;
}
.roadmap-implementation-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.rmi-details {
  background: #f3f9f5;
  padding: 27px;
  border-radius: 24px;
}
.rmi-content h6 {
  font-weight: 600;
  color: #222222;
}
.rmi-content p {
  font-size: 16px;
  line-height: 150%;
  color: #3a3a3a;
}
.sfr-act-now-section {
  padding: 0 0 60px !important;
}
#partnership-contact-us.sfr-act-now-section .cta-container-banner-box {
  padding: 15px 20px;
}
#partnership-contact-us.sfr-act-now-section
  .cta-banner-content-box
  .cta-banner-summary {
  font-size: 20px;
}
#partnership-contact-us.sfr-act-now-section .button-contact .talk-btn {
  max-width: 250px;
}

.unlock-solution-sf-revenue-section,
#sf-revenue-part-4,
.sfr-act-now-section {
  display: none;
}
.unlock-visible-solution {
  padding: 40px 0 50px;
  background: linear-gradient(
    0deg,
    rgb(87 87 87 / 60%) 0% 0%,
    rgba(255, 255, 255, 0.1) 100% 100%
  );
  filter: blur(2px);
}
.sfr-ellipse {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.sfr-ellipse span {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #e9f7ed;
  display: inline-block;
}
/* AI Assessment Form CSS **/
.pum-theme-3578, .pum-theme-lightbox {backdrop-filter: blur(21px);}
.one-column-new p {
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
}
div#assessment-intro {
  text-align: left;
  flex: 35% 0 0;
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
}
.ai-assessment-section{
    background-image: url(https://gruve.ai/wp-content/uploads/2025/09/Group-1000014359.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    /* height: 120vh; */
    background-color: #000;
    padding: 20px 0px 85px;
}

.ai-assessment-section h1,
.ai-assessment-section h2{
  color: #1F1F1F;
  text-align: center;
  font-weight: 600;
}

.ai-assessment-section h1{
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 500;
}

section#ai-assessment-section h1.main-title.active-title {
    text-align: center;
    color: #fff;
}

section#ai-assessment-section h1.main-title.active-title span {
    color: #EE0000;
}
/* .ai-assessment-section h1 span,
.ai-assessment-section h2 span{
  background: linear-gradient(90deg, #21A55B 38.37%, #24D4F0 51.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
div#assessment-form-wrapper .step-controls .next-btn, div#assessment-form-wrapper .step-controls .finish-btn, div#assessment-form-wrapper .step-controls .wpcf7-submit {
    /* background: #EE0000; */
    margin-top: 30px;
}
.ai-assessment-section h1 span.gradient-text{
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.ai-assessment-section h2 span{
  display: block;
}

.ai-assessment-section #assessment-intro p{
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    padding: 30px 0px 20px;
    width: 100%;
    /* margin: auto; */
    text-align: left;
    line-height: 150%;
}

div#assessment-intro h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

div#assessment-intro ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

div#assessment-intro ul li img {
    height: 29px;
}

div#assessment-intro ul {
    margin-bottom: 30px;
}

.page-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#startAssessment{
    background: #EE0000;
    color: #fff;
    outline: 0px;
    border: none;
    padding: 9px 48px;
    border-radius: 6.4px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
div#assessment-form-wrapper .progressbar-steps {
    padding: 0px;
    position: absolute;
    top: -13px;
    margin: 0px;
    right: 0;
    left: 0;
}
.assessment-box {
    background: white;
    padding: 2px 70px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: -27px;
    height: 645px;
    align-items: center;
    display: grid;
    max-width: 1025px;
    margin: auto;
    /* margin-top: -27px; */
    position: relative;
    margin-top: 50px;
}

.cf7-quiz-step p label{
    padding: 10px;
    border-radius: 7px;
    display: block;
    margin: 16px 0px;
}
.cf7-quiz-step p label.active-option {
    background: #e9f7ed;
}

/* Stepper wrapper */
.progressbar-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;           /* distance between circles */
  margin-top: 18px;
  padding: 14px 10px;
  position: relative;
}
.assessment-intro{
  padding: 48px 10px; 
}

/* connectors: we will add a thin line behind the circles */
.progressbar-steps::before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 48%;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
    border-radius: 3px;
    width: 317px;
    margin: auto;
}

/* individual step */
.progressbar-steps .step {
  position: relative;
  z-index: 2; /* above the connector line */
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #d0d7db; /* default grey ring */
  box-sizing: border-box;
}

/* completed step: filled green with check */
.progressbar-steps .step.done {
  background: #21A55B;
  border-color: #21A55B;
  color: #fff;
}

/* show check mark inside done */
.progressbar-steps .step.done::after{
  content: "✓";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background: transparent;
}
.progressbar-steps .step.done::before{
    content: "";
    background: #21A55B;
    width: 132%;
    height: 4px;
    position: absolute;
    left: 23px;
}



/* current step: green ring with inner dot */

section.partner--LogoSection {padding: 20px 0px 0px;background: #000;}

section#ai-assessment-section .progressbar-steps .step.current {
    border-color: #EE0000;
    background: transparent;
}
section#ai-assessment-section .progressbar-steps .step.done {
    background: #EE0000;
    border-color: #EE0000;
}

section#ai-assessment-section .progressbar-steps .step.done::before {
    background: #EE0000;
}

section#ai-assessment-section .progressbar-steps .step.current::after {
    background: #EE0000;
}

section#ai-assessment-section .progressbar-steps .step.finish {
    background: #EE0000 !important;
}

div#assessment-form-wrapper .step-controls p {
    display: unset;
}

div#assessment-form-wrapper .step-controls p button.prev-btn {
    border: 0px !important;
    padding: 20px 5px !important;
    color: #4A4A4A !important;
    text-decoration: underline !important;
    gap: 20px;
}

.progressbar-steps .step.current {
  background: #fff;
  border-color: #21A55B;
}



.progressbar-steps .step.current + .step::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #D1D5DB;
    border-radius: 50%;
    display: block;
}
.progressbar-steps .step.current::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #21A55B;
  border-radius: 50%;
  display: block;
}
.progressbar-steps .step.finish{
      background: #21A55B !important;
}

.progressbar-steps .step.finish::after{
    content: "✓" !important;
    width: initial !important;
    height: initial !important;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    background: transparent;
}

/* future step style (default) */
.progressbar-steps .step.upcoming {
  background: transparent;
  border-color: #d0d7db;
  color: #9aa6ad;
}
.result-actionbtn{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.partner-logos {
    display: flex;
    justify-content: center;
    gap: 10px 30px;
    flex-wrap: wrap;
    padding: 0px 16px;
    align-items: center;
}

.partner-logos img {
  max-height: 40px;
  object-fit: contain;
  width: auto;
}
.partner-logos .red-hat{
      max-height: 80px;
}

.custom-assessment-footer {
    background-color: #1A1A1A;
    color: #ffffff;
    padding: 40px 20px;
    font-size: 14px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    /* margin-top: 20px; */
    /* position: fixed; */
    z-index: 12;
}

.custom-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.custom-footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-footer-links a {
  color: #ffffff;
  text-decoration: none;
}

.custom-footer-links a:hover {
  text-decoration: underline;
}

.custom-footer-right {
  text-align: right;
  white-space: nowrap;
}

.cf7-quiz-step{
  text-align: left;
  font-family: 'Montserrat';
}
.cf7-quiz-step p{
  font-family: 'Montserrat';
  color:#000;
}
.cf7-quiz-step p.question-text{
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 120%;
  font-weight: 500;
}
.cf7-quiz-step .options p{
    font-size: 22px;
    font-weight: 500;
}
.cf7-quiz-step p span.wpcf7-radio > .wpcf7-list-item{
  display: block;
  margin-top: 20px;
}


.step-controls .next-btn,
.step-controls .finish-btn,
.step-controls .wpcf7-submit{
    background: #D9D9D9;
    border: 0px;
    padding: 10px 48px;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'Montserrat';
}

.step-controls .prev-btn{
    background: transparent;
    border: none;
    text-decoration: underline;
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #4A4A4A;
}
.step-controls .next-btn.active,
.step-controls .finish-btn.active,
.step-controls .wpcf7-submit.active {
  background-color: #21A55E;
  color: #fff;
  cursor: pointer;
}
#schedule-workshop, .download-solution-brief {
    background-color: #EE0000;
    cursor: pointer;
    border: 0px;
    padding: 10px 48px;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Montserrat';
    text-decoration: none;
}
#commang-signals{
    margin-top: 12px;
    color: #000;
    font-weight: 600;
}
.wpa-test-msg{
  display: none;
}

#category-btn{
    border-radius: 16px;
    width: 185px;
    margin: auto;
    background: #EE0000;
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
}
.cf7-quiz-step input[type="radio"] {
    transform: scale(1.8);
    margin-right: 10px;
    accent-color: #21A55B;
}
#popmake-3588 .popmake-close{
  display: none;
}

#popmake-3588{
    background: #fff;
    border-radius: 10px;
    padding: 40px 35px;
}

#popmake-3588 .download-title{
    color: #1F1F1F;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat';
}

div#assessment-form-wrapper button.prev-btn {
    display: flex !important;
}

#popmake-3588 .two-column p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#popmake-3588 .two-column p input,
#popmake-3588 .one-column p input{
  width: 100%;
    border: 0.62px solid var(--Neutrals-Gray-50, #D9D9D9);
    padding: 9px 8px;
    border-radius: 3px;
    outline: 0px;
}

#popmake-3588 .two-column p label,
#popmake-3588 .one-column p label{
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
}

#popmake-3588 .one-column p label span{
  display: block;
}
#popmake-3588 .one-column,
#popmake-3588 .two-column{
  margin-top: 20px;
}

#popmake-3588 .download-btn{
  text-align: center;
  margin-top: 20px;
}

#popmake-3588 .download-btn .wpcf7-submit{
    background-color: #EE0000;
    cursor: pointer;
    border: 0px;
    padding: 10px 48px;
    color: #fff;
    border-radius: 6px;
}

#popmake-3588 .download-btn .wpcf7-spinner{
  display: block;
}
/* .progressbar .main-title{
  display: none;
} */
.progressbar .active-title{
  display: block;
  font-size: 32px !important;
}

#gruve-design-image-section .flex{
  flex-direction: row-reverse;
  gap: 34px;
}
#gruve-design-image-section .flex div.col-6 > p{
  color: #1F1F1F;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Montserrat';
  line-height: 120%;
}

#gruve-design-image-section .flex div.col-6:first-child {
  width: 48% !important;
}

#gruve-design-image-section .flex div.col-6:last-child {
  width: 47% !important;
}

/* Hide steps initially */
.cf7-quiz-step {
  display: none;
  width: 100%;
}

/* Active step is visible */
.cf7-quiz-step.active {
  /* position: relative; */
  display: block;
}
.cf7-quiz-step.prev .options,
.cf7-quiz-step.next .options 
{
  opacity: 0;
}

/* Question fade effect */
.question-text {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.options-slide-left label,
.options-slide-right label {
    opacity: 0;
}

.options-slide-left.animate label {
    animation: slideInLeft 0.8s ease forwards;
}

.options-slide-right.animate label {
    animation: slideInRight 0.8s ease forwards;
}


@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Fade out whole step before switching */
/* .fade-out {
  animation: fadeOut 0.6s ease forwards;
}

@keyframes fadeOut {
  to { opacity: 0; transform: translateY(-10px); }
} */



/***Animated button css ***/
 .animated-border-btn {
    position: relative;
    background: linear-gradient(0deg, #6CC288 0%, #21A55E 100%);
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    border: none;
    box-shadow: 0px 0px 16.8px 6px #21A55E78;
}

.animated-border-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* Border thickness */
    border-radius: 8px;
    background: linear-gradient(270deg, #A2DFB6, #007114, #A2DFB6);
    background-size: 300% 300%;
    animation: borderMove 4s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}
#assessment-result {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#assessment-result.show {
  opacity: 1;
  transform: translateY(0);
}
/**CS Advisory (Design and Enablement Page) */
.design-enablement-section{
  padding: 50px 0px;
}

.design-enablement-section .main-title,
.design-enablement-section .main-title .gradient-text{
  -webkit-text-fill-color: #1F1F1F;
  color: #1F1F1F;
  text-align: center;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 150%;
}
.design-enablement-section .categories-box .categories-boxes{
    width: 100%;
    display: flex;
    background: #F3F9F5;
    border: none;
    align-items: center;
    gap: 25px;
    padding: 25px 20px;
    min-height: auto;
}

.design-enablement-section .categories-box .categories-boxes  .categories-content{
  text-align: left;
}
.design-enablement-section .categories-box .categories-boxes .categories-content h4{
  -webkit-text-fill-color: #222222;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.design-enablement-section .categories-box .categories-boxes .categories-content p{
  color: #626262;
  font-size: 16px;
}

.design-enablement-section .categories-box .categories-boxes::before{
    display: none;
}

.design-enablement-section .categories-box .categories-boxes .icon{
    width: 30%;
    max-width: 120px;
}

.design-enablement-section .categories-box .categories-boxes .icon img{
    width: 80px;
    height: 80px;
}

.design-enablement-section .categories-box .categories-boxes .categories-content .tick-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.design-enablement-section .categories-box .categories-boxes .categories-content .tick-features li {
    flex: 1 1 calc(33.333% - 15px);
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    box-sizing: border-box;
    align-items: flex-start; 
}

.design-enablement-section .categories-box .categories-boxes .categories-content .tick-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #21A55E;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    justify-content: center;
    flex-shrink: 0; 
    margin-top: 2px;
}

.design-enablement-section .categories-box .categories-boxes .categories-content .tick-features p {
    margin: 0;
    line-height: 1.4; 
}
#network-application-security-section{
  background: #F3F7F6;
  padding: 30px 0px;
}

#network-application-security-section .categories-boxes{
  background: #FFFFFF;
}
#network-application-security-section .categories-box .categories-boxes .categories-content .tick-features li{
  background: #F3F9F5;
  text-align: left;
}

#network-application-security-section .left-box{
  padding-bottom: 40px;
}

#network-application-security-section .left-box p{
  text-align: center;
}

#identity-tiles-section{
  background-color: #F3F7F6 !important;
}

#identity-tiles-section .categories-boxes{
  background-color: #ffffff;
  min-height: 400px;
}

.design-enablement-section .right-box{
  margin-top: 30px;
}

.filp-box-design-enablement .flex.tiles-data-wrap{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 52px !important;
}

.filp-box-design-enablement .flip-box-front:before{
  background:linear-gradient(180deg, #00000029 0%, rgba(0, 0, 0, 0) 60% 60%) !important;
}
/* ------------------------------------------------------------------------ Mobile Responsive ------------------------------------------------------------------------ */
@media (max-width: 1440px) {
  .news-content .heading-date .heading-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .news-content .heading-date span.date {
    font-size: 18px;
  }

  /* Leadership Page CSS */
  .gallery-group.group-1,
  .gallery-group.group-3,
  .gallery-group {
    width: 32%;
  }
  .custom-gallery-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .blank-box.b-box-1 {
    height: 111px;
  }
  .blank-box.b-box-2 {
    height: 97px;
  }
  .blank-box.b-box-4 {
    height: 72px;
  }
  .blank-box.b-box-5 {
    height: 32px;
  }

  .team-profile-wrap {
    gap: 25px 60px;
  }
  .team-details {
    max-width: calc(25% - 45px);
  }
  .cbg-content-wrap {
    width: 80%;
  }

  /* CX Automotive Page CSS */
  .cx-automotive-content {
    padding: 0;
  }
  .cx-addition-info {
    padding: 50px 50px 0;
  }
  .cx-efficiency-inner {
    gap: 60px;
  }
  .cx-efficiency .cx-efficiency-inner:last-child {
    gap: 60px;
  }
  .cx-tile-inner p {
    font-size: 26px;
  }
  .sf-title h4 {
    font-size: 23px;
  }
  .cx-exp-left .item-box p {
    font-size: 21px;
  }

  .ai-power-title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ai-power-desc p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px !important;
  }
  .request-demo-btn {
    font-size: 16px;
  }
  .ai-power-wrap .cx-exp-left {
    width: calc(60% - 5px);
  }
  .ai-power-wrap .cx-exp-right {
    left: -85px;
  }
  .use-case-content {
    gap: 20px;
  }
  .use-case-left {
    width: calc(65% - 10px);
  }

  .wwso-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .wwso-content p {
    font-size: 20px;
    line-height: 30px;
  }

  /* AI Workforce Page CSS */
  #ai-agent-section .study-wrap h4,
  .aa-content h2,
  #ai-workforce-by-gruve .intro-about-container h2 {
    font-size: 42px;
    line-height: 60px;
  }
  #ai-agent-section .p16 p,
  .gruve-aa-inner p {
    font-size: 18px;
  }
  .aa-content p {
    font-size: 24px;
    line-height: 32px;
  }
  .agentic-approach-details {
    gap: 20px;
  }
  .gruve-aa-inner h4 {
    font-size: 20px;
  }
  .gruve-aa-inner {
    width: calc(33.33% - 13.5px);
  }
  .gs-title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .gs-content-wrap p {
    font-size: 18px;
  }

  /* Partnership with Salesforce Page CSS */
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-right {
    width: calc(62% - 10px);
  }
  #partnership-salesforce-hero .ai-power-title {
    font-size: 42px;
    line-height: 52px;
  }
  #partnership-salesforce-hero .ai-power-desc p {
    font-size: 21px;
    line-height: 32px;
  }

  #ai-power-selesforce .study-wrap .w-40.p16 p {
    line-height: 32px;
  }
  .tab-menu-item {
    font-size: 18px;
    line-height: 28px;
    padding: 3px 0;
  }
  .tiles-heading h2,
  .case-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .tiles-content-details img {
    max-width: 75px;
  }
  .tiles-content-details h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .tiles-content-details p {
    font-size: 18px;
    line-height: 26px;
  }
  #partnership-contact-us .cta-banner-content-box h2.heading-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  #partnership-contact-us .cta-banner-content-box .cta-banner-summary {
    font-size: 20px;
    line-height: 32px;
  }
  #partnership-contact-us .button-contact .talk-btn {
    max-width: 180px;
    font-size: 16px;
    margin-top: 32px;
  }
  /* Partnership Glean page */
  #content-glean-section .llmFirst-wrap .col-6.p16 {
    width: 50% !important;
    padding-right: 40px;
  }
  #content-glean-section .llmFirst-wrap .col-6.pl {
    width: 50% !important;
  }
  .gleans-offer-section .bullet-list-box h3,
  .gleans-offer-section .image-box h3.mobile-title {
    line-height: 32px;
    font-size: 24px;
  }
  .gleans-offer-section .bullet-list-box .bullet-list li {
    font-size: 18px;
  }
  #value-added-glean-section2 .tiles-content-details {
    padding: 25px 40px;
  }
  .gleans-offer-section .heading-title h2,
  .heading-with-icon-boxes .p20 h2,
  #value-added-glean-section .gruve-solution-wrap .aa-content h2,
  .why-work-gruve-section .heading-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 1120px !important;
  }
  .scroll-navigation-menu {
    max-width: 135px;
    left: 15px;
  }
  #data-warehouse-etl-section .benefits-list-container {
    max-width: 85%;
  }
  .tiles-inner-wrap {
    width: 224px;
    min-height: 304px;
  }
  .data-integration-tiles .categories-boxes {
    min-height: 298.5px;
  }
  #value-added-cisco .tiles-description p {
    font-size: 16px;
    line-height: 154%;
  }
  #ai-agent-enterprise.salesforce-security-tiles
    .success-vision-container
    .top-content-box {
    gap: 60px;
  }
  #ai-agent-enterprise.salesforce-security-tiles .left-box {
    width: calc(42% - 30px) !important;
  }
  #ai-agent-enterprise.salesforce-security-tiles .right-box {
    width: calc(60% - 30px) !important;
  }
  .testimonial-section:before {
    width: 175px;
    height: 175px;
  }
  .testimonial-section:after {
    width: 225px;
    height: 175px;
  }
  #ai-agent-enterprise > .page-container {
    max-width: 80% !important;
  }
  .case-study-hero-section {
    height: 480px;
  }
  #product-solution-section .tiles-inner-wrap {
    min-height: 390px;
  }
  .image-tab-item-wrap {
    min-height: 460px;
  }
  #data-warehouse-etl-section
    .benefits-list-boxes
    .benefits-list:hover
    .benfits-text
    .benefits-desc {
    min-height: 300px;
  }
  #data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
    min-height: 400px;
    object-fit: cover;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 290px !important;
  }
  .event-details .event-image {
    width: calc(30% - 15px);
  }
  .event-details .event-content {
    width: calc(70% - 15px);
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-content
    h4 {
    min-height: 45px !important;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-boxes {
    min-height: 226px !important;
  }
  #data-warehouse-etl-section .benfits-text .benefits-desc ul li {
    font-size: 15px;
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-boxes {
    min-height: 305px !important;
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-content
    h4 {
    min-height: unset !important;
  }
  #subscription-section .contact-content-container .right-side-box {
    width: 580px;
    min-width: 580px;
  }
  .our-investor-section .investor-image {
    min-height: 365px;
  }
  .expert-row {
    max-width: 75%;
  }
  .expert-profile-text {
    padding: 10px 15px;
  }

  .sfr-tag {
    font-size: 14.5px;
    line-height: 22px;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 26px !important;
    line-height: 44px;
  }
  .sfr-content p,
  .key-outcome-wrap h6,
  .us-sfr-content p,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    .cta-banner-summary {
    font-size: 18px;
  }
  .button-contact a.talk-btn,
  .key-outcome-wrap .data-integration-tiles .categories-content p {
    font-size: 14.5px;
  }
  .key-outcome-wrap.two-column-assessment .s-key,
  .key-outcome-wrap .data-integration-tiles .categories-content h4,
  .rmi-content h6 {
    font-size: 16px;
  }
  .customer-snapshot h4 {
    font-size: 24px;
  }
  .sfr-arch-title {
    font-size: 20px;
  }
  .rmi-details {
    padding: 20px;
  }
  .rmi-content p {
    font-size: 15px;
  }
  ul.business-impact-list li {
    font-size: 18px;
  }
  /* .ai-assessment-section{
    height: 100vh;
  } */
}
@media (max-width: 1342px) {
  .gruve-aa-inner h4 {
    min-height: 60px;
  }
  .upcoming-events-slider.our-certification-slider > .page-container {
    max-width: 1025px !important;
  }
  .ai-assessment-section{
    /* height: 150vh; */
  }
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .upcoming-events-slider.our-certification-slider > .page-container {
    max-width: 80% !important;
  }
}
@media (max-width: 1280px) {
  .about-banner-section .banner-left-content .banner-content h1 {
    font-size: 36px;
    line-height: 40px !important;
    margin: 5px 0 15px !important;
  }
  .intro-about-section .intro-about-container h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .intro-about-quote::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: -1px;
  }
  .ai-section-wrap p {
    font-size: 42px;
    line-height: 52px;
  }
  .categories-box {
    gap: 30px;
  }
  .categories-boxes {
    padding: 20px;
    min-width: calc(31.5% - 4px);
    min-height: 317.5px;
  }
  .team-member-section .team-members-profile-container .team-member-row {
    gap: 50px;
    justify-content: space-between;
  }
  .team-member-section
    .team-members-profile-container
    .team-member-row
    .team-member-profile-boxes {
    width: calc(31% - 16px);
  }

  /* CX Automotive Page CSS */
  .cx-title {
    font-size: 42px;
  }
  .cx-subtitle {
    font-size: 28px;
    line-height: 36px;
  }
  .cx-description {
    font-size: 21px;
    line-height: 32px;
  }
  .cx-addition-info {
    padding: 50px 30px 0;
  }
  .cx-tile {
    min-width: 200px;
  }
  .cx-tile-inner h4 {
    font-size: 60px;
  }
  .cx-tile-inner p {
    font-size: 24px;
  }
  .sf-icon img {
    max-width: 180px;
  }
  .cx-addition-wrap {
    gap: 40px;
  }
  .cx-form {
    padding: 30px 25px;
  }
  .cx-efficiency-inner,
  .cx-efficiency .cx-efficiency-inner:last-child {
    gap: 45px;
  }

  .deliver-title {
    margin-bottom: 25px;
  }
  .cx-exp-left .item-box {
    margin-bottom: 20px;
  }
  .cx-exp-left .item-box p {
    font-size: 20px;
  }

  .ai-power-wrap .cx-exp-right {
    left: -60px;
  }
  .case-title {
    font-size: 28px;
    line-height: 38px;
  }
  .case-subtitle {
    font-size: 21px;
  }
  .case-desc p {
    font-size: 18px;
  }

  .form-submit .request-demo-btn {
    padding: 12px 10px;
    width: 60%;
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 1140px !important;
  }
  .scroll-navigation-menu {
    display: none !important;
  }
  .testimonial-section:before {
    width: 150px;
    height: 150px;
  }
  .testimonial-section:after {
    width: 200px;
    height: 150px;
    right: -80px;
  }
  #ai-agent-enterprise > .page-container {
    max-width: 90% !important;
  }
  .globe-search-menu,
  .right-section.flex {
    gap: 10px;
  }
  .upcoming-events-slider.our-certification-slider > .page-container {
    max-width: 90% !important;
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-boxes {
    min-height: 333px !important;
  }
  #subscription-section .contact-content-container {
    justify-content: space-between;
    display: flex;
  }
  #subscription-section .contact-content-container .right-side-box {
    width: 550px;
    min-width: 550px;
  }
}
@media (max-width: 1199px) {
  .team-member-section
    .team-members-profile-container
    .team-member-row
    .team-member-profile-boxes {
    width: calc(31% - 16px) !important;
  }
  .news-wrap {
    gap: 25px 40px;
  }
  .news-items-wrap {
    width: calc(50% - 20px);
  }
  .news-content .heading-date .heading-title {
    font-size: 20px;
    line-height: 28px;
  }
  .news-content .heading-date span.date {
    font-size: 16px;
  }
  /* Leadership Page CSS */
  .gallery-group.group-1 {
    width: 31%;
  }
  .gallery-group {
    width: 32%;
  }
  .custom-gallery-wrapper {
    max-width: 892px;
  }
  .blank-box.b-box-1 {
    height: 98px;
  }
  .blank-box.b-box-2 {
    height: 86px;
  }
  .blank-box.b-box-4 {
    height: 61px;
  }
  .blank-box.b-box-5 {
    height: 27px;
  }
  .team-profile-wrap {
    gap: 25px 40px;
  }
  .team-details {
    max-width: calc(25% - 30px);
  }
  .profile-image img {
    max-width: 185px;
  }
  /* SOC Page CSS */
  .soc-form {
    min-width: 315px;
  }
  .soc-wrap {
    gap: 40px;
  }

  .wwso-layout-wrap {
    gap: 20px;
    margin: 40px 0;
  }
  .wsso-grid {
    width: calc(33.33% - 13.5px);
    padding: 20px;
    min-height: 306px;
  }
  /* AI Workforce Page CSS */
  .agentic-approach-details {
    gap: 30px;
  }
  .gruve-aa-inner {
    width: calc(50% - 15px);
  }
  .gruve-aa-inner h4 {
    min-height: unset;
    margin-bottom: 10px;
  }
  #ai-agent-section .study-wrap h4,
  .aa-content h2,
  #ai-workforce-by-gruve .intro-about-container h2 {
    font-size: 36px;
    line-height: 56px;
  }
  .gs-title h3 {
    font-size: 24px;
  }
  .gs-content-wrap p {
    font-size: 18px;
  }
  /* AI Infrastructure Page CSS */
  .sp-content-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .sp-content-inner p {
    font-size: 18px;
  }
  .sp-content-wrap h2,
  #strength-numbers-section
    .case-study-glance-container
    .case-study-glance-title,
  #infrastructure-partner-section .heading-title h2,
  #infra-certification-section .awards-col h2,
  #infra-team-section .heading.center h2 {
    font-size: 42px;
    line-height: 52px;
  }
  /* Partnership with Salesforce Page CSS */
  #partnership-salesforce-hero {
    padding: 100px 0px 50px;
  }
  #partnership-salesforce-hero .ai-power-title {
    font-size: 36px;
    line-height: 46px;
  }
  #partnership-salesforce-hero .ai-power-desc p {
    font-size: 20px;
    line-height: 30px;
  }
  #ai-power-selesforce .study-wrap {
    gap: 24px;
  }
  #ai-power-selesforce .study-wrap .w-40.p16,
  #ai-power-selesforce .study-wrap .col-6 {
    width: calc(50% - 12px);
  }
  #ai-power-selesforce .study-wrap .w-40.p16 p,
  .acc-content-inner > div ul li,
  .acc-content-inner p {
    font-size: 18px;
    line-height: 28px;
  }
  .tiles-heading h2,
  .case-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .wwso-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .tiles-content-details h4 {
    font-size: 21px;
    line-height: 30px;
  }
  /* Partnership Glean page */
  #content-glean-section .llmFirst-wrap p {
    font-size: 16px;
    line-height: 27px;
  }
  .tiles-description ul li {
    font-size: 16px;
  }
  .vs-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
  }
  .wwso-wrap > p {
    font-size: 20px;
    line-height: 28px;
  }
  #why-partner-with-gruve {
    padding-top: 80px;
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 940px !important;
  }
  #data-warehouse-etl-section .benefits-list-container {
    max-width: 100%;
  }
  .tiles-description {
    padding: 10px;
  }
  .tiles-description p {
    font-size: 12px;
    line-height: 154%;
  }
  .tiles-inner-wrap {
    width: 209px;
    min-height: 284px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 280px !important;
    padding: 20px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    padding: 15px;
    min-height: 372px;
  }
  .salesforce-security-tiles .success-vision-container .top-content-box {
    flex-direction: row;
    gap: 80px;
  }
  .salesforce-security-tiles .left-box {
    width: calc(45% - 40px) !important;
  }
  .salesforce-security-tiles .right-box {
    margin-top: 0;
    width: calc(60% - 40px) !important;
  }
  #value-added-cisco .tiles-description {
    padding: 0;
  }
  #value-added-cisco .tiles-description p {
    font-size: 14px;
    line-height: 154%;
  }
  #value-added-cisco .tiles-content-details:last-child .tiles-description {
    width: 65%;
  }
  #cisko-ai-pods .flex.vulnerability-wrap.p20 .col-4 {
    width: calc(50% - 5px);
  }
  .case-studies.insight-post-filter-section
    .tabs-content-container
    .tab-content-boxes {
    gap: 30px;
  }
  .case-studies.insight-post-filter-section
    .tabs-content-container
    .tab-content-boxes
    .tabs-box {
    width: calc(100% / 2 - 15px) !important;
  }
  #ai-agent-enterprise.data-integration-tiles .main-title {
    font-size: 28px !important;
  }
  .two-column-tiles-image-section .tiles-content-details h4 {
    font-size: 18px;
  }
  .ti-content {
    width: calc(33.5% - 8px);
  }
  .two-column-tiles-image-section .tiles-content-wrap {
    gap: 16px;
  }
  .left-ti-content {
    gap: 16px;
  }
  .ts-content h4 {
    font-size: 22px;
  }
  .ts-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-slider {
    max-width: 725px;
  }
  .partner-image-container .tech-icon,
  .partner-image-container .gluware-logo-details {
    min-height: 125px;
    max-height: 125px;
  }
  #product-solution-section .tiles-inner-wrap {
    width: calc(50% - 10px);
    min-height: 290px;
  }
  .flex.globe-search-menu {
    display: none;
  }
  .image-tab-item-wrap {
    min-height: 480px;
  }
  #data-warehouse-etl-section
    .benefits-list-boxes
    .benefits-list:hover
    .benfits-text
    .benefits-desc {
    min-height: 265px;
  }
  #data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
    min-height: 365px;
  }
  .event-inner {
    gap: 20px;
  }
  .event-details .event-image {
    width: calc(33% - 10px);
  }
  .event-details .event-content {
    width: calc(67% - 10px);
  }
  .salesforce-certification-wrap {
    grid-template-columns: repeat(6, 1fr);
  }

  #industry-solution-tile-section .flex.tiles-data-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .tab-aiss-description p,
  .tab-aiss-description ul li {
    font-size: 15px;
  }
  .tab-label h4 {
    height: 58%;
  }
  #data-warehouse-etl-section .benfits-text .benefits-desc ul li {
    font-size: 14px;
  }
  #subscription-section .contact-content-container .right-side-box {
    width: 475px;
    min-width: 475px;
  }
  #subscription-section .contact-content-container .left-side-box {
    width: 400px;
  }
  .our-investor-section .investor-image {
    min-height: 335px;
  }
  .expert-row {
    max-width: 85%;
    gap: 40px;
  }
  .key-outcome-wrap .data-integration-tiles .categories-boxex {
    padding: 0 20px;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 24px !important;
    line-height: 36px;
  }
  .sfr-arch-title {
    font-size: 18px;
  }
  ul.business-impact-list li {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  header ul#mega-menu-max_mega_menu_1 li.mega-menu-item-270 > ul.mega-sub-menu {
    height: 330px !important;
  }
  li#mega-menu-item-270 li#mega-menu-270-0-4 > ul.mega-sub-menu {
    left: 35px !important;
    top: 280px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-3 {
    padding-left: 85px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-4 {
    padding-left: 160px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-26 {
    padding-left: 200px !important;
  }
  ul#mega-menu-max_mega_menu_1
    > li#mega-menu-item-270
    li#mega-menu-270-0-4
    > ul.mega-sub-menu {
    padding-top: 0 !important;
  }
  .event-details .event-image {
    width: calc(35% - 10px);
  }
  .event-details .event-content {
    width: calc(65% - 10px);
  }
  
}
@media (max-width: 991px) {
  li#mega-menu-item-270
    .mega-sub-menu
    .mega-menu-item
    .dropdown-menu
    .menu-items.menu-items-title
    a {
    font-size: 16px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-3 {
    padding-left: 75px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-4 {
    padding-left: 140px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-26 {
    padding-left: 180px !important;
  }
  .tiles-heading.tsa-content {
    top: 60px;
    padding: 32px 0 20px;
  }
  .tsa-tab-details {
    margin-top: 12px;
  }
  .logo.logo-2102,
  .logo.logo-2752,
  .logo.logo-2119 {
    margin-left: 0;
  }
  .intro-about-section .intro-about-container .vision-col-wrap {
    width: 100%;
  }
  .intro-about-section .intro-about-container {
    flex-direction: column !important;
  }
  .intro-about-section .intro-about-container .video-box {
    height: 350px !important;
  }
  .ai-section-wrap p {
    font-size: 36px;
    line-height: 46px;
  }
  .ai-section-wrap {
    padding: 30px;
  }
  .categories-box {
    gap: 20px;
  }
  .categories-content p {
    font-size: 16px;
  }
  .categories-boxes {
    padding: 15px;
    min-width: calc(31.95% - 4px);
    min-height: 334.5px;
  }
  .our-investor-section .team-leader-name {
    font-size: 18px !important;
    line-height: 27px;
  }
  .team-member-section .team-members-profile-container .team-member-row {
    gap: 25px;
  }
  .meet-icon::before {
    left: -15px;
    bottom: -59px;
    width: 265px;
  }
  .investor-marquee-grid {
    display: block !important;
  }
  .our-investor-section .investor-marquee-box {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .global-footprint-section .footprint-container .left-side-box {
    width: 100%;
  }
  .global-footprint-section .footprint-container .right-side-box {
    width: 100%;
  }
  .item-box p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
  }
  .news-wrap {
    gap: 25px 34px;
  }
  .news-items-wrap {
    width: calc(50% - 17px);
  }
  .news-content {
    min-height: 115px;
  }
  /* Leadership Page CSS */
  .leadership-hero-section > .page-container {
    padding: 95px 0 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .l-content {
    padding: 0 0 100px;
  }
  .gallery-box.item-1,
  .gallery-box.item-5 {
    display: none !important;
  }
  .gallery-group.group-1 {
    width: 25%;
  }
  .gallery-group.group-3 {
    width: 25%;
  }
  .gallery-group {
    width: 42%;
  }
  .custom-gallery-wrapper {
    max-width: 836px;
  }
  .blank-box.b-box-2 {
    height: 85px;
  }
  .blank-box.b-box-4 {
    height: 75px;
  }
  .join-btn {
    min-width: 90px;
  }
  .team-details {
    max-width: calc(33.5% - 30px);
  }
  .cbg-content-wrap h2 {
    font-size: 28px;
    line-height: 45px;
  }
  .cbg-content-wrap {
    top: 30px;
  }
  .cbg-content-wrap .green-btn-link {
    margin-top: 10px;
  }
  .cbg-content-wrap {
    width: 75%;
  }
  /* CX Automotive Page CSS */
  .cx-automotive-hero {
    padding: 110px 0 45px;
  }
  .cx-title {
    font-size: 36px;
  }
  .cx-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .cx-description {
    font-size: 18px;
    line-height: 30px;
  }
  .cx-addition-info {
    padding: 40px 40px 0;
  }
  .cx-addition-wrap {
    flex-direction: column-reverse;
  }
  .cx-efficiency {
    width: 100%;
  }
  .cx-form {
    max-width: 100%;
  }
  .cx-tile {
    width: 50%;
    max-width: 100%;
    min-width: unset;
  }
  .sf-title,
  .sf-icon {
    max-width: 100%;
    width: 50%;
  }

  .cx-deliver-experience-section {
    padding: 35px 0;
  }
  .cx-deliver-experience {
    flex-direction: column-reverse;
  }
  .cx-exp-left {
    width: 100%;
  }
  .cx-exp-right {
    width: 100%;
    text-align: center;
  }

  .title-desc-section {
    padding: 60px 0px;
  }
  .ai-power-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .ai-power-wrap .cx-exp-left {
    width: 100%;
    border-bottom: 1px solid #6cc288;
    border-radius: 10px;
    position: relative;
  }
  .ai-power-wrap .cx-exp-left img {
    max-width: 70%;
  }
  .ai-power-wrap .cx-exp-right {
    position: static;
    width: 100%;
    padding: 5px 20px 20px;
  }
  .cx-exp-left .ai-power-title-m {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    max-width: 365px;
    width: 100%;
  }
  .ai-power-title {
    display: none !important;
  }
  .use-case-content {
    flex-direction: column-reverse;
  }
  .use-case-content:nth-child(2n) {
    flex-direction: column;
  }
  .use-case-left,
  .use-case-right {
    width: 100%;
  }
  .use-case-content {
    padding: 40px;
  }

  .wwso-content h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .wwso-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .profile-image {
    margin-bottom: 15px;
  }
  .profile-image img {
    max-width: 185px;
  }
  .profile-details h2 {
    font-size: 21px;
  }
  /* SOC Page CSS */
  .soc-form {
    min-width: 290px;
  }
  .soc-wrap {
    gap: 15px;
  }
  .soc-title {
    font-size: 36px;
    line-height: 46px;
  }
  .soc-description {
    font-size: 21px;
  }
  .ai-powered-soc-section {
    padding: 50px 0 !important;
  }
  .ai-powered-wrap {
    flex-direction: column;
    text-align: center;
  }
  .ai-soc-col {
    width: 100%;
  }
  .clms-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .clms-content p {
    font-size: 21px;
    line-height: 30px;
  }
  .clms-content-wrap {
    display: none;
    gap: 30px;
  }
  .clms-content-inner:first-child {
    padding: 12px 0 12px 15px;
    width: calc(60% - 12px);
  }
  .clms-content-inner {
    width: calc(40% - 12px);
  }
  .section-our-partner .wrapper-container-partner {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  .wsso-grid h4 {
    font-size: 20px;
    margin-top: 0;
  }
  .wsso-grid p {
    font-size: 16px;
  }
  .awards-col h2,
  .wwso-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .wsso-grid {
    width: calc(50% - 13.5px);
    min-height: 284px;
  }
  /* AI Workforce Page CSS */
  #ai-agent-section {
    padding: 70px 0 0;
  }
  #ai-agent-section .study-wrap {
    flex-direction: column;
  }
  #ai-agent-section .study-wrap .w-40.p16,
  #ai-agent-section .study-wrap .col-6 {
    width: 100%;
  }
  #ai-workforce-by-gruve .video-box.vision-col-wrap {
    width: 75% !important;
  }
  #ai-workforce-by-gruve .intro-about-container {
    gap: 20px !important;
  }
  #ai-workforce-by-gruve .video-box iframe {
    height: 350px;
  }
  .agentic-approach-details {
    padding-top: 60px;
    gap: 20px;
  }
  .gruve-aa-inner {
    width: calc(50% - 10px);
  }
  .aa-content p {
    font-size: 21px;
    line-height: 28px;
  }
  .gruve-aa-inner h4 {
    font-size: 18px;
  }
  .gruve-aa-inner p {
    font-size: 16px;
  }
  .gs-content {
    flex-direction: column;
  }
  .gs-content-inner {
    width: 100%;
  }
  .gs-content {
    background: linear-gradient(360deg, #e9f7ed 0%, #ffffff 100%) !important;
  }
  .gs-content:nth-child(2n) .gs-content-inner.gs-image {
    order: 2;
  }
  /* AI Infrastructure Page CSS */
  .sp-content-inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sp-content-inner p,
  .service-key-includes h4 {
    font-size: 17px;
  }
  .sp-content-wrap h2,
  #strength-numbers-section
    .case-study-glance-container
    .case-study-glance-title,
  #infrastructure-partner-section .heading-title h2,
  #infra-certification-section .awards-col h2,
  #infra-team-section .heading.center h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .s-key {
    font-size: 16px;
    line-height: 24px;
  }
  #strength-numbers-section.case-study-glance-section {
    padding: 50px 0;
  }
  #strength-numbers-section
    .case-study-glance-item
    .case-study-glance-number
    p {
    font-size: 52px;
    line-height: 52px;
  }
  #strength-numbers-section .case-study-glance-item > p {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
  #infrastructure-partner-section {
    padding: 30px 0;
  }
  #infrastructure-partner-section .partner-image-container {
    max-width: 100%;
  }
  #infra-team-section .team-wrap {
    gap: 25px;
  }
  /* Partnership with Salesforce Page CSS */
  #partnership-salesforce-hero .cx-exp-left .ai-power-title-m {
    display: none !important;
  }
  #partnership-salesforce-hero .ai-power-title {
    display: block !important;
  }
  #partnership-salesforce-hero .ai-power-title {
    font-size: 32px;
    line-height: 40px;
  }
  #partnership-salesforce-hero .ai-power-desc p {
    font-size: 18px;
    line-height: 28px;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-right {
    padding: 0;
  }
  #partnership-salesforce-hero .ai-power-wrap {
    flex-direction: row;
    align-items: center;
  }
  #ai-power-selesforce .study-wrap .w-40.p16 p,
  .acc-content-inner > div ul li,
  .acc-content-inner p {
    font-size: 16px;
    line-height: 28px;
  }
  .tiles-heading h2,
  .case-heading,
  .center.p20 h2 {
    font-size: 28px !important;
    line-height: 36px;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left {
    width: calc(50% - 10px);
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left img {
    max-width: 100%;
  }
  .tsa-tab-details {
    gap: 24px;
  }
  .sidebar-tabs {
    width: calc(40% - 12px);
  }
  .acc-tab-contents {
    width: calc(60% - 12px);
  }
  .tab-menu-item {
    font-size: 16px;
    line-height: 26px;
  }
  .tab-menu-item.active {
    padding-left: 12px;
  }
  .tab-menu {
    margin-bottom: 20px;
  }
  .acc-content-image img {
    max-width: 325px;
  }
  .tiles-content-details {
    padding: 20px;
  }
  .tiles-content-details img {
    max-width: 65px;
  }
  .tiles-content-details h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .tiles-content-details p {
    font-size: 16px;
  }
  #partnership-contact-us {
    padding-top: 50px;
  }
  #partnership-contact-us .cta-container-banner-box {
    padding: 30px;
  }
  #partnership-contact-us .cta-banner-content-box h2.heading-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  #partnership-contact-us .cta-banner-content-box .cta-banner-summary {
    font-size: 18px;
    line-height: 28px;
  }
  #partnership-contact-us .button-contact .talk-btn {
    margin-top: 30px;
    max-width: 160px;
    padding: 10px;
  }

  #value-added-glean-section .gs-title {
    align-items: center;
  }
  .gleans-offer-section .bullet-list-box .bullet-list li {
    font-size: 16px;
  }
  .gleans-offer-section .bullet-list-box h3,
  .gleans-offer-section .image-box h3.mobile-title {
    line-height: 28px;
    font-size: 20px;
  }
  .gleans-offer-section .heading-title h2,
  .heading-with-icon-boxes .p20 h2,
  #value-added-glean-section .gruve-solution-wrap .aa-content h2,
  .why-work-gruve-section .heading-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .video-box.vs-box {
    width: 100%;
    position: relative;
  }

  .video-box.vs-box iframe {
    height: 480px;
  }

  .vs-content.vs-box {
    display: none;
  }

  .soc-req-btn-mobile {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .soc-req-btn-m .request-demo-btn {
    padding: 8px 12px;
  }
  .flex.vulnerability-wrap.p20 {
    gap: 20px 10px;
  }
  .flex.vulnerability-wrap.p20 .col-4 {
    width: calc(50% - 5px);
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 820px !important;
  }
  .industry-solution-content .study-wrap {
    gap: 25px;
  }
  .industry-solution-content .study-wrap .col-6,
  .industry-solution-content .study-wrap .w-40 {
    width: calc(50% - 12.5px) !important;
  }
  #data-warehouse-etl-section .benefits-list-container {
    gap: 30px !important;
  }
  .tiles-inner-wrap {
    width: 257px;
    min-height: 350px;
  }
  #learn-about-capabilities .bar-content {
    flex-direction: row;
  }
  .data-integration-tiles .categories-boxes {
    padding: 15px;
  }
  #product-solution-section.data-integration-tiles .categories-boxes {
    padding: 15px 15px 40px;
  }
  #product-solution-section.data-integration-tiles .categories-content h4,
  .data-integration-tiles .categories-content h4 {
    font-size: 15px;
  }
  #salesforce-data-integration {
    padding: 30px 0;
  }
  .data-integration-tiles .categories-boxes {
    min-height: 320px;
  }

  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .data-integration-tiles .main-title {
    font-size: 28px !important;
    line-height: 36px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    width: calc(25% - 11.5px) !important;
  }
  .image-tab-item-wrap {
    flex-direction: column;
    gap: 32px;
  }
  .tcit-image,
  .tcit-accordion {
    width: 100%;
  }
  .aiss-detail img {
    height: 340px;
  }
  .salesforce-security-tiles .success-vision-container .top-content-box {
    gap: 25px;
  }
  .salesforce-security-tiles .left-box {
    width: calc(52% - 10px) !important;
  }
  .salesforce-security-tiles .right-box {
    width: calc(70% - 10px) !important;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 392px;
  }
  #demo-ai-salesforce .intro-about-container {
    flex-direction: row !important;
    gap: 34px !important;
  }
  #demo-ai-salesforce .vision-col-wrap {
    width: calc(50% - 17px);
  }
  #demo-ai-salesforce .intro-about-container h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  #demo-ai-salesforce .intro-about-container p {
    font-size: 16px;
    line-height: 24px;
  }
  #demo-ai-salesforce .intro-about-container .video-box {
    height: 265px !important;
  }
  #our-expert-ai-driven .our-expert-detail {
    width: calc(50% - 12px);
    padding: 20px;
  }
  #our-expert-ai-driven .profile-image img {
    max-width: 140px;
  }
  .ti-content .tiles-content-details {
    padding: 20px;
  }
  .two-column-tiles-image-section .tiles-content-details h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .ti-content .tiles-description {
    padding-left: 20px;
  }
  .ti-image {
    width: calc(35% - 8px);
  }
  .ti-content {
    width: calc(31.85% - 8px);
  }
  .right-ti-content .tiles-content-details {
    margin-bottom: 15px;
  }
  .ti-content .tiles-content-details,
  .right-ti-content {
    padding: 15px;
  }
  .two-column-tiles-image-section .tiles-description ul li {
    font-size: 15px;
  }
  #value-added-cisco .tiles-content-details:last-child .tiles-description {
    width: 72%;
  }
  #ai-agent-enterprise.data-integration-tiles .main-title {
    font-size: 24px !important;
  }
  .cta-transform-business-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .case-studies .tabs-content-container {
    padding-top: 35px !important;
  }
  #ai-agent-enterprise > .page-container {
    max-width: 95% !important;
  }
  .testimonial-slider {
    max-width: 675px;
  }
  .ts-content h4 {
    font-size: 20px;
  }
  .ts-content p {
    font-size: 16px;
  }
  .testimonial-slider .swiper-slide:first-child .testimonial-details .ts-icon {
    max-width: 50px;
  }
  .testimonial-slider .swiper-slide .testimonial-details .ts-icon {
    max-width: 140px;
  }
  .testimonial-section:before {
    width: 100px;
    height: 100px;
  }
  .testimonial-section:after {
    width: 150px;
    height: 120px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 254px !important;
  }
  .image-tab-item-wrap {
    min-height: unset;
  }
  .flip-box-card .tiles-data-wrap {
    justify-content: flex-start;
  }
  #data-warehouse-etl-section
    .benefits-list-boxes
    .benefits-list:hover
    .benfits-text
    .benefits-desc {
    min-height: 285px;
  }
  #data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
    min-height: 385px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-details .event-image {
    width: calc(40% - 10px);
  }
  .event-details .event-content {
    width: calc(60% - 10px);
  }
  .event-details .event-content .event-title {
    font-size: 24px;
  }
  .event-description {
    font-size: 16px;
  }
  .salesforce-certification-wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
  }
  #industry-solution-tile-section .flex.tiles-data-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-content
    h4 {
    min-height: unset !important;
  }
  #service-advisory-content-image .llmFirst-wrap .col-6.p16 {
    padding-left: 20px;
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-box {
    grid-template-columns: repeat(2, 1fr);
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-boxes {
    min-height: 280px !important;
  }
  #subscription-section .contact-content-container .left-side-box,
  #subscription-section .contact-content-container .right-side-box {
    width: 100%;
    min-width: unset;
  }
  .expert-row {
    max-width: 94%;
    gap: 25px;
  }
  .sfr-content p,
  .key-outcome-wrap h6,
  .us-sfr-content p,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    .cta-banner-summary {
    font-size: 16px;
    line-height: 24px;
  }
  .key-outcome-wrap.two-column-assessment .s-key,
  .key-outcome-wrap .data-integration-tiles .categories-content h4,
  .rmi-content h6 {
    font-size: 15px;
  }
  .roadmap-implementation-details {
    grid-template-columns: repeat(3, 1fr);
  }
  .rmi-content p {
    font-size: 14px;
  }
  .sfr-tag {
    font-size: 14px;
    line-height: 20px;
  }
  ul.business-impact-list li {
    font-size: 15px;
  }
}
@media (max-width: 880px) {
  li#mega-menu-item-270
    ul.mega-sub-menu
    > li#mega-menu-270-0-0
    > ul.mega-sub-menu
    > li#mega-menu-item-custom_html-2 {
    padding: 0px !important;
  }
  li#mega-menu-item-270 ul.mega-sub-menu{
    position: unset!important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-3 {
    padding-left: 50px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-4 {
    padding-left: 115px !important;
  }
  li#mega-menu-item-270 li#mega-menu-item-custom_html-26 {
    padding-left: 160px !important;
  }
  li#mega-menu-item-270 li#mega-menu-270-0-4 > ul.mega-sub-menu {
    left: 10px !important;
    top: 280px !important;
  }
  /* Leadership Page CSS */
  .custom-gallery-wrapper {
    max-width: 698px;
  }
  .blank-box.b-box-2 {
    height: 68px;
  }
  .blank-box.b-box-4 {
    height: 60px;
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 720px !important;
  }
  .tiles-inner-wrap {
    width: 224px;
    min-height: 304px;
  }
  /* .our-certification-slider > .page-container {
    padding-left: 5%;
  } */
  .s-swiper-btn {
    right: 100px;
  }
  .s-swiper-btn.s-button-prev {
    right: 160px;
  }
  .aiss-title {
    width: 72%;
  }

  .testimonial-slider {
    max-width: 575px;
  }
  .testimonial-details {
    min-height: 440px;
  }
  #product-solution-section .tiles-inner-wrap {
    min-height: 300px;
  }
  .aiss-tiles:first-child,
  .aiss-tiles:nth-child(4),
  .aiss-tiles:nth-child(6) {
    width: calc(38% - 8px);
  }
  .aiss-tiles:nth-child(2),
  .aiss-tiles:nth-child(3),
  .aiss-tiles:nth-child(7) {
    width: calc(62% - 8px);
  }
  #data-warehouse-etl-section
    .benefits-list-boxes
    .benefits-list:hover
    .benfits-text
    .benefits-desc {
    min-height: 320px;
  }
  #data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
    min-height: 420px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 276px !important;
  }
  .event-details .event-image {
    width: calc(45% - 10px);
  }
  .event-details .event-content {
    width: calc(55% - 10px);
  }
  .salesforce-certification-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .tab-label h4 {
    font-size: 18px;
  }
  .bi-left,
  .bi-right {
    width: 100%;
  }
  .bi-right {
    margin-top: 20px;
  }
  .bi-left .bi-details {
    text-align: left;
  }
  .bi-details .sfr-arch-title {
    text-align: left;
  }
  .bi-left .sfr-arch-title:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tiles-heading.tsa-content {
    position: static;
    padding: 0;
  }
  .acc-content-details:last-child {
    min-height: unset;
  }
  .tab-section-accordion {
    padding: 25px 0 70px;
  }
  #why-work-with-gruve {
    padding-top: 75px;
  }
  .ai-section-wrap p {
    font-size: 24px;
    line-height: 32px;
  }
  .categories-boxes {
    min-width: calc(50% - 10px);
    min-height: 286px;
  }
  .team-member-section
    .team-members-profile-container
    .team-member-row
    .team-member-profile-boxes {
    display: flex;
    justify-content: center;
  }
  .team-member-section .heading-title-container .left-side p {
    width: 100%;
  }
  .why-us-left,
  .why-us-right- {
    width: 100% !important;
  }
  .why-us-section .why-us-container .why-us-button .let-talk-btn {
    margin-top: 0;
  }
  .why-us-section .why-us-container {
    gap: 30px;
  }
  .item-box {
    margin-bottom: 20px;
  }
  .title-bg-green {
    font-size: 16px !important;
  }
  .intro-about-section {
    padding: 35px 0 60px !important;
  }
  .team-member-section
    .team-members-profile-container
    .team-member-row
    .team-member-profile-boxes {
    width: 100% !important;
  }
  .our-investor-section .investor-image {
    min-height: auto;
  }
  .map-image {
    display: none !important;
  }
  .map-image-mobile {
    display: block !important;
  }
  .news-items-wrap {
    width: 100%;
  }
  .news-content {
    min-height: unset;
  }
  .news-image img {
    min-height: unset;
  }
  .social-links ul {
    gap: 30px;
  }
  .social-links ul li a img {
    max-width: 30px;
  }
  .n-list {
    display: block;
  }
  .news-title {
    font-size: 24px;
  }
  .news-title:after {
    width: calc(100% - 165px);
    left: 165px;
  }
  .n-desc h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .n-date span {
    font-size: 16px;
  }
  .read-more-btn .news-read-more {
    margin: 12px 0 0px;
    font-size: 15px;
  }
  /* Leadership Page CSS */
  .l-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .leadership-hero-section > .page-container {
    padding: 55px 0 0;
  }
  .gallery-group.group-1,
  .gallery-group.group-3 {
    width: 23%;
  }
  .gallery-group {
    width: 46.5%;
  }
  .custom-gallery-wrapper {
    max-width: 557px;
  }
  .blank-box.b-box-2 {
    height: 73px;
  }
  .blank-box.b-box-4 {
    height: 67px;
  }
  .l-content {
    padding: 0 0 60px;
  }
  .our-executive-team-section {
    padding: 40px 0;
  }
  .ex-left-box {
    flex-direction: column;
    text-align: center;
  }
  .ex-box p {
    margin-bottom: 20px !important;
  }
  .main-title-2 {
    font-size: 36px !important;
    line-height: 46px;
  }
  .team-details {
    max-width: calc(50% - 20px);
  }
  .cbg-content-wrap h2 {
    font-size: 22px;
    line-height: 34px;
  }
  /* CX Automotive Page CSS */
  .cx-automotive-hero {
    padding: 100px 0 40px;
  }
  .cx-title {
    font-size: 28px;
  }
  .cx-subtitle {
    font-size: 21px;
    line-height: 30px;
  }
  .cx-description {
    font-size: 18px;
    line-height: 30px;
  }
  .cx-efficiency .cx-efficiency-inner:last-child {
    padding-top: 45px;
  }
  .sf-title h4 {
    font-size: 20px;
  }
  .sf-icon img {
    max-width: 150px;
  }

  .deliver-title {
    font-size: 21px;
  }
  .cx-exp-left .item-box p {
    font-size: 18px;
  }

  .cx-exp-left .ai-power-title-m {
    transform: translateY(-40%);
    right: 10px;
    max-width: 300px;
    font-size: 20px;
  }
  .req-btn {
    text-align: center;
  }

  .use-cases-section,
  .why-we-stand-out-section {
    padding-bottom: 50px;
  }
  .use-case-content {
    padding: 35px;
  }
  .case-title {
    font-size: 24px;
    line-height: 32px;
  }
  .case-subtitle {
    font-size: 18px;
  }
  .case-desc p {
    font-size: 16px;
  }

  .wwso-content {
    padding: 15px 0;
  }
  .wwso-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .our-expert-content {
    gap: 30px;
    padding-bottom: 30px;
  }
  .our-expert-detail {
    width: 100%;
  }
  .profile-image img {
    max-width: 140px;
  }
  /* SOC Page CSS */
  .soc-title {
    margin-top: 0;
  }
  .soc-wrap {
    gap: 30px;
    flex-flow: column;
  }
  .soc-inner {
    width: calc(50% - 5px);
  }
  .clms-content-wrap {
    flex-direction: column;
  }
  .clms-content-inner:first-child {
    width: 100%;
  }
  .clms-content-inner:last-child {
    width: 100%;
    text-align: center;
  }
  .wwso-layout-wrap {
    gap: 16px;
  }
  .wsso-grid {
    width: calc(50% - 8px);
    min-height: auto;
  }
  .clms-tab-item {
    width: 106px;
    height: 106px;
  }
  .clms-tab-item h5 {
    font-size: 12px;
    word-break: break-word;
  }
  .clms-content-inner p,
  .ai-soc-col p {
    font-size: 18px;
  }
  /* AI Workforce Page CSS */
  #ai-workforce-hero-section .banner-container h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  #ai-agent-section .study-wrap h4,
  .aa-content h2,
  #ai-workforce-by-gruve .intro-about-container h2 {
    font-size: 32px;
    line-height: 48px;
  }
  #ai-workforce-by-gruve .intro-about-section {
    padding: 50px 0 60px !important;
  }
  #ai-workforce-by-gruve .video-box.vision-col-wrap {
    width: 100% !important;
  }
  #ai-workforce-by-gruve .video-box iframe {
    height: 325px;
  }
  .aa-content p {
    font-size: 20px;
  }
  .agentic-approach-details {
    padding-top: 50px;
  }
  .gruve-aa-inner {
    width: 100%;
  }
  #ai-agent-section .study-wrap h4,
  .aa-content h2,
  #ai-workforce-by-gruve .intro-about-container h2 {
    font-size: 28px !important;
    line-height: 40px;
  }
  .gruve-solution-details {
    padding-top: 0;
  }
  .gs-content {
    margin-bottom: 30px;
  }

  /* AI Infrastructure Page CSS */
  .service-portfolio-section {
    padding: 50px 0 10px;
  }
  .sp-content-inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sp-content-inner p,
  .service-key-includes h4 {
    font-size: 18px;
  }
  .sp-btn .green-btn-link {
    display: block;
    text-align: center;
  }
  .sp-left-col,
  .sp-right-col {
    width: 100%;
  }
  .sp-content-wrap h2,
  #strength-numbers-section
    .case-study-glance-container
    .case-study-glance-title,
  #infrastructure-partner-section .heading-title h2,
  #infra-certification-section .awards-col h2,
  #infra-team-section .heading.center h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #strength-numbers-section .counter-list {
    flex-direction: row;
    grid-column-gap: 50px;
  }
  #strength-numbers-section
    .case-study-glance-item
    .case-study-glance-number
    p {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
  }
  #strength-numbers-section .case-study-glance-item {
    gap: 6px;
  }

  #infra-team-section .team-wrap {
    flex-direction: row;
  }
  #infrastructure-partner-section .partner-image-container {
    grid-auto-rows: unset;
  }
  /* Partnership with Salesforce Page CSS */
  #partnership-salesforce-hero .ai-power-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left,
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-right {
    width: 100%;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left {
    justify-content: center;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left img {
    max-width: 60%;
  }
  #ai-power-selesforce {
    padding: 50px 0;
  }
  #ai-power-selesforce .study-wrap .w-40.p16,
  #ai-power-selesforce .study-wrap .col-6 {
    width: 100%;
  }
  #ai-power-selesforce .study-wrap .col-6 {
    order: unset;
  }
  .tiles-content-details {
    width: 100%;
  }
  #partnership-contact-us {
    padding-top: 0;
  }
  #partnership-contact-us .cta-container-banner-box {
    padding: 20px;
    height: auto;
  }
  #partnership-contact-us .cta-banner-content-box h2.heading-title {
    font-size: 21px !important;
    line-height: 30px !important;
    text-align: left;
  }
  #partnership-contact-us .cta-banner-content-box .cta-banner-summary {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0;
  }
  #partnership-contact-us .button-contact .talk-btn {
    margin-top: 20px;
    max-width: 160px;
    padding: 10px;
    margin-left: 0;
  }
  .tiles-content-details img {
    max-width: 60px;
  }
  .tsa-tab-details {
    display: none !important;
  }
  .accordion-tab-details {
    display: block !important;
  }
  .acc-content-inner p,
  .acc-content-inner ul li {
    font-size: 16px;
  }
  .acc-tab-header h5 img {
    transition: 0.3s;
    min-width: 14px;
  }
  .acc-tab-header.active h5 img {
    transform: rotate(-180deg);
  }
  .acc-content-details {
    margin-bottom: 30px;
  }

  /* Partnership Glean Page */
  #content-glean-section .llmFirst-wrap .col-6.p16 {
    width: 100% !important;
    padding-right: 0;
    order: 2;
    padding-top: 32px;
  }
  #content-glean-section .llmFirst-wrap .col-6.pl {
    width: 100% !important;
  }
  #content-glean-section .llmFirst-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .gleans-offer-section .heading-title h2,
  .heading-with-icon-boxes .p20 h2,
  #value-added-glean-section .gruve-solution-wrap .aa-content h2,
  .why-work-gruve-section .heading-title h2 {
    font-size: 28px !important;
    line-height: 36px;
  }
  .gleans-offer-section .image-box h3.mobile-title {
    display: none !important;
  }
  .gleans-offer-section .bullet-list-box > h3 {
    display: block !important;
  }
  .gleans-offer-section .bullet-list-box {
    order: 1;
  }
  .gleans-offer-section .gleans-offers-container .image-box {
    margin-top: 15px;
    display: block;
    place-self: unset;
  }
  .gleans-offer-section .bullet-list-box .bullet-list li {
    margin-bottom: 8px;
  }
  .gleans-offer-section .gleans-offers-container {
    margin-bottom: 40px;
  }
  #value-added-glean-section {
    padding-top: 20px;
  }
  .why-work-gruve-section .list-of-information .list-info-boxes h3 {
    font-size: 20px;
  }
  .gleans-offer-section .body-section-padding,
  .contact-box-section .body-section-padding {
    padding-top: 10px;
  }
  .gs-title h3,
  .tiles-content-details h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .gs-content-wrap p {
    font-size: 16px;
  }
  .aa-index span {
    font-size: 24px;
    line-height: 24px;
  }
  .gs-content {
    gap: 20px;
  }
  .gleans-offer-section .heading-title {
    margin-bottom: 12px !important;
  }
  .hero-banner-section .grid_hero_partnership .partner-heading-title h1 {
    white-space: unset;
  }
  .video-box.vs-box iframe {
    height: 350px;
  }
  #Security-Operations-Center .heading.p16.p50 h3 {
    margin-bottom: 35px;
  }
  .wwso-wrap > p {
    font-size: 18px;
  }
  #why-partner-with-gruve {
    padding-top: 50px;
  }
  /* Our Capabilities Page */
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 520px !important;
  }
  #data-warehouse-etl-section .benefits-list-container {
    flex-direction: column;
  }
  #data-warehouse-etl-section .benefits-list-container .benefits-list-boxes {
    width: 100%;
  }
  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .accordion-main-title {
    font-size: 28px;
  }
  .industry-solution-content .study-wrap .w-40.p16 {
    padding: 0;
  }
  .industry-solution-content .study-wrap .col-6,
  .industry-solution-content .study-wrap .w-40 {
    width: 100% !important;
  }
  .tiles-inner-wrap {
    width: calc(50% - 7px);
    min-height: 345px;
  }
  .industry-solution-content,
  #industry-solution-tile-section {
    padding: 0 0 50px !important;
  }
  #data-warehouse-etl-section .benefits-list-container {
    gap: 30px !important;
  }
  .tiles-data-wrap {
    flex-direction: row !important;
  }

  .accordion-details-wrap {
    flex-direction: column;
  }
  .accrodion-sided {
    width: 100%;
    gap: 15px;
  }
  /* .our-certification-slider > .page-container {
    padding-left: 3%;
  } */
  .s-swiper-btn {
    right: 10px;
  }
  .s-swiper-btn.s-button-prev {
    right: 70px;
  }
  .salesforce-solution-wrap .tiles-heading {
    gap: 15px;
    flex-direction: row;
  }
  .aiss-title {
    width: calc(100% - 190px);
  }
  .aiss-detail img {
    height: 200px;
  }
  .aiss-tiles {
    width: 100% !important;
  }
  .ai-salesforce-solution-tiles {
    flex-direction: row !important;
  }
  .aiss-detail h4 {
    font-size: 14px;
  }
  #learn-about-capabilities .bar-content {
    flex-direction: column;
  }
  #learn-about-capabilities .partner-us-bar-container .bar-content h4 {
    font-size: 18px;
  }
  #learn-about-capabilities .partner-us-bar-container {
    padding-bottom: 38px;
  }
  .data-integration-tiles .categories-boxes {
    width: calc(50% - 7.5px);
    min-height: 298.5px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    width: calc(33.33% - 10px) !important;
  }
  .salesforce-security-tiles .success-vision-container .top-content-box {
    flex-direction: column;
  }
  .salesforce-security-tiles .left-box,
  .salesforce-security-tiles .right-box {
    width: 100% !important;
  }
  .salesforce-security-tiles .left-box h6,
  .salesforce-security-tiles .left-box p {
    text-align: center !important;
  }
  #demo-ai-salesforce .intro-about-container {
    flex-direction: column !important;
    gap: 30px !important;
  }
  #demo-ai-salesforce .vision-col-wrap {
    width: 100%;
  }
  #demo-ai-salesforce .req-btn {
    text-align: left;
  }
  #ai-power-selesforce.ai-agent-architecture.wwso-section
    .study-wrap
    .col-6
    img,
  #ai-power-selesforce.ai-agent-architecture .study-wrap .col-6 img {
    max-width: 100%;
  }
  #our-expert-ai-driven .profile-details h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  #our-expert-ai-driven .pr-description {
    font-size: 14px;
  }
  #our-expert-ai-driven .our-expert-detail {
    padding: 15px;
  }
  #cisko-ai-pods .flex.vulnerability-wrap.p20 .col-4 {
    width: 100%;
  }
  .ti-image {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }
  .ti-image {
    width: calc(50% - 8px);
  }
  .ti-content {
    width: 100%;
  }
  .two-column-tiles-image-section {
    padding: 10px 0 40px;
  }
  #value-added-cisco .tiles-content-details:last-child img {
    height: 180px;
  }
  #value-added-cisco .tiles-content-details:last-child .tiles-description {
    width: 65%;
  }
  #value-added-cisco .tiles-content-details:last-child {
    min-height: 200px;
  }
  #cisko-ai-pods .heading h2 {
    font-size: 32px;
    line-height: 44px;
  }
  #cisko-ai-pods .heading h4 {
    font-size: 20px;
    line-height: 30px;
  }
  #cisko-ai-pods .heading p > img,
  #cisko-ai-pods .cisko-corner-icon {
    top: -50px;
    width: 140px;
  }
  #ai-power-selesforce > .container {
    padding: 0 16px !important;
  }
  #cisko-ai-pods > .container {
    max-width: 90% !important;
  }
  #ai-agent-enterprise.salesforce-security-tiles .left-box,
  #ai-agent-enterprise.salesforce-security-tiles .right-box {
    width: 100% !important;
  }
  #ai-agent-enterprise.salesforce-security-tiles
    .success-vision-container
    .top-content-box {
    gap: 10px;
  }
  #ai-agent-enterprise.data-integration-tiles .main-title {
    text-align: left !important;
  }
  .case-studies.insight-post-filter-section
    .tabs-content-container
    .tab-content-boxes {
    gap: 20px;
  }
  .case-studies.insight-post-filter-section
    .tabs-content-container
    .tab-content-boxes
    .tabs-box {
    width: calc(100% / 2 - 10px) !important;
  }
  .two-column-tiles-image-section .tiles-content-wrap {
    flex-direction: row;
  }
  .left-ti-content {
    width: calc(50% - 8px);
  }
  .learn-more a {
    font-size: 14px;
  }
  .salesforce-security-tiles .left-box {
    top: 60px;
    z-index: 9;
    background: #fff;
    padding: 20px 0 0;
  }
  #salesforce-manage-services.salesforce-security-tiles .left-box {
    background: #f3f7f6;
  }
  .salesforce-security-tiles .right-box .categories-boxes {
    top: 190px;
  }
  .ts-content h4 {
    font-size: 18px;
  }
  .testimonial-details {
    padding: 15px;
  }
  .testimonial-slider {
    max-width: 475px;
  }
  .ts-description {
    margin: 15px 0 20px;
  }
  .testimonial-details {
    min-height: 452px;
  }
  .ts-swiper-btn {
    left: -15px;
  }
  .ts-swiper-btn.s-button-next {
    right: -15px;
  }
  .ts-swiper-btn img {
    max-width: 36px;
  }
  .partner-image-container .tech-icon,
  .partner-image-container .gluware-logo-details {
    min-height: 100px;
    max-height: 100px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-box {
    grid-template-columns: repeat(2, 1fr);
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: 254px !important;
    height: 100%;
  }
  /* #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: unset !important;
    grid-column: 1 / -1;
  } */

  #product-solution-section .tiles-inner-wrap {
    width: 100%;
    min-height: 275px;
  }
  .flex.aiss-tab-content-wrap {
    flex-direction: row;
  }
  .tab-aiss-content h4 {
    font-size: 18px;
  }
  .tab-aiss-content {
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
  }
  .tab-aiss-description p,
  .tab-aiss-description ul li {
    font-size: 14px;
  }
  .tab-label h4 {
    font-size: 16px;
  }
  #why-partner-with-us-openai > .body-section-padding {
    padding: 4rem 20px 0 !important;
  }
  #data-warehouse-etl-section
    .benefits-list-boxes
    .benefits-list:hover
    .benfits-text
    .benefits-desc {
    min-height: 225px;
  }
  #data-warehouse-etl-section .benefits-list-boxes .benefits-list img {
    min-height: 325px;
  }
  .tcsp-col {
    width: 100%;
  }
  .tcsp-col .vulnerability-wrap {
    flex-direction: row;
  }
  .tcsp-col .vulnerability-wrap .col-6 {
    width: 50%;
  }
  .tc-service-portfolio-wrapp
    .service-portfolio-details:nth-child(2n)
    .tcsp-right-col {
    order: unset;
  }
  .tc-service-portfolio-wrapp .service-portfolio-details {
    gap: 24px;
    margin-bottom: 40px;
  }
  .p-icons-wrap {
    flex-direction: row !important;
    align-items: center;
    gap: 10px 16px;
  }
  .upcoming-events-slider .s-swiper-btn.s-button-prev {
    right: 65px;
  }
  .upcoming-events-slider .s-swiper-btn {
    top: 0;
    right: 0px;
  }
  .event-details .event-image,
  .event-details .event-content {
    width: 100%;
  }
  .event-details .event-image img {
    max-height: unset;
  }
  .loc-wrap {
    align-items: flex-start;
    flex-direction: row !important;
  }
  .event-details .event-content {
    padding-bottom: 40px;
  }
  #industry-solution-tile-section .flex.tiles-data-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .accrodion-sided {
    grid-template-columns: repeat(1, 1fr);
  }
  #data-warehouse-etl-section .benfits-text .benefits-desc ul li {
    font-size: 15px;
  }
  .tab-aiss-detail {
    height: 430px;
  }
  #service-advisory-content-image .llmFirst-wrap .col-6.p16 {
    padding-left: 0;
    padding-top: 25px;
    text-align: center;
  }
  #service-advisory-content-image .llmFirst-wrap .col-6.p16 > p {
    font-size: 18px;
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-box {
    grid-template-columns: repeat(1, 1fr);
  }
  #health-check-accordion
    #salesforce-package-development.service-advisory-section.data-integration-tiles.how-we-work-section
    .categories-boxes {
    min-height: unset !important;
  }
  .expert-profile-text p {
    min-height: 36px;
  }
  .expert-row {
    max-width: 90%;
  }
  .guided-by-expert-section.team-member-section
    .heading-title-container
    .left-side
    h2 {
    margin-bottom: 12px;
  }
  .customer-snapshot {
    padding: 20px 24px;
  }
  .key-outcome-wrap .data-integration-tiles .categories-boxex {
    padding: 0;
  }
  .button-contact a.talk-btn,
  .key-outcome-wrap .data-integration-tiles .categories-content p {
    font-size: 14px;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 21px !important;
    line-height: 30px;
  }
  .sfr-arch-title {
    font-size: 16px;
  }
  .key-outcome-detail .two-column-assessment .s-key-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .customer-snapshot p {
    width: 100%;
  }
  .customer-snapshot h4 {
    font-size: 20px;
  }
  .customer-snapshot:after {
    display: none;
  }
  .key-outcome-wrap .data-integration-tiles .categories-box,
  .roadmap-implementation-details {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .us-sfr-title h4:before {
    width: 26px;
    height: 24px;
    top: 3px;
    transform: unset;
  }
  .us-sfr-title h4 {
    padding-left: 38px;
  }
  .sfr-arch-title:before {
    height: 6px;
    top: 2px;
  }
  .sfr-heading-inner {
    width: calc(100% - 115px);
  }
  .unlock-solution-form-section form {
    padding: 0 40px;
  }
   .ai-assessment-section{
    height: 150vh;
  }

  .design-enablement-section .categories-box .categories-boxes{
    display: block;
  }
  .design-enablement-section .categories-box .categories-boxes .icon{
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .design-enablement-section .categories-box .categories-boxes .categories-content .tick-features{
    display: block;
  }
  .design-enablement-section .categories-box .categories-boxes .categories-content .tick-features li{
    margin-bottom: 10px;
  }
  .design-enablement-section .categories-box .categories-boxes .categories-content{
    text-align: center;
  }
  #gruve-design-image-section .flex div.col-6:first-child,
  #gruve-design-image-section .flex div.col-6:last-child{
    width: 100% !important;
  }
}
@media (max-width: 620px) {
  .gallery-group.group-1,
  .gallery-group.group-3 {
    width: 22%;
  }
  .custom-gallery-wrapper {
    max-width: 515px;
  }
  .blank-box.b-box-2 {
    height: 70px;
  }
  .blank-box.b-box-4 {
    height: 60px;
  }
  #our-expert-ai-driven .our-expert-detail {
    width: 100%;
  }
  .ts-swiper-btn img {
    max-width: 32px;
  }
  .salesforce-certification-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .page-id-2102 header.header-background,
  .page-id-2752 header.header-background,
  .page-id-2119 header.header-background {
    display: block !important;
  }
  .specific-header-logo {
    display: none !important;
  }
  .categories-box {
    gap: 30px;
  }
  .categories-boxes {
    min-width: 100%;
    min-height: unset;
  }
  .catelogs-text h4 {
    font-size: 18px !important;
    line-height: 27px;
  }
  .item-box p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
  }
  .ai-section-wrap {
    padding: 25px 15px;
  }
  .intro-about-quote::before {
    width: 35px;
    height: 35px;
    left: 10px;
    top: 12px;
  }
  .intro-about-section .intro-about-container .video-box {
    height: 275px !important;
  }
  .our-investor-section .team-leader-name {
    font-size: 16px !important;
  }
  .team-member-info p {
    font-size: 14px;
  }
  .item-box:before {
    width: 24px;
  }
  .ai-section {
    padding: 50px 25px;
  }
  .ai-section-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  .main-title,
  .intro-about-section .intro-about-container h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .our-investor-section .investor-content-wrap {
    position: static;
    width: 100%;
  }
  .news-section {
    padding: 20px 0 50px;
  }
  .news-content .heading-date .heading-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .news-content .heading-date span.date {
    font-size: 15px;
  }
  .n-desc h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .n-date span {
    font-size: 15px;
  }
  .n-desc p {
    font-size: 14px;
    line-height: 24px;
  }
  /* Leadership Page CSS */
  .l-content {
    padding: 0 10px 60px;
  }
  .custom-gallery-wrapper {
    max-width: 425px;
  }
  .blank-box.b-box-2 {
    height: 52px;
  }
  .blank-box.b-box-4 {
    height: 48px;
  }
  .cbg-content-wrap {
    width: 90%;
  }
  .cbg-content-wrap h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .cbg-content-wrap .green-btn-link {
    padding: 8px 20px;
  }
  .team-details {
    max-width: calc(50% - 15px);
  }
  .team-profile-wrap {
    gap: 25px 30px;
  }
  .l-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .l-content p {
    font-size: 18px;
  }

  .ex-right-box {
    display: none !important;
  }
  .our-executive-teams-mobile {
    display: block !important;
  }
  .team-profile-wrap {
    gap: 25px 0;
  }
  .team-details {
    max-width: 100%;
  }
  .team-profile img {
    width: auto !important;
  }
  .main-title-2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .hidden-team {
    display: none;
  }
  .see-more-wrap {
    text-align: center;
    margin-top: 30px;
  }
  .team-profile {
    max-width: 250px;
    margin: 0 auto;
  }
  .leadership-hero-section {
    padding: 40px 0 50px;
  }
  /* CX Automotive Page CSS */
  .cx-automotive-hero {
    padding: 100px 0 40px;
  }
  .cx-addition-info {
    padding: 40px 20px 0;
  }
  .cx-tile {
    padding: 16px;
  }
  .cx-efficiency-inner {
    gap: 30px;
  }
  .cx-efficiency .cx-efficiency-inner:last-child {
    flex-direction: column;
    gap: 15px;
  }
  .cx-tile-inner h4 {
    font-size: 48px;
  }
  .cx-tile-inner p {
    font-size: 20px;
  }
  .sf-title,
  .sf-icon {
    width: 100%;
    text-align: center;
  }

  .deliver-title {
    text-align: center;
  }

  .ai-power-wrap .cx-exp-left img {
    max-width: 50%;
  }
  .cx-exp-left .ai-power-title-m {
    transform: translateY(-48%);
    right: 10px;
    max-width: 260px;
    font-size: 18px;
    line-height: 28px;
  }
  .ai-power-desc p {
    font-size: 15px;
    margin-bottom: 12px !important;
  }

  .expert-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* SOC Page CSS */
  .soc-title {
    font-size: 32px;
    line-height: 42px;
  }
  .clms-content p {
    font-size: 18px;
  }
  .wwso-layout-wrap {
    gap: 20px;
  }
  .wsso-grid {
    width: 100%;
  }
  .clms-tab-item {
    width: 82px;
    height: 82px;
  }
  .clms-tab-item img {
    max-width: 30px;
  }
  .clms-content-inner p {
    font-size: 18px;
    line-height: 28px;
  }
  .clms-content-inner:first-child {
    padding: 10px 0 10px 15px;
  }
  .certifications-wrap {
    gap: 20px;
  }
  .certification-inner img {
    max-width: 150px;
    width: 100%;
  }
  .certification-inner {
    width: calc(50% - 10px);
  }
  .ai-soc-col h3,
  .clms-content h2,
  .awards-col h2,
  .wwso-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .ai-soc-col p {
    font-size: 18px;
    line-height: 28px;
  }
  /* AI Workforce Page CSS */
  #ai-workforce-hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    padding-top: 75px !important;
  }
  #ai-workforce-hero-section .banner-container {
    text-align: center !important;
  }
  #ai-workforce-hero-section .banner-container p {
    text-align: center !important;
    max-width: 85%;
    margin: 0 auto 20px !important;
  }
  #ai-workforce-hero-section .banner-container h1 {
    margin-bottom: 7px !important;
    text-align: center !important;
  }
  #ai-workforce-hero-section .banner-content-width {
    justify-content: center;
  }
  #ai-workforce-by-gruve {
    padding: 50px 0 10px !important;
  }
  .aa-content p {
    font-size: 18px;
  }
  .gs-title h3 {
    font-size: 21px;
  }

  .gs-content-wrap p {
    font-size: 16px;
  }
  .aa-index span {
    font-size: 28px;
    line-height: 28px;
  }
  #ai-workforce-hero-section .banner-container h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  #ai-agent-section {
    padding: 50px 0 0;
  }
  .gruve-agentic-approach-section {
    margin: 0 28px;
  }
  .green-btn-link {
    font-size: 14px;
  }
  #ai-pod-journey {
    background: #fff !important;
    box-shadow: none !important;
  }
  #ai-workforce-industry {
    background: var(--Green-Green-50, #e9f7ed) !important;
    padding: 40px 0 30px;
  }
  /* AI Infrastructure Page CSS */
  #strength-numbers-section .counter-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #strength-numbers-section .case-study-glance-item {
    width: 80%;
  }
  .service-key-includes h4 {
    font-size: 17px;
  }
  #strength-numbers-section .case-study-glance-container {
    gap: 30px;
  }
  #infra-team-section .team-wrap {
    flex-direction: column;
    gap: 40px;
  }
  #infra-team-section .team-wrap .col-2 {
    width: 50%;
    align-items: center;
  }
  #partnership-salesforce-hero .ai-power-title {
    font-size: 28px;
    line-height: 36px;
  }
  #partnership-salesforce-hero .ai-power-desc p {
    font-size: 17px;
  }
  .tiles-heading h2,
  .case-heading {
    font-size: 24px !important;
    line-height: 32px;
    text-align: center;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left img {
    max-width: 70%;
  }
  #content-glean-section .llmFirst-wrap p {
    font-size: 16px;
  }
  .gleans-offer-section .heading-title h2,
  .heading-with-icon-boxes .p20 h2,
  #value-added-glean-section .gruve-solution-wrap .aa-content h2,
  .why-work-gruve-section .heading-title h2 {
    font-size: 24px !important;
    line-height: 32px;
    text-align: center;
  }
  .gleans-offer-section .gleans-offers-container {
    margin-bottom: 35px;
  }
  .content-with-image {
    padding: 4rem 15px 4rem !important;
  }
  #value-added-glean-section .page-container,
  #value-added-glean-section2 .page-container {
    max-width: 100% !important;
  }
  .content-with-image > .container {
    padding: 0 !important;
  }
  .tiles-description ul li {
    font-weight: 450;
  }
  #value-added-glean-section2 .tiles-content-details {
    padding: 25px;
  }
  .hero-banner-section .grid_hero_partnership .partner-heading-title {
    place-self: unset;
  }
  .hero-banner-section .partner-image img {
    margin-top: 20px;
    max-width: 80%;
  }
  .hero-banner-section .hero-padding-solid-bg.gradient-banner {
    background-image: linear-gradient(90deg, #21a55e 33.21%, #009edf 100%);
  }
  .hero-banner-section .grid_hero_partnership {
    display: block;
  }
  .video-box.vs-box iframe {
    height: 275px;
  }
  #why-partner-with-gruve .case-heading {
    text-align: left;
  }
  .wwso-wrap > p {
    font-size: 16px;
    line-height: 27px;
  }
  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .data-integration-tiles .main-title {
    font-size: 24px !important;
    line-height: 32px;
  }
  .industry-solution-content .study-wrap h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .accordion-section > .page-container,
  #data-warehouse-etl-section > .body-section-padding,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    max-width: 100% !important;
  }
  .accordion-section > .page-container,
  #industry-solution-tile-section > .page-container,
  .industry-solution-content > .container,
  #salesforce-success-story > .page-container,
  .data-integration-tiles > .page-container,
  .two-column-image-tab-item > .page-container,
  #product-solution-section > .page-container,
  .ai-salesforce-solution > .page-container,
  .our-certifications-tiles > .page-container,
  #service-advisory-content-image > .container {
    padding: 0 20px !important;
  }
  #data-warehouse-etl-section .body-section-padding {
    padding: 4rem 20px !important;
  }
  #our-capabilities-form {
    margin: 30px 0 60px;
  }
  .tiles-inner-wrap {
    margin: 0 auto;
    min-height: 320px;
  }
  .ocs-content p {
    font-size: 18px;
  }
  .salesforce-solution-wrap .tiles-heading {
    flex-direction: column;
  }
  .aiss-title {
    width: 100%;
  }
  .aiss-title .tile-heading,
  .aiss-title p {
    text-align: center;
  }
  .ai-salesforce-solution {
    padding: 70px 0;
  }
  .aiss-tiles:first-child,
  .aiss-tiles:nth-child(4),
  .aiss-tiles:nth-child(6) {
    width: calc(40% - 8px);
  }
  .aiss-tiles:nth-child(2),
  .aiss-tiles:nth-child(3),
  .aiss-tiles:nth-child(7) {
    width: calc(60% - 8px);
  }
  .aiss-detail img {
    height: 220px;
  }
  #product-solution-section.data-integration-tiles .categories-boxes {
    min-height: 260px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    width: calc(50% - 7.5px) !important;
    min-height: 310px !important;
  }
  .tcit-accordion .acc-tab-header h5 {
    align-items: flex-start;
  }
  .image-tab-item-wrap {
    padding: 25px;
  }
  .tcit-accordion .acc-tab-header h5,
  .tcit-accordion .acc-content-inner p,
  #learn-about-capabilities .partner-us-bar-container .bar-content a {
    font-size: 14px;
  }
  #learn-about-capabilities .partner-us-bar-container .bar-content h4 {
    font-size: 16px;
  }
  .wwso-section {
    padding: 32px 0 5px !important;
  }
  .case-studies.insight-post-filter-section
    .tabs-content-container
    .tab-content-boxes
    .tabs-box {
    width: 100% !important;
  }
  .ti-content .tiles-content-details {
    width: 100%;
    margin: 0 !important;
    padding: 20px;
    border-radius: 20px !important;
  }
  .tab-section-accordion .tsa-content h2 {
    text-align: left;
  }
  .tiles-heading h2,
  .case-heading,
  .center.p20 h2 {
    font-size: 24px !important;
    line-height: 32px;
    text-align: left !important;
  }
  #product-solution-section .tiles-heading h2 {
    text-align: center !important;
  }
  #cisko-ai-pods .heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .case-studies.insight-post-filter-section {
    padding: 25px 0 60px;
  }
  #value-added-cisco .tiles-content-details:last-child img {
    height: 100%;
  }
  #cisko-ai-pods .heading p > img,
  #cisko-ai-pods .cisko-corner-icon {
    top: -35px;
    width: 100px;
  }
  .ti-image {
    width: 100%;
  }
  .left-ti-content {
    width: 100%;
  }
  .ti-image img {
    width: 100%;
  }
  .ts-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .ts-content h4 {
    font-size: 16px;
  }
  .rating-stars img {
    max-width: 20px;
  }
  .ts-swiper-pagination {
    margin-top: 20px;
  }
  .ts-swiper-btn {
    display: none;
  }
  .testimonial-details {
    padding: 20px;
  }
  .testimonial-details {
    min-height: 440px;
  }
  .testimonial-slider .swiper-slide .testimonial-details .ts-icon {
    max-width: 120px;
  }
  .testimonial-slider .swiper-slide:first-child .testimonial-details .ts-icon {
    max-width: 35px;
  }
  .tab-aiss-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .tab-aiss-content {
    top: 16px;
    width: calc(100% - 28px);
    left: 16px;
  }
  .tab-label {
    padding: 15px 16px;
    justify-content: flex-start;
  }
  .tab-label h4 {
    font-size: 15px;
    height: 100%;
  }
  .tab-aiss-description p,
  .tab-aiss-description ul li {
    font-size: 13px;
  }
  .tab-aiss-detail img,
  .aiss-tab-content-wrap .tabs {
    min-height: unset !important;
  }
  .aiss-tab-content-wrap .tabs {
    width: 100% !important;
    writing-mode: unset;
    transform: unset;
  }
  .aiss-tab-content-wrap .tabs.active {
    writing-mode: unset;
    width: 100% !important;
  }

  .tab-content-inline {
    transform: unset;
    width: 100%;
  }
  .tab-aiss-detail {
    width: 100%;
  }

  .tcsp-col .vulnerability-wrap h6 {
    font-size: 16px;
  }
  .partner-client-details h4 {
    font-size: 18px;
  }
  .event-details .event-content .event-title {
    font-size: 21px;
  }
  .upcoming-events-slider .s-swiper-btn.s-button-prev {
    right: 50px;
  }
  #data-warehouse-etl-section .benfits-text .benefits-desc ul li {
    font-size: 14px;
  }
  .tab-aiss-detail {
    height: 285px;
  }
  .expert-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .expert-profile-text p {
    min-height: unset;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 20px !important;
    line-height: 28px;
  }
  .customer-snapshot p {
    line-height: 130% !important;
    font-size: 15px !important;
  }
  .key-outcome-wrap .data-integration-tiles .categories-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .unlock-solution-form-section form {
    padding: 0 25px;
  }
  .us-sfr-title h4:before {
    width: 24px;
    height: 22px;
  }
  ul.business-impact-list li {
    font-size: 14px;
    padding: 7px 0;
  }
  .unlock-solution-form {
    padding: 25px 20px 10px;
  }
  .sfr-heading .button-contact {
    display: none;
  }
  .sfr-heading-inner {
    width: 100%;
  }
  .unlock-solution-form > h4 {
    font-size: 18px;
  }
  .assessment-box{
    padding: 50px 11px;
    height: fit-content;
  }
  .ai-assessment-section .page-container{
    overflow-y: scroll;
  }
  
  .cf7-quiz-step p.question-text{
    font-size: 22px;
  }
  .cf7-quiz-step p label{
    font-size: 16px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ai-assessment-section .progressbar-steps{
    gap:14px;
  }
  #assessment-intro h2{
    line-height: 27px;
    font-size: 1.5rem;
  }
  .ai-assessment-section #assessment-intro p{
    padding: 23px 10px;
    width: 100%;
    font-size: 14px;
  }
  #startAssessment{
    font-size: 16px;
  }
  .result-actionbtn{
    display: block;
  }
  #schedule-workshop, .download-solution-brief{
    font-size: 13px;
  }
  .result-actionbtn #schedule-workshop{
    margin-bottom:20px;
  }
  .step-controls .prev-btn,
  .step-controls .next-btn{
    font-size: 16px;
  }
  .cf7-quiz-step input[type="radio"] {
      transform: scale(1.4);
  }
  .result-actionbtn #schedule-workshop{
      display: block;
      width: fit-content;
      margin: auto;
  }
  .result-actionbtn .download-solution-brief{
    margin-top: 22px;
  }
  .partner-logos img{
    max-height: 18px;
  }
  .partner-logos .red-hat{
    max-height: 47px;
  }
  .progressbar .active-title{
      font-size: 22px !important;
      line-height: 25px;
      margin-top: 11px;
  }
  .ai-assessment-section{
    height: 100%;
  }
  .custom-assessment-footer{
    position: static;
  }
  #assessment-intro{
    padding: 50px 0px;
  }
  .mobileheighfix{
    height: 110vh !important;
  }
  .mobileheighfix .custom-assessment-footer{
    position: fixed !important;
  }
}
@media (max-width: 480px) {
  .why-us-section .why-us-container {
    gap: 25px;
    padding: 20px;
  }

  /* Leadership Page CSS */
  .main-title-2 {
    font-size: 28px !important;
    line-height: 36px;
  }
  .gallery-group {
    width: 49.8%;
  }
  .blank-box.b-box-2 {
    height: 64px;
  }
  .blank-box.b-box-4 {
    height: 59px;
  }
  .custom-gallery-wrapper {
    max-width: 388px;
  }
  .custom-gallery-wrapper,
  .gallery-box {
    gap: 12px;
  }
  /* CX Automotive Page CSS */
  .cx-addition-info {
    padding: 30px 10px 0;
  }
  .form-row {
    gap: 14px;
  }
  .form-row .form-field {
    width: calc(50% - 6px);
  }
  .cx-tile-inner h4 {
    margin-bottom: 7px;
  }
  .cx-tile-inner p {
    font-size: 18px;
    line-height: 124%;
  }
  .cx-efficiency-inner {
    gap: 24px;
  }
  .cx-efficiency .cx-efficiency-inner:last-child {
    padding-top: 40px;
  }
  .cx-efficiency .cx-efficiency-inner:last-child {
    gap: 10px;
  }

  .deliver-title {
    font-size: 18px;
  }
  .cx-exp-left .item-box p {
    font-size: 16px;
    line-height: 28px;
  }

  .cx-exp-left .ai-power-title-m {
    right: 7px;
    max-width: 220px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .use-case-content {
    padding: 25px;
  }
  .case-title {
    font-size: 20px;
    line-height: 28px;
  }
  .case-subtitle {
    font-size: 17px;
  }

  .wwso-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .wwso-content p {
    font-size: 16px;
    line-height: 27px;
  }
  .profile-details h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .pr-description {
    font-size: 15px;
  }
  /* SOC Page CSS */
  .soc-assets {
    padding-top: 50px;
    gap: 20px;
  }
  .soc-inner {
    width: 100%;
  }
  .soc-inner p {
    padding-top: 0;
  }
  .soc-description {
    font-size: 18px;
  }
  .clms-content p,
  .ai-soc-col p,
  .clms-content-inner p {
    font-size: 16px;
  }
  .our-expert-detail {
    padding: 16px;
  }
  .clms-tabs {
    gap: 20px;
  }
  .certification-inner img {
    max-width: 120px;
  }
  /* AI Workforce Page CSS */
  #ai-workforce-by-gruve .intro-about-section {
    padding: 45px 0 20px !important;
  }
  #ai-workforce-by-gruve .video-box iframe {
    height: 215px;
  }
  .gruve-agentic-approach-section {
    margin: 0 16px;
  }
  #ai-agent-section .study-wrap h4,
  .aa-content h2,
  #ai-workforce-by-gruve .intro-about-container h2 {
    font-size: 24px !important;
    line-height: 34px;
  }
  /* AI Infrastructure Page CSS */
  .sp-content-inner h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .sp-content-inner p,
  .service-key-includes h4 {
    font-size: 16px;
  }
  #infrastructure-partner-section .partner-image-container {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  #infrastructure-partner-section .partner-image-container {
    grid-auto-rows: unset;
  }
  .sp-content-wrap h2,
  #strength-numbers-section
    .case-study-glance-container
    .case-study-glance-title,
  #infrastructure-partner-section .heading-title h2,
  #infra-certification-section .awards-col h2,
  #infra-team-section .heading.center h2 {
    font-size: 28px;
    line-height: 36px;
  }
  #strength-numbers-section
    .case-study-glance-item
    .case-study-glance-number
    p {
    font-size: 40px;
    line-height: 40px;
  }
  #strength-numbers-section .case-study-glance-item > p {
    font-size: 18px;
  }
  .why-work-gruve-section .list-of-information .list-info-boxes p {
    font-size: 14px !important;
  }
  .soc-req-btn-mobile .request-demo-btn {
    font-size: 14px;
    min-width: 170px;
    text-align: center;
  }
  #data-warehouse-etl-section .benfits-text {
    bottom: 20px;
    left: 20px;
  }
  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .accordion-main-title {
    font-size: 22px;
  }
  .accordion-details .acc-tab-header h5 {
    font-size: 15px;
  }
  .accordion-details .acc-content-inner p,
  .acc-content-inner p,
  .acc-content-inner ul li {
    font-size: 14px;
  }
  .ocs-content p {
    font-size: 16px;
  }
  .ai-salesforce-solution-tiles {
    gap: 12px;
  }
  .aiss-tiles:first-child,
  .aiss-tiles:nth-child(4),
  .aiss-tiles:nth-child(6) {
    width: calc(40% - 6px);
  }
  .aiss-tiles:nth-child(2),
  .aiss-tiles:nth-child(3),
  .aiss-tiles:nth-child(7) {
    width: calc(60% - 6px);
  }
  .aiss-detail img {
    height: 270px;
  }
  .aiss-detail h4 {
    font-size: 12px;
    bottom: 12px;
  }
  .data-integration-tiles .categories-boxes {
    width: 100%;
    min-height: unset;
  }
  #product-solution-section.data-integration-tiles .categories-boxes {
    min-height: 224px;
  }
  #product-solution-section,
  #salesforce-advisory-service {
    padding: 60px 0 80px;
  }
  .two-column-image-tab-item {
    padding: 80px 0 0;
  }
  #salesforce-security-section {
    padding: 80px 0px;
  }
  #salesforce-manage-services {
    padding: 70px 0;
  }
  #salesforce-package-development {
    padding: 80px 0 40px;
  }
  .image-tab-item-wrap {
    padding: 20px;
  }
  #cisko-ai-pods .heading h2 {
    font-size: 28px;
    line-height: 40px;
  }
  #ai-agent-enterprise.data-integration-tiles .main-title {
    font-size: 20px !important;
  }
  .partner-image-container .tech-icon,
  .partner-image-container .gluware-logo-details {
    min-height: 75px;
    max-height: 75px;
  }
  .section-our-partner .partner-image-container .learn-more-btn a {
    font-size: 14px;
  }
  .flip-box-card .flip-box-back {
    padding: 15px;
  }
  #why-partner-with-us-openai > .body-section-padding {
    padding: 4rem 0 !important;
  }
  .p-icons-wrap {
    gap: 10px;
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-box {
    grid-template-columns: repeat(1, 1fr);
  }
  #salesforce-package-development.service-advisory-section.data-integration-tiles
    .categories-boxes {
    min-height: unset !important;
  }
  .event-details .event-content .event-title {
    font-size: 20px;
  }
  .loc-wrap .event-location,
  .event-details .ocs-title h6,
  .event-learn-more a {
    font-size: 15px;
  }
  .loc-wrap {
    gap: 10px;
  }
  .event-details .event-category {
    margin: 0;
  }
  #industry-solution-tile-section .flex.tiles-data-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .tiles-inner-wrap {
    min-height: 285px;
  }
  .form-inputs-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .unlock-solution-form-section form {
    max-width: 365px;
    padding: 0 15px;
  }
  .unlock-solution-form {
    max-width: 360px;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 18px !important;
    line-height: 26px;
  }
  .sfr-arch-title {
    font-size: 15px;
  }
  .sfr-content p,
  .key-outcome-wrap h6,
  .us-sfr-content p,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    .cta-banner-summary {
    font-size: 15px;
    line-height: 22px;
  }
  .key-outcome-wrap.two-column-assessment .s-key,
  .key-outcome-wrap .data-integration-tiles .categories-content h4,
  .rmi-content h6,
  .customer-snapshot p {
    font-size: 14px;
  }
  .customer-snapshot h4 {
    font-size: 18px;
  }
  .key-outcome-wrap .data-integration-tiles .categories-boxex {
    padding: 0 10px;
  }
  .us-sfr-title h4 {
    padding-left: 35px;
  }
  #partnership-contact-us.sfr-act-now-section .button-contact .talk-btn {
    max-width: 210px;
    font-size: 14px;
  }
  .roadmap-implementation-details {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 420px) {
  /* Leadership Page CSS */
  .gallery-group {
    width: 49%;
  }
  .blank-box.b-box-2 {
    height: 54px;
  }
  .blank-box.b-box-4 {
    height: 51px;
  }
  .custom-gallery-wrapper {
    max-width: 349px;
  }
  .l-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .l-content p {
    font-size: 18px;
  }
  .main-title-2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .team-profile-wrap {
    padding-top: 35px;
  }
  .cbg-content-wrap .green-btn-link {
    padding: 7px 20px;
    font-size: 14px;
    margin-top: 5px;
  }
  .cbg-content-wrap h2 {
    font-size: 18px;
  }
  .see-more-wrap {
    margin-top: 25px;
  }
  .clms-tab-item {
    width: 79px;
    height: 79px;
  }
  .clms-tabs {
    gap: 10px;
  }
  /* AI Workforce Page CSS */
  .aa-index span {
    font-size: 24px;
    line-height: 24px;
  }
  .gs-title h3,
  .tiles-content-details h4 {
    font-size: 18px;
    line-height: 28px;
  }
  /* AI Infrastructure Page CSS */
  .service-key-includes h4,
  .s-key {
    line-height: 24px;
    font-size: 14px;
  }
  .s-key {
    padding-left: 32px;
  }
  .s-key::before {
    top: 2px;
    height: 24px;
    width: 24px;
  }
  #value-added-glean-section2 .tiles-content-details {
    padding: 20px;
  }
  .why-work-gruve-section .list-of-information .list-info-boxes h3,
  .gleans-offer-section .bullet-list-box h3,
  .gleans-offer-section .image-box h3.mobile-title {
    font-size: 18px;
  }
  .industry-solution-content .study-wrap h4 {
    font-size: 16px;
  }
  .two-columns-form-section .column-two-box input[type="submit"] {
    font-size: 14px;
  }

  /* .our-certification-slider > .page-container {
    padding-left: 20px;
  } */
  .aiss-detail h4 {
    width: calc(100% - 10px);
    left: 10px;
    bottom: 10px;
  }
  .aiss-detail img {
    height: 250px;
  }

  .aiss-description p,
  .aiss-description ul li {
    font-size: 13px;
  }
  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .data-integration-tiles .main-title {
    font-size: 22px !important;
    line-height: 30px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    min-height: 350px !important;
  }
  .image-tab-item-wrap {
    padding: 14px;
  }
  #data-warehouse-etl-section .benefits-customer-container h2,
  .tile-heading,
  .industry-solution-content .center.p20 h2,
  .data-integration-tiles .main-title {
    font-size: 20px !important;
    line-height: 28px;
  }
  .salesforce-security-tiles .left-box p,
  .aiss-title p,
  .ocs-content p,
  #product-solution-section.data-integration-tiles .categories-content h4,
  .data-integration-tiles .categories-content h4,
  .service-advisory-section.data-integration-tiles .categories-content h4,
  .data-integration-tiles .left-box p,
  .tc-image-tab-wrap .accordion-heading p {
    font-size: 14px;
  }
  #product-solution-section .tiles-inner-wrap {
    min-height: 320px;
  }
  .flip-box-card .flip-box-back {
    padding: 20px;
  }
  .flip-box-card .tiles-description {
    margin-bottom: 30px;
  }
  .btn-link {
    bottom: 16px;
  }
  .flip-box-card .tiles-inner-wrap {
    width: 100%;
    min-height: unset;
  }
  #salesforce-success-story {
    padding: 75px 0 10px;
  }
  .tab-aiss-content h4,
  .tab-label h4 {
    font-size: 14px;
  }
  .tab-aiss-description p,
  .tab-aiss-description ul li {
    font-size: 12px;
  }
  .aiss-tab-content-wrap .tabs {
    width: calc(8.5% - 1px);
  }
  .aiss-tab-content-wrap .tabs.active {
    width: calc(57.5% - 1px);
  }
  .tab-aiss-content {
    top: 16px;
    width: calc(100% - 20px);
    left: 12px;
  }
  .event-details .event-content .event-title {
    font-size: 18px;
  }
  .salesforce-certification-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .salseforce-desc > p {
    font-size: 14px;
  }
  .salseforce-desc > p > span {
    font-size: 34px;
  }
  .unlock-solution-form > h4 {
    font-size: 16px;
  }

  .progressbar-steps::before{
    width: 81%;
  }
  .cf7-quiz-step p.question-text{
    font-size: 18px;
  }
  .cf7-quiz-step .options p {
    font-size: 18px;
  }
  #category-btn{
    width: 100%;
  }
  #schedule-workshop, .download-solution-brief{
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .two-columns-and-form
    .two-columns-form-section
    .column-two-box
    input[type="submit"] {
    font-size: 14px;
    text-wrap: auto;
    line-height: 20px;
  }
  .green-btn-link {
    font-size: 14px;
  }
  .gallery-group {
    width: 48.5%;
  }
  .blank-box.b-box-2 {
    height: 50px;
  }
  .blank-box.b-box-4 {
    height: 46px;
  }
  .custom-gallery-wrapper {
    max-width: 325px;
  }
  /* CX Automotive Page CSS */
  .cx-title {
    font-size: 24px;
  }
  .cx-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .cx-description {
    font-size: 16px;
    line-height: 28px;
  }
  .cx-addition-info {
    padding: 30px 0px 0;
  }
  .cx-efficiency-inner {
    gap: 16px;
  }
  .form-row .form-field {
    width: 100%;
  }
  .cx-exp-left .ai-power-title-m {
    right: 2px;
    max-width: 212px;
    font-size: 14px;
  }

  .use-case-content {
    padding: 20px;
  }
  .profile-image img {
    max-width: 112px;
  }
  .profile-details h2 {
    font-size: 18px;
  }
  /* SOC Page CSS */
  .soc-title {
    font-size: 28px;
    line-height: 36px;
  }
  .ai-soc-col h3,
  .clms-content h2,
  .awards-col h2,
  .wwso-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .clms-tab-item {
    width: 72px;
    height: 72px;
  }
  .clms-tab-item img {
    max-width: 24px;
    margin: 0;
  }
  /* AI Workforce Page CSS */
  .aa-content p,
  .intro-about-section .intro-about-container p,
  #ai-agent-section .p16 p {
    font-size: 16px;
  }
  .gruve-aa-inner p {
    font-size: 15px;
  }
  #ai-workforce-hero-section .banner-btn {
    font-size: 16px;
  }
  #ai-workforce-by-gruve .video-box iframe {
    height: 180px;
  }
  /* AI Infrastructure Page CSS */
  #infra-team-section .team-wrap .col-2 {
    width: 60%;
  }
  #strength-numbers-section .case-study-glance-item {
    width: 100%;
  }
  .sp-content-inner h2 {
    font-size: 20px;
    line-height: 27px;
  }
  #partnership-salesforce-hero .ai-power-wrap .cx-exp-left img {
    max-width: 80%;
  }
  .acc-tab-header h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .acc-content-inner p,
  .acc-content-inner ul li {
    font-size: 15px;
  }
  .video-box.vs-box iframe {
    height: 230px;
  }
  .tiles-inner-wrap h4 {
    font-size: 14px;
  }
  .s-swiper-btn img {
    max-width: 30px;
  }
  .s-swiper-btn.s-button-prev {
    right: 50px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    min-height: 372px !important;
  }
  .aiss-detail h4 {
    font-size: 11.5px;
  }
  .aiss-detail img {
    height: 270px;
  }
  #ai-power-selesforce .study-wrap .w-40.p16 p,
  .acc-content-inner > div ul li,
  .acc-content-inner p,
  #cisko-ai-pods .heading p,
  #cisko-ai-pods .vulnerability-wrap h6 {
    font-size: 14px;
  }
  .partner-image-container .tech-icon,
  .partner-image-container .gluware-logo-details {
    min-height: 70px;
    max-height: 70px;
  }
  .section-our-partner .partner-image-container .learn-more-btn a {
    font-size: 12px;
  }
  #product-solution-section .tiles-inner-wrap {
    min-height: 340px;
  }
  .loc-wrap .event-location,
  .event-details .ocs-title h6,
  .event-learn-more a {
    font-size: 14px;
  }
  .tab-aiss-detail {
    height: 300px;
  }
}
@media (max-width: 358px) {
  /* Leadership Page CSS */
  .main-title-2 {
    font-size: 21px !important;
  }
  .cbg-content-wrap {
    top: 15px;
  }
  .cbg-content-wrap h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .cbg-content-wrap .green-btn-link {
    padding: 5px 15px;
    margin-top: 0;
  }
  .gallery-group {
    width: 47%;
  }
  .blank-box.b-box-2 {
    height: 40px;
  }
  .blank-box.b-box-4 {
    height: 37px;
  }
  .custom-gallery-wrapper {
    max-width: 288px;
  }
  .clms-tab-item h5 {
    font-size: 11px;
  }
  .clms-tab-item {
    width: 64.5px;
    height: 64.5px;
  }
  /* AI Infrastructure Page CSS */
  .sp-content-wrap h2,
  #strength-numbers-section
    .case-study-glance-container
    .case-study-glance-title,
  #infrastructure-partner-section .heading-title h2,
  #infra-certification-section .awards-col h2,
  #infra-team-section .heading.center h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .tiles-heading h2,
  .case-heading {
    font-size: 20px !important;
    line-height: 28px;
  }
  .tiles-content-details h4,
  .wwso-content h2 {
    font-size: 16px;
  }
  .wwso-content p {
    font-size: 15px;
    line-height: 26px;
  }
  #partnership-contact-us .cta-banner-content-box h2.heading-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  #partnership-contact-us .cta-banner-content-box .cta-banner-summary {
    font-size: 15px;
  }
  #partnership-contact-us .button-contact .talk-btn {
    max-width: 140px;
    padding: 8px;
    font-size: 14px;
  }
  .aa-index span {
    font-size: 20px;
    line-height: 20px;
  }
  .gs-title h3,
  .tiles-content-details h4 {
    font-size: 16px;
  }
  .gleans-offer-section .bullet-list-box .bullet-list li,
  #content-glean-section .llmFirst-wrap p,
  .gs-content-wrap p,
  .tiles-description ul li {
    font-size: 14px;
  }
  .tcit-accordion .acc-tab-header h5,
  .tcit-accordion .acc-content-inner p {
    font-size: 13px;
  }
  .aiss-detail h4 {
    font-size: 11px;
  }
  .service-advisory-section.data-integration-tiles .categories-boxes {
    min-height: unset !important;
    width: 100% !important;
  }
  .service-advisory-section.data-integration-tiles .categories-content h4 {
    min-height: unset;
  }
  #product-solution-section .tiles-inner-wrap {
    min-height: 400px;
  }
  .aiss-detail img {
    height: 305px;
  }
  .partner-client-details h4 {
    font-size: 16px;
  }
  .tcsp-col .vulnerability-wrap h6 {
    font-size: 15px;
  }
  .tcsp-col .vulnerability-wrap {
    flex-direction: column;
  }
  .tcsp-col .vulnerability-wrap .col-6 {
    width: 100%;
  }
  .tab-aiss-detail {
    height: 310px;
  }
  .sfr-title,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    h2.heading-title {
    font-size: 16px !important;
    line-height: 24px;
  }
  .sfr-content p,
  .key-outcome-wrap h6,
  .us-sfr-content p,
  #partnership-contact-us.sfr-act-now-section
    .cta-banner-content-box
    .cta-banner-summary {
    font-size: 14px;
  }
  .sfr-tag {
    font-size: 12px;
    line-height: 17px;
  }
  .customer-snapshot {
    padding: 15px 20px;
  }
}

/* New Contact Form Design */
.contact-form-block > h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 150%;
}
.required-field {
  color: #a8071a;
}
select.contact-select-field {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  background-color: transparent;
  color: #a6a6a6;
  margin-top: 7px;
  cursor: pointer;
  outline: 0;
}

.c-contact-form {
  display: none;
}

button.inquiry-btn.button-green {
    margin-top: 24px;
    min-width: 140px;
}
.c-form-title {
    margin: 20px 0;
}
.c-form-title h4 {
    color: #21A55E;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 2px;
}
.c-form-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 120%;
}

.contact-hero-section .contact-form-block form .contact-form-grid.partnership-form .contact-form-item.textarea-box,
.contact-hero-section .contact-form-block form .contact-form-grid.media-public-reaction-form .contact-form-item.textarea-box {
    grid-area: 6 / 1 / 6 / 3;
}
.contact-hero-section .contact-form-block form .contact-form-grid .contact-form-item.text-org-name {
    grid-area: 3 / 1 / 3 / 3;
}
.contact-hero-section .contact-form-block form .contact-form-grid .contact-form-item.url-event-article {
    grid-area: 7 / 1 / 7 / 3;
}
.contact-select-field option:first-child {
  color: #A6A6A6; 
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em !important;
}



/* New Changes */
.team-profile img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

section#cx-data-science-success .flip-box-back {
    padding: 20px;
}

/* New Redhat Steps From */
.redhat--NewOuterContainer {
    display: flex;
    gap: 35px;
}

.assessment-box {
    margin: 0px;
    width: 100%;
    display: block;
    height: auto;
    padding: 56px;
}

div#assessment-form-wrapper .step-controls .next-btn.active, .step-controls .finish-btn.active, .step-controls .wpcf7-submit.active {
    background: #EE0000;
}
@media (max-width: 498px) {
    .ai-assessment-section h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .redhat--NewOuterContainer {
        display: unset;
    }
    
    div#assessment-intro {
        padding: 12px 20px;
        border-radius: 16px;
    }
    
    .assessment-box {
        padding: 40px 20px 32px;
        margin-top: 40px;
    }
}

@media (min-width: 498px) and (max-width: 1024px) {
  .ai-assessment-section #assessment-intro p {
    font-size: 16px;
  }

  div#assessment-intro ul li {
    font-size: 14px;
  }

  div#assessment-intro ul li img {
      height: 20px;
  }

  div#assessment-intro h4 {
    font-size: 16px;
  }

  .cf7-quiz-step p.question-text {
    font-size: 22px;
  }

  .cf7-quiz-step .options p {
    font-size: 16px;
  }

  .step-controls {
    /* position: absolute; */
    bottom: 57px;
  }

  .assessment-box .step-controls .next-btn,
  .step-controls .finish-btn,
  .step-controls .wpcf7-submit {
    padding: 8px 30px;
    font-size: 18px;
  }

  div#assessment-form-wrapper .step-controls p button.prev-btn {
    font-size: 16px !important;
  }
}
