/* Text Utilities */
.custom-text {
  line-height: 121%;
  letter-spacing: .8px
}

.stat-box {
  position: relative;
}

@media (min-width: 992px) {
  .me-lg-3 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
    margin-right: 5rem !important;
  }
}

@media(max-width:992px) {
  .experience {
    margin-right: 153px;
  }
}

.stat-box::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 33px;
  height: 60%;
  width: 3px;
  background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
}

@media(min-width:1400px) {
  .stat-box::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 33px;
    height: 60%;
    width: 3px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
  }
}

@media(max-width:992px) {
  .stat-box::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 17px;
    height: 60%;
    width: 3px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
  }
}

@media (max-width: 767px) {
  .stat-box::before {
    display: none;
  }
}

.head-content {
  background: linear-gradient(81.22deg, #21D496 -18.44%, #054A91 104.98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text
}

.badge-rpa-metric {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 4px 16px;
}

/* Animations */
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.slide-up {
  animation: slideUp .4s ease-in-out forwards
}

.slide-down {
  animation: slideDown .4s ease-in-out forwards
}

/* Navigation Components */
.nav-button {
  background: transparent;
  color: #fff;
  border: 1px solid #FFFFFF2B;
  padding: 4px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  height: 55px
}

.nav-button.active {
  background: linear-gradient(to right, #003164, #0A0915);
  color: #fff !important
}

.nav-icon {
  width: 24px;
  vertical-align: center
}

#navSelect {
  display: none
}

/* Dropdown */
.custom-dropdown {
  position: relative;
  background: linear-gradient(to right, #003164, #0A0915);
  border-radius: 15px;
  color: #fff
}

.selected-option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFFFFF2B;
  border-radius: 15px
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #FFFFFF2B;
  background: linear-gradient(to right, #003164, #0A0915);
  border-radius: 15px;
  z-index: 1000
}

.dropdown-options .dropdown-item {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer
}

.dropdown-options .dropdown-item:hover {
  background: linear-gradient(to right, #003164, #0A0915)
}

.arrow-img {
  width: 18px;
  height: 18px
}

/* Cards & Features */
.feature-box {
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px
}

.content-card {
  padding: 30px;
  border: 1px solid #FFFFFF2B;
  border-radius: 10px
}

.feature-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px
}

/* Progress Components */
.step-tab {
  text-align: center;
  font-weight: 500;
  color: #bbb;
  cursor: pointer;
  z-index: 2
}

.step-tab.active {
  color: #fff !important
}

.progress-line-bg {
  position: absolute;
  height: 2px;
  background-color: #444;
  width: 100%;
  bottom: -8px;
  left: 0;
  z-index: 1
}

.progress-line-fill {
  position: absolute;
  bottom: -8px;
  height: 2px;
  background-color: #296cd8;
  transition: all .3s ease;
  z-index: 2;
  width: 0;
  left: 0
}

.step-number {
  opacity: .1;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  transition: opacity .3s ease-in-out
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color .3s
}

.dot.active {
  background-color: #296cd8
}

.title-progress-bar {
  height: 3px;
  width: 60%;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 24px
}

.industry-stat-box {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.industry-stat-box:hover {
  transform: translateY(-5px);
  border-color: #F5A623 !important;
}

.industry-stat-box .fs-md {
  font-size: 1.25rem !important;
  font-weight: 700;
}

.industry-stat-box .fs-sm {
  font-size: 0.85rem !important;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  #contentCard {
    padding: 1.5rem !important;
  }

  .industry-content-wrapper h2 {
    font-size: 1.5rem !important;
  }

  .industry-content-wrapper p {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 575.98px) {
  #contentCard {
    padding: 1.25rem 1rem !important;
  }

  .industry-content-wrapper h2 {
    font-size: 1.3rem !important;
  }

  .industry-stat-box {
    min-height: 80px !important;
    padding: 0.75rem !important;
  }

  .content-card,
  .gen-ai-content,
  .tablet-half,
  #navMenu {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}

.title-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #296cd8;
  transition: width .4s ease-in-out
}

/* Sections */
#FlushExample {
  height: 120vh;
  overflow-y: scroll
}

/* Desktop only - set dimensions for Model Selection image */
@media (min-width: 768px) {

  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab3.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab4.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab5.webp"],
  #step-image-desktop[src="https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/tab6.webp"] {
    width: 500px;
    height: 400px;
    object-fit: cover;
  }
}

/* Use Cases */
.tab-pane.fade.active.show,
.nav-link.active {
  color: #000 !important
}

.usecase-wrapper {
  background-color: #f0f0f0
}

.usecase-bg {
  background: url('https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/background.webp') no-repeat center center/cover;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.usecase-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.usecase-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}


/* Media Queries */
@media (min-width:1400px) {
  .robot-img {
    max-width: 350px !important;
    margin-top: -60px;
    position: relative !important;
    margin-left: 0 !important
  }
}

@media (min-width:992px) and (max-width:1395px) {
  .robot-img {
    max-width: 350px !important;
    margin-top: -60px;
    position: relative !important
  }
}

@media (max-width:992px) {
  .robot-img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}

#FlushExample {
  height: auto;
  overflow-y: none !important;
  width: auto
}


@media (min-width:768px) and (max-width:991.98px) {
  .tablet-half {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-top: -16px !important
  }

  /* .content-card {
    margin-top: 4px !important
  } */

  #navMenu {
    padding-top: 10px
  }

  .step-tab {
    font-size: 14px !important
  }
}

@media (max-width:768px) {
  #navMenu {
    display: none !important;
  }
}

/* Client Reviews Section (Mobile App Style) */
.web-section {
  background-color: #0a0915;
}

.our-clint {
  position: relative;
}

.reviws-card {
  min-height: 381px !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px;
}

.our-clint .owl-item {
  width: 233px !important;
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .reviws-card {
    min-height: 457px !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 576px) and (min-width: 387px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 387.98px) {
  .reviws-card {
    min-height: 506px !important;
  }
}

@media (max-width:768px) {
  #navSelect {
    display: block;
    background: linear-gradient(to right, #003164, #0A0915)
  }

  .mobile-dropdown-wrapper {
    display: flex
  }
}

@media (max-width:767.98px) {
  .tablet-half {
    height: 500px
  }
}

.d-block.d-md-none {
  touch-action: pan-y
}

@media (max-width: 768px) {

  .webbanner[data-aos],
  img[data-aos],
  [class*="banner"][data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
  }


  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

#accordionFlushExample {
  height: 52vh;
  overflow-y: scroll;
}

#rpaFaqAccordion {
  height: auto;
  overflow-y: visible;
}

/* Hide scrollbar for rpaFaqAccordion (clean look like genai) */
#rpaFaqAccordion::-webkit-scrollbar {
  width: 4px;
}

#rpaFaqAccordion::-webkit-scrollbar-track {
  background: transparent;
}

#rpaFaqAccordion::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.accordion-item {
  background-color: transparent !important;
  border-top: 1px solid #526577 !important;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/plus.png) !important;
}

/* ✅ Dot button accessibility */
.dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color .3s;
  border: none;
  /* Remove default button border */
  padding: 0;
  /* Remove default button padding */
  /* min-width: 44px; Touch target size */
  /* min-height: 44px; Touch target size */
  position: relative;
}

/* Inner dot circle */
.dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  transition: background-color .3s;
}

.dot.active::before {
  background-color: #296cd8;
}

/* Focus state for keyboard navigation */
.dot:focus {
  outline: 2px solid #296cd8;
  outline-offset: 2px;
}

:root {
  --surface: rgba(255, 255, 255, 0.03);
  --surface2: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.1);
  --trans: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RPA Component Specific Styles */
.z-99 {
  z-index: 99;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(245, 166, 35, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 166, 35, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 100%);
  pointer-events: none;
}

/* Hero Specifics */
.hero-badge {
  display: inline-flex;
  padding: 6px 16px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 100px;
  color: #fefdfc;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero-image-wrapper {
  perspective: 1000px;
}

.rpa-hero-img {
  filter: drop-shadow(0 0 30px rgba(245, 166, 35, 0.2));
  animation: float 10s ease-in-out infinite;
}

.rpa-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
}

.webdevelop:hover .rpa-icon-img {
  transform: scale(1.1) rotate(5deg);
}

.industry-svg-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.industry-svg-icon-mini {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.industry-icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(33, 212, 150, 0.1);
  border: 1px solid rgba(33, 212, 150, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-svg-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Shared Component Transitions & Behaviors */
.stat-card-premium,
.industry-nav-btn,
.industry-glass-card,
.case-study-glass-card,
.webdevelop,
.tech-item-react {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--trans);
}

.tech-item-react img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.tech-item-react span {
  white-space: nowrap;
}

/* Hover Effects */
.industry-nav-btn:hover,
.case-study-glass-card:hover,
.benefit-card-premium:hover,
.webdevelop:hover {
  /* transform: translateY(-8px); */
  border-color: rgba(33, 212, 150, 0.3) !important;
}

.stat-card-premium:hover {
  transform: translateY(-5px);
}

.stat-card-premium {
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 2.5rem 1rem;
}

@media (max-width: 767.98px) {
  .hero-title-mobile {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }

  .stat-card-premium {
    padding: 1rem 0.5rem;
  }

  .stat-card-premium .stat-number {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .stat-card-row-divider .col-lg-3:not(:last-child) .stat-card-premium::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 15%;
    height: 70%;
    width: 2px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
  }
}

.stat-icon-wrapper {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #21D496;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: 0.3s; */
}

.webdevelop {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(246deg, #062924 1%, #011326 100%) !important;
  border: none !important;
  overflow: hidden;
  align-items: flex-start;
  text-align: left;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(33, 212, 150, 0.08), transparent);
}

/* Industry Tabs */
.industry-section {
  background: linear-gradient(180deg, #0B162E 0%, #0A0B19 100%) !important;
}

.industry-nav-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-align: left;
}

.nav-arrow {
  margin-left: auto;
  opacity: 0.5;
  transition: var(--trans);
}

.industry-nav-btn.active .nav-arrow {
  opacity: 1;
  color: #21D496;
  transform: translateX(5px);
}

.industry-nav-btn.active {
  background: linear-gradient(to right, #003164, #0A0915) !important;
  border-left: 4px solid #21D496 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

#industryContent {
  background: linear-gradient(to right, #0A0915, #032a54) !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  /* padding: 2.5rem !important; */
  transition: var(--trans);
}

.industry-glass-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.industry-stat-box {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 110px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Components Specifics */
.case-study-glass-card {
  background: var(--surface);
  border-radius: 30px;
  border: 1px solid var(--border) !important;
  backdrop-filter: blur(10px);
}

.badge-rpa-metric {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(0, 116, 235, 0.05);
  border: 1px solid rgba(0, 116, 235, 0.3);
  border-radius: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.badge-rpa-metric:hover {
  background: rgba(0, 116, 235, 0.2);
  border-color: #0074EB;
  transform: translateY(-2px);
}

.tech-item-react:hover {
  transform: scale(1.05);
}

.accordion-item,
.accordion-button {
  background: transparent !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

.accordion-button:focus {
  box-shadow: none;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .robot-img {
    max-width: 250px;
    /* margin: 0 auto !important; */
  }
}

@media (max-width: 768px) {
  /* .rpa-header {
    text-align: center;
  } */

  .tech-item-react {
    gap: 10px;
    padding: 5px;
  }

  .tech-item-react img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575.98px) {
  .tech-item-react {
    gap: 8px;
    padding: 5px;
    width: calc(50% - 1rem);
    justify-content: flex-start;
  }

  .tech-item-react img {
    width: 24px;
    height: 24px;
  }

  .tech-item-react span {
    font-size: 0.85rem;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
  }
}

/* Mobile Dropdown Styles */
.custom-dropdown {
  position: relative;
  width: 100%;
}

.industry-nav-btn {
  cursor: pointer;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0B192C;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-options .dropdown-item {
  cursor: pointer;
}

.dropdown-options .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lap-process-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-process-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-processes-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .processs-description {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .processs-description {
    width: 50% !important;
  }
}

.rpa-premium-card {
  background: #ffffff;
  border: 1px solid rgba(33, 212, 150, 0.3);
  border-radius: 20px;
  padding: 1.5rem;
  height: 345px !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.rpa-premium-card:hover {
  background: #0e75530a;
  transform: translateY(2px);
  box-shadow: 0 10px 30px rgba(33, 212, 150, 0.1);
}

.benefit-icon-lg {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.rpa-premium-card h4,
.rpa-premium-card h3 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rpa-premium-card p {
  color: #666666;
  line-height: 1.6;
}

.text-emerald {
  color: #21D496;
}


.text-coral {
  color: #FF595E !important;
}

/* Client Reviews Carousel (Testimonials) - RESTORED */
.our-clint {
  position: relative;
  z-index: 10;
}

.reviws-card {
  min-height: 381px !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px;
  background-color: transparent;
}

.our-clint .owl-stage {
  display: flex !important;
}

.owl-item {
  display: flex !important;
  flex: 1 0 auto !important;
  margin-right: 20px !important;
  width: 233px !important;
}

.our-clint .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  background: #919090 !important;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.our-clint .owl-dots .owl-dot.active span {
  background: #ffffff !important;
}


.business-content {
  position: relative;
}

.business-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 68%;
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/product-development/rightshadow.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right;
}

.business-content::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/mobile/rightcurve.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .reviws-card {
    min-height: 457px !important;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .reviws-card {
    min-height: 464px !important;
  }
}

@media (max-width: 387.98px) {
  .reviws-card {
    min-height: 506px !important;
  }
}

.our-clint .owl-carousel button.owl-dot,
.our-clint .owl-carousel button.owl-dot.active {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 3px !important;
  box-shadow: none !important;
}

.small-img {
  width: 120px !important;
  height: auto !important;
  object-fit: contain;
}

.black-theme {
  color: #1a1a1a !important;
}

.theme-highlight {
  color: #21D496 !important;
}

.our-clint .owl-theme .owl-nav {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: flex;
  gap: 8px;
}

.our-clint .owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

/* Responsive fixes for testimonials */


/* Custom CTA Card (Smart Contact Style) */
.expert-card .card {
  background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/expertcard.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: none !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 3rem !important;
  overflow: hidden;
  height: auto !important;
}

.expert-card .head-content {
  color: #1a1a1a;
  font-family: var(--ff-primary);
  /* line-height: 1.3; */
}

.expert-card .primary-theme {
  color: #555;
  margin-bottom: 0.5rem;
}

.expert-card .robot-img {
  max-width: 100%;
  max-height: 250px;
  /* Reduced from 280px */
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .expert-card .robot-img {
    max-width: 320px;
    /* Reduced from 380px */
    max-height: 280px;
    /* Reduced from 320px */
    margin-top: -28px;
  }
}

/* Additional Mobile App Style Components */
.app-experts {
  position: relative;
}

.experts {
  display: flex;
}

@media (max-width: 991.98px) {
  .experts {
    flex-direction: column;
  }

  .experts-contact {
    height: 100% !important;
  }

  .contact-btn {
    width: auto !important;
  }
}

.experts-contact {
  z-index: 1;
}

.expert-content {
  line-height: 40px !important;
}

.contact-btn {
  transition: all 0.3s ease;
}

.w-67 {
  width: 67%;
}

@media (max-width: 991.98px) {
  .w-67 {
    width: 100% !important;
  }
}

/* Responsive fixes for industry section */
@media (max-width: 767.98px) {
  .industry-content-wrapper h2 {
    font-size: 1.25rem !important;
  }

  .industry-content-wrapper p {
    font-size: 14px !important;
  }

  .industry-content-wrapper .ff-primary.fs-md {
    font-size: 14px !important;
  }

  .industry-content-wrapper li span {
    font-size: 14px !important;
  }

  .industry-stat-box .fs-md {
    font-size: 14px !important;
  }

  .industry-stat-box .fs-sm {
    font-size: 12px !important;
  }
}

/* General mobile typography fixes */
@media (max-width: 767.98px) {
  .font-xlg {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .fs-1xl {
    font-size: 1.25rem !important;
  }

  .fs-lg {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .fs-md {
    font-size: 14px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }
}

.stat-box {
  padding-left: 55px !important;
  text-align: left !important;
}

.expert-card .card {
  padding: 30px 40px !important;
}

@media (max-width: 767.98px) {
  .stat-box {
    padding-left: 45px !important;
  }
}

@media (max-width: 767.98px) {
  .achivenent-section p.fw-rb.fs-lg {
    font-size: 14px !important;
  }
}