.safty-logo {
    height: 100px;
    width: 100px !important;
}
.text-warning {
    color: #cf9e45 !important;
}
.btn-warning {
    background-color: #cf9e45 !important;
}
.header-overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.fh5co-heading {
    margin-bottom: 5em;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
}

.fh5co-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
}

.fh5co-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

.fh5co-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.fh5co-bg-dark .fh5co-heading h2 {
    color: #fff !important;
}

#fh5co-started .fh5co-heading {
    margin-bottom: 0;
}

#fh5co-started .fh5co-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
}

#fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.8);
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #e6e6e6;
    left: 50%;
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .timeline:before {
        margin-left: -64px;
    }
}

@media screen and (max-width: 480px) {
    .timeline:before {
        margin-left: -64px;
    }
}

@media screen and (max-width: 768px) {
    .timeline .timeline-heading {
        margin-bottom: 30px;
    }
}

.timeline .timeline-heading > div h3 {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    background: #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .timeline .timeline-heading > div h3 {
        float: left;
        margin-bottom: 0;
    }
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .timeline > li {
        margin-bottom: 4em;
    }
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    margin-bottom: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .timeline > li > .timeline-panel {
        width: 85% !important;
    }
}

@media screen and (max-width: 480px) {
    .timeline > li > .timeline-panel {
        width: 75% !important;
    }

    .timeline > li > .timeline-panel:before {
        top: 30px;
    }

    .timeline > li > .timeline-panel:after {
        top: 31px;
    }
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -21px;
    background-color: #cf9e45;
    z-index: 100;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .timeline > li > .timeline-badge {
        margin-left: -10px !important;
    }
}

@media screen and (max-width: 992px) {
    .timeline > li > .timeline-badge {
        margin-left: -10px !important;
    }
}

.timeline > li > .timeline-badge i {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    font-size: 18px;
}

.timeline > li.timeline-unverted {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .timeline > li.timeline-unverted {
        text-align: left;
    }
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 992px) {
    ul.timeline:before {
        left: 90px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.soft-services-parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.soft-services-parent > .soft-service {
    width: 32%;
    padding: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}
/* animated border */
.soft-services-parent > .soft-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    pointer-events: none;
    animation: borderMove 4s linear infinite;
}
/* animation keyframes */
@keyframes borderMove {
    0% {
        border-top-color: #cf9e45;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    25% {
        border-top-color: #cf9e45;
        border-right-color: #cf9e45;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        border-top-color: #cf9e45;
        border-right-color: #cf9e45;
        border-bottom-color: #cf9e45;
        border-left-color: transparent;
    }
    75% {
        border-top-color: #cf9e45;
        border-right-color: #cf9e45;
        border-bottom-color: #cf9e45;
        border-left-color: #cf9e45;
    }
    100% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}
.soft-4 {
    /* flex-grow: 0.33; */
}
/* Tablet: 2 per row */
@media (max-width: 992px) {
    .soft-services-parent > .soft-service {
        width: 49%; /* ~2 per row */
    }
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
    .soft-services-parent > .soft-service {
        width: 100%; /* 1 per row */
    }
}

.soft-service img {
    height: 100%;
    object-fit: cover;
}
.soft-service > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.8;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 1s;
    height: inherit;
    overflow: auto;
}

.soft-service:hover .content {
    transform: translateY(0%);
}

.soft-4 ul li::marker {
    color: #cf9e45;
}

.hard-services-parent {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 90px 0;
    /* background-color: green; */
}
.hard-services-parent > .hard-services-child:nth-child(1) {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
}
.hard-services-parent > .hard-services-child:nth-last-child(1) {
    width: 70%;
    border-left: 5px solid #cf9e45;
    padding-left: 20px;
}
.hard-services-child img {
    width: 53%;
    object-fit: cover;
    height: 100%;
    border-radius: 35px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 4px solid #cf9e45;
    margin: 5px;
}
.hard-services-child div {
    font-size: 25px;
}

/* Tablet (≤ 992px) → stack vertically */
@media (max-width: 992px) {
    .hard-services-parent {
        flex-direction: column;
        padding: 50px 0;
    }

    .hard-services-parent > .hard-services-child:nth-child(1) {
        width: 100%;
        border-left: none;
        padding-left: 0;
        /* text-align: center; */
        transform: rotate(25deg);
    }
    .hard-services-parent > .hard-services-child:nth-last-child(1) {
        width: 100%;
        border-left: none;
        padding-left: 0;

        padding: 30px 0;
    }
    .hard-services-child:nth-last-child(1) > div.text-warning {
        text-align: center !important;
    }

    .hard-services-child img {
        width: 25%; /* bigger image on tablet */
        height: 100%;
        transform: rotate(0deg); /* straighten on tablet */
    }

    .hard-services-child span {
        font-size: 22px;
    }
}

/* Mobile (≤ 576px) → smaller text & image */
@media (max-width: 576px) {
    .hard-services-parent > .hard-services-child:nth-child(1) {
        width: 100%;
        border-left: none;
        padding-left: 0;
        /* text-align: center; */
        transform: rotate(22deg);
    }
    .hard-services-parent > .hard-services-child:nth-last-child(1) {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding: 30px 0;
        /* text-align: center !important; */
    }
    .hard-services-child:nth-last-child(1) > div.text-warning {
        text-align: center !important;
    }

    .hard-services-child img {
        width: 45%;
        border-radius: 20px;
    }

    .hard-services-child span {
        font-size: 18px;
    }
}

.techsol-parent {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    justify-content: space-between;
}
.techsol-parent > .child {
    width: 49%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: solid 1px rgb(124, 123, 123);
    padding: 20px;
    transition: all 0.5s;
}
@media (max-width: 768px) {
    .techsol-parent > .child {
        width: 100%;
    }
}
.techsol-parent .child:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* deeper shadow */
}
.techsol-parent > .child > .head {
    display: flex;
    position: relative;
    padding: 12px 0;
}
.techsol-parent .child .head::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px); /* 50px = half of 100px width */
    width: 100px;
    height: 4px;
    background-color: #cf9e45;
    content: "";
    transition: all 1s;
}
.techsol-parent .child:hover .head::after {
    width: 150px;
}
.techsol-parent img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    border: solid 4px #cf9e45;
    padding: 3px;
}
