/* =========================
   ORIGINAL CSS (UNCHANGED)
   ========================= */

.hero-section {
    background: #ffffff;
}

.top-label {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
}

.hero-title {
    font-size: 53px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

/* .hero-text {
    font-size: 21px;
    color: #000000;
    margin-top: 20px;
    line-height: 1.4;
    padding: 0 0 0 290px;
} */

.text {
    font-size: 22px;
    color: #000000;
    margin-top: 20px;
    line-height: 1.4;
    padding: 5px 0 0 20px;
}

.hero-button {
    background: #000;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    margin-top: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 12px 30px;
}


.hero-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;

}

.main-image {
    border-radius: 25px;
    width: 100%;
}

.chat-btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-avatars {
    width: 28px;
}

.stats-box {
    background: linear-gradient(135deg, #ff6a00, #ffbb00);
    border-radius: 25px;
    padding: 45px 90px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.num-highlight {
    font-size: 45px;
    font-weight: 700;
}

.services-header-section {
    background: #ffffff;
}

.service-label {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-title {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.service-description {
    font-size: 21px;
    color: #000000;
    /* width: 85%;  */
    line-height: 1.6;
    margin-top: 40px;
}

/* 
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 45px;
    background: #f5f5f5;
    padding: 18px 30px;
    border-radius: 12px;
    width: fit-content;
    margin: 0 auto;
}

.tab {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    transition: 0.3s;
}

.tab:hover {
    opacity: 0.7;
}

.tab.active {
    background: linear-gradient(135deg, #ff6a00, #ffb300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */


.service-tabs {
    display: flex;
    justify-content: center;
    gap: 45px;
    background: #f5f5f5;
    padding: 18px 30px;
    border-radius: 12px;
    width: fit-content;
    margin: 0 auto;
}

.tab {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.tab:hover {
    opacity: 0.7;
}

.tab.active {
    background: linear-gradient(135deg, #ff6a00, #ffb300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.service-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;

}

.service-number {
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.service-main {
    width: 70%;
}

.service-main h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.subtitle {
    margin-bottom: 15px;
    font-size: 14px;
}

.description {
    font-size: 14px;
    width: 95%;
    margin: 15px 0;
}

.tag-container span {
    background: #f6f6f6;
    padding: 6px 14px;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 13px;
}

.placeholder-img {
    width: 100%;
    height: 220px;
    background: #000;
    border-radius: 12px;
    margin-top: 15px;
}

.service-right {
    text-align: right;
}

.avatars img {
    width: 38px;
    height: 38px;
    border-radius: 80%;
    margin-left: -6px;
}

.orange-btn {
    background: linear-gradient(135deg, #fbb034, #ff3300);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 18px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}


.section-label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.section-title {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

.section-desc {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    width: 90%;
}

.process-card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    padding: 25px;
}

.step-number {
    width: 60px;
    height: 45px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}

.step-content h4 {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 400;
}

.step-content p {
    font-size: 15px;
    color: #444;
    margin: 0;
}

.industry-section {
    background: #ffffff;
}

.industry-box {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
}

.industry-label {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.industry-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.industry-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.industry-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    width: 23%;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 0.9;
}

.industry-card span {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.08);
    border-top-right-radius: 8px;
}

.view-btn-container {
    text-align: right;
}

.view-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.view-btn i {
    margin-left: 6px;
    font-size: 18px;
}

.faq-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.faq-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    cursor: pointer;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    transition: 0.3s;
    font-size: 20px;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 15px;
    color: #555;
    width: 90%;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

/* ===============
   NEW (appended)
   - small additions only to support the tab output box and visible active state
   =============== */

.tab-output {
    display: block;
    max-width: 980px;
    margin: 18px auto 36px;
    padding: 18px 22px;
    background: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-align: center;
}

/* slightly emphasize tabs when active (keeps your gradient text rule but makes active more visible on lighter backgrounds) */
.service-tabs .tab.active {
    background: linear-gradient(135deg, #ff6a00, #ffbb00);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
}


.tab-content {
    margin-top: 25px;
}

.content-box {
    display: none;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.content-box.active {
    display: block;
}