.web-pulse-header .w-e-b-p-u-l-s-e-topbar {
    background: #222222d1;
    padding: 5px 0;
}
.web-pulse-header { 
    position: absolute;
    z-index: 9;
}
.menubar { 
    background: #ffffffba;
}
.navigation .menu ul li a {
    padding: 24px 5px;}
.home-video-banner {
    width: 100%;
    /* height: 600px; */aspect-ratio: 2.25 / 1;
    overflow: hidden;
    background: #000;
}

.home-video-banner video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-video-banner video, .home-video-banner {
    width: 100%;
}
/* new sections */
  .compact-machine-sec {
    padding: 45px 0 50px;
    overflow: hidden;
    background:#fff;    width: 100%;
    float: left;
}
 
.compact-product {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;    border: 1px solid #cccccc5c;
    box-shadow: 0 10px 28px rgba(17, 24, 32, .09);
}

.compact-product-img {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1;
}

.compact-product-img::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000017 40%, rgb(8 15 22 / 41%) 55%, rgba(8, 15, 22, .94) 100%);
    content: "";
}

.compact-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .5s ease;
}

.compact-product:hover .compact-product-img img {
    transform: scale(1.07);
}

.product-no {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fcb040;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
}

.compact-overlay {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 18px;
    left: 18px;
    color: #fff;
    transform: translateY(30px);
    transition: .35s ease;
}

.compact-overlay small {
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.compact-overlay .title3 {
    min-height: 48px;
    margin: 0;
    line-height: 1.45;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 500;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    color: #fff;
    opacity: 0;
    transition: .35s ease;
}

.compact-product:hover .compact-overlay {
    transform: translateY(0);
}

.compact-product:hover .view-btn {
    opacity: 1;
}

.compact-product:hover {
    box-shadow: 0 18px 38px rgba(17, 24, 32, .16);
}

@media (max-width: 1199px) {
    .compact-product-img {
        height: 330px;
    }

    .compact-overlay h3 {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .compact-machine-sec {
        padding: 40px 0;
    }

    .compact-product-img {
        height: 330px;
    }
}

@media (max-width: 767px) {
 

    .compact-product-img {
        height: 320px;
    }

    .compact-overlay {
        transform: none;
    }

    .view-btn {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .home-video-banner {
        height: 400px;
    }
}


/* global flags */
 .global-network-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;width: 100%;float:left;
    background:
        linear-gradient(rgba(247, 250, 252, .93), rgba(247, 250, 252, .93)),
        url("../images/world_map.gif") center / 75% auto no-repeat;
    border-top: 0px solid #e6eaee;
    border-bottom: 0px solid #e6eaee;
}

/* .global-network-section::before {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(0, 145, 204, .08);
    filter: blur(5px);
    content: "";
}

.global-network-section::after {
    position: absolute;
    right: -130px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(245, 179, 38, .09);
    content: "";
} */

.global-network-section .container {
    position: relative;
    z-index: 2;
}

.global-head {
    max-width: 760px;
    margin: 0 auto 35px;
}

.global-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 7px 15px;
    border: 1px solid rgba(0, 139, 195, .15);
    border-radius: 30px;
    background: rgba(0, 139, 195, .07);
    color: #0787bc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* .global-head h2 {
    margin: 0 0 10px;
    color: #17212b;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

.global-head p {
    margin: 0;
    color: #69747f;
    font-size: 14px;
    line-height: 1.7;
} */

/* COUNTRY GRID */
.country-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}
.award_sec .hover_effect { 
    border-radius: 10px;
}
.country-card {
    position: relative;
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    padding: 15px 8px;
    border:1px solid rgba(15, 32, 48, .07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 7px 22px rgba(19, 38, 56, .06);
    /* backdrop-filter: blur(8px); */
    transition: .3s ease;
}

/* .country-card::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #078fc5, #17b2ce);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s ease;
} */

.country-card:hover {
    border-color: rgba(0, 145, 204, .18);
    background: #fff;
    box-shadow: 0 14px 28px rgba(19, 38, 56, .12);
    transform: translateY(-5px);
}

.country-card:hover::before {
    transform: scaleX(1);
}

.country-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
    transition: .3s ease;
}

.country-card:hover img {
    transform: scale(1.1);
}

.country-card span {
    color: #27333e;
      font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .country-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991px) {
    .global-network-section {
        padding: 55px 0;
        background-size: cover;
    }

    .country-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .global-network-section {
        padding: 45px 0;
    }

    .global-head {
        margin-bottom: 25px;
    }

    .global-head h2 {
        font-size: 27px;
    }

    .country-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 9px;
    }

    .country-card {
        min-height: 78px;
        padding: 10px 5px;
        border-radius: 11px;
    }

    .country-card img {
        width: 30px;
        height: 30px;
    }

    .country-card span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* home about section */
.work-exp-area::before { 
    background: rgb(255 255 255 / 86%); 
}
.work-content .cmTitle {
    color: #222;
}
.work-exp-area .work-content .work-item p { 
    color: #363636;
}
.work-exp-area .work-content li {
    color: #363636;
}
.work-exp-area .work-content li:before {
    filter: inherit;
}
.work-exp-area .single-work-services .title {
    font-size: 16px;}
.work-exp-area .single-work-services {
    border-radius: 10px;
    border: 1px solid #eee;}
.work-exp-area .work-content h2, .work-exp-area .work-content h3, .work-exp-area .work-content h4 {
    font-size: 22px;
    margin: 15px 0 10px;
    color: #1d98d4;
    font-weight: 500;
}
.work-exp-area h1 {
    color: #1d98d4;}
.work-exp-area { 
    background: #fff;
}

/* video section */
  .video-showcase-sec {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
        padding: 65px 0;
        background:
            radial-gradient(circle at 8% 15%, rgba(17, 150, 205, .07), transparent 28%),
            radial-gradient(circle at 90% 85%, rgba(246, 169, 38, .08), transparent 25%),
            #f7f9fb;
    }

    .video-showcase-head {
        max-width: 760px;
        margin: 0 auto 35px;
    }

    .video-showcase-head .eyebrow {
        display: inline-block;
        margin-bottom: 8px;
        color: #0791c8;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }


    .video-showcase-card {
        display: block;
        height: 100%;
        overflow: hidden;
        border: 1px solid rgba(16, 32, 48, .07);
        border-radius: 18px;
        background: #fff;
        color: inherit;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(18, 36, 52, .08);
        transition: .35s ease;
    }

    .video-showcase-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(18, 36, 52, .15);
    }

    .video-thumb {
        position: relative;
        height: 210px;
        overflow: hidden;
        background: #111;
    }

    .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .55s ease;
    }

    .video-showcase-card:hover .video-thumb img {
        transform: scale(1.08);
    }

    .video-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, .02) 25%,
                rgba(0, 0, 0, .36) 100%);
    }

    .video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        border: 6px solid rgba(255, 255, 255, .22);
        border-radius: 50%;
        background: #ef1717;
        color: #fff;
        transform: translate(-50%, -50%);
        box-shadow: 0 8px 25px rgba(239, 23, 23, .32);
        transition: .3s ease;
    }

    .video-play svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
        margin-left: 3px;
    }

    .video-showcase-card:hover .video-play {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-badge {
        position: absolute;
        top: 14px;
        left: 14px;
        padding: 6px 10px;
        border-radius: 30px;
        background: rgba(14, 22, 29, .82);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .7px;
        text-transform: uppercase;
        backdrop-filter: blur(6px);
    }

    .video-info {
        padding: 18px 18px 20px;
    }

    .video-info .title3 {
 display: -webkit-box;
    min-height: inherit;
    overflow: hidden;
    margin: 0 0 14px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }

    .watch-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #088fc4;
        font-size: 14px;
        font-weight: 700;
    }

    .watch-link b {
        font-size: 16px;
        transition: .3s ease;
    }

    .video-showcase-card:hover .watch-link b {
        transform: translateX(5px);
    }

    @media (max-width: 1199px) {
        .video-thumb {
            height: 190px;
        }
    }

    @media (max-width: 991px) {
        .video-showcase-sec {
            padding: 50px 0;
        }

        .video-thumb {
            height: 240px;
        }
    }

    @media (max-width: 767px) {
        .video-showcase-sec {
            padding: 42px 0;
        }

       

        .video-thumb {
            height: 230px;
        }
    }