.mt-40 {
  margin-top: 40px;
}

/* ========== Content Padded (Left-Right Spacing) ========== */
.sidebar-space.content-padded {
  padding-right: 48px !important;
  padding-left: 170px !important;
}
@media (max-width: 991.98px) {
  .sidebar-space.content-padded {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

/* ========== Software Engineering Grid ========== */
.software-card {
  padding: 40px 52px;
  background-color: #EFEFEF;
  color: #000000;
  min-height: 378px;
}
.software-card-highlight {
  /* background-color: #2F4A87; */
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.software-card-highlight .software-card-title,
.software-card-highlight .software-card-desc {
  color: #ffffff !important;
}
.software-card-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.software-card-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
}

/* ========== Industry Slider ========== */
.industry-slider-wrapper {
  background-color: #EFEFEF;
  padding: 60px 52px 40px;
}
.industry-slide {
  min-height: 320px;
}
.industry-slide-content {
  padding-right: 40px;
}
.industry-slide-title {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}
.industry-slide-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin: 0;
}
.industry-slide-img-wrap {
  text-align: right;
}
.industry-slide-img {
  width: 449px;
  height: 304px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
  opacity: 1;
}
.industry-swiper {
  padding-bottom: 90px;
}
.industry-swiper .swiper-pagination-bullets {
  display: flex;
  gap: 8px;
  bottom: 0;
  padding: 0 4px;
  margin-top: 40px;
}
.industry-swiper .swiper-pagination-bullet {
  flex: 1 1 0;
  height: 4px;
  width: auto;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 !important;
}
.industry-swiper .swiper-pagination-bullet-active {
  background: #164C92;
}

/* ========== Data Outcome Box ========== */
.data-outcome-box {
  background: linear-gradient(135deg, #164C92, #2872C8);
  padding: 32px 40px;
  border-radius: 12px;
  text-align: center;
}
.data-outcome-label {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.data-outcome-text {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}

/* ========== Maintenance Service Cards ========== */
.maint-service-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.maint-service-card:hover {
  box-shadow: 0 10px 28px rgba(22, 76, 146, 0.1);
  transform: translateY(-4px);
}
.maint-service-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #E8EDF4;
}
.maint-service-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #164C92, #2872C8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #ffffff;
  font-size: 24px;
}
.maint-service-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}
.maint-service-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== DevOps Ecosystem Grid ========== */
.devops-eco-grid {
  display: flex;
  flex-wrap: wrap;
}
.devops-eco-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.devops-eco-card:hover {
  box-shadow: 0 8px 24px rgba(22, 76, 146, 0.1);
}
.devops-eco-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #164C92, #2872C8, #3A8DE0);
}
.devops-eco-icon-wrap {
  width: 48px;
  height: 48px;
  border: 2px solid #164C92;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #164C92;
  font-size: 22px;
  margin-bottom: 20px;
}
.devops-eco-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
.devops-eco-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== DevOps Tabs Layout ========== */
.devops-tabs {
  display: flex;
  flex-wrap: wrap;
}
.devops-tabs-left {
  background: #164C92;
  padding: 0;
  height: 100%;
}
.devops-tab-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.3s ease;
}
.devops-tab-item:hover,
.devops-tab-active {
  background: rgba(255, 255, 255, 0.1);
}
.devops-tab-active {
  border-left: 4px solid #ffffff;
}
.devops-tab-num {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.devops-tab-label {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}
.devops-tabs-right {
  background: #F5F7FA;
  padding: 32px 40px;
  height: 100%;
}
.devops-tab-content {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.devops-tab-content:last-child {
  border-bottom: none;
}
.devops-tab-content-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #164C92;
  margin-bottom: 8px;
}
.devops-tab-content-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== DevOps Advantage Grid (legacy) ========== */
.devops-advantage-grid {
  display: flex;
  flex-wrap: wrap;
}
.devops-adv-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.devops-adv-card:hover {
  box-shadow: 0 10px 28px rgba(22, 76, 146, 0.12);
  transform: translateY(-4px);
}
.devops-adv-header {
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.devops-adv-icon {
  font-size: 32px;
  color: #ffffff;
}
.devops-adv-num {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
}
.devops-adv-body {
  padding: 28px 24px;
}
.devops-adv-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
.devops-adv-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== Cloud Pillars Timeline ========== */
.cloud-pillars {
  max-width: 800px;
  margin: 0 auto;
}
.cloud-pillar-row {
  display: flex;
  gap: 32px;
}
.cloud-pillar-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.cloud-pillar-icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #164C92, #2872C8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}
.cloud-pillar-connector {
  width: 3px;
  flex: 1;
  background: linear-gradient(180deg, #164C92, #d9d9d9);
  min-height: 40px;
}
.cloud-pillar-content {
  padding-bottom: 40px;
  padding-top: 8px;
}
.cloud-pillar-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 8px;
}
.cloud-pillar-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== Cloud Service Models ========== */
.cloud-model-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 5px solid #164C92;
  padding: 40px 32px;
  height: 100%;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cloud-model-card:hover {
  box-shadow: 0 12px 32px rgba(22, 76, 146, 0.12);
  transform: translateY(-6px);
}
.cloud-model-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.cloud-model-icon {
  font-size: 32px;
  color: #ffffff;
}
.cloud-model-label {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.cloud-model-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 16px;
}
.cloud-model-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== Cloud Acceleration Grid ========== */
.cloud-accel-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 36px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.cloud-accel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #164C92, #2872C8);
}
.cloud-accel-card:hover {
  box-shadow: 0 8px 24px rgba(22, 76, 146, 0.1);
}
.cloud-accel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cloud-accel-icon-wrap {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #164C92, #2872C8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud-accel-icon {
  font-size: 24px;
  color: #ffffff;
}
.cloud-accel-num {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  color: #E8EDF4;
}
.cloud-accel-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 12px;
}
.cloud-accel-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== ML Solutions Grid ========== */
.ml-solutions-grid {
  display: flex;
  flex-wrap: wrap;
}
.ml-solution-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #164C92;
  height: 100%;
  overflow: hidden;
}
.ml-solution-header {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ml-solution-num {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.ml-solution-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.ml-solution-list {
  list-style: none;
  padding: 28px 32px;
  margin: 0;
}
.ml-solution-list li {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.ml-solution-list li:last-child {
  border-bottom: none;
}
.ml-solution-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #164C92;
  border-radius: 2px;
}

/* ========== AI ROI Grid ========== */
.ai-roi-grid {
  display: flex;
  flex-wrap: wrap;
}
.ai-roi-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 36px 32px;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ai-roi-card:hover {
  box-shadow: 0 12px 32px rgba(22, 76, 146, 0.12);
  transform: translateY(-4px);
}
.ai-roi-icon-wrap {
  width: 56px;
  height: 56px;
  background: #164C92;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ai-roi-icon {
  font-size: 26px;
  color: #ffffff;
}
.ai-roi-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 12px;
}
.ai-roi-divider {
  width: 40px;
  height: 3px;
  background: #164C92;
  margin-bottom: 16px;
}
.ai-roi-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== AI Platform List ========== */
.ai-platform-item {
  padding: 32px 40px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.ai-platform-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.ai-platform-item:hover {
  background-color: #F5F7FA;
}
.ai-platform-item-alt {
  background-color: #F9FAFB;
}
.ai-platform-num-wrap {
  text-align: center;
}
.ai-platform-num {
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  color: #164C92;
  opacity: 0.25;
}
.ai-platform-title-wrap {
  padding: 0 20px;
  border-left: 3px solid #164C92;
}
.ai-platform-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.ai-platform-desc-wrap {
  padding-left: 30px;
}
.ai-platform-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
  margin: 0;
}

/* ========== Prevo AI Ecosystem Slider ========== */
.prevo-slide {
  padding: 20px 0;
}
.prevo-slide-left {
  padding-right: 40px;
}
.prevo-slide-number {
  display: inline-block;
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #164C92;
  opacity: 0.2;
  margin-bottom: 8px;
}
.prevo-slide-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 20px;
}
.prevo-slide-subtitle {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #164C92;
  margin-bottom: 16px;
}
.prevo-slide-list,
.prevo-slide-capabilities {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.prevo-slide-list li,
.prevo-slide-capabilities li {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}
.prevo-slide-list li::before,
.prevo-slide-capabilities li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #164C92;
  border-radius: 50%;
}
.prevo-slide-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F7FA;
  padding: 40px;
  border-radius: 12px;
}

/* ========== Prevo Product Card V2 ========== */
.prevo-product-card-v2 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(22, 76, 146, 0.08);
  border: 1px solid rgba(22, 76, 146, 0.06);
  margin: 0 20px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.prevo-product-card-v2:hover {
  box-shadow: 0 12px 48px rgba(22, 76, 146, 0.14);
  transform: translateY(-4px);
}
.prevo-v2-img-wrap {
  position: relative;
  height: 100%;
  min-height: 320px;
  background: linear-gradient(145deg, #0a2a4a 0%, #164C92 60%, #2E86DE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
}
.prevo-v2-img-wrap::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.prevo-v2-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}
.prevo-v2-img-wrap img {
  width: 65%;
  max-width: 220px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
  transition: transform 0.4s ease;
  border-radius: 14px;
}
.prevo-product-card-v2:hover .prevo-v2-img-wrap img {
  transform: scale(1.05);
}
.prevo-v2-number {
  position: absolute;
  top: 20px;
  left: 24px;
  font-family: "Kanit-medium";
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  z-index: 0;
}
.prevo-v2-content {
  padding: 36px 40px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prevo-v2-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0d0d0d;
  margin-bottom: 12px;
}
.prevo-v2-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .prevo-product-card-v2 {
    margin: 0 8px;
  }
  .prevo-v2-img-wrap {
    min-height: 220px;
    padding: 24px;
  }
  .prevo-v2-content {
    padding: 24px 20px;
  }
  .prevo-v2-number {
    font-size: 48px;
  }
}

/* ========== Prevo Product Card ========== */
.prevo-product-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 44px 50px 44px 50px;
  margin: 0 20px 40px 20px;
  box-shadow: 0 2px 16px rgba(22, 76, 146, 0.06);
  border: 1px solid rgba(22, 76, 146, 0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.prevo-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #164C92, #2E86DE, #54A0FF);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.prevo-product-card::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(22, 76, 146, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.prevo-product-card:hover {
  box-shadow: 0 12px 48px rgba(22, 76, 146, 0.12);
  transform: translateY(-6px);
  border-color: rgba(22, 76, 146, 0.15);
}
.prevo-product-card:hover::before {
  opacity: 1;
}
.prevo-product-card:hover::after {
  bottom: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
}
.prevo-product-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #164C92 0%, #2E86DE 100%);
  color: #ffffff;
  font-family: "Kanit-medium";
  font-weight: 600;
  font-size: 24px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(22, 76, 146, 0.25);
  position: relative;
  z-index: 1;
}
.prevo-product-card .prevo-watermark {
  position: absolute;
  top: 16px;
  right: 30px;
  font-family: "Kanit-medium";
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: rgba(22, 76, 146, 0.03);
  pointer-events: none;
  z-index: 0;
}
.prevo-product-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0d0d0d;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.prevo-product-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.prevo-info-box {
  background: linear-gradient(145deg, #f8fafd 0%, #eef3fa 100%);
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  border: 1px solid rgba(22, 76, 146, 0.06);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.prevo-info-box:hover {
  background: linear-gradient(145deg, #f0f5fc 0%, #e6edf8 100%);
  border-color: rgba(22, 76, 146, 0.12);
}
.prevo-info-box h6 {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-size: 16px;
  color: #164C92;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #164C92, #54A0FF) 1;
  display: block;
}
.prevo-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prevo-info-box ul li {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  padding: 7px 0 7px 26px;
  position: relative;
  transition: color 0.2s ease;
}
.prevo-info-box ul li:hover {
  color: #164C92;
}
.prevo-info-box ul li::before {
  content: "\f26a";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 7px;
  color: #2E86DE;
  font-size: 13px;
}
.prevo-info-box.capabilities ul li::before {
  content: "\f633";
  color: #164C92;
}

@media (max-width: 991.98px) {
  .prevo-product-card {
    padding: 28px 20px;
    margin: 0 8px 24px 8px;
  }
  .prevo-product-card .prevo-watermark {
    font-size: 80px;
    top: 10px;
    right: 16px;
  }
  .prevo-product-card::before {
    height: 4px;
    opacity: 1;
  }
}

/* ========== Foundations Grid ========== */
.foundations-card {
  position: relative;
  padding: 30px 40px;
  background-color: #EFEFEF;
}
.foundations-grid > .foundations-card:nth-child(1) { background-color: #EFEFEF; }
.foundations-grid > .foundations-card:nth-child(2) { background-color: #E9E9E9; }
.foundations-grid > .foundations-card:nth-child(3) { background-color: #E1E1E1; }
.foundations-grid > .foundations-card:nth-child(4) { background-color: #E9E9E9; }
.foundations-grid > .foundations-card:nth-child(5) { background-color: #E1E1E1; }
.foundations-grid > .foundations-card:nth-child(6) { background-color: #D9D9D9; }
.foundations-card-number {
  position: absolute;
  top: 32px;
  right: 40px;
  font-family: "Kanit-medium";
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  color: #8F8F8F;
}
.foundations-card-title {
  font-family: "Kanit-medium";
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 16px;
  padding-right: 48px;
}
.foundations-card-desc {
  font-family: "lato-regular", Lato, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #8F8F8F;
  /* width: 274px; */
  max-width: 100%;
  margin: 0;
}

/* ========== Features Grid Section ========== */
.features-grid-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 332px;
  padding: 32px;
}

.features-grid-card h5 {
  font-family: "Kanit-semibold";
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
}

.features-grid-card h5::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 160px;
  background: #1692ce;
  margin-top: 10px;
}

.features-grid-card p {
  font-family: "Kanit-regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8f8f8f;
}

.features-grid-img {
  height: 332px;
}

.features-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-grid-bg-white {
  background-color: #efefef;
}

.features-grid-bg-gray {
  background-color: #efefef;
}

/* ========== Role-Based Login Section ========== */
.role-login-grid {
  position: relative;
  /* background-color: #efefef; */
  border-radius: 16px;
  padding: 24px;
}

.role-login-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px;
  height: 178px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .role-login-card-right {
    padding-left: 80px;
  }
}

.role-login-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.role-login-icon img {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.role-login-icon i {
  font-size: 32px;
  color: #1692ce;
}

.role-login-card h5 {
  font-family: "Kanit-medium";
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
}

.role-login-card p {
  font-family: "Kanit-regular";
  font-size: 16px;
  line-height: 22px;
  color: #8f8f8f;
  margin-bottom: 0;
}

/* Center Circle */
.role-login-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.role-login-circle {
  width: 180px;
  height: 240px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
}

.role-login-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.role-login-circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(11, 87, 186, 0.9);
}

.role-login-circle-text span {
  font-family: "Kanit-extra-bold";
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991.98px) {
  .features-grid-card {
    height: auto;
    padding: 24px;
  }
  .features-grid-img {
    height: 260px;
  }
  .role-login-center {
    display: none;
  }
  .container-fluid[style*="padding-right: 0"] {
    padding-right: 0 !important;
  }
  .role-login-card {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .features-grid-card {
    padding: 20px;
  }
  .features-grid-card h5 {
    font-size: 18px;
  }
  .features-grid-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .features-grid-img {
    height: 200px;
  }
  .role-login-card {
    height: auto;
    padding: 20px;
  }
  .role-login-card h5 {
    font-size: 16px;
  }
  .role-login-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .role-login-icon img {
    width: 28px;
    height: 28px;
  }
  .industries-card-overlay p {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 575.98px) {
  .container-fluid[style*="padding-right: 0"] {
    padding-right: 12px !important;
  }
  .features-grid-card {
    padding: 18px 16px;
  }
  .features-grid-card h5 {
    font-size: 16px;
  }
  .features-grid-card p {
    font-size: 13px;
    line-height: 19px;
  }
  .features-grid-img {
    height: 180px;
  }
  .role-login-card {
    padding: 18px 16px;
  }
  .role-login-card h5 {
    font-size: 15px;
  }
  .role-login-card p {
    font-size: 13px;
    line-height: 19px;
  }
  .role-login-icon img {
    width: 24px;
    height: 24px;
  }
  .industries-card {
    height: 160px;
  }
  .industries-card-overlay {
    padding: 16px 14px;
  }
  .industries-card-header h5 {
    font-size: 15px;
  }
  .industries-card-overlay p {
    font-size: 12px;
    line-height: 17px;
  }
}

/* ========== Benefits Section ========== */
.benefits-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 389px;
  padding: 90px 109px;
  background-color: #f5f5f5;
  background-image: url("../img/inner-page/transparent.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-title {
  font-family: "Kanit-semibold";
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 16px;
}

.benefits-text {
  font-family: "Lato-medium";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #8f8f8f;
  margin-bottom: 0;
}

.benefits-img {
  height: 389px;
}

.benefits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .benefits-card {
    height: auto;
    padding: 40px 40px;
  }
  .benefits-img {
    height: 300px;
  }
  .benefits-title {
    font-size: 24px;
    line-height: 32px;
  }
  .benefits-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .benefits-card {
    padding: 30px 24px;
  }
  .benefits-img {
    height: 250px;
  }
  .benefits-title {
    font-size: 20px;
  }
  .benefits-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 575.98px) {
  .benefits-card {
    padding: 24px 20px;
  }
  .benefits-img {
    height: 180px;
  }
}

/* ========== Who We Are Hero ========== */
.elearning-title {
  color: #ffffff;
  font-weight: 700;
  text-align: left !important;
  max-width: 500px;
}

/* Override parent text-center for hero title column */
.elearning-banner .col-lg-6 {
  text-align: left !important;
  justify-content: flex-start !important;
  padding-left: 140px !important;
}
@media (max-width: 991.98px) {
  .elearning-banner .col-lg-6 {
    padding-left: 24px !important;
  }
}

/* ========== About Us - Who We Are Section ========== */
.about-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  padding: 40px 50px;
  background-color: #f5f5f5;
}

.about-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.about-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.about-icon {
  width: 36px;
  height: 36px;
}

.about-card-title {
  font-family: "Kanit-semibold";
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
}

.about-card-text {
  font-family: "Lato";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #8f8f8f;
  margin-bottom: 0;
}

.about-img {
  height: 350px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .about-card {
    height: auto;
    padding: 30px 30px;
  }
  .about-img {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .about-img {
    height: 200px;
  }
  .about-card {
    padding: 24px 20px;
  }
  .about-card-title {
    font-size: 20px;
  }
  .about-card-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 575.98px) {
  .about-img {
    height: 180px;
  }
}

/* ========== What Makes Us The Best Section ========== */
.section-two-title.industries-title.text-center {
  text-align: center !important;
}

.section-two-title.industries-title.text-center::before {
  margin-left: auto;
  margin-right: auto;
}

.best-section {
  background-image: url('../img/aboutus/whoweare.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin-top: 40px;
}

.best-card {
  position: relative;
  padding: 55px 67px 55px;
  height: 100%;
}
.best-grid-cell {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.best-grid-cell:nth-child(3n) {
  border-right: none;
}
.best-grid-cell:nth-child(n+4) {
  border-bottom: none;
}

.best-number {
  font-family: "Kanit-medium";
  font-size: 70px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 56px;
  left: 57px;
  z-index: 0;
}

.best-card {
  position: relative;
  overflow: hidden;
}

.best-card-title,
.best-card-text {
  position: relative;
  z-index: 1;
}

.best-card-title {
  font-family: "Kanit-semibold";
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 12px;
  padding-top: 10px;
}

.best-card-text {
  font-family: "Lato-medium";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-two-title.industries-title.text-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .best-section {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .best-section {
    padding: 40px 0 50px;
  }
  .best-card-title {
    font-size: 16px;
  }
  .best-card-text {
    font-size: 13px;
    line-height: 20px;
  }
}

/* ========== Company History Section ========== */
.company-history-section {
  padding: 60px 0 0px;
  margin-top: 40px;
}

.history-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 36px 30px;
  background-color: #1692ce;
}

.history-main-title {
  font-family: "Kanit-semibold";
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.history-card {
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  border-left: 1px solid #55afda;
  border-radius: 0 16px 16px 0;
}

.history-year-wrap {
  border-left: 3px solid #29a5dd;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: -25px;
}

.history-year {
  font-family: "Kanit-semibold";
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}

.history-card-img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.history-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-card-title {
  font-family: "Kanit-semibold";
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.history-card-text {
  font-family: "Lato-medium";
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.historySwiper {
  overflow: hidden;
}

.historySwiper .swiper-slide {
  height: auto;
  /* padding: 0 12px; */
}

@media (max-width: 767.98px) {
  .company-history-section {
    padding: 40px 0 0px;
  }
  .history-main-title {
    font-size: 26px;
  }
  .history-header {
    gap: 15px;
    margin-bottom: 30px;
  }
}

/* ========== Industries We Serve Section ========== */
.industries-card {
  position: relative;
  overflow: hidden;
  height: 194px;
  border-radius: 23px;
}

.industries-card img.industries-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.industries-card-header img {
  width: 36px;
  height: 36px;
}

.industries-card-header h5 {
  font-family: "Kanit-medium";
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}

.industries-card-overlay p {
  font-family: "lato-regular";
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 991.98px) {
  .industries-card {
    height: 200px;
  }
  .industries-card-overlay {
    padding: 24px 20px;
  }
  .industries-card-header h5 {
    font-size: 18px;
  }
  .industries-card-overlay p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .industries-card {
    height: 220px;
  }
  .industries-card-overlay {
    padding: 20px 18px;
  }
  .industries-card-header h5 {
    font-size: 17px;
  }
  .industries-card-overlay p {
    font-size: 12px;
  }
}

/* ========== CTA Section ========== */
.cta-section {
  background: #1a4b8c;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 40px; */
  width: 100%;
}
.cta-section.cta-section-reset {
  margin-top: 40px !important;
}

.cta-title {
  font-family: "Kanit-semibold";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}

.cta-text {
  font-family: "lato-regular";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "lato-semibold";
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ffffff;
  color: #1a4b8c;
}

@media (max-width: 767.98px) {
  .cta-section {
    padding: 40px 0;
  }
  .cta-title {
    font-size: 22px;
  }
  .cta-text {
    font-size: 14px;
  }
}

/* Banking Finance */
.title-number {
  font-family: "Kanit-medium";
  font-size: 28px;
  color: #fff;
  background-color: #164c92;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.choose-prevo-card {
  padding: 0px 62px;
}
.choose-prevo-subtitle {
  font-family: "Kanit-medium";
  font-size: 18px;
  color: #000000;
}
.choose-prevo-para {
  font-family: "lato-medium";
  font-size: 14px;
  color: #8f8f8f;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .choose-prevo-card {
    padding: 0px 40px;
  }
}
.What-Makes-Us-bg {
  background-image: url("../img/aboutus/What-Makes-Us-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px;
}
.background-swiper-data {
  background-color: #164c92;
}
.bg-history-color {
  background-color: #164c92;
}

/* ========== Heads & Distributors Section ========== */
.heads-dist-section {
  background: linear-gradient(135deg, #164c92 0%, #1a5bb5 50%, #164c92 100%);
  padding: 70px 50px 80px;
  position: relative;
  overflow: hidden;
}

.heads-dist-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

.heads-dist-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
}

.heads-dist-title {
  font-family: "Kanit-semibold";
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.heads-dist-title::before {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 auto 15px;
}

.heads-dist-title span {
  color: #7ec8f8;
}

.heads-dist-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.heads-dist-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7ec8f8, #ffffff, #7ec8f8);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.heads-dist-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.heads-dist-card:hover::before {
  opacity: 1;
}

.heads-dist-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(
    135deg,
    rgba(126, 200, 248, 0.2),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.heads-dist-card:hover .heads-dist-card-icon {
  background: linear-gradient(
    135deg,
    rgba(126, 200, 248, 0.35),
    rgba(255, 255, 255, 0.2)
  );
  border-color: rgba(255, 255, 255, 0.3);
}

.heads-dist-card-icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.heads-dist-card h5 {
  font-family: "Kanit-medium";
  font-size: 17px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
}

.heads-dist-card p {
  font-family: "lato-regular";
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.heads-dist-card:hover p {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991.98px) {
  .heads-dist-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 35px;
  }
  .heads-dist-section {
    padding: 50px 0 60px;
  }
}

@media (max-width: 575.98px) {
  .heads-dist-title {
    font-size: 24px;
    line-height: 30px;
  }
  .heads-dist-card {
    padding: 22px 20px;
  }
}

/* ========== WHO WE ARE PAGE - RESPONSIVE ========== */

/* --- Tablet: 768-991px --- */
@media (max-width: 991.98px) {
  /* Fix edge-to-edge image issue on mobile */
  .container-fluid.sidebar-space[style*="padding-right: 0"] {
    padding-right: 12px !important;
  }

  .company-history-section {
    padding: 50px 0 0px;
  }

  .history-header {
    padding: 24px 20px;
    gap: 15px;
  }

  .history-main-title {
    font-size: 28px;
  }

  .What-Makes-Us-bg {
    padding: 40px 10px;
  }

  .cta-section {
    height: auto;
    padding: 50px 20px;
  }
}

/* --- Mobile: 576-767px --- */
@media (max-width: 767.98px) {
  /* Who We Are - About cards */
  .about-card {
    height: auto;
    padding: 24px 20px;
  }

  .about-card-header {
    gap: 12px;
    margin-bottom: 16px;
  }

  .about-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .about-icon {
    width: 28px;
    height: 28px;
  }

  .about-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .about-card-text {
    font-size: 14px;
    line-height: 22px;
  }

  .about-img {
    height: 220px;
  }

  /* What Makes Us The Best */
  .What-Makes-Us-bg {
    padding: 30px 5px;
  }

  .best-card {
    padding: 24px 18px 18px;
  }

  .best-number {
    font-size: 50px;
    line-height: 45px;
  }

  .best-card-title {
    font-size: 16px;
    line-height: 24px;
  }

  .best-card-text {
    font-size: 13px;
    line-height: 20px;
  }

  /* Strategic Elements section */
  .col-10 img {
    width: 100% !important;
    height: auto;
  }

  /* Company History */
  .company-history-section {
    padding: 30px 0 0px;
  }

  .history-header {
    padding: 20px 15px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .history-main-title {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    order: -1;
  }

  .history-card {
    padding: 20px 18px;
  }

  .history-year {
    font-size: 26px;
  }

  .history-card-img {
    height: 160px;
  }

  .history-card-title {
    font-size: 16px;
  }

  .history-card-text {
    font-size: 13px;
    line-height: 20px;
  }

  .history-year-wrap {
    padding-left: 15px;
    margin-left: -19px;
    margin-bottom: 16px;
  }

  /* CTA Section */
  .cta-section {
    height: auto;
    padding: 40px 15px;
  }

  .cta-title {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-text {
    font-size: 13px;
    line-height: 20px;
  }

  /* Choose Prevo card */
  .choose-prevo-card {
    padding: 0 20px;
  }

  .choose-prevo-subtitle {
    font-size: 16px;
  }

  .choose-prevo-para {
    font-size: 13px;
  }

  .title-number {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* --- Small Mobile: <576px --- */
@media (max-width: 575.98px) {
  .about-card {
    padding: 20px 16px;
  }

  .about-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .about-icon {
    width: 24px;
    height: 24px;
  }

  .about-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .about-img {
    height: 180px;
  }

  /* What Makes Us */
  .What-Makes-Us-bg {
    padding: 24px 5px;
  }

  .best-card {
    padding: 20px 16px 16px;
  }

  .best-number {
    font-size: 40px;
    line-height: 36px;
    top: 20px;
    left: 12px;
  }

  /* History */
  .history-header {
    padding: 16px 12px;
  }

  .history-main-title {
    font-size: 20px;
    line-height: 28px;
  }

  .services-nav-btn {
    padding: 8px 14px;
    font-size: 13px;
  }

  .history-card {
    padding: 18px 14px;
  }

  .history-year {
    font-size: 22px;
  }

  .history-card-img {
    height: 140px;
    margin-bottom: 14px;
  }

  .history-year-wrap {
    padding-left: 12px;
    margin-left: -15px;
    margin-bottom: 14px;
  }

  /* CTA */
  .cta-section {
    padding: 30px 12px;
  }

  .cta-title {
    font-size: 18px;
    line-height: 26px;
  }

  .choose-prevo-card {
    padding: 0 12px;
  }

  .title-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* ========== ERP Module Cards ========== */
.erp-module-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #1692ce;
}

.erp-module-card h6 {
  font-family: "Kanit-semibold";
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.erp-module-card p {
  font-family: "Kanit-regular";
  font-size: 15px;
  line-height: 22px;
  color: #8f8f8f;
  margin-bottom: 0;
}

.erp-section-bg {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.erp-section-dark {
  background: linear-gradient(135deg, #040d21 0%, #0b3d7a 50%, #1692ce 100%);
  padding: 50px 0;
}

/* ===== ERP Light Section ===== */
.erp-section-light {
  background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 50%, #eef3fb 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.erp-section-light::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(22, 146, 206, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.erp-section-light::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(11, 61, 122, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.erp-section-light > .container {
  position: relative;
  z-index: 1;
}

.erp-section-light .erp-module-card {
  background: #ffffff;
  border: 1px solid rgba(22, 146, 206, 0.1);
  border-left: none;
  border-radius: 18px;
  padding: 32px 26px 28px;
  box-shadow: 0 6px 20px rgba(22, 76, 146, 0.06);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Top gradient bar */
.erp-section-light .erp-module-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1692ce 0%, #7ec8f8 50%, #0b3d7a 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

/* Decorative corner blob */
/* .erp-section-light .erp-module-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    rgba(22, 146, 206, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transition: transform 0.5s ease;
} */

.erp-section-light .erp-module-card:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 146, 206, 0.35);
  box-shadow: 0 22px 45px rgba(22, 76, 146, 0.16);
}

.erp-section-light .erp-module-card:hover::before {
  transform: scaleX(1);
}

.erp-section-light .erp-module-card:hover::after {
  transform: scale(1.4);
}

/* Move icon out of h6 into a styled badge */
.erp-section-light .erp-module-card h6 {
  color: #0b1f3a;
  font-family: "Kanit-semibold";
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.erp-section-light .erp-module-card h6::after {
  content: "";
  flex-basis: 100%;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #1692ce, #7ec8f8);
  border-radius: 2px;
  margin-top: 4px;
  transition: width 0.45s ease;
}

.erp-section-light .erp-module-card:hover h6::after {
  width: 60px;
}

.erp-section-light .erp-module-card h6 i {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1692ce, #0b3d7a);
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 0 !important;
  box-shadow: 0 6px 16px rgba(22, 146, 206, 0.32);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.erp-section-light .erp-module-card:hover h6 i {
  transform: rotate(-6deg) scale(1.08);
  box-shadow: 0 10px 22px rgba(22, 146, 206, 0.45);
}

.erp-section-light .erp-module-card p {
  color: #5a6b85;
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Light theme tab pills override */
.erp-section-light .erp-feature-tabs .nav-link {
  background: #ffffff !important;
  color: #0b1f3a !important;
  border: 1px solid rgba(22, 146, 206, 0.2) !important;
  box-shadow: 0 2px 8px rgba(22, 76, 146, 0.06);
}

.erp-section-light .erp-feature-tabs .nav-link:hover {
  background: rgba(22, 146, 206, 0.08) !important;
  color: #1692ce !important;
  border-color: rgba(22, 146, 206, 0.5) !important;
}

.erp-section-light .erp-feature-tabs .nav-link.active {
  background: linear-gradient(135deg, #1692ce, #0b3d7a) !important;
  color: #ffffff !important;
  border-color: #1692ce !important;
  box-shadow: 0 8px 22px rgba(22, 146, 206, 0.35);
}

@media (max-width: 767.98px) {
  .erp-section-light {
    padding: 35px 0;
  }
}

@media (max-width: 575.98px) {
  .erp-section-light {
    padding: 30px 0;
  }
}

.erp-section-dark .erp-module-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(126, 200, 248, 0.18);
  border-left: 4px solid #7ec8f8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, background 0.35s ease,
    border-color 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.erp-section-dark .erp-module-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(126, 200, 248, 0) 0%,
    rgba(126, 200, 248, 0.08) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.erp-section-dark .erp-module-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(126, 200, 248, 0.5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.erp-section-dark .erp-module-card:hover::before {
  opacity: 1;
}

.erp-section-dark .erp-module-card h6 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.erp-section-dark .erp-module-card p {
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 1;
}

.erp-section-dark .erp-module-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767.98px) {
  .erp-module-card {
    padding: 22px 18px;
  }
  .erp-module-card h6 {
    font-size: 16px;
  }
  .erp-module-card p {
    font-size: 13px;
    line-height: 20px;
  }
  .erp-section-bg,
  .erp-section-dark {
    padding: 35px 0;
  }
}

@media (max-width: 575.98px) {
  .erp-module-card {
    padding: 18px 16px;
  }
  .erp-module-card h6 {
    font-size: 15px;
  }
  .erp-module-card p {
    font-size: 12px;
    line-height: 18px;
  }
  .erp-section-bg,
  .erp-section-dark {
    padding: 30px 0;
  }
}

/* ========== ERP Feature Tabs (Pills) ========== */
.erp-feature-tabs {
  flex-wrap: wrap;
  gap: 12px !important;
  margin-bottom: 32px !important;
}

.erp-feature-tabs .nav-link {
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 30px !important;
  padding: 11px 24px !important;
  font-family: "lato-regular", Lato, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

.erp-feature-tabs .nav-link:hover {
  background: rgba(126, 200, 248, 0.14) !important;
  color: #ffffff !important;
  border-color: rgba(126, 200, 248, 0.45) !important;
  transform: translateY(-2px);
}

.erp-feature-tabs .nav-link.active {
  background: linear-gradient(135deg, #1692ce, #0b3d7a) !important;
  color: #ffffff !important;
  border-color: #7ec8f8 !important;
  box-shadow: 0 8px 22px rgba(22, 146, 206, 0.45);
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .erp-feature-tabs {
    gap: 8px !important;
  }
  .erp-feature-tabs .nav-link {
    padding: 9px 18px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 767.98px) {
  .erp-feature-tabs {
    gap: 6px !important;
    justify-content: center !important;
  }
  .erp-feature-tabs .nav-link {
    padding: 8px 14px !important;
    font-size: 12px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 575.98px) {
  .erp-feature-tabs {
    gap: 6px !important;
  }
  .erp-feature-tabs .nav-link {
    padding: 7px 12px !important;
    font-size: 11px !important;
    border-radius: 20px !important;
  }
}

/* ========== How We Work Stepper ========== */
.stepper-section {
  padding: 60px 0;
}
.stepper-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.stepper-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
}
.stepper-item:last-child {
  padding-bottom: 0;
}
.stepper-item:last-child .stepper-line {
  display: none;
}
.stepper-number {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1692ce, #0b3d7a);
  color: #fff;
  font-family: "Kanit-semibold";
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(22, 146, 206, 0.35);
}
.stepper-line {
  position: absolute;
  left: 28px;
  top: 56px;
  width: 2px;
  height: calc(100% - 56px);
  background: linear-gradient(to bottom, #1692ce, #e0e0e0);
  z-index: 1;
}
.stepper-content {
  margin-left: 24px;
  padding-top: 4px;
}
.stepper-content h5 {
  font-family: "Kanit-semibold";
  font-weight: 600;
  font-size: 20px;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.stepper-content p {
  font-family: "lato-regular", Lato, sans-serif;
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* --- Stepper Tablet: 768-991px --- */
@media (max-width: 991.98px) {
  .stepper-section {
    padding: 50px 0;
  }
  .stepper-wrapper {
    max-width: 700px;
  }
}

/* --- Stepper Mobile: up to 767px --- */
@media (max-width: 767.98px) {
  .stepper-section {
    padding: 40px 0;
  }
  .stepper-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 16px;
  }
  .stepper-line {
    left: 22px;
    top: 44px;
    height: calc(100% - 44px);
  }
  .stepper-content {
    margin-left: 16px;
  }
  .stepper-content h5 {
    font-size: 17px;
  }
  .stepper-content p {
    font-size: 14px;
  }
  .stepper-item {
    padding-bottom: 30px;
  }
}

/* --- Stepper Small Mobile: up to 575px --- */
@media (max-width: 575.98px) {
  .stepper-section {
    padding: 30px 0;
  }
  .stepper-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 14px;
  }
  .stepper-line {
    left: 19px;
    top: 38px;
    height: calc(100% - 38px);
  }
  .stepper-content {
    margin-left: 14px;
  }
  .stepper-content h5 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .stepper-content p {
    font-size: 13px;
    line-height: 1.5;
  }
  .stepper-item {
    padding-bottom: 24px;
  }
}

/* ========== DevConnect Page - Additional Responsive ========== */

/* --- Tablet: 768-991px --- */
@media (max-width: 991.98px) {
  .erp-section-dark .section-two-title.industries-title,
  .erp-section-dark h5.section-two-title {
    font-size: 24px;
  }
  .erp-section-dark .section-two-title::before {
    margin-left: auto;
    margin-right: auto;
  }
  .erp-section-dark {
    margin-top: 20px !important;
  }
  .erp-section-bg {
    margin-top: 20px !important;
  }
  .role-login-grid .section-two-title {
    font-size: 24px;
  }
}

/* --- Mobile: up to 767px --- */
@media (max-width: 767.98px) {
  .erp-section-dark {
    padding: 35px 0 !important;
    margin-top: 15px !important;
  }
  .erp-section-bg {
    padding: 35px 0 !important;
    margin-top: 15px !important;
  }
  .erp-section-dark .row.g-4,
  .erp-section-bg .row.g-4 {
    --bs-gutter-y: 0.75rem;
  }
  .erp-section-dark h5.section-two-title,
  .erp-section-dark .section-two-title.industries-title {
    font-size: 20px;
    color: #ffffff;
  }
  .section-two-title.industries-title {
    font-size: 20px;
  }
  .mt-40 {
    margin-top: 24px;
  }
  .benefits-card .benefits-title {
    font-size: 18px;
  }
}

/* --- Small Mobile: up to 575px --- */
@media (max-width: 575.98px) {
  .section-two-title.industries-title {
    font-size: 18px;
  }
  .erp-section-dark h5.section-two-title,
  .erp-section-dark .section-two-title.industries-title {
    font-size: 18px;
  }
  .erp-section-dark {
    padding: 30px 0 !important;
    margin-top: 10px !important;
  }
  .erp-section-bg {
    padding: 30px 0 !important;
    margin-top: 10px !important;
  }
  .industries-card {
    height: 200px;
  }
  .industries-card-overlay p {
    font-size: 11px;
    line-height: 16px;
  }
  .industries-card-header h5 {
    font-size: 15px;
  }
  .industries-card-header img {
    width: 28px;
    height: 28px;
  }
  .role-login-header {
    gap: 10px;
  }
  .role-login-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .role-login-icon img {
    width: 22px;
    height: 22px;
  }
}

/* ========== Jobseekers Section ========== */
.jobseekers-section {
  background: linear-gradient(135deg, #0b1f3a 0%, #0f2a52 50%, #0b1f3a 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.jobseekers-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(22,76,146,0.45) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.jobseekers-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(26,91,181,0.35) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.jobseekers-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}

.jobseekers-title {
  font-family: "Kanit-semibold";
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 18px;
}

.jobseekers-title span {
  color: #4a9eff;
}

.jobseekers-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #164C92, #4a9eff);
  border-radius: 2px;
  margin: 0 auto 14px;
}

.jobseekers-subtitle {
  color: #c8d4e6;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.jobseekers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
  padding: 0 50px;
}

.jobseeker-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(74, 158, 255, 0.18);
  border-radius: 16px;
  padding: 32px 28px;
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.jobseeker-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22,76,146,0.0) 0%, rgba(74,158,255,0.08) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.jobseeker-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 158, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.jobseeker-card:hover::before { opacity: 1; }

.jobseeker-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #164C92, #4a9eff);
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(22, 76, 146, 0.45);
  position: relative;
  z-index: 1;
}

.jobseeker-card h5 {
  color: #ffffff;
  font-family: "Kanit-semibold";
  font-size: 20px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.jobseeker-card p {
  color: #b8c5d9;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .jobseekers-grid { grid-template-columns: repeat(2, 1fr); }
  .jobseekers-title { font-size: 32px; }
}

@media (max-width: 600px) {
  .jobseekers-section { padding: 60px 0; }
  .jobseekers-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 20px; }
  .jobseekers-title { font-size: 26px; }
}

/* ========== E-Hire Recruitment Hub Section ========== */
.ehire-section {
  background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 50%, #eef3fb 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.ehire-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(22,76,146,0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ehire-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(74,158,255,0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ehire-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}

.ehire-title {
  font-family: "Kanit-semibold";
  font-size: 40px;
  line-height: 1.2;
  color: #0b1f3a;
  margin-bottom: 18px;
}

.ehire-title span { color: #164C92; }

.ehire-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #164C92;
  border-radius: 2px;
  margin: 0 auto 14px;
}

.ehire-subtitle {
  color: #4a5a72;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.ehire-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
  padding: 0 50px;
}

.ehire-card {
  background: #ffffff;
  border: 1px solid rgba(22, 76, 146, 0.12);
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.ehire-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #164C92, #4a9eff);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.ehire-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 158, 255, 0.45);
  box-shadow: 0 18px 40px rgba(22, 76, 146, 0.15);
}

.ehire-card:hover::before { transform: scaleY(1); }

.ehire-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #164C92, #4a9eff);
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(22, 76, 146, 0.25);
}

.ehire-card h5 {
  color: #0b1f3a;
  font-family: "Kanit-semibold";
  font-size: 20px;
  margin-bottom: 12px;
}

.ehire-card p {
  color: #5a6b85;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 992px) {
  .ehire-grid { grid-template-columns: 1fr; padding: 0 30px; }
  .ehire-title { font-size: 32px; }
}

@media (max-width: 600px) {
  .ehire-section { padding: 60px 0; }
  .ehire-grid { padding: 0 20px; gap: 20px; }
  .ehire-title { font-size: 26px; }
}

/* ========== AI Stats Banner Section ========== */
.ai-stats-section {
  /* background: #f7fafc; */
  padding: 70px 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.ai-stats-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(22, 146, 206, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ai-stats-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(11, 61, 122, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ai-stats-section .section-two-title {
  color: #0b1f3a !important;
}

.ai-stats-section .section-two-title span {
  color: #1692ce !important;
}

.ai-stat-card {
  background: #ffffff;
  border: 1px solid rgba(22, 146, 206, 0.12);
  border-radius: 20px;
  padding: 40px 28px 32px;
  height: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.07);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.45s ease, box-shadow 0.45s ease;
  isolation: isolate;
}

/* Big background number removed */
.ai-stat-card::before {
  display: none;
}

/* Bottom gradient sweep on hover */
.ai-stat-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: linear-gradient(180deg, transparent, rgba(22, 146, 206, 0.06));
  transition: height 0.45s ease;
  z-index: 0;
}

.ai-stat-card:hover {
  transform: translateY(-10px);
  border-color: rgba(22, 146, 206, 0.4);
  box-shadow: 0 28px 55px rgba(11, 31, 58, 0.16);
}

.ai-stat-card:hover::before {
  color: rgba(22, 146, 206, 0.14);
  transform: scale(1.05);
}

.ai-stat-card:hover::after {
  height: 60%;
}

.ai-stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(22, 146, 206, 0.12),
    rgba(126, 200, 248, 0.18)
  );
  border: 1px solid rgba(22, 146, 206, 0.18);
  position: relative;
  z-index: 1;
  transition: transform 0.45s ease, background 0.45s ease;
}

.ai-stat-card:hover .ai-stat-icon {
  transform: scale(1.08);
  background: linear-gradient(
    135deg,
    rgba(22, 146, 206, 0.18),
    rgba(126, 200, 248, 0.28)
  );
}

.ai-stat-icon i {
  font-size: 28px;
  color: #1692ce;
}

.ai-stat-title {
  font-family: "Kanit-semibold";
  font-size: 20px;
  color: #0b1f3a;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.ai-stat-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #1692ce, #7ec8f8);
  border-radius: 2px;
  margin-top: 10px;
  transition: width 0.45s ease;
}

.ai-stat-card:hover .ai-stat-title::after {
  width: 60px;
}

.ai-stat-text {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.65;
  color: #5a6b85;
  margin: 14px 0 0;
  position: relative;
  z-index: 1;
}

/* ========== AI Ecosystem Link Cards (Dark variant) ========== */
.ai-eco-dark .erp-module-card.ai-eco-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 38px 32px 34px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(126, 200, 248, 0.2);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  height: 100%;
  isolation: isolate;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.ai-eco-dark .erp-module-card.ai-eco-link::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle at center,
    rgba(126, 200, 248, 0.25) 0%,
    rgba(22, 146, 206, 0.1) 40%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.5s ease;
  opacity: 0.7;
}

.ai-eco-dark .erp-module-card.ai-eco-link::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle at center,
    rgba(22, 146, 206, 0.18) 0%,
    rgba(126, 200, 248, 0.08) 45%,
    transparent 75%
  );
  border-radius: 50%;
  filter: blur(25px);
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.5s ease;
  opacity: 0.6;
}

.ai-eco-dark .erp-module-card.ai-eco-link:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(126, 200, 248, 0.5);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.ai-eco-dark .erp-module-card.ai-eco-link:hover::before {
  transform: scale(1.3) translate(20px, 20px);
  opacity: 1;
}

.ai-eco-dark .erp-module-card.ai-eco-link:hover::after {
  transform: scale(1.25) translate(-20px, -20px);
  opacity: 0.9;
}

.ai-eco-dark .erp-module-card.ai-eco-link h6 {
  display: flex !important;
  align-items: center;
  gap: 14px !important;
  flex-wrap: wrap !important;
  font-family: "Kanit-semibold";
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}

.ai-eco-dark .erp-module-card.ai-eco-link h6 i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1692ce, #0b3d7a) !important;
  color: #ffffff !important;
  font-size: 18px;
  margin: 0 !important;
  box-shadow: 0 8px 18px rgba(22, 146, 206, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.5s ease;
}

.ai-eco-dark .erp-module-card.ai-eco-link:hover h6 i {
  transform: rotate(-12deg) scale(1.1);
  box-shadow: 0 14px 28px rgba(22, 146, 206, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.ai-eco-dark .erp-module-card.ai-eco-link h6::after {
  content: "";
  display: block !important;
  flex-basis: 100%;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #7ec8f8, #ffffff);
  border-radius: 2px;
  margin-top: 4px;
  transition: width 0.5s ease;
}

.ai-eco-dark .erp-module-card.ai-eco-link:hover h6::after {
  width: 80px;
}

.ai-eco-dark .erp-module-card.ai-eco-link p {
  font-family: "Lato";
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ========== AI Ecosystem Link Cards ========== */
.erp-section-light .erp-module-card.ai-eco-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 38px 32px 34px;
  background: #ffffff;
  border: none;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(11, 31, 58, 0.08),
    0 0 0 1px rgba(22, 146, 206, 0.06);
  position: relative;
  overflow: hidden;
  height: 100%;
  isolation: isolate;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.5s ease;
}

/* Animated mesh gradient blob (top-left) */
.erp-section-light .erp-module-card.ai-eco-link::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle at center,
    rgba(22, 146, 206, 0.25) 0%,
    rgba(126, 200, 248, 0.1) 40%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.5s ease;
  opacity: 0.7;
}

/* Animated mesh gradient blob (bottom-right) */
.erp-section-light .erp-module-card.ai-eco-link::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle at center,
    rgba(11, 61, 122, 0.18) 0%,
    rgba(22, 146, 206, 0.08) 45%,
    transparent 75%
  );
  border-radius: 50%;
  filter: blur(25px);
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.5s ease;
  opacity: 0.6;
}

.erp-section-light .erp-module-card.ai-eco-link:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(22, 76, 146, 0.22),
    0 0 0 1px rgba(22, 146, 206, 0.25);
}

.erp-section-light .erp-module-card.ai-eco-link:hover::before {
  transform: scale(1.3) translate(20px, 20px);
  opacity: 1;
}

.erp-section-light .erp-module-card.ai-eco-link:hover::after {
  transform: scale(1.25) translate(-20px, -20px);
  opacity: 0.9;
}

.erp-section-light .erp-module-card.ai-eco-link h6 {
  display: flex !important;
  align-items: center;
  gap: 14px !important;
  flex-wrap: wrap !important;
  font-family: "Kanit-semibold";
  font-size: 21px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}

/* Convert the bootstrap arrow icon into a glowing badge */
.erp-section-light .erp-module-card.ai-eco-link h6 i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1692ce, #0b3d7a) !important;
  color: #ffffff !important;
  font-size: 18px;
  margin: 0 !important;
  box-shadow: 0 8px 18px rgba(22, 146, 206, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.5s ease;
}

.erp-section-light .erp-module-card.ai-eco-link:hover h6 i {
  transform: rotate(-12deg) scale(1.1);
  box-shadow: 0 14px 28px rgba(22, 146, 206, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.erp-section-light .erp-module-card.ai-eco-link h6::after {
  content: "";
  display: block !important;
  flex-basis: 100%;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #1692ce, #7ec8f8);
  border-radius: 2px;
  margin-top: 4px;
  transition: width 0.5s ease;
}

.erp-section-light .erp-module-card.ai-eco-link:hover h6::after {
  width: 80px;
}

.erp-section-light .erp-module-card.ai-eco-link p {
  font-family: "Lato";
  font-size: 14.5px;
  line-height: 1.7;
  color: #5a6b85;
  margin: 0;
  position: relative;
  z-index: 2;
}


@media (max-width: 767.98px) {
  .ai-stats-section {
    padding: 50px 0;
  }
  .ai-stat-card {
    padding: 26px 20px;
  }
  .ai-stat-icon {
    width: 60px;
    height: 60px;
  }
  .ai-stat-icon i {
    font-size: 26px;
  }
  .ai-stat-title {
    font-size: 17px;
  }
}

/* ===================================================== */
/* ====== AI PRODUCTS SHOWCASE - MODERN REDESIGN ======= */
/* (ported from AI-Agent.html inline <style>)            */
/* ===================================================== */
.ai-spotlight {
  scroll-margin-top: 90px;
}
.ai-products-showcase {
  background: #f7fafc;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.ai-products-showcase::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(22, 146, 206, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ai-products-showcase::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(11, 61, 122, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ai-products-showcase .container,
.ai-products-showcase .container-fluid {
  position: relative;
  z-index: 2;
}
.ai-showcase-title {
  text-align: center;
  color: #0b1f3a;
  margin-bottom: 60px !important;
}
.ai-showcase-title span {
  color: #1692ce !important;
}

/* ---- Card-based Spotlight ---- */
.ai-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: stretch;
  padding: 38px 40px;
  margin-bottom: 32px;
  background: #ffffff;
  border: 1px solid rgba(22, 146, 206, 0.12);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(11, 31, 58, 0.07);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.5s ease, box-shadow 0.5s ease;
}
.ai-spotlight:last-child {
  margin-bottom: 0;
}
.ai-spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #1692ce, #7ec8f8, #0b3d7a);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ai-spotlight::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(22, 146, 206, 0.1) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s ease;
}
.ai-spotlight:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 146, 206, 0.35);
  box-shadow: 0 30px 60px rgba(11, 31, 58, 0.15),
    0 0 0 1px rgba(22, 146, 206, 0.15);
}
.ai-spotlight:hover::before {
  opacity: 1;
}
.ai-spotlight:hover::after {
  transform: scale(1.1) translate(20px, 0);
}

/* Reverse → swap order via order property */
.ai-spotlight.reverse {
  grid-template-columns: 1fr 220px;
}
.ai-spotlight.reverse .ai-spotlight-visual {
  order: 2;
}
.ai-spotlight.reverse .ai-spotlight-content {
  order: 1;
}
.ai-spotlight.reverse::after {
  left: auto;
  right: -50px;
}

/* ---- Visual Side (Square Icon Frame) ---- */
.ai-spotlight-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.ai-orb {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 28px;
  background: linear-gradient(135deg, #e8f4fc 0%, #c5e4f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 146, 206, 0.2);
  box-shadow: 0 16px 40px rgba(22, 146, 206, 0.18);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.5s ease;
}
.ai-orb::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px dashed rgba(22, 146, 206, 0.35);
  pointer-events: none;
}
.ai-orb-icon {
  font-size: 64px;
  background: linear-gradient(135deg, #1692ce 0%, #0b3d7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 6px 14px rgba(22, 146, 206, 0.35));
  line-height: 1;
}
.ai-spotlight:hover .ai-orb {
  transform: rotate(-4deg) scale(1.05);
  box-shadow: 0 22px 50px rgba(22, 146, 206, 0.28);
}

/* Number badge below orb */
.ai-number-badge {
  font-family: "Kanit-semibold";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1692ce;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(22, 146, 206, 0.08);
  border: 1px solid rgba(22, 146, 206, 0.25);
  position: relative;
  top: auto;
  right: auto;
}

/* ---- Content Side ---- */
.ai-spotlight-content {
  position: relative;
  z-index: 1;
}
.ai-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(22, 146, 206, 0.1);
  border: 1px solid rgba(22, 146, 206, 0.25);
  border-radius: 50px;
  color: #1692ce;
  font-family: "Lato";
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ai-tag i {
  font-size: 14px;
}
.ai-spotlight-title {
  font-family: "Kanit-semibold";
  font-size: 28px;
  line-height: 1.25;
  color: #0b1f3a;
  margin: 0 0 12px;
}
.ai-spotlight-title .accent {
  background: linear-gradient(135deg, #1692ce 0%, #0b3d7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-spotlight-subtitle {
  font-family: "Lato";
  font-size: 14px;
  color: #1692ce;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.ai-spotlight-desc {
  font-family: "Lato";
  font-size: 14.5px;
  line-height: 1.75;
  color: #5a6b85;
  margin-bottom: 22px;
}

/* Feature Sub-Cards */
.ai-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ai-feature-card {
  background: #f7fafc;
  border: 1px solid rgba(22, 146, 206, 0.12);
  border-radius: 14px;
  padding: 18px 16px;
  transition: all 0.35s ease;
}
.ai-feature-card:hover {
  background: #ffffff;
  border-color: rgba(22, 146, 206, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.08);
}
.ai-feature-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(22, 146, 206, 0.18);
}
.ai-feature-card-head .ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1692ce, #0b3d7a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}
.ai-feature-card-head h6 {
  font-family: "Kanit-semibold";
  font-size: 13px;
  color: #0b1f3a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.ai-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ai-feature-list li {
  position: relative;
  padding-left: 22px;
  font-family: "Lato";
  font-size: 13.5px;
  line-height: 1.6;
  color: #5a6b85;
  margin-bottom: 9px;
}
.ai-feature-list li:last-child {
  margin-bottom: 0;
}
.ai-feature-list li::before {
  content: "\F26B";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 1px;
  color: #1692ce;
  font-size: 14px;
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .ai-spotlight,
  .ai-spotlight.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 28px;
  }
  .ai-spotlight.reverse .ai-spotlight-visual {
    order: 1;
  }
  .ai-spotlight.reverse .ai-spotlight-content {
    order: 2;
  }
  .ai-spotlight-visual {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .ai-orb {
    width: 120px;
    height: 120px;
  }
  .ai-orb-icon {
    font-size: 50px;
  }
  .ai-spotlight-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .ai-products-showcase {
    padding: 50px 0 40px;
  }
  .ai-showcase-title {
    margin-bottom: 30px !important;
  }
  .ai-spotlight {
    padding: 26px 22px;
    margin-bottom: 24px;
  }
  .ai-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ai-spotlight-title {
    font-size: 21px;
  }
  .ai-spotlight-desc {
    font-size: 13.5px;
  }
  .ai-orb {
    width: 100px;
    height: 100px;
    border-radius: 22px;
  }
  .ai-orb-icon {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .ai-spotlight {
    padding: 22px 18px;
  }
  .ai-spotlight-visual {
    flex-direction: column;
    align-items: flex-start;
  }
  .ai-orb {
    width: 88px;
    height: 88px;
  }
  .ai-orb-icon {
    font-size: 38px;
  }
  .ai-spotlight-title {
    font-size: 19px;
  }
  .ai-feature-card {
    padding: 16px 14px;
  }
}
