/* =========================================================
   05. Our Core Expertise
   ========================================================= */

.core-expertise-section {
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.04), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* Section Heading */

.core-expertise-head {
  max-width: 1150px;
}

.core-expertise-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.core-expertise-kicker-line {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #075be8;
}

.core-expertise-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.core-expertise-head > p {
  max-width: 850px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.45;
}

/* Capability Cards */

.core-expertise-card {
  padding: 22px 26px 18px;
  border: 1px solid #dbe8fb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.025);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.core-expertise-card:hover {
  transform: translateY(-4px);
  border-color: #c6dcfa;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.07);
}

/* Number Badge */

.core-expertise-number {
  position: absolute;
  top: 16px;
  left: 22px;
  z-index: 2;
  width: 37px;
  min-width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.core-expertise-card-blue .core-expertise-number {
  background: #075be8;
}

.core-expertise-card-teal .core-expertise-number {
  background: #0097a7;
}

.core-expertise-card-purple .core-expertise-number {
  background: #6333ce;
}

.core-expertise-card-green .core-expertise-number {
  background: #218c2e;
}

.core-expertise-card-orange .core-expertise-number {
  background: #ff5a00;
}

/* Card Header */

.core-expertise-card-head {
  padding-left: 38px;
}

.core-expertise-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 45px;
}

.core-expertise-card-blue .core-expertise-icon {
  color: #075be8;
  background: rgba(13, 110, 253, 0.1);
}

.core-expertise-card-teal .core-expertise-icon {
  color: #0097a7;
  background: rgba(0, 151, 167, 0.1);
}

.core-expertise-card-purple .core-expertise-icon {
  color: #6333ce;
  background: rgba(99, 51, 206, 0.1);
}

.core-expertise-card-green .core-expertise-icon {
  color: #218c2e;
  background: rgba(33, 140, 46, 0.09);
}

.core-expertise-card-orange .core-expertise-icon {
  color: #ff5a00;
  background: rgba(255, 90, 0, 0.09);
}

.core-expertise-title-wrap {
  min-width: 0;
  flex: 1;
}

.core-expertise-title-wrap h3 {
  margin: 0 0 9px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.core-expertise-title-wrap p {
  color: #26345d;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Divider */

.core-expertise-divider {
  height: 1px;
  margin: 18px 14px 15px;
  background: #dbe3ef;
}

/* Feature List */

.core-expertise-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 14px;
}

.core-expertise-list li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #071333;
  font-size: 15px;
  line-height: 1.35;
}

.core-expertise-list li i {
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 15px;
}

.core-expertise-list li span {
  min-width: 0;
  overflow-wrap: break-word;
}

.core-expertise-card-blue .core-expertise-list i {
  color: #075be8;
}

.core-expertise-card-teal .core-expertise-list i {
  color: #0097a7;
}

.core-expertise-card-purple .core-expertise-list i {
  color: #6333ce;
}

.core-expertise-card-green .core-expertise-list i {
  color: #218c2e;
}

.core-expertise-card-orange .core-expertise-list i {
  color: #ff5a00;
}

/* Tags */

.core-expertise-tags {
  padding: 0 14px;
}

.core-expertise-tags span {
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border: 1px solid;
  border-radius: 6px;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.core-expertise-card-blue .core-expertise-tags span {
  color: #075be8;
  border-color: rgba(7, 91, 232, 0.55);
}

.core-expertise-card-teal .core-expertise-tags span {
  color: #008797;
  border-color: rgba(0, 151, 167, 0.55);
}

.core-expertise-card-purple .core-expertise-tags span {
  color: #6333ce;
  border-color: rgba(99, 51, 206, 0.5);
}

.core-expertise-card-green .core-expertise-tags span {
  color: #218c2e;
  border-color: rgba(33, 140, 46, 0.5);
}

.core-expertise-card-orange .core-expertise-tags span {
  color: #ff5a00;
  border-color: rgba(255, 90, 0, 0.5);
}

/* Bottom Summary */

.core-expertise-summary {
  overflow: hidden;
  border: 1px solid #dbe8fb;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(247, 251, 255, 0.98) 0%,
    #ffffff 50%,
    rgba(248, 251, 255, 0.98) 100%
  );
}

.core-expertise-summary-main {
  min-height: 110px;
  padding: 20px 22px;
}

.core-expertise-summary-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2c6df4;
  border-radius: 50%;
  color: #075be8;
  background: rgba(13, 110, 253, 0.07);
  font-size: 32px;
}

.core-expertise-summary-content {
  min-width: 0;
}

.core-expertise-summary-content h3 {
  margin: 0 0 5px;
  color: #071333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.core-expertise-summary-content p {
  color: #26345d;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* Statistics */

.core-expertise-stat {
  position: relative;
  min-height: 80px;
  gap: 13px;
  padding: 12px 14px;
}

.core-expertise-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 1px;
  height: calc(100% - 24px);
  background: #d8e0ec;
}

.core-expertise-stat > i {
  font-size: 29px;
}

.core-expertise-stat-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.core-expertise-stat-content strong {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.core-expertise-stat-content span {
  margin-top: 5px;
  color: #071333;
  font-size: 12px;
  line-height: 1.3;
}

.core-expertise-stat-teal > i,
.core-expertise-stat-teal strong {
  color: #0097a7;
}

.core-expertise-stat-purple > i,
.core-expertise-stat-purple strong {
  color: #6333ce;
}

.core-expertise-stat-orange > i,
.core-expertise-stat-orange strong {
  color: #ff5a00;
}

.core-expertise-stat-green > i,
.core-expertise-stat-green strong {
  color: #218c2e;
}

/* =========================================================
   Our Core Expertise Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .core-expertise-kicker {
    font-size: 14px;
  }

  .core-expertise-head h2 {
    font-size: 32px;
  }

  .core-expertise-head > p {
    max-width: 760px;
    font-size: 15px;
  }

  .core-expertise-card {
    padding: 20px 20px 18px;
  }

  .core-expertise-card-head {
    padding-left: 32px;
    gap: 12px !important;
  }

  .core-expertise-number {
    width: 34px;
    min-width: 34px;
    height: 34px;
    left: 18px;
    font-size: 12px;
  }

  .core-expertise-icon {
    width: 82px;
    min-width: 82px;
    height: 82px;
    font-size: 36px;
  }

  .core-expertise-title-wrap h3 {
    font-size: 17px;
  }

  .core-expertise-title-wrap p {
    font-size: 14px;
  }

  .core-expertise-list {
    gap: 7px;
  }

  .core-expertise-list li {
    font-size: 14px;
  }

  .core-expertise-tags span {
    font-size: 12px;
  }

  .core-expertise-summary-content h3 {
    font-size: 17px;
  }

  .core-expertise-summary-content p {
    font-size: 14px;
  }

  .core-expertise-stat-content strong {
    font-size: 23px;
  }

  .core-expertise-stat-content span {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .core-expertise-card-head {
    padding-left: 28px;
  }

  .core-expertise-icon {
    width: 76px;
    min-width: 76px;
    height: 76px;
    font-size: 32px;
  }

  .core-expertise-summary-main {
    border-bottom: 1px solid #dbe3ef;
  }

  .core-expertise-stat {
    min-height: 95px;
  }
}

@media (max-width: 991px) {
  .core-expertise-head {
    max-width: 700px;
  }

  .core-expertise-card {
    padding: 20px;
  }

  .core-expertise-icon {
    width: 84px;
    min-width: 84px;
    height: 84px;
    font-size: 35px;
  }

  .core-expertise-title-wrap h3 {
    font-size: 18px;
  }

  .core-expertise-stat::before {
    display: none;
  }

  .core-expertise-stats .col-sm-6:nth-child(odd) .core-expertise-stat {
    border-right: 1px solid #dbe3ef;
  }

  .core-expertise-stats .col-sm-6:nth-child(-n + 2) .core-expertise-stat {
    border-bottom: 1px solid #dbe3ef;
  }
}

@media (max-width: 767px) {
  .core-expertise-summary-content p {
    font-size: 13px;
  }
  .core-expertise-kicker {
    gap: 10px !important;
    font-size: 13px;
  }
  .core-expertise-description p {
    font-size: 15px;
  }

  .core-expertise-kicker-line {
    width: 34px;
  }

  .core-expertise-head h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .core-expertise-head > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .core-expertise-card {
    padding: 18px;
  }

  .core-expertise-number {
    top: 14px;
    left: 16px;
  }

  .core-expertise-card-head {
    padding-left: 27px;
  }

  .core-expertise-icon {
    width: 76px;
    min-width: 76px;
    height: 76px;
    font-size: 31px;
  }

  .core-expertise-title-wrap h3 {
    font-size: 16px;
  }

  .core-expertise-title-wrap p {
    font-size: 13px;
  }

  .core-expertise-list {
    padding: 0 6px;
  }

  .core-expertise-list li {
    font-size: 13px;
  }

  .core-expertise-tags {
    padding: 0 6px;
  }

  .core-expertise-summary-main {
    padding: 18px;
  }

  .core-expertise-summary-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .core-expertise-summary-content h3 {
    font-size: 18px;
  }

  .core-expertise-summary-content p {
    font-size: 14px;
  }

  .core-expertise-stat-content strong {
    font-size: 22px;
  }

  .core-expertise-stat-content span {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .core-expertise-kicker-line {
    width: 26px;
  }

  .core-expertise-card-head {
    padding-left: 22px;
    align-items: flex-start !important;
  }

  .core-expertise-number {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .core-expertise-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 27px;
  }

  .core-expertise-title-wrap h3 br {
    display: none;
  }

  .core-expertise-divider {
    margin: 16px 6px 14px;
  }

  .core-expertise-tags span {
    min-height: 31px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .core-expertise-summary-main {
    align-items: flex-start !important;
  }

  .core-expertise-summary-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .core-expertise-stats .col-sm-6 .core-expertise-stat {
    min-height: 82px;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dbe3ef;
    padding: 15px 20px;
  }

  .core-expertise-stats .col-sm-6:last-child .core-expertise-stat {
    border-bottom: 0;
  }

  .core-expertise-stat > i {
    width: 30px;
    text-align: center;
    font-size: 25px;
  }

  .core-expertise-stat-content strong {
    font-size: 22px;
  }

  .core-expertise-stat-content span {
    font-size: 12px;
  }
}

h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}
