/*  KAVISH ENGINEERS - OUR JOURNEY TIMELINE */

.ke-journey-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #fff;
    font-family: inherit;
}

.ke-journey-heading {
    max-width: 100%;
    margin: 0 auto 50px;
}

.ke-section-subtitle {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #CA8112;
    text-transform: uppercase;
}

.ke-journey-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    color: #1e1e1e;
}

.ke-journey-heading h2 span {
    color: #CA8112;
}

.ke-journey-heading p {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.ke-journey-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.ke-journey-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,
            transparent 0%,
            #CA8112 8%,
            #EEA124 50%,
            #CA8112 92%,
            transparent 100%);
}

.ke-journey-item {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 280px;
    margin-bottom: 40px;
}

.ke-journey-left {
    justify-content: flex-start;
}

.ke-journey-right {
    justify-content: flex-end;
}

.ke-journey-year {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #CA8112;
    background: #fff;
    padding: 7px 16px;
    border: 1px solid rgba(202, 129, 18, 0.25);
    border-radius: 50px;
    white-space: nowrap;
}

.ke-journey-dot {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 5;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 2px solid #CA8112;
    border-radius: 50%;
}

.ke-journey-dot span {
    width: 8px;
    height: 8px;
    background: #CA8112;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.ke-journey-item:hover .ke-journey-dot {
    transform: translateX(-50%) scale(1.25);
    box-shadow: 0 0 0 8px rgba(202, 129, 18, 0.10);
}

.ke-journey-item:hover .ke-journey-dot span {
    width: 10px;
    height: 10px;
    background: #EEA124;
}

.ke-journey-content {
    position: relative;
    width: calc(50% - 75px);
    padding: 38px 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.ke-journey-left .ke-journey-content {
    margin-right: auto;
}

.ke-journey-right .ke-journey-content {
    margin-left: auto;
}

.ke-journey-content::before {
    content: "";
    position: absolute;
    top: 57px;
    width: 75px;
    height: 1px;
    background: #CA8112;
}

.ke-journey-left .ke-journey-content::before {
    right: -75px;
}

.ke-journey-right .ke-journey-content::before {
    left: -75px;
}

.ke-journey-content:hover {
    /*transform: translateY(-8px);*/
    border-color: rgba(202, 129, 18, 0.35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.09);
}

.ke-journey-number {
    display: block;
    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #CA8112;
}

.ke-journey-label {
    display: inline-block;
    margin-bottom: 13px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    color: #999;
    text-transform: uppercase;
}

.ke-journey-content h3 {
    margin: 0 0 9px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #1e1e1e;
}

.ke-journey-content h4 {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #CA8112;
}

.ke-journey-content>p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.ke-journey-highlight {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 25px;
    padding: 13px 16px;

    background: #faf7f1;
    border-left: 3px solid #CA8112;
    border-radius: 5px;
}

.ke-journey-highlight i {
    color: #CA8112;
    font-size: 17px;
}

.ke-journey-highlight span {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.ke-journey-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.ke-journey-points div {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 12px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 6px;

    transition: all 0.3s ease;
}

.ke-journey-points div:hover {
    background: #fffaf1;
    border-color: rgba(202, 129, 18, 0.3);
    transform: translateX(4px);
}

.ke-journey-points i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #CA8112;
    background: #fff;
    border-radius: 50%;

    font-size: 12px;
}

.ke-journey-points span {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #555;
}

.ke-journey-quote {
    position: relative;
    margin-top: 25px;
    padding: 20px 22px 20px 48px;
    background: #faf7f1;
    border-radius: 8px;
}

.ke-journey-quote i {
    position: absolute;
    top: 19px;
    left: 19px;
    color: #CA8112;
    font-size: 18px;
}

.ke-journey-quote p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    font-style: italic;
    color: #444;
}

.ke-innovation-grid {
    margin-top: 28px;
}

.ke-innovation-box {
    display: flex;
    gap: 13px;
    padding: 18px;

    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 9px;

    transition: all 0.35s ease;
}

.ke-innovation-box:hover {
    transform: translateY(-5px);
    background: #fff;
    border-color: rgba(202, 129, 18, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.ke-innovation-icon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background: #CA8112;
    border-radius: 8px;

    font-size: 16px;
}

.ke-innovation-box h5 {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

.ke-innovation-box p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}

.ke-journey-current .ke-journey-content {
    border-color: rgba(202, 129, 18, 0.45);
    background:
        linear-gradient(145deg,
            #fff,
            #fffaf2);
}

.ke-journey-current .ke-journey-year {
    background: #CA8112;
    color: #fff;
    border-color: #CA8112;
}

.ke-journey-current .ke-journey-dot {
    border-color: #CA8112;
    animation: keJourneyPulse 2s infinite;
}

.ke-journey-current .ke-journey-dot span {
    background: #EEA124;
}

.ke-journey-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 28px;
}

.ke-value-item {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 13px;

    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e9e0d1;
    border-radius: 7px;
}

.ke-value-item i {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #CA8112;
    background: #faf3e6;
    border-radius: 50%;

    font-size: 12px;
}

.ke-value-item span {
    font-size: 12px;
    font-weight: 700;
    color: #444;
}

.ke-journey-footer {
    max-width: 850px;
    margin: 20px auto 0;
    padding-top: 65px;
    border-top: 1px solid #eeeeee;
}

.ke-journey-footer>span {
    display: inline-block;
    margin-bottom: 15px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #CA8112;
}

.ke-journey-footer h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e1e1e;
}

.ke-journey-footer p {
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

@keyframes keJourneyPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(202, 129, 18, 0.35);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(202, 129, 18, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(202, 129, 18, 0);
    }

}

@media (max-width: 991px) {

    .ke-journey-section {
        padding: 80px 0;
    }

    .ke-journey-heading {
        margin-bottom: 70px;
    }

    .ke-journey-heading h2 {
        font-size: 38px;
    }

    .ke-journey-content {
        width: calc(50% - 55px);
        padding: 30px;
    }

    .ke-journey-content::before {
        width: 55px;
    }

    .ke-journey-left .ke-journey-content::before {
        right: -55px;
    }

    .ke-journey-right .ke-journey-content::before {
        left: -55px;
    }

    .ke-journey-content h3 {
        font-size: 24px;
    }

    .ke-innovation-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767px) {

    .ke-journey-section {
        padding: 65px 0;
    }

    .ke-journey-heading {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .ke-section-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .ke-journey-heading h2 {
        font-size: 30px;
    }

    .ke-journey-heading p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* Timeline moves to left */

    .ke-journey-timeline {
        padding-left: 25px;
    }

    .ke-journey-timeline::before {
        left: 25px;
        transform: none;
    }


    /* All items same alignment */

    .ke-journey-item,
    .ke-journey-left,
    .ke-journey-right {
        display: block;
        min-height: auto;
        margin-bottom: 60px;
    }


    /* Dot */

    .ke-journey-dot {
        left: 25px;
        top: 45px;
        width: 18px;
        height: 18px;
        transform: translateX(-50%);
    }

    .ke-journey-dot span {
        width: 6px;
        height: 6px;
    }


    /* Year */

    .ke-journey-year {
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        display: inline-block;
        margin-left: 45px;
        margin-bottom: 20px;
    }


    /* Content */

    .ke-journey-content,
    .ke-journey-left .ke-journey-content,
    .ke-journey-right .ke-journey-content {
        width: calc(100% - 45px);
        margin-left: 45px;
        margin-right: 0;
        padding: 25px 22px;
    }


    /* Remove horizontal connector */

    .ke-journey-content::before,
    .ke-journey-left .ke-journey-content::before,
    .ke-journey-right .ke-journey-content::before {
        left: -20px;
        right: auto;
        top: 45px;
        width: 20px;
    }


    .ke-journey-content h3 {
        font-size: 22px;
    }

    .ke-journey-content h4 {
        font-size: 14px;
    }

    .ke-journey-content>p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* Points */

    .ke-journey-points {
        grid-template-columns: 1fr;
    }


    /* Innovations */

    .ke-innovation-grid {
        grid-template-columns: 1fr;
    }


    /* Values */

    .ke-journey-values {
        grid-template-columns: 1fr;
    }


    /* Footer */

    .ke-journey-footer {
        margin-top: 0;
        padding: 45px 15px 0;
    }

    .ke-journey-footer h3 {
        font-size: 25px;
    }

    .ke-journey-footer p {
        font-size: 14px;
    }

}

@media (max-width: 480px) {

    .ke-journey-section {
        padding: 55px 0;
    }

    .ke-journey-heading h2 {
        font-size: 27px;
    }

    .ke-journey-timeline {
        padding-left: 20px;
    }

    .ke-journey-timeline::before {
        left: 20px;
    }

    .ke-journey-dot {
        left: 20px;
    }

    .ke-journey-year {
        margin-left: 38px;
    }

    .ke-journey-content,
    .ke-journey-left .ke-journey-content,
    .ke-journey-right .ke-journey-content {
        width: calc(100% - 38px);
        margin-left: 38px;
        padding: 22px 18px;
    }

    .ke-journey-content::before,
    .ke-journey-left .ke-journey-content::before,
    .ke-journey-right .ke-journey-content::before {
        left: -18px;
        width: 18px;
    }

    .ke-journey-content h3 {
        font-size: 20px;
    }

    .ke-journey-label {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .ke-journey-number {
        font-size: 11px;
    }

    .ke-journey-quote {
        padding-left: 40px;
    }

    .ke-innovation-box {
        padding: 14px;
    }

    .ke-innovation-icon {
        width: 36px;
        height: 36px;
    }

}




/*SCROLL REVEAL*/

.ke-journey-item {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.ke-journey-item.ke-journey-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Alternating animation */

.ke-journey-left {
    transform: translateX(-45px);
}

.ke-journey-right {
    transform: translateX(45px);
}

.ke-journey-left.ke-journey-visible,
.ke-journey-right.ke-journey-visible {
    transform: translateX(0);
}


/* Mobile */

@media (max-width: 767px) {

    .ke-journey-left,
    .ke-journey-right {
        transform: translateY(40px);
    }

    .ke-journey-left.ke-journey-visible,
    .ke-journey-right.ke-journey-visible {
        transform: translateY(0);
    }

}





/*KAVISH ENGINEERS COMPANY / ABOUT / MISSION / VISION / VALUES*/

.ke-company-main {
    position: relative;
    overflow: hidden;

    padding: 50px 0;

    background: #fff;
}

.ke-main-heading {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.ke-heading-line {
    width: 4px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 14px;
    background: #CA8112;
    border-radius: 10px;
}

.ke-heading-subtitle {
    display: block;
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #CA8112;
    text-transform: uppercase;
}

.ke-main-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #1e1e1e;
}

.ke-about-row {
    margin-bottom: 28px;
}

.ke-about-image {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(202, 129, 18, .65);
    background: #f5f5f5;
}

.ke-about-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition:
        transform .9s cubic-bezier(.2, .7, .2, 1);
}

.ke-about-image:hover img {
    transform: scale(1.035);
}

.ke-about-content {
    padding-left: 15px;
}

.ke-about-content h3 {
    margin: 0 0 17px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #1e1e1e;
}

.ke-about-content h3 span {
    color: #CA8112;
}

.ke-about-content p {
    margin: 0 0 13px;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

.ke-about-content p:last-child {
    margin-bottom: 0;
}

.ke-about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 75px;
}

.ke-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    transition:
        transform .35s ease,
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.ke-about-feature:hover {
    transform: translateY(-5px);
    background: #fff;
    border-color: rgba(202, 129, 18, .35);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, .06);
}

.ke-about-feature h4 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

.ke-about-feature p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    color: #777;
}

.ke-direction-heading {
    margin-bottom: 35px;
}

.ke-direction-row {
    align-items: stretch;
    margin-bottom: 75px;
}

.ke-direction-row>.col-lg-6 {
    display: flex;
}

.ke-direction-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(202, 129, 18, .65);
    background: #f5f5f5;
}

.ke-direction-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform .9s cubic-bezier(.2, .7, .2, 1);
}

.ke-direction-image:hover img {
    transform: scale(1.035);
}

.ke-direction-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 14px;
}

.ke-direction-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    transition:
        transform .35s ease,
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.ke-direction-card:hover {
    transform: translateX(5px);
    background: #fff;
    border-color: rgba(202, 129, 18, .35);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, .06);
}

.ke-direction-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #CA8112;
    background: #faf3e6;
    border-radius: 8px;
    font-size: 16px;
    transition: .35s ease;
}

.ke-direction-card:hover .ke-direction-icon {
    color: #fff;
    background: #CA8112;
    transform: scale(1.05);
}

.ke-card-label {
    display: block;
    margin-bottom: 6px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #999;
}

.ke-direction-card h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #222;
}

.ke-direction-card h3 span {
    color: #CA8112;
}

.ke-direction-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #707070;
}

.ke-direction-card p:last-child {
    margin-bottom: 0;
}

.ke-values-heading {
    margin: 30px 0;
}

.ke-values-row {
    align-items: stretch;
}

.ke-value-card {
    position: relative;
    height: 100%;
    min-height: 210px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 11px;
    overflow: hidden;
    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.ke-value-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #CA8112;
    opacity: .04;
    transition: .5s ease;
}

.ke-value-card:hover {
    transform: translateY(-7px);
    border-color: rgba(202, 129, 18, .35);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, .07);
}

.ke-value-card:hover::after {
    width: 150px;
    height: 150px;
}

.ke-value-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.ke-value-top span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #c9c9c9;
}

.ke-value-top i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CA8112;
    background: #faf3e6;
    border-radius: 8px;
    font-size: 14px;
    transition: .35s ease;
}

.ke-value-card:hover .ke-value-top i {
    color: #fff;

    background: #CA8112;

    transform: rotate(-5deg);
}

.ke-value-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

.ke-value-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #777;
}


/*TABLET*/

@media (max-width: 991px) {

    .ke-company-main {
        padding: 75px 0;
    }

    .ke-about-content {
        padding-left: 0;
    }

    .ke-about-features {
        grid-template-columns: 1fr;
    }

    .ke-direction-row>.col-lg-6 {
        display: block;
    }

    .ke-direction-image {
        height: auto;
        min-height: 0;
    }

    .ke-direction-image img {
        height: auto;
        object-fit: contain;
    }

    .ke-direction-content {
        height: auto;
    }

    .ke-values-row>.col-lg {
        width: 33.333%;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .ke-company-main {
        padding: 60px 0;
    }

    .ke-main-heading {
        margin-bottom: 28px;
    }

    .ke-main-heading h2 {
        font-size: 22px;
    }

    .ke-heading-line {
        height: 28px;
    }

    .ke-about-row {
        margin-bottom: 22px;
    }

    .ke-about-image {
        border-radius: 14px;
    }

    .ke-about-content h3 {
        font-size: 24px;
    }

    .ke-about-content p {
        font-size: 12px;
    }

    .ke-about-features {
        margin-bottom: 55px;
    }

    .ke-about-feature {
        padding: 15px;
    }

    .ke-direction-row {
        margin-bottom: 55px;
    }

    .ke-direction-image {
        border-radius: 14px;
    }

    .ke-direction-card {
        padding: 18px;
    }

    .ke-direction-card h3 {
        font-size: 18px;
    }

    .ke-direction-card p {
        font-size: 11px;
    }

    .ke-values-row>.col-lg {
        width: 100%;
    }

    .ke-value-card {
        min-height: 190px;
    }

}


/*  SMALL MOBILE */

@media (max-width: 480px) {

    .ke-company-main {
        padding: 50px 0;
    }

    .ke-main-heading h2 {
        font-size: 21px;
    }

    .ke-about-content h3 {
        font-size: 22px;
    }

    .ke-direction-card {
        display: block;
    }

    .ke-direction-icon {
        margin-bottom: 12px;
    }

}