@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
    margin-top: -83px !important;
}

html body .rplg+a.trcr {
    display: none !important;
}

.rplgsw-container-horizontal>.rplgsw-pagination-bullets {
    display: none !important;
}

.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
    display: none !important;
}

/* ===== GLOBAL RESET FOR ABOUT PAGE ===== */
.solution__area.srvcs {
    padding: 100px 0 60px;
    background-color: #ffffff;
}

.solution__wrapper {
    max-width: 1300px;
    margin: 0;
    text-align: left;
}

/* ===== HERO BADGE (pill) ===== */
.tp-hdng {
    margin-bottom: 30px;
}

/* .tp-hdng p {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 50px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    line-height: 1;
} */

/* ===== HERO TITLE (Large & Bold) ===== */
.hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 7rem;
    line-height: 1.05;
    font-weight: 400;
    color: #111111;
    margin: 0 0 40px 0;
    letter-spacing: -0.05em;
    max-width: 1100px;
}

/* ===== HERO BOTTOM SECTION (Ported from aws-hero) ===== */
.solution__btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 30px;
}


.scroll-d-wrap .scroll-down i {
    transform: rotate(90deg);
    font-size: 16px;
}

.scroll-d-wrap .bottom-arrow {
    color: #111;
}

.content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.content-wrap .content {
    display: flex;
    justify-content: flex-end;
}

.content-wrap .desc p {
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    color: #666666;
    line-height: 1.5;
    max-width: 600px;
    margin: 0;
}

.content-wrap .video {
    width: 100%;
    max-width: 850px;
    height: 400px;
    border-radius: 500px;
    overflow: hidden;
    margin-left: auto;
}

.content-wrap .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== INTRO TEXT ===== */
.about_txt {
    margin-top: 50px;
}

.about_txt .desc p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
    max-width: 1200px;
}

/* ===== IMAGES SECTION ===== */
.develop__img {
    display: grid;
    grid-template-columns: 3.8fr 6.2fr;
    gap: 20px;
    padding: 40px 0;
}

.develop__img .img {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
}

.develop__img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== COUNTER SECTION ===== */
.abtcounter__section {
    background-color: #0c0c0c;
    color: #ffffff;
    padding: 20px 0;
}

.abtcounter__section .sec_title {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 80px;
    color: #ffffff;
    letter-spacing: -0.04em;
    max-width: 900px;
}

.counter__list-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.counter__item {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 70px 20px;
    text-align: center;
    background-color: transparent;
}

.counter__item .number {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.counter__item p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.9;
}

/* ===== MISSION VISION SECTION (Mapped to elevate__area) ===== */
.elevate__area {
    background-color: #ffffff;
    padding: 100px 0;
}

.elevate__area .elevate__right {
    display: flex;
    flex-direction: column;
}

.elevate__area .item {
    display: grid;
    grid-template-columns: 4fr 6fr;
    align-items: flex-start;
    border-bottom: 1px solid #111111;
    padding: 60px 0;
    gap: 20px;
}

.elevate__area .missionhd {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 500;
    color: #111111;
    margin: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}

.elevate__area .text p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #444444;
    line-height: 1.5;
    margin: 0;
    max-width: 600px;
}

/* ===== PROCESS SECTION (Mapped to process__area) ===== */
.process__area {
    padding: 100px 0;
    background-color: #ffffff;
}

.process__wrapper .process__top:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.process__top .s-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    line-height: 1.05;
    font-weight: 500;
    color: #111111;
    margin: 0;
    letter-spacing: -0.04em;
    max-width: 700px;
}

.process__top p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.4;
    max-width: 380px;
    margin-top: 25px;
}

.process__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    padding-top: 60px;
}

/* Horizontal Timeline Line */
.process__list::before {
    content: '';
    position: absolute;
    top: 71px;
    /* 60px padding + 11px center of dot */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    /* Match black line from design */
    z-index: 1;
}

.process__item {
    position: relative;
    z-index: 2;
}

.process__item .dot {
    width: 22px;
    height: 22px;
    border: 1px solid #111111;
    /* Match black border from design */
    border-radius: 50%;
    background-color: #ffffff;
    /* Keep white to mask the line exactly under the inner dot */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.process__item .dot::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #111111;
    /* Match black inner dot from design */
    border-radius: 50%;
    position: relative;
    z-index: 4;
}

.process__item .title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 30px;
    line-height: 1.3;
}

.process__item p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Footnotes at Bottom */
.process__area .process__top:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    gap: 50px;
}

.proc__em {
    max-width: 450px;
}

.proc__em .title {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.proc__em .title a {
    color: inherit;
    text-decoration: none;
}

.proc__em p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

/* ===== WHATSAPP POSITIONING (Match Image) ===== */
.whatsappfloating {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto !important;
    z-index: 9999;
}

.whatsappfloating img {
    width: 60px;
    height: auto;
}

/* ===== CORE VALUES SECTION (Accordion Style) ===== */
.corevalues {
    padding: 100px 0;
    background-color: #ffffff;
}

.corevalues .sec-title {
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: -0.04em;
}

.service__list.style-3 {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    height: 600px;
}

.service__list.style-3 .item {
    flex: 1;
    border-right: 1px solid #e0e0e0;
    padding: 40px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.service__list.style-3 .item:last-child {
    border-right: none;
}

.service__list.style-3 .item.active {
    flex: 5;
    background-color: transparent;
}

/* Number & Dot Styling */
.service__list.style-3 .number {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
}

.service__list.style-3 .number span {
    width: 16px;
    height: 16px;
    border: 1px solid #111111;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.service__list.style-3 .number span::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #111111;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Title & Content Styling */
.service__list.style-3 .title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 500;
    color: #111111;
    margin: 0;
    transition: all 0.4s ease;
    word-wrap: break-word;
}

.service__list.style-3 .item.active .title {
    white-space: normal;
    max-width: 400px;
}

.service__list.style-3 .content {
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 650px;
}

.service__list.style-3 .item.active .content {
    opacity: 1;
    visibility: visible;
}

.service__list.style-3 .content p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

/* Inactive State: Vertical Text */
.service__list.style-3 .item:not(.active) .title {
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    bottom: 10%;
    left: 70%;
    margin-left: 10px;
    /* Offset to center the text base in the narrow column */
    font-size: 2.4rem;
    white-space: nowrap;
    opacity: 1;
    color: #fff;
}

/* ===== WHY CHOOSE SECTION (Values Section) ===== */
.whychoose__section {
    background-color: #0c0c0c;
    color: #ffffff;
    padding: 120px 0;
}

.whychoose__section .sec-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    line-height: 1.05;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 100px;
    letter-spacing: -0.04em;
    max-width: 1000px;
}

.values__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); Removed per user request */
}

.values__list .item {
    padding: 60px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.values__list .item:nth-child(odd) {
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); Removed per user request */
}

.values__list .number {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
    opacity: 0.8;
}

.values__list .title {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.values__list .vacancy {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.values__list .vacancy a {
    color: inherit;
    text-decoration: none;
}

.vacancy1 {
  font-size: 23px;
  width: 80% !important;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-title {
        font-size: 4rem;
    }

    .counter__list-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .process__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .elevate__area .item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .develop__img {
        grid-template-columns: 1fr;
    }

    /* Hero bottom overrides */
    .solution__btm {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .scroll-d-wrap {
        display: none;
    }

    .content-wrap {
        align-items: flex-start;
    }

    .content-wrap .content {
        justify-content: flex-start;
    }

    .process__area {
        padding: 60px 0;
    }

    .process__wrapper .process__top:first-child {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .process__top .s-title {
        font-size: 3rem;
    }

    .process__top p {
        margin-top: 10px;
        max-width: 100%;
    }

    .process__list {
        grid-template-columns: 1fr;
        padding-top: 0;
        padding-left: 30px;
        gap: 40px;
    }

    .process__list::before {
        top: 0;
        left: 11px;
        width: 1px;
        height: 100%;
    }

    .process__item .dot {
        margin-bottom: 15px;
        margin-left: -30px;
    }

    .process__item .title {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .process__area .process__top:last-child {
        flex-direction: column;
        margin-top: 60px;
        gap: 30px;
    }

    .content-wrap .video {
        max-width: 100%;
        height: 400px;
        border-radius: 200px;
    }

    /* Core Values Mobile */
    .corevalues {
        padding: 60px 0;
    }

    .corevalues .sec-title {
        font-size: 3.2rem;
        margin-bottom: 40px;
    }

    .service__list.style-3 {
        flex-direction: column;
        height: auto;
        border: none;
        gap: 20px;
        overflow: visible;
    }

    .service__list.style-3 .item {
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 30px;
        flex: none;
        background:transparent;
        transition: all 0.3s ease;
        width: 100%;
    }

    .service__list.style-3 .item.active {
        flex: none;
        background-color: #f9f9f9;
    }

    .service__list.style-3 .item:not(.active) .title,
    .service__list.style-3 .item.active .title {
        transform: none;
        position: static;
        bottom: auto;
        left: auto;
        margin-left: 0;
        font-size: 2rem;
        white-space: normal;
        opacity: 1;
        max-width: 100%;
    }

    .service__list.style-3 .content {
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
        max-width: 100%;
        display: block !important;
    }

    .service__list.style-3 .number {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 3rem;
    }

    .solution__area.srvcs {
        padding: 60px 0;
    }

    .counter__list-2 {
        grid-template-columns: 1fr;
    }

    .process__list {
        grid-template-columns: 1fr;
        padding-left: 25px;
        gap: 30px;
    }

    .process__list::before {
        left: 8px;
    }

    .process__item .dot {
        width: 18px;
        height: 18px;
        margin-left: -26px;
    }

    .process__item .dot::after {
        width: 4px;
        height: 4px;
    }

    .process__item .title {
        font-size: 1.3rem;
    }

    .values__list {
        grid-template-columns: 1fr;
    }

    .values__list .item {
        padding: 40px 0;
        border-right: none !important;
    }

    .whychoose__section .sec-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .corevalues .sec-title {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .service__list.style-3 .item {
        padding: 20px;
    }

    .service__list.style-3 .item .title {
        font-size: 1.6rem !important;
    }

    /* Hero video overrides */
    .content-wrap .video {
        height: 300px;
        border-radius: 100px;
    }
}