.section-top-label {
  min-height: 42px;
  padding: 10px 20px;
  border: 1px solid rgba(73, 204, 121, 0.19);
  border-radius: 40px;
  background-color: rgba(73, 204, 121, 0.15);
  color: rgba(72, 202, 120, 1);
  font-family: 'graphikregular';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 20px;
  display: inline-block;
}

.section-top-title {
  color: rgba(33, 33, 33, 1);
  font-family: 'graphikbold';
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 14px;
}

.section-top-title.white,
.section-top-descp.white {
  color: #fff;
}

.section-top-descp {
  color: rgba(66, 66, 66, 1);
  font-family: 'graphikregular';
  font-size: 18px;
  line-height: 26px;
}

.primary-button {
  background-color: #49CC79;
  min-width: 230px;
  height: 48px;
  display: flex;
  padding: 10px 25px 10px 20px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.primary-button:hover {
  color: #FFFFFF;
}

.primary-button polyline {
  stroke: #fff;
}

.secondry-button {
  border: 1px solid #49CC79;
  height: 48px;
  min-width: 230px;
  color: #49CC79;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
}

.secondry-button:hover {
  color: #49CC79;
}

/* ===== HERO ===== */
.hero-section {
  background: #070a0f;
  background-image: radial-gradient(ellipse at 50% 0%, rgba(20, 60, 40, 0.5) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 170px 0 40px;
  position: relative;
  overflow: hidden;
}

/* Video Background */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Dark Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.hero-banner-content {
  position: relative;
  z-index: 1;
}

.banner-buttons {
  gap: 20px;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-badge {
  min-height: 42px;
  padding: 10px 20px;
  border: 1px solid rgba(73, 204, 121, 0.19);
  border-radius: 40px;
  background-color: rgba(73, 204, 121, 0.15);
  color: rgba(73, 204, 121, 1);
  font-family: 'graphikregular';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 20px;
  display: inline-block;
}

.hero-title {
  color: rgba(244, 246, 249, 1);
  font-family: 'graphiksemibold';
  font-size: 56px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}

.hero-title span {
  display: block;
  background: linear-gradient(to right, #51D581 15%, #408bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 28px;
  margin-bottom: 30px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.hero-tag {
  height: 42px;
  border: 1px solid rgba(65, 184, 109, 0.54);
  border-radius: 40px;
  background: linear-gradient(131deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(104, 131, 225, 0.15) 100%);
  padding: 10px 16px;
  color: rgba(244, 246, 249, 1);
  font-family: "graphikregular";
  font-size: 14px;
  text-align: center;
  line-height: 21px;

}

.hero-stats {
  display: flex;
  gap: 66px;
  margin-top: 80px;
  align-items: center;
}

.hero-stat-num {
  font-size: 30px;
  line-height: 40px;
  margin: 0px;
  color: #fff;
  font-family: 'graphikbold';
  background: linear-gradient(to right, #408bfa 22%, #51D581 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.devide {
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 80px;
}

.hero-stat-label {
  color: rgba(255, 255, 255, 1);
  font-family: "graphikregular";
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  display: block;
  margin-top: 6px;
}

/* ===== LOGOS ===== */
.clientLogoSection {
  box-shadow: 0 1px 0 0 rgba(231, 234, 241, 1);
  background-color: rgba(244, 246, 249, 1);
  padding: 60px 0;
}

.all-Clients .service-heading {
  margin-bottom: 30px;
}

.service-heading h3 {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  font-family: "graphiksemibold";
  text-align: center;
  text-transform: uppercase;
}

/* ===== SECTION LABELS ===== */
.section-label {
  display: inline-block;
  border: 1px solid rgba(46, 204, 113, 0.4);
  color: #2ECC71;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  background: rgba(46, 204, 113, 0.07);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-label-dark {
  display: inline-block;
  border: 1px solid rgba(46, 204, 113, 0.4);
  color: #2ECC71;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  background: rgba(46, 204, 113, 0.1);
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ===== AGENTIC AI SECTION ===== */
.agentic-section {
  background: #fff;
  padding: 0;
  margin-bottom: -1px;
}

.agentic-section-right {
  border-left: 1px solid rgba(231, 234, 241, 1);
  padding-top: 65px;
}

.video-left {
  height: 633px;
  overflow: hidden;
}
.video-left video{
  margin-top: -100px;
}

.agentic-title-section {
  padding-right: 80px;
  padding-left: 15px;
}

.feature-col {
  min-height: 270px;
  border-right: 1px solid #e5e7eb;
  padding-right: 28px;
  border-top: 1px solid rgba(231, 234, 241, 1);
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.feature-col:last-child {
  border-right: none;
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-name {
  font-size: 16px;
  color: rgba(33, 33, 33, 1);
  font-family: 'graphiksemibold';
  line-height: 20px;
  margin-bottom: 10px;
}

.feature-tag {
  color: rgba(72, 202, 120, 1);
  font-family: "graphikmedium";
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 22px;
}

.feature-desc {
  font-size: 16px;
  color: rgba(66, 66, 66, 1);
  line-height: 22px;
}

/* ===== BUSINESS CHALLENGES (dark blue) ===== */
.challenges-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.challenges-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/ai-agentic/business-challenge-bg.png) center center no-repeat;
}

.challenges-right {
  margin-left: auto;
}

.challenges-right img {
  margin-bottom: -95px;
}

/* ===== CAPABILITY STACK ===== */
.capability-section {
  background: #fff;
  padding: 80px 0 56px 0;
}

.content-top-head {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20%;
}

.cap-card {
  box-shadow: 0 0 0 1px rgba(231, 234, 241, 1);
  background-color: rgba(244, 246, 249, 1);
  padding: 20px;
}

.isometric-img {
  height: 159px;
  text-align: center;
  margin-top: 20px;
}

.isometric-img img {
  height: 100%;
  width: auto;
}

.cap-card-title {
  font-size: 16px;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 10px;
  font-family: 'graphiksemibold';
}

.cap-card-body {
  color: rgba(66, 66, 66, 1);
  font-family: "graphikregular";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 22px;
}

.cap-card-link {
  color: #49cc79;
  font-family: "graphikmedium";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: left;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.cap-card-link:hover {
  color: #49cc79;
}

.cap-icon-wrap {
  margin: 20px 0 8px;
}

.cap-icon-wrap img {
  max-height: 100px;
  object-fit: contain;
}

.isometric-placeholder {
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg, #e8faf0 0%, #d0f5e3 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 8px;
}

.isometric-placeholder svg {
  opacity: 0.6;
}

/* ===== PLATFORMS (dark teal) ===== */
.platforms-section {
  background: #0a1f1c;
  /* background-image: radial-gradient(ellipse at 50% 0%, rgba(20, 80, 60, 0.5) 0%, transparent 70%); */
  background-color: rgba(0, 0, 0, 1);
  padding: 80px 0;
}

.platforms-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.platforms-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.platform-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 24px;
}

.platform-card .gap-2 {
  gap: 12px;
}

.platform-card.agentHub-bg {
  background: linear-gradient(135deg, rgba(57, 170, 98, 0.22) 0%, rgba(130, 81, 213, 0) 100%);
}

.platform-card.approvalHub-bg {
  background: linear-gradient(135deg, rgba(57, 170, 98, 0.22) 0%, rgba(130, 81, 213, 0) 100%);
}

.platform-card.Customer-360-bg {
  background: linear-gradient(135deg, rgba(57, 170, 98, 0.22) 0%, rgba(130, 81, 213, 0) 100%);
}

.platform-card.notificationHub-bg {
  background: linear-gradient(135deg, rgba(57, 170, 98, 0.22) 0%, rgba(130, 81, 213, 0) 100%);
}

.platform-card.CollaborationHub-bh {
  background: linear-gradient(135deg, rgba(57, 170, 98, 0.22) 0%, rgba(130, 81, 213, 0) 100%);
}

.platforms-section .section-top-descp {
  max-width: 900px;
  margin: 0 auto 40px;
}

.Customer-360-bg .platform-card-img {
  text-align: center;
}

.Customer-360-bg .platform-card-img img {
  max-height: 208px;
  width: 100%;
}

.approvalHub-bg .platform-card-img {
  position: relative;
  right: -25px;
}

.notificationHub-bg .platform-card-img {
  position: relative;
  right: -25px;
}

.platform-card-title {
  font-size: 22px;
  font-family: 'graphiksemibold';
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.platform-card-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 16px;
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(46, 204, 113, 0.15);
  border: 1px solid rgba(46, 204, 113, 0.3);
  color: #2ECC71;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0px;
}

.platform-badge::before {
  content: '●';
  font-size: 7px;
}

.platform-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  float: right;
}

.platform-screen {
  background: #1a2b50;
  border-radius: 8px;
  padding: 10px;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.platform-screen-bar {
  background: rgba(255, 255, 255, 0.08);
  height: 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.platform-screen-row {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}

.platform-screen-cell {
  background: rgba(46, 204, 113, 0.2);
  border-radius: 4px;
  height: 20px;
  flex: 1;
}

.platform-screen-cell.purple {
  background: rgba(124, 58, 237, 0.25);
}

/* ===== USE CASES ===== */
.usecases-section {
  background-color: rgba(244, 246, 249, 1);
  padding: 80px 0;
}

.usecases-section .content {
  box-shadow: 0 0 0 1px rgba(231, 234, 241, 1);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  min-height: 180px;
}

.usecases-section .content h4 {
  color: rgba(33, 33, 33, 1);
  font-size: 16px;
  font-family: 'graphiksemibold';
  margin-bottom: 10px;
}

.usecases-section .content p {
  color: rgba(66, 66, 66, 1);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.usecases-section .swiper-button-next,
.usecases-section .swiper-button-prev {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  background-size: 44px;
  width: 44px;
  height: 44px;
}

.usecases-section .swipperButton {
  left: 0;
  margin: 0;
  bottom: 18px;
}

.usecases-section .swipperButton .swiper-button-prev {
  transform: rotate(180deg);
}

.agentic-inner-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.agentic-inner-content .contentLeftBlock {
  width: 350px;
  flex: none;
}

.agentic-inner-content .contentRightBlock {
  width: calc(100% - 350px);
  flex-grow: 1;
  margin-right: calc((100vw - 1240px) / 2 * -1);
}

.agentic-slider-section {
  position: relative;
}

.contentRightBlock .agentic-ai-casses {
  overflow-y: inherit;
  overflow-x: clip;
}

.contentRightBlock .agentic-ai-casses .imageBlock {
  height: 160px;
  width: 100%;
  overflow: hidden;
  border-radius: .25rem .25rem 0 0;
}

.imageCardContent .imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ===== AGENTIC LOOP (dark blue) ===== */
.agent-loop-section {
  background: linear-gradient(180deg, #0025a4 0%, #001769 100%);
  padding: 80px 0 0;
}



.pill-label {
  border-radius: 30px;
  background-color: rgba(72, 202, 120, 1);
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-family: "graphikmedium";
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
}

.pill-label::after {
  content: "";
  width: 170px;
  height: 2px;
  display: block;
  margin: auto;
  transition: .3s;
  position: absolute;
  top: 12px;
  border-bottom: 1px dashed #48ca78;
  z-index: 11;
  left: 70px;
}

.card-block:last-child .pill-label::after {
  display: none;
}

.pill-line {
  flex: 1;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.47);
}

.step-pill:last-child .pill-line {
  display: none;
}

/* ── Cards ── */
.cards {
  display: flex;
  border-radius: 0;
  overflow: hidden;
  align-items: stretch;
}

.card-block {
  flex: 1;
  height: 382px;
  background: linear-gradient(180deg, rgba(23, 64, 203, 1) 0%, rgba(0, 37, 165, 0) 100%);
  position: relative;
  overflow: visible;
  cursor: default;
  transition: background 0.35s ease;
  border: none;
  border-radius: 0;
  padding: 22px;
  min-width: 0;
}

.card-block:nth-child(1),
.card-block:nth-child(3),
.card-block:nth-child(5) {
  background: rgb(8 30 107 / 60%);
}

.card:last-child {
  border-right: none;
}


/* Title — always visible */
.card-title {
  font-size: 20px;
  font-family: 'graphiksemibold';
  color: #fff;
  position: relative;
  z-index: 3;
}

/* ── Description — default bottom, slides UP on hover ── */
.card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  padding: 0 22px;
  font-size: 16px;
  color: rgb(255 255 255 / 80%);
  line-height: 21px;
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.44s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  z-index: 3;
}

.card-block:hover .card-desc,
.card-block:focus-within .card-desc {
  transform: translateY(-170px);
  opacity: 1;
}

/* ── Illustration — hidden below, slides UP on hover ── */
.card-illus {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 22px;
  transform: translateY(calc(100% + 22px));
  opacity: 0;
  transition: transform 0.44s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease 0.05s;
  z-index: 2;
  pointer-events: none;
}

.card-block:hover .card-illus,
.card-block:focus-within .card-illus {
  transform: translateY(0%);
  opacity: 1;
}

.card-block .card-illus img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.cta-banner {
  padding: 64px 0;
}

.cta-inner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  text-align: center;
}
.cta-banner-color{
  background: url(../images/services/unlockbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.cta-inner-section h2 {
  color: #fff;
  font-family: 'graphikbold';
  font-size: 42px;
  text-align: center;
  line-height: 56px;
  color: #212121;
  margin-bottom: 20px;
}
.cta-inner-section p{
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 30px;
}
.cta-banner-color h2{
    color: #fff;
}
.cta-banner-color p{
    color: rgb(255 255 255 / 70%);
}

.cta-inner-section .primary-button {
  min-width: inherit;
  white-space: nowrap;
}

/* ──────────── Illustration components ──────────── */

/* Input */
.illus-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.illus-icons {
  display: flex;
  gap: 10px;
}

.illus-icons span {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(34, 208, 122, 0.15);
  border: 1px solid rgba(34, 208, 122, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.illus-beam {
  width: 90px;
  height: 44px;
  background: conic-gradient(from 270deg at 50% 0%, rgba(34, 208, 122, 0.6) 0deg, transparent 80deg);
  border-radius: 0 0 60px 60px;
}

/* Reasoning */
.illus-brain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.brain-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(34, 208, 122, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
}

.brain-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(34, 208, 122, 0.3);
  animation: spin 8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.brain-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 120px;
}

.brain-tag {
  background: rgba(34, 208, 122, 0.1);
  border: 1px solid rgba(34, 208, 122, 0.25);
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  padding: 2px 7px;
  border-radius: 20px;
}

/* Decision */
.illus-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.score-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 105px;
}

.score-bar {
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.score-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #22d07a;
  border-radius: 4px;
  width: var(--w, 60%);
}

.score-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.06em;
}

/* Action */
.illus-api {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 120px;
}

.api-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.api-badge {
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.05em;
  min-width: 36px;
  text-align: center;
}

.badge-get {
  background: rgba(34, 208, 122, 0.2);
  color: #22d07a;
}

.badge-post {
  background: rgba(99, 130, 255, 0.2);
  color: #8fa8ff;
}

.badge-put {
  background: rgba(255, 180, 50, 0.2);
  color: #ffc454;
}

.api-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-family: monospace;
}

/* Learning */
.illus-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.flow-node {
  background: rgba(34, 208, 122, 0.12);
  border: 1px solid rgba(34, 208, 122, 0.35);
  border-radius: 8px;
  padding: 4px 16px;
  font-size: 10px;
  color: #22d07a;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.flow-arrow {
  color: rgba(34, 208, 122, 0.45);
  font-size: 13px;
  line-height: 1;
}

/* ===== LOW CODE (dark) ===== */
.lowcode-section {
  background: #090b0f;
  /* background-image:
    linear-gradient(rgba(46, 204, 113, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 204, 113, 0.04) 1px, transparent 1px);*/
  background-image: url('../images/ai-agentic/lowcode-bg.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 80px 0;
}

.lowcode-head {
  text-align: center;
  padding: 0 100px;
}

.lowcode-feature-tags {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.lowcode-tag {
  box-shadow: 0 0 0 1px rgba(114, 114, 114, 0.34);
  border-radius: 4px;
  background: linear-gradient(142deg, rgb(57 170 98 / 82%) 0%, rgb(0 28 124 / 31%) 100%);
  padding: 24px 15px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: flex;
  align-items: center;

}

.lowcode-screen {
  overflow: hidden;
  max-width: 834px;
  margin: 0 auto;
  margin-top: 30px;
}

.lowcode-screen img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

/* ===== INDUSTRIES ===== */
.industries-section {
  background: #fff;
  padding: 80px 0;
}

.ai-native-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.ai-native-wrap .ai-native-left {
  max-width: 500px;
}

.industry-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  min-height: 320px;
}

/* ── Left: Image ── */
.img-panel {
  width: 420px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #e8e8e4;
  border-radius: 8px;
}

.img-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.img-panel img.active {
  opacity: 1;
}

/* ── Middle: Tab list ── */
.tab-list {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
}

.tab-item {
  padding: 6px 32px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(117, 117, 117, 1);
  cursor: pointer;
  text-align: center;
  transition: color 0.22s ease, font-weight 0.15s ease;
  position: relative;
  line-height: 1.4;
  user-select: none;
}

.tab-item:hover {
  color: rgba(33, 33, 33, 1);
}

.tab-item.active {
  color: rgba(33, 33, 33, 1);
  font-family: 'graphiksemibold';
  font-size: 24px;
}

/* Active left indicator bar */
.tab-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: #fff;
  border-radius: 0 3px 3px 0;
}

/* ── Right: Content ── */
.content-panel {
  flex: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.content-slide {
  position: absolute;
  inset: 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.38s ease, transform 0.38s ease;
  pointer-events: none;
  text-align: right;
  align-items: end;
}

.content-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.content-slide h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a18;
  margin-bottom: 14px;
  line-height: 1.3;
  display: none;
}

.content-slide p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
  max-width: 320px;
  color: rgba(0, 0, 0, 1);
}

.know-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #1D9E75;
  color: #1D9E75;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}

.know-more:hover {
  background: #1D9E75;
  color: #fff;
}

.know-more svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.know-more:hover svg {
  transform: translateX(4px);
}

/* ===== TECH ECOSYSTEM (dark teal/black) ===== */
.tech-section {
  background: #080f0e;
  background-image: url(../images/ai-agentic/tech-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 80px 0;
}

.tech-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.tech-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Left → Right */
.left-to-right {
  animation: leftToRight 25s linear infinite;
}

/* Right → Left */
.right-to-left {
  animation: rightToLeft 25s linear infinite;
}

@keyframes leftToRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes rightToLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.tech-track:hover {
  animation-play-state: paused;
}

.tech-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.tech-item {
  width: 180px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s;
}

.tech-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.tech-item-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tech-item-label {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
}

/* ===== ROADMAP ===== */
.roadmap-section {
  background: #fff;
  padding: 80px 0;
}

.roadmap-title {
  font-size: 40px;
  font-weight: 800;
  color: #0d1117;
  text-align: center;
  margin-bottom: 60px;
}

.journey-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url('../images/ai-agentic/roadmam-curve.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0px;
  margin-top: 120px;
}

.curve-img {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  z-index: 1;
}

.journey-item {
  position: relative;
  width: 320px;
  z-index: 2;
}

.journey-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: rgba(33, 33, 33, 1);
  font-family: 'graphiksemibold';
}

.journey-item p {
  color: rgba(66, 66, 66, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

}

.step-no {
  position: absolute;
  line-height: 1;
  color: rgba(66, 66, 66, 1);
  font-size: 110px;
  font-family: 'graphiksemibold';
  background: linear-gradient(359deg, rgb(255 255 255 / 89%) 0%, rgb(230 230 230 / 53%) 50%, rgba(210, 210, 210, .8) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: .55;
}

/* LEFT */
.item-1 {
  left: 30px;
  top: -20px;
}

.item-1 .step-no {
  right: -20px;
  top: -30px;
}

/* CENTER BOTTOM */
.item-2 {
  right: 0px;
  top: 150px;
}

.item-2 .step-no {
  right: -40px;
  top: -45px;
}

/* RIGHT TOP */
.item-3 {
  right: 40px;
  top: -200px;
}

.item-3 .step-no {
  right: -30px;
  top: -40px;
}


.roadmap-step {
  position: relative;
  padding: 20px 0;
}

.roadmap-step-num {
  font-size: 80px;
  font-weight: 900;
  color: #f0f0f0;
  position: absolute;
  top: -10px;
  right: 0;
  line-height: 1;
  z-index: 0;
}

.roadmap-step-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.roadmap-step-desc {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.roadmap-wave {
  max-width: 100%;
  height: 180px;
}

/* ===== CASE STUDIES (dark blue) ===== */
.case-section {
  background: linear-gradient(135deg, #0D1B5E 0%, #1A2B8A 100%);
  padding: 80px 0;
}

.case-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}

.case-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-top: 16px;
}

.case-card {
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 0 0 1px rgba(114, 114, 114, 0.34), 0 1px 2px 0 inset rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(20, 27, 102, 0) 0%, rgba(17, 15, 99, 0.54) 51%, rgba(57, 170, 98, 0.65) 100%);
  position: relative;
}

.case-card::before {
  content: '';
  position: absolute;
  width: 231px;
  height: 200px;
  background-color: rgba(0, 36, 159, 1);
  filter: blur(30px);
  left: 0;
  right: 0;
  z-index: -1;
  top: -40px;
  margin: 0 auto;
}

.case-card-tag {
  font-size: 22px;
  font-family: 'graphiksemibold';
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 10px;
}

.case-card-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.case-metrics {
  margin: 20px -24px 20px;
  border-top: 1px solid rgba(46, 204, 113, 0.2);
  border-bottom: 1px solid rgba(46, 204, 113, 0.2);
  display: flex;
}

.case-metric {
  flex: 1;
  border-right: 1px solid rgba(46, 204, 113, 0.2);
  padding: 10px;
  text-align: center;
}

.case-metrics .case-metric:last-of-type {
  border-right: none;
}

.case-metric-val {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: rgba(65, 183, 108, 1);
  font-family: 'graphiksemibold';
}

.case-metric-label {
  font-size: 14px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  padding-top: 10px;
  text-align: center;
}

.case-detail {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

/* ===== WHY QUARKS ===== */
.why-section {
  background: linear-gradient(180deg, rgba(250, 251, 253, 1) 0%, rgba(230, 255, 239, 1) 100%);
  padding: 80px 0;
}

.why-title {
  font-size: 38px;
  font-weight: 800;
  color: #0d1117;
  text-align: center;
  margin-bottom: 50px;
}

.why-title em {
  font-style: normal;
}

.why-card {
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}

.why-icon {
  font-size: 28px;
  color: #0D9488;
  margin-bottom: 18px;
}

.why-card-title {
  color: rgba(33, 33, 33, 1);
  font-family: 'graphiksemibold';
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}

.why-card-body {
  font-size: 14px;
  color: rgba(66, 66, 66, 1);
  line-height: 22px;
}
.engineering-numbers{
  border-top: 1px solid rgba(231, 234, 241, 1);
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(231, 234, 241, 1);
  padding: 20px;
  margin-top: 40px;
}
.engineering-numbers .hero-stat-num{
  font-size: 34px;
}
.engineering-numbers .hero-stats{
  margin: 0;
  text-align: center;
  align-items: normal;
  gap: 10px;
  justify-content: space-between;
}
.engineering-numbers .hero-stat-label{
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: normal;
}
.engineering-numbers .hero-stat-sub-label{
  color: rgba(117, 117, 117, 1);
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.engineering-numbers .devide{
  background: rgba(231, 234, 241, 1);
  height: inherit;
}
.engineering-numbers .num-col{
  min-width: 240px;
}

/* ===== TESTIMONIALS (dark blue) ===== */
.testimonials-section {
  background-image: url(../images/ai-agentic/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 0px 0;
}


.slider-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.slider-up {
  animation: scrollUp 18s linear infinite;
}

.slider-down {
  animation: scrollDown 18s linear infinite;
}

.slider:hover {
  animation-play-state: paused;
}

@keyframes scrollUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

.testimonials-title {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
}

.testimonials-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
}

.testimonial-card {
  box-shadow: 0 0 0 1px rgba(114, 114, 114, 0);
  border-radius: 4px;
  background: linear-gradient(136deg, rgba(4, 28, 108, 1) 0%, rgba(57, 170, 98, 0.64) 100%);
  padding: 24px;
  margin-bottom: 16px;
}

.testimonial-logo {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 16px;
  opacity: 0.9;
  color: rgba(255, 255, 255, 1);
  padding: 24px 0px 40px;
  line-height: 24px;
}

.testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2ECC71;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-right: 10px;
}

.testimonial-author {
  font-size: 16px;
  opacity: 0.9;
  color: rgba(255, 255, 255, 1);
  font-family: 'graphikmedium';
  line-height: 24px;

}

.testimonial-role {
  opacity: 0.7;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

/* ===== BLOG ===== */

.blogSection {
  background-color: #ffffff;
  padding: 80px 0px;
  border-top: #eee solid 1px;
}

.blogSection h3 {
  color: #212121;
  font-family: 'graphikbold';
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 16px;
}

.blogSection .subHeading {
  /* color: #989DA9; */
  color: #848484;
  font-family: 'graphikregular';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  display: block;
}

.blogSection .blogSlider {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.blogSection .block {
  background-image: linear-gradient(#F4F6F9, #fff);
  padding: 1px;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 450px;
}

.blogSection .block a {
  display: block;
  background: #fff;
  padding: 30px;
  height: 100%;
}

.blogSection .line {
  background-color: #49CC79;
  width: 40px;
  height: 4px;
  margin-bottom: 36px;
}

.blogSection .date {
  color: #989DA9;
  font-family: 'graphikbold';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.blogSection h2 {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  height: 240px;
  transition: all 1s ease;
}

.blogSection p {
  color: #212121;
  font-family: 'graphikregular';
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogSection button {
  position: absolute;
  left: 30px;
  bottom: -30px;
  background: none;
  border: none;
  transition: all 1s ease;
  color: #49CC79;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.blogSection .block a:hover h2 {
  height: 120px;
  overflow: hidden;
  color: #49CC79;
  transition: all 1s ease;
}

.viewAllBlog {
  background-color: #49CC79;
  width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: -55px;
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.viewAllBlog:hover {
  color: #fff;
}

.blogSection .block:hover button {
  bottom: 30px;
  transition: all 1s ease;

}

.blogSection .block:hover {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.06);
}

.blogSection .block .button_arrow__379Os {
  margin-left: 8px;
}

.blogSection .swipperButton {
  left: 0;
  margin-left: 0;
  bottom: 40px;
  width: 110px;
}

.blogSection .swipperButton .swiper-button-prev3 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px;
  transform: rotate(180deg);
}

.blogSection .swipperButton .swiper-button-next3 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 44px;
  height: 44;
  background-size: 44px;
  margin-right: -16px;
}

.blogSection .swipperButton .swiper-button-disabled {
  opacity: .4;
  cursor: default;
}

/* ===== FUTURE CTA (dark blue) ===== */
.future-section {
  background: #060f0e;
  padding: 80px 0;
  background-image: url(../images/ai-agentic/future-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover !important;
}

.stat-box-wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.stat-box-wrap.dfd-offset {
  margin-left: 100px;
  margin-bottom: 0;
}

.future-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.stat-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 22px;
  height: 100%;
  width: 264px;
}

.stat-box-val {
  font-size: 32px;
  font-family: 'graphikbold';
  background: linear-gradient(90deg, #60a5fa, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 4px;
}

.stat-box-label {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  font-family: 'graphiksemibold';
}

.stat-box-sub {
  font-size: 16px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 1);
  margin-top: 2px;
}

.btn-future-primary {
  background: #2ECC71;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding: 13px 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

.btn-future-primary:hover {
  background: #27AE60;
  color: #000;
  text-decoration: none;
}

.btn-future-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 6px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-future-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* ===== FAQ ===== */
/* Help Center css */
.help-center-section {
  padding: 80px 0;
}

.help-center-section .service-heading h2 {
  margin-bottom: 50px;
  color: #212121;
  font-size: 48px;
  line-height: 56px;
  font-family: "graphikbold";
}

.faq-cat-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
  gap: 30px;
  border: none;
}

.faq-cat-tabs li {
  background-color: #ffffff;
  border: 1px solid #e7eaf1;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
  width: 250px;
  height: 60px;
}

.faq-cat-tabs li a.active {
  background: #f9f8fe;
  border-color: #eeeff5;
}

.faq-cat-tabs li a.active {
  color: #000;
}

.faq-cat-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #757575;
  font-family: "graphikmedium";
  font-size: 20px;
  line-height: 24px;
}

.help-center-section .service-heading h2 {
  margin-bottom: 50px;
  color: #212121;
}

.accordian-section .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.panel-group {
  position: relative;
}

.accordian-section a {
  padding: 14px 20px;
  text-align: left;
  color: #212121;
  font-family: "graphikmedium";
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding-right: 45px;
}

.accordian-section .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
  width: 50%;
  box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
  margin-bottom: 1px;
}

.accordian-section .panel-heading .panel-title {
  position: relative;
  background: #fff;
}

.accordian-section .panel-heading .panel-title .accordion-toggle {
  display: block;
  position: relative;
}

.accordian-section .panel-heading .panel-title .accordion-toggle::after {
  background: url(../images/contact-us/faq-arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 19px;
  width: 18px;
  height: 17px;
  content: "";
  transform: rotate(90deg);
}

.accordian-section .panel-heading .panel-title.active {
  background: #f8f6fe;
}

/* .accordian-section .panel-heading .panel-title.active::after {
  transform: rotate(0);
  top: 20px;
} */
.accordian-section .panel-heading .panel-title.active .accordion-toggle::after {
  transform: rotate(0);
  top: 20px;
}

.accordian-section .panel-collapse {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
}

.accordian-section .panel-collapse a {
  color: #3bae65;
  font-family: "graphikregular";
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  display: inline-block;
}

.accordian-section .panel-collapse b,
.accordian-section .panel-collapse strong {
  font-family: "graphikmedium";
}

.accordian-section .panel-collapse a:hover {
  text-decoration: underline;
}

.accordian-section .panel-collapse ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}

.accordian-section .panel-collapse li {
  color: #424242;
  font-family: "graphikregular";
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
}

.accordian-section .panel-collapse li a {
  font-size: 14px;
}

.accordian-section .panel-collapse h4 {
  color: #212121;
  font-family: "graphikmedium";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

.accordian-section .panel-collapse p {
  color: #424242;
  font-family: "graphikregular";
  font-size: 16px;
  line-height: 26px;
}

.accordian-section .panel-collapse::after {
  width: 100%;
  height: 100%;
  background: #f8f6fe;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.accordian-section::after {
  background: #f8f6fe;
  width: 46%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.we-innovate .container::after {
  display: none;
}

/* ===== CONTACT FORM (dark teal) ===== */
.contact-section {
  background: #060f0e;
  background-image: url(../images/ai-agentic/conatct-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 80px 0;
}

.contact-card {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: rgba(1, 56, 68, 1);
  padding: 50px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.contact-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 24px;
}

.contact-card .section-top-descp {
  opacity: 0.8;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  padding-bottom: 24px;
}

.contact-card .section-top-title {
  font-size: 32px;
}

.trust-badge-wrap {
  gap: 24px;
}

.check-item-bg {
  padding: 12px;
  background-color: #1b4c57;
  border-radius: 10px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.form-label-custom {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control-custom {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 12px 16px;
  height: 50px;
  font-size: 16px;
  width: 100%;
  transition: border-color 0.2s;
}

.form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

select.form-control-custom:has(option[value=""]:checked) {
  color: rgba(255, 255, 255, 0.25);
}

select.form-control-custom option {
  color: #fff;
  background: #111;
}

textarea.form-control-custom {
  height: 50px;
  resize: vertical;
}

.form-control-custom:focus {
  border-color: #2ECC71;
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.contact-left {
  padding-right: 24px;
}

.contact-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgb(72 204 121), transparent);
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.check-icon {
  background-image: url('../images/ai-agentic/check-circle.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  min-width: 18px;
  min-height: 18px;
  background-position: center center;
  margin-top: 2px;
}

.check-text {
  line-height: 1.5;
  opacity: 0.9;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.btn-form-submit {
  background: #2ECC71;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}

.btn-form-submit:hover {
  background: #27AE60;
}

.form-note {
  opacity: 0.7;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  max-width: 410px;
  font-family: 'graphiklight';
}



/* ===== UTILITIES ===== */
.divider-green {
  width: 40px;
  height: 3px;
  background: #2ECC71;
  margin-bottom: 14px;
}

.text-green {
  color: #2ECC71 !important;
}

.text-green-mid {
  color: #0D9488;
}

.bg-navy {
  background: #0D1B3E;
}

.section-heading {
  font-size: 38px;
  font-weight: 800;
}

/* Carousel nav */
.slider-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.slider-nav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #374151;
  background: #fff;
}

.slider-nav-btn:hover {
  border-color: #2ECC71;
  color: #2ECC71;
}

.ai-agentic-page-form form label{
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  margin-bottom: 10px;
}
.ai-agentic-page-form .form-control{
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #b1d5dd;
  border-radius: 3px;
  padding: 12px 16px;
  height: 50px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s;
}
.ai-agentic-page-form .form-control::placeholder{
  color: #b1d5dd;
  font-size: 14px;
}
.ai-agentic-page-form .can-help{
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #b1d5dd;
  border-radius: 3px;
  padding: 12px 16px;
  height: 50px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s;
  appearance: auto;
}
.custom-note{
  line-height: 20px;
}
.ai-agentic-page-form select.can-help:has(option[value=""]:checked) {
    color: rgba(255, 255, 255, 0.25);
}
.ai-agentic-page-form textarea.form-control-custom {
    height: 50px;
    resize: vertical;
}
.ai-agentic-page-form .submit-btn{
  background-color: #49CC79;
  min-width: 230px;
  height: 48px;
  display: inline-flex;
  padding: 10px 25px 10px 20px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  border: none;
  margin-top: 14px;
  margin-bottom: 10px;
}
.ai-agentic-page-form .submit-btn polyline {
    stroke: #fff;
}
.form-note{
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.ai-agentic-page-form .wpcf7-spinner{
  vertical-align: middle;
  margin-right: 0;
  margin-left: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
    padding: 10px;
}
.ai-agentic-page-form .first-row {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.tt-select {
  position: relative;
  height: auto;
  padding: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.tt-select .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -80px;
}
.tt-select select {
  display: none;
}
.select-selected {
  background-color: #012d36;
  border-radius: 3px;
  min-height: 50px;
  padding: 10px 15px;
  font-family: 'graphikregular';
  resize: none;
  color: #b1d5dd;
  font-size: 14px;
  line-height: 28px;
  border: transparent solid 1px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 48px;
  right: 10px;
  width: 18px;
  height: 11px;
  background: url(../images/contact-us/select-dropdown.svg) 0 0 no-repeat;
}
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 48px;
}
.select-items div {
  color: #ffffff;
  padding: 5px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  opacity: 0.8;
}
.select-items {
  position: absolute;
  background-color: #03242a;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 0;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.salesforcePartnersection.new-roadmap{
  padding: 80px 0;
  border: none;
}
.star-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: -110px;
}



@media (max-width: 1199px) {
  .hero-section {
    padding: 140px 0 48px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-stats {
    gap: 70px;
    margin-top: 56px;
  }

  .agentic-title-section {
    padding-right: 24px;
  }

  .feature-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-top-head {
    padding: 0 10%;
  }

  .platform-card-title {
    font-size: 19px;
  }

  .platform-card-body {
    font-size: 15px;
  }

  .agentic-inner-content {
    gap: 36px;
  }

  .agentic-inner-content .contentLeftBlock {
    width: 300px;
  }

  .agentic-inner-content .contentRightBlock {
    width: calc(100% - 300px);
    margin-right: -15px;
  }

  .pill-label::after {
    width: 115px;
  }

  .cta-inner-section h2 {
    font-size: 36px;
    padding-right: 40px;
  }

  .journey-section {
    padding: 90px 0;
  }

  .journey-item {
    width: 260px;
  }

  .item-2 {
    top: 120px;
  }

  .item-3 {
    top: -160px;
  }

  .stat-box-wrap.dfd-offset {
    margin-left: 48px;
  }

  .stat-box {
    width: 100%;
  }
  .tab-list{
    width: 30%;
  }
  .img-panel{
    width: 370px;
  }
  .usecases-section .content{
    min-height: 202px;
  }
 .usecases-section .content h4{
    font-size: 14px;
  }
}

@media (max-width: 1099px) {
.card-desc{
    position: inherit;
    padding: 0;
    transform: inherit !important;
    bottom: inherit;
    margin-top: 00px;
  }
  .card-illus{
    position: inherit;
    opacity: 1;
    transform: inherit !important;
    bottom: inherit;
    padding: 0;
    margin-top: 20px;
    height: auto;
  }
}  

@media (max-width: 991px) {
  .card-block:nth-child(1), .card-block:nth-child(4){
    background: rgb(8 30 107 / 60%);
  }
  .card-block:nth-child(2), .card-block:nth-child(3), .card-block:nth-child(5){
    background: linear-gradient(180deg, rgba(23, 64, 203, 1) 0%, rgba(0, 37, 165, 0) 100%);
  }
  .section-top-title {
    font-size: 34px;
    line-height: 42px;
  }
  .usecases-section .content{
    min-height: 140px;
  }

  .testimonials-section .row {
    flex-direction: column-reverse;
  }

  .section-top-descp {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-stats {
    gap: 40px;
  }

  .devide {
    height: 56px;
  }

  .video-left {
    height: auto;
    text-align: center;
  }
  .video-left video{
    max-width: 50%;
    margin-top: 0;
  }

  .agentic-section-right {
    border-left: 0;
    padding-top: 40px;
  }

  .agentic-title-section {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-col {
    min-height: auto;
    border-top: 0;
  }

  .challenges-right {
    margin-top: 32px;
  }

  /* .challenges-right img {
    margin-bottom: 0;
  } */

  .isometric-img img {
    width: 100%;
  }

  .usecases-section .swipperButton {
    bottom: -40px;
  }

  .card-block {
    overflow: hidden;
  }

  .content-top-head,
  .lowcode-head {
    padding: 0;
  }

  .platform-card {
    margin-bottom: 24px;
  }

  .approvalHub-bg .platform-card-img,
  .notificationHub-bg .platform-card-img {
    right: 0;
  }

  .approvalHub-bg .platform-card-body.w-50 {
    width: 100% !important;
  }

  .agentic-inner-content {
    display: block;
  }

  .agentic-inner-content .contentLeftBlock,
  .agentic-inner-content .contentRightBlock {
    width: 100%;
    margin-right: 0;
  }

  .agentic-slider-section {
    margin-top: 28px;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-block {
    min-height: 350px;
  }

  .pill-label::after {
    display: none;
  }

  .cta-inner-section h2 {
    padding-right: 0;
  }

  .lowcode-feature-tags {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-native-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .industry-section {
    display: block;
  }

  .img-panel {
    width: 100%;
    min-height: 300px;
  }

  .tab-list {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 20px 0 8px;
  }

  .tab-item,
  .tab-item.active {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 12px 0px;
    white-space: nowrap;
    margin-left: 34px;
  }
  .tab-item:first-child{
    margin-left: 0;
  }

  .tab-item.active::before {
    display: none;
  }

  .content-panel {
    min-height: 146px;
    padding: 20px 0 0;
  }

  .content-slide {
    text-align: left;
    align-items: flex-start;
  }

  .content-slide p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
  }

  .journey-section {
    display: block;
    background-image: none;
    padding: 0;
    margin-top: 40px;
  }

  .journey-item,
  .item-1,
  .item-2,
  .item-3 {
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 22px 24px;
    margin-bottom: 18px;
    border: 1px solid rgba(231, 234, 241, 1);
    border-radius: 4px;
  }

  .step-no,
  .item-1 .step-no,
  .item-2 .step-no,
  .item-3 .step-no {
    right: 18px;
    top: 12px;
    font-size: 72px;
  }

  .case-section .section-top-descp {
    margin-bottom: 28px;
  }

  .testimonials-section {
    padding: 64px 0;
  }

  .slider-wrapper {
    height: auto;
    overflow: visible;
  }

  .slider-up,
  .slider-down {
    animation: none;
  }

  .testimonials-section .row {
    row-gap: 24px;
  }

  .stat-box-wrap,
  .stat-box-wrap.dfd-offset {
    margin-left: 0;
  }

  .future-section .col-lg-7 {
    margin-top: 32px;
  }

  .accordian-section .panel {
    display: block;
  }

  .accordian-section .panel-heading,
  .accordian-section .panel-collapse {
    width: 100%;
  }

  .accordian-section .panel-collapse {
    position: static;
    padding: 24px;
    margin-bottom: 12px;
  }

  .accordian-section::after {
    display: none;
  }

  .contact-card {
    padding: 36px;
  }

  .contact-left {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .contact-left::after {
    display: none;
  }
  .engineering-numbers .num-col {
    min-width: 217px;
  }
  .card-desc{
    position: inherit;
    padding: 0;
    transform: inherit !important;
    bottom: inherit;
    margin-top: 00px;
  }
  .card-illus{
    position: inherit;
    opacity: 1;
    transform: inherit !important;
    bottom: inherit;
    padding: 0;
    margin-top: 30px;
  }
  .star-note {
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 20px;
  }
  .industries-section{
    padding-bottom: 15px;
  }
  .hero-section,
  .challenges-section,
  .capability-section,
  .platforms-section,
  .usecases-section,
  .agent-loop-section,
  .lowcode-section,
  .industries-section,
  .tech-section,
  .roadmap-section,
  .case-section,
  .why-section,
  .blogSection,
  .future-section,
  .help-center-section,
  .contact-section, .newsMediaSection {
    padding: 50px 0;
  }
   .hero-section {
    padding-top: 120px;
  }
  .agentic-section{
    padding-bottom: 40px;
  }
  .usecases-section{
    padding-bottom: 112px;
  }
  .tech-section{
    padding-bottom: 30px;
  }
  .salesforcePartnersection.new-roadmap{
    padding: 50px 0;
  }
  .cta-banner{
    padding: 50px 0;
  }
  .blogSection h2 {
      height: auto;
  }
  .blogSection .block a:hover h2 {
      height: auto;
      transition: none;
  }
  .blogSection .block{
    height: auto;
    padding-bottom: 30px;
  }
  .blogSection .blogSlider{
    padding-bottom: 70px;
  }
  .blogSection .block:hover{
    box-shadow: none;
  }

  .blogSection button {
      bottom: 20px;
      transition: none;
  }

  .blogSection .block a:hover h2 {
      transition: all 1s ease;
      color: #212121;
  }
  .form-note{
    margin-bottom: 0 !important;
  }
  .thinkerSection{
    padding-top: 50px;
  }
  .blogSection h3{
    font-size: 34px;
  }
  .challenges-right img{
    margin-bottom: -68px;
  }
}

@media (max-width: 767px) {
  
  .star-note{
    margin-top: 0;
  }
   .content-panel {
    min-height: 190px;
    padding: 20px 0 0;
  }
  .agentic-section{
    padding-bottom: 0px;
  }
  .salesforcePartnersection.new-roadmap{
    padding: 50px 0;
  }
  .section-top-label,
  .hero-badge {
    min-height: auto;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .section-top-title {
    font-size: 28px;
    line-height: 36px;
  }


  .hero-title {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-tags {
    gap: 10px;
  }

  .hero-tag {
    height: auto;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 12px;
  }

  .banner-buttons {
    flex-direction: column;
    align-items: stretch !important;
  }

  .primary-button,
  .secondry-button {
    width: 100%;
    min-width: 0;
  }

  .hero-stats {
    gap: 12px;
    margin-top: 40px;
    align-items: center
  }
  .hero-stat-num{
    line-height: 36px;
  }

  .agentic-section-right{
    padding-top: 50px;
    padding-bottom: 28px;
  }
  .challenges-right img{
    margin-bottom: -60px;
  }

  .hero-stat-label {
    font-size: 11px;
    line-height: 14px;
  }

  .clientLogoSection {
    padding: 36px 0;
  }

  .wrap-ApprovalHub {
    flex-wrap: wrap;
  }

  .usecases-section {
    padding-bottom: 100px;
  }


  .platform-card.approvalHub-bg,
  .platform-card.Customer-360-bg {
    margin-bottom: 0;
  }

  .feature-col {
    border-right: 0;
    border-top: 1px solid rgba(231, 234, 241, 1);
    padding: 22px 15px;
  }

  .cap-card {
    height: auto;
  }

  .platform-card {
    padding: 20px;
  }

  .platform-card .d-flex.justify-content-between {
    gap: 12px;
  }

  .platform-card-title {
    font-size: 18px;
  }

  .platform-arrow {
    flex: 0 0 30px;
  }

  .Customer-360-bg .platform-card-img img {
    max-height: none;
  }

  .usecases-section .content {
    height: auto;
    min-height: 160px;
  }

  .cards {
    display: flex;
    flex-direction: column;
  }

  .card-block {
    height: 350px;
    min-height: 350px;
  }

  .card-block:hover .card-desc,
  .card-block:focus-within .card-desc {
    transform: translateY(-150px);
  }

  .card-illus {
    height: 130px;
  }

  .card-block .card-illus img {
    max-height: 130px;
  }

  .cta-inner-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .lowcode-feature-tags {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lowcode-tag {
    padding: 18px 14px;
  }

  .img-panel {
    min-height: 240px;
  }

  .tech-track {
    gap: 12px;
  }

  .tech-item {
    width: 120px;
    height: 112px;
  }

  .tech-item-icon {
    margin-bottom: 8px;
  }

  .tech-item-label {
    font-size: 13px;
    text-align: center;
  }

  .case-metrics .case-metric:last-of-type {
    border-bottom: 0;
  }

  .case-detail {
    font-size: 14px;
  }

  .case-card-sub {
    font-size: 13px;
  }

  .case-card-tag {
    font-size: 18px;
  }

  .why-card {
    margin-top: 18px;
    padding: 0px;
  }

  .blogSection h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .blogSection .blogSlider {
    padding-left: 0;
    padding-right: 0;
  }

  .blogSection .block {
    height: auto;
    min-height: inherit;
    padding-bottom: 0;
  }
  .blogSection .blogSlider{
    padding-bottom: 60px;
  }

  .blogSection .block a {
    padding: 15px;
  }
  .blogSection .swipperButton .swiper-button-prev3{
    left: 15px;
  }

  .blogSection h2 {
    height: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .blogSection button,
  .blogSection .block:hover button {
    position: static;
    margin-top: 0;
  }

  .viewAllBlog {
    width: 100%;
    margin-top: 0;
  }

  .stat-box-wrap,
  .stat-box-wrap.dfd-offset {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .stat-box {
    width: 100%;
  }

  .faq-cat-tabs {
    gap: 12px;
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 28px;
  }

  .faq-cat-tabs li {
    flex: 0 0 210px;
  }

  .help-center-section .service-heading h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
  }

  .accordian-section a {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-card {
    padding: 24px 18px;
  }

  textarea.form-control-custom {
    height: auto;
    resize: none;
  }

  .contact-card .section-top-title {
    font-size: 28px;
  }

  .trust-badge-wrap {
    gap: 12px;
    flex-wrap: wrap;
  }

  .form-note {
    max-width: 100%;
  }
  .engineering-numbers .hero-stats{
    flex-direction: column;
    gap: 30px;
  }
  .engineering-numbers .devide{
    display: none;
  }
  .engineering-numbers .hero-stat-num{
    font-size: 26px;
  }
  .engineering-numbers .hero-stat-label{
    font-size: 14px;
  }
  .engineering-numbers .hero-stat-sub-label{
    font-size: 14px;
  }
  .video-left video{
    max-width: 100%;
  }
  .agentic-section .col-lg-5.pr-0{
    padding-left: 0;
  }
  .video-left{
    margin-left: -5px;
    margin-right: -5px;
  }
  .isometric-img{
    height: auto;
  }
  .cta-inner-section .primary-button{
    width: auto;
  }
  .cta-banner{
    padding: 50px 0;
  }
  .capability-section{
    padding-bottom: 25px;
  }
  .platforms-section{
    padding-bottom: 3px;
  }
  .agent-loop-section{
    padding-bottom: 28px;
  }
  .tech-section{
    padding-bottom: 30px;
  }
  .salesforcePartnersection ul li p{
    min-height: inherit;
  }
  .form-note{
    margin-bottom: 0 !important;
  }
  .blogSection .block a:hover h2 {
      height: auto;
      transition: none;
  }

  .blogSection button {
      bottom: 20px;
      transition: none;
  }

  .blogSection .block a:hover h2 {
      transition: all 1s ease;
      color: #212121;
  }
  .sliderSection .leftSection{
    padding-bottom: 114px;
  }
  .swiper-pagination{
    bottom: 64x;
  }
  .swipperButton{
    bottom: 50px;
  }
  .blogSection .block:hover{
    box-shadow: none;
  }
  .ai-agentic-page-form .first-row{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 29px;
    line-height: 35px;
  }

  .section-top-title {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-tags {
    justify-content: flex-start !important;
  }

  .content-slide p {
    font-size: 16px;
    line-height: 25px;
  }

  .journey-item,
  .item-1,
  .item-2,
  .item-3 {
    padding: 20px;
  }

  .step-no,
  .item-1 .step-no,
  .item-2 .step-no,
  .item-3 .step-no {
    font-size: 58px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-text {
    padding: 18px 0 28px;
  }
  .hero-stats{
    justify-content: space-between !important;
  }
}