.feature-icon {
    background: #c1c1c1;
    padding: 15px;
    width: 60px;
   border-radius: 8px;
}

.heading-bottom-line {
    border-color: #ffb536;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    display: block;
    border-style: solid;
    border-bottom-width: 5px;
    width: 250px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.fleet-presence-sec .fleet {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding-bottom: 40px;
}
.fleet-presence-sec .fleet-icon {
    width: 130px;
    transition: 0.3s;
}
.fleet-presence-sec .map-bx {
    width: 100%;
    height: 400px;
}
.fleet-presence-sec .map-bx .map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #6c757d;
}
.partner-text .icon-png {
    margin: 0px auto;
    background-color: #f1a82c;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
}
.stats-img{
    height: 700px;
    width: 100%;
    object-fit: contain;
}
.clients-sec .image-frmae img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    box-shadow: 0px 2px 10px rgba(82, 81, 81, 0.1);
    padding: 5px;
}
.safety-ctn-sec .client-div .img-bx img {
    width: 65px;
}
.franchise-image {
    width: 100%;
    height: auto;
}
.services-ctn-sec .servicess-image img {
    width: 100%;
    height: 100%;
}
.fleet-icon {
    transition: transform 1s ease-in-out; /* Smooth transition */
}

.fleet-icon:hover {
    transform: translateY(-2px); /* Slight uplift effect */
}
.img-bx{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.testiomonial-logo{
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.seahawk-advantages-sec, .technology-ctn-sec{
    background-color: #f6f6f6;
}
.more-about-ctn img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth, natural easing */
}

.more-about-ctn img:hover {
    transform: translate3d(0, -0.125rem, 0); /* Same upward hover effect */
}
