/* ============================================
   ABIM - Custom CSS
   File này dùng để chỉnh sửa CSS nhanh, tùy biến
   theo yêu cầu phát sinh của khách hàng.
   ============================================ */
.row .twin-item .col-inner {
    padding: 16px 20px;
    border-right: 1px solid #e8e8e8;
    transition: background 0.2s;
}

.row .twin-item:last-child .col-inner {
    border-right: none;
}

.row .twin-item .col-inner:hover {
    background: #fafaf8;
}

.row .twin-item .text > div:first-child {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.row .twin-item .text > div:first-child .emoji {
    width: 18px;
    height: 18px;
}

.row .twin-item .text > div:last-child {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.iot-solution-item {
    font-size: 1.7rem;
    color: rgb(17, 17, 17);
    border-left: 3px solid #c8a96e;
    padding: 1.5rem 1.5rem 1.5rem 1.25rem;
    border-radius: 0 12px 12px 0;
    background: #fff;
}

.iot-solution-item > * {
    color: rgb(17, 17, 17);
}

.iot-solution-item h3 {
    margin: 0 0 0.75rem;
    text-align: left;
}

.iot-solution-item p {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem;
    text-align: left;
    margin-bottom: 15px;
}

.iot-solution-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iot-solution-item ul li {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.iot-solution-item ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c8a96e;
    flex-shrink: 0;
}
/* Card item */
.platform-item .col-inner {
    background: #ffffff;
    border-radius: 12px;
    border: 0.5px solid #dde8f0;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}

.platform-item .col-inner:hover {
    box-shadow: 0 4px 20px rgba(74, 127, 168, 0.1);
    transform: translateY(-2px);
}

/* Emoji icon */
.platform-item .col-inner > div:first-child .emoji {
    width: 32px;
    height: 32px;
}

/* Label nhỏ: "Live Dashboard", "Smart Alerts"... */
.platform-item .col-inner > div:nth-child(2) {
    font-size: 11px;
    font-weight: 500;
    color: #4a7fa8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Tiêu đề h3 */
.platform-item .col-inner h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 0;
}

/* Đoạn mô tả */
.platform-item .col-inner p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Danh sách tính năng */
.iot-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iot-feat-list li {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-left: 0 !important;
}

.iot-feat-list li::before {
    content: '✓';
    color: #4a7fa8;
    font-weight: 500;
    flex-shrink: 0;
    margin-top: 1px;
}
.row-platform {
    padding-top: 40px;
}
.platform-section {
    padding: 60px 32px;
    background: #f7fafd !important;
}
.careers-info-chip::before {
    font-family: dashicons;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
}

.careers-info-chip--location::before {
    content: "\f230"; /* dashicons-location */
    color: #e05c5c;
}

.careers-info-chip--salary::before {
    content: "\f531"; /* dashicons-money-alt */
    color: #4caf7d;
}

.careers-info-chip--exp::before {
    content: "\f307"; /* dashicons-awards */
    color: #f0a500;
}
.agele-process{
    display:flex;
    align-items:center;
    justify-content:center;
    row-gap: 25px;
    flex-wrap:wrap;
}

.agele-process > div{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Các box Plan, Analysis, Design... */
.agele-process > div:not(:nth-child(even)){
    flex-direction:column;
    background:#fff;
    padding: 10px 5px;
    border-radius:12px;
    min-width: 90px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    position:relative;
}

.agele-process > div:not(:nth-child(even)) img{
    width:40px;
    height:40px;
    margin-bottom:10px;
}

.agele-process > div:not(:nth-child(even)) > div:last-child{
    font-size: 14px;
    font-weight:600;
    color:#333;
}

/* Đường nối */
.agele-process > div:nth-child(even){
    width:60px;
    height:2px;
    background:#0F623F;
    position:relative;
}

.agele-process > div:nth-child(even)::after{
    content:'';
    position:absolute;
    right:-2px;
    top:50%;
    transform:translateY(-50%);
    border-left:8px solid #0F623F;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}

/* Mobile */
@media(max-width:767px){

    .agele-process{
        flex-direction:column;
    }

    .agele-process > div:nth-child(even){
        width:2px;
        height:40px;
    }

    .agele-process > div:nth-child(even)::after{
        right:auto;
        left:50%;
        top:auto;
        bottom:-8px;
        transform:translateX(-50%);
        border-left:6px solid transparent;
        border-right:6px solid transparent;
        border-top:8px solid #0F623F;
        border-bottom:none;
    }
}

.code-language .icon-box{
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    border-radius:15px;
    border:1px solid #e5e7eb;
    transition:all .3s ease;
}

.code-language .icon-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.1);
}

.code-language .icon-box-img{
    margin-right:20px;
}

.code-language .icon-inner{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f7ff;
    border-radius:50%;
}

.code-language .icon-inner img{
    /* width: 25px; */
    height:auto;
}

.code-language .icon-box-text h3{
    margin:0 0 8px;
    font-size:22px;
    font-weight:700;
    color:#111827;
}

.code-language .icon-box-text p{
    margin:0;
    font-size:15px;
    color:#6b7280;
    line-height:1.6;
}

.code-language .icon-box:hover .icon-inner{
    background:#0F623F;
}

.code-language .icon-box:hover .icon-inner img{
    transition:all .3s ease;
}

.code-language .icon-box-text{
    flex:1;
}

.code-language .icon-box-left{
    display:flex;
    align-items: flex-start;
    align-content: center;
}

@media(max-width:767px){

    .code-language .icon-box-left{
        flex-direction:column;
        text-align:center;
    }

    .code-language .icon-box-img{
        margin-right:0;
        margin-bottom:15px;
    }

}

.code-language .icon-box-left .has-icon-bg .icon {
}

.code-language > .col-inner{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 15px;
}

@media (max-width:1024px){
    .code-language > .col-inner{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:767px){
    .code-language > .col-inner{
        grid-template-columns:1fr;
    }
}

.code-language .has-icon-bg .icon .icon-inner {
    position: inherit;
}
.technique-code {
    display: flex;
    gap: 0;
    padding: 14px 0;
    border-bottom: 0.5px solid #e5e5e5;
}

.technique-code:first-of-type {
    border-top: 0.5px solid #e5e5e5;
}

.technique-code > div:first-child {
    flex: 0 0 140px;
    font-size: 14px;
    font-weight: 600;
    color: #080808;
    padding-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: left;
}

.technique-code > div:last-child {
    flex: 1;
    font-size: 15px;
    color: #222;
    line-height: 1.9;
    text-align: end;
}
.phase-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.phase-block.phase-green {
    background: #f0fdf4;
}
.phase-num {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #1a3a5c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}
.phase-block.phase-green .phase-num {
    background: #16a34a;
}
.phase-body {
    flex: 1;
    text-align: left;
}
.phase-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a2d40;
    margin: 0 0 8px;
}
.phase-badge {
    display: inline-block;
    padding: 2px 12px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 18px;
}
.phase-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 16px;
}
.phase-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.phase-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    color: #334155;
}
.phase-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.phase-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}
.phase-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
}
.phase-block.phase-green .phase-list li::before {
    background: #16a34a;
}
.phase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.phase-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-size: 13px;
    color: #475569;
}
/* Timeline cards — Phase 5 */
.timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.tl-card {
    padding: 14px 16px;
    border-radius: 8px;
    border-left: 3px solid;
}
.tl-card.tl-blue   { background: #eff6ff; border-left-color: #3b82f6; }
.tl-card.tl-green  { background: #f0fdf4; border-left-color: #22c55e; }
.tl-card.tl-yellow { background: #fffbeb; border-left-color: #f59e0b; }
.tl-label  { font-size: 13px; font-weight: 600; color: #1e293b; margin-bottom: 4px; }
.tl-period { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.tl-blue   .tl-period { color: #2563eb; }
.tl-green  .tl-period { color: #16a34a; }
.tl-yellow .tl-period { color: #d97706; }
.tl-desc { font-size: 13px; color: #475569; line-height: 1.5; }
/* Colored tags — Phase 5 */
.phase-tag.tag-blue  { background: #dbeafe; border-color: #bfdbfe; color: #1e40af; }
.phase-tag.tag-amber { background: #fef3c7; border-color: #fde68a; color: #92400e; }
.phase-tag.tag-lime  { background: #ecfccb; border-color: #d9f99d; color: #3f6212; }
.abim-maturity {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.abim-badge {
    display: inline-block;
    padding: 5px 14px;
    background: #1e3a5c;
    color: #7eb8d4;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.abim-heading {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 18px;
}
.abim-desc {
    font-size: 15px;
    color: #8eacc4;
    line-height: 1.7;
    margin: 0 0 36px;
    max-width: 480px;
}
.abim-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.abim-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-left: 0 !important;
}
.abim-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #1a3050;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.abim-item-body {}
.abim-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 3px;
}
.abim-item-sub {
    font-size: 13px;
    color: #6a8faa;
    margin: 0;
}
.pricing-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    align-items: start;
    text-align: left;
}
.pricing-grid>.col {
    padding: 0;
}
@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
}

/* Card base */
.pricing-card {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
.pricing-card.card-featured {
    border: 2px solid #2563eb;
}

/* Card header */
.card-header {
    padding: 24px 24px 20px;
    position: relative;
}
.card-header.header-navy  { background: #1a3a5c; }
.card-header.header-blue  { background: #1d4280; }
.card-header.header-green { background: #1a9e55; }

.card-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.header-navy  .card-label { color: #7eb8d4; }
.header-blue  .card-label { color: #93c5fd; }
.header-green .card-label { color: #a7f3d0; }

.card-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.2;
}
.card-duration {
    font-size: 14px;
    margin: 0;
}
.header-navy  .card-duration { color: #7eb8d4; }
.header-blue  .card-duration { color: #93c5fd; }
.header-green .card-duration { color: #a7f3d0; }

/* Most popular badge */
.most-popular {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #16a34a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Card body */
.card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 20px;
}
.card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}
.card-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.pricing-card:not(.card-green) .card-list li::before { background: #3b82f6; }
.pricing-card.card-green      .card-list li::before { background: #16a34a; }

/* CTA buttons */
.card-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
}
.btn-gray  {
    background: #f1f5f9;
    color: #334155;
    border-color: #e2e8f0;
}
.btn-navy  {
    background: #1a3a5c;
    color: #ffffff;
}
.btn-green {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}
.feature-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-align: left;
}
@media (max-width: 900px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .feature-grid { grid-template-columns: 1fr; }
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.icon-blue   { background: #e0effe; }
.icon-yellow { background: #fef3c7; }

.feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2d40;
    margin: 0;
    line-height: 1.35;
}

.feature-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}
.feature-grid>.col {
    padding: 0;
}