body {
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
    height: auto;
}

/* .mtb-120 {
    margin-block: 120px;
} */

.ptb-120 {
    padding-block: 120px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px;
}

.header-space {
    margin-top: 145px;
}

.nwhmdesc h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin: 0 auto 15px;
    padding: 8px 30px;
    border: 2px solid #F0F0F0;
    border-radius: 50px;
    width: fit-content;

    b,
    strong {
        font-weight: 700;
        color: #E01E52;
    }
}

.nwhmdesc h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #000000;

    b,
    strong {
        font-weight: 700;
        color: #E01E52;
    }
}

.nwbnim-bntb {
    background: #FFFFFF;
    border: 1px solid rgba(224, 30, 82, 0.5);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 50px 40px;
    margin: 50px 0 30px;
}

.nwbnimbox img {
    border-radius: 15px;
}

.nwbnim-live {
    background: #FAFAFA;
    border: 1px solid #CECECE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 30px;
    width: fit-content;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.nwbnim-lft {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nwbnim-lft p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #6C6C6C;
}

.nwbnim-rig p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #6C6C6C;
    text-wrap: nowrap;
}

.nwbnim-live span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.live-dot {
    position: relative;
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: #34a853;
}

.live-dot::before,
.live-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: rgba(52, 168, 83, 0.22);
    animation: livePulse 1.6s ease-out infinite;
}

.live-dot::after {
    animation-delay: 0.8s;
}

@keyframes livePulse {
    0% {
        transform: scale(0.55);
        opacity: 0.9;
    }

    70% {
        opacity: 0.15;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.nwbnimcobox {
    margin-top: 35px;
}

.nwbnimcobox h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    color: #E01E52;
    margin-bottom: 15px;
}

.nwbnimcobox p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #717171;
}

.nwbnimco-scrollbar, .nhmtesti-scrollbar {
    max-width: 370px;
    height: 6px !important;
    margin-top: 30px;
    position: static !important;
    background: rgba(229, 67, 39, 0.2) !important;
    border-radius: 50px;

    .swiper-scrollbar-drag {
        background-color: #E01E52;
    }
}

.nhmtesti-scrollbar {
    display: none;
}

.newhmcat-grid {
    display: flex;
    align-self: center;
    justify-content: space-between;
    gap: 20px;
}

.newhm-cat {
    width: 180px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
}

.newhm-icon {
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 1px 2px rgba(51, 51, 66, 0.12);
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: all 0.4s ease-in-out;

    path {
        transition: all 0.4s ease-in-out;
    }
}

.newhm-cat p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333132;
    transition: all 0.4s ease-in-out;
}

.newhm-cat:hover {
    .newhm-icon {
        background: #E01E52;
        box-shadow: 0px 1px 2px rgba(224, 30, 82, 0.3);

        path {
            fill: #FFFFFF;
        }
    }

    p {
        font-weight: 700;
        font-size: 20px;
    }
}

.ctmarq-main {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 2px solid #E3E3E3;
    padding-top: 30px;
}

.ctmarq-track {
    display: flex;
    width: max-content;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.ctmarq-group {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    flex-shrink: 0;
}

.ctmarq-box {
    min-width: 200px;
    background: #F5F7FA;
    border-radius: 5px;
    padding: 15px 0;
    display: grid;
    place-items: center;

    img {
        max-height: 40px;
    }
}

.title-design {
    margin-bottom: 20px;

    h4 {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #222222;
        padding: 8px 30px;
        border: 2px solid #F0F0F0;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 0;

        b,
        strong {
            font-weight: 700;
            color: #E01E52;
        }
    }
}

.title h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 0;

    b,
    strong {
        font-weight: 700;
        color: #E01E52;
    }
}

.title:has(h2+p) h2 {
    margin-bottom: 20px;
}

.title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 0.7);
}

.white-title {
    .title-design {
        h4 {
            background: #FFFFFF;
        }
    }

    h2,
    p {
        color: #FFFFFF;
    }

}

.newhm-vison .title h2 {
    max-width: 90%;
}

.nhmvis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
}

.nvis-box {
    background: #FAFAFA;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 20px;
}

.nvis-icon {
    min-height: 48px;
    max-width: 48px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 1px 2px rgba(51, 51, 66, 0.12);
    border-radius: 5px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
}

.nvis-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #E01E52;
    margin-bottom: 13px;
}

.nvis-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 0.7);
}

.newhm-numbers {
    overflow: hidden;
}

.nwvalue-card {
    background: #FDFDFC;
    border: 1px solid #CECECE;
    border-radius: 20px;
    overflow: hidden;
}

.nwvalue-left {
    padding: 50px 0 50px 50px;
}

.nwvalue-card .title h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
}

.nwvalue-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 150px));
    gap: 30px 80px;
}


.nwvalue-stat h3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;

    .count {
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
        margin-left: 10px;
    }
}

.nwvalue-stat p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
}

.nwvalue-img video {
    width: 100%;
}

.case-cate {
    padding: 14px 20px;
    background: #E01E52;
    border: 1px solid #CECECE;
    border-radius: 30px;
    width: fit-content;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.newhm-casestudy {
    .casect-box {
        display: flex;
        align-items: center;
        gap: 15px;


        p {
            font-weight: 600;
            font-size: 14px;
            line-height: 17px;
            color: #FFFFFF;
        }

    }

    .live-dot {
        height: 15px;
        width: 15px;
        flex: 0 0 15px;
    }

    .live-dot1 {
        background: #F5A623;

        &::after,
        &::before {
            background-color: rgba(245, 166, 35, 0.2);

        }
    }
}

.newhm-casestudy .title h2 b,
.newhm-casestudy .title h2 strong {
    display: block;
}

.newcase-full {
    background: #FAFAFA;
    border: 1px solid #CECECE;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;

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

    .newcase-desc {
        padding: 30px;
    }
}

.newcase-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;

    h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #E01E52;
        margin-bottom: 0;
    }

    span {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        background: #E01E52;
        border-radius: 50px;
        padding: 5px 20px;
        position: relative;

        &::after {
            content: "";
            position: absolute;
            inset: -4px;
            background: rgba(229, 67, 39, 0.2);
            border-radius: 50px;
        }
    }
}

.newcase-desc h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #101828;
    margin-bottom: 10px;
}

.newcase-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 30px;
}

.newloc {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;

    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #101828;
        margin-bottom: 0 !important;
    }
}

.newcase-img {
    height: 100%;
}

.caseview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.caseview-box {
    display: flex;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 10px;
}

.caseview-desc h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 5px;
}

.caseview-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

.ncs-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #E01E52;

    svg {
        transition: all 0.4s ease-in-out;
    }

    &:hover {
        svg {
            transform: rotate(-45deg);
        }
    }
}

.newhm-casestudy .row {
    row-gap: 30px;
}

.nscase-box {
    background: #FAFAFA;
    border: 1px solid #CECECE;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.nscase-desc {
    padding: 15px 20px 30px;
}

.nscase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nscase-head h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #101828;
    margin-bottom: 0;
}

.nscase-head span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;

    img {
        max-width: 15px;
        max-height: 15px;
    }
}

.nscase-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 20px;
}

.nscase-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #E01E52;
    border-radius: 50px;
    padding: 5px 20px;

    &::after {
        content: "";
        position: absolute;
        inset: -4px;
        background: rgba(229, 67, 39, 0.2);
        border-radius: 50px;
    }
}

.nscase-box .live-dot {
    position: absolute;
    top: 25px;
    right: 25px;
}

.newhm-btn .btn-primary {
    padding: 13px 36px !important;
}

.nhmtesti-shap {
    position: absolute;
    top: 50%;
    right: 0;
    width: fit-content;
    transform: translateY(-50%);
}

/* .nhmtesti-swiper .swiper-wrapper {
    align-items: stretch;
} */

.nhmtesti-swiper .swiper-slide {
    height: auto;
}

.ntesti-box {
    position: relative;
    height: 100%;

    .ntesti-inner {
        /* height: 100%; */
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.01em;
        color: #333333;
        margin-block: 20px;
        /* flex: 1; */
    }

    &::before {
        content: "";
        background: rgba(206, 206, 206, 0.1);
        border: 1px solid #CECECE;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        z-index: -1;
        bottom: 1px;
    }
}

.ntesti-author {
    display: grid;
    /* grid-template-columns: 56px 1fr; */
    gap: 12px;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(224, 30, 82, 0.5);

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

.nteauth-post h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #333132;
    margin-bottom: 5px;
}

.nteauth-post p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    margin: 0;
}

.newswiperbtn-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.newswiper-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50px;
    opacity: 1 !important;
    display: grid;
    place-items: center;
    transition: all 0.4s ease-in-out;

    &::after {
        display: none;
    }

    svg {
        height: 16px;
        width: 10px;

        path {
            transition: all 0.4s ease-in-out;

        }
    }

    &.nhmtesti-next {
        right: -50px;

        svg {
            transform: rotate(180deg);
        }
    }

    &.nhmtesti-prev {
        left: -50px;
    }

    &:hover {
        border-color: #E01E52;
        background-color: #E01E52;

        path {
            fill: #FFFFFF;
        }
    }
}

.ntestcerti-wrap {
    background: rgba(206, 206, 206, 0.1);
    border: 1px solid #CECECE;
    border-radius: 20px;
    display: flex;
    gap: 34px;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.ntestcerti-box {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
    position: relative;

    &::after {
        content: "";
        position: absolute;
        right: -35px;
        top: 0;
        bottom: 0;
        background-color: rgba(224, 30, 82, 0.5);
        width: 1px;
    }

    &:last-child {
        &::after {
            display: none;
        }
    }
}

.ntestcert-icon {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 1px 2px rgba(51, 51, 66, 0.12);
    border-radius: 5px;
    display: grid;
    place-items: center;
}

.ntestcert-desc h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333132;
    margin-bottom: 5px;

}

.ntestcert-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
}

.ntestcerti-box1 {
    display: block;

    h6 {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #E01E52;
        margin-bottom: 4px;
    }

    ul {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    li {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #808080;
        background: rgba(206, 206, 206, 0.1);
        border: 1px solid #CECECE;
        border-radius: 20px;
        padding: 5px 15px;
        text-wrap: nowrap;
    }
}

.nhmteam-wrap {
    background: rgba(206, 206, 206, 0.1);
    border: 1px solid #CECECE;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.nhmteam-desc h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #333132;
    margin-bottom: 5px;
}

.nhmteam-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    margin-bottom: 0;

}

.nhmab-video-main {
    position: relative;
    padding: 15px;
    border: 1px solid #E01E52;
    border-radius: 15px;
}

.nhmab-video-box .play-btn {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
    animation: pulse 1.5s infinite;
}

.nhmab-video-main iframe {
    height: 327px !important;
    border-radius: 7px;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
    }

    70% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

.nhmreloc-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-block: 30px;
}

.nhmreloc-box li {
    display: grid;
    grid-template-columns: 15px 1fr;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 6px 15px;
}

.nhmreach-count {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 86px;
}

.nreach-box+.nreach-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -43px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.nreach-box h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 10px 0 5px;

}

.nreach-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.8);
}

.nhmreloc-box {
    display: none;
}

.nhmreach-tb {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.nhmreach-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;

    &.active {
        color: #000000;
        background-color: #FFFF;
    }
}

.nhmcta-main {
    background: #030613;
    border-radius: 20px;
    overflow: hidden;
}

.nhmcta-title {
    padding: 50px 0 50px 50px;

    .title {
        h2 {
            color: rgba(255, 255, 255, 0.8);
        }

        p {
            color: rgba(255, 255, 255, 0.7);
        }
    }

    .newhm-btn {
        gap: 30px;

        .btn-primary {
            background: #FFFFFF;
            color: #070A17;

            &::before {
                border: 4px solid rgba(255, 255, 255, .2);
            }

            &:hover {
                background: #DC1D47;
                color: #fff;
            }
        }

        .sec-primary {
            background: transparent;
            color: #FFFFFF;
        }
    }
}

/* faq sec */
.hfaq-acco {
    margin-top: 25px;
}

.hfaq-acco .accordion-button {
    padding: 25px 0px;
    background: transparent;
    box-shadow: 0 0 0 !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #101828;
    border: 0;

    &::after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23E01E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        margin-left: auto;
        padding-left: 20px;
        display: block;
    }

    &:not(.collapsed) {
        &::after {
            transform: rotate(-180deg);
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23E01E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        }
    }
}

.hfaq-acco .accordion-item {
    border: 0;
    background: transparent;
    box-shadow: 0 0 0;
    position: relative;
    z-index: 1;

    &+.accordion-item {
        border-top: 1px solid #EAECF0;
    }
}

.hfaq-acco .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6C6C6C;
    margin-bottom: 16px;

    &:last-child {
        margin-bottom: 0;
    }
}

.hfaq-acco .accordion-item .accordion-body {
    padding: 0px 0px 30px;
}

/* news latter sec */
.newhm-newletter-swiper {
    margin-top: 30px;
}

.newhm-newletter-swiper .swiper-slide {
    height: auto;
}

.nehlatersw-box {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    background: rgba(206, 206, 206, 0.1);
    border-radius: 20px;
    text-align: center;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        background: rgba(206, 206, 206, 0.1);
        border: 1px solid #CECECE;
        border-radius: 20px;
    }
}

.nehlaterswb-inner {
    padding: 20px;
}

.nehlaterswb-img img {
    max-width: 200px;
    max-height: 270px;
}

.nehlaterswb-desc {
    margin-top: 20px;
}

.nehlaterswb-desc h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #333132;
    margin-bottom: 12px;

    &:last-child {
        margin-bottom: 0
    }
}

.newhmlett-wrap {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.nehlatersw-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50px;
    opacity: 1 !important;
    display: grid;
    place-items: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;

    &::after {
        display: none;
    }

    svg {
        height: 16px;
        width: 10px;

        path {
            transition: all 0.4s ease-in-out;

        }
    }

    &.nehlatersw-next {
        svg {
            transform: rotate(180deg);
        }
    }

    &:hover {
        border-color: #E01E52;
        background-color: #E01E52;

        path {
            fill: #FFFFFF;
        }
    }
}

/* partnes section */
.hcityswip-box a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding: 14px;
    background: transparent;
    display: block;
    color: #000000;
    text-align: center;
    border-radius: 50px;
}

.hcityswip-box a.active,
.hcityswip-box a:hover {
    color: #FFFFFF;
    font-weight: 700;
    background: #E01E52;
}

.hcity-swiper {
    padding: 10px;
    background: rgba(206, 206, 206, 0.1);
    border-radius: 60px;
}

.hcity-swipermain {
    margin-top: 50px;
}

.hcity-swiper {}

.hcity-prnext svg ellipse:first-child {
    fill: #333;
    transition: all 0.5s;
}

.hcity-prnext svg g ellipse:first-child {
    fill: #575556;
    transition: all 0.5s;
}

.hcity-prnext .hcity-swiper-prev:hover svg ellipse:first-child,
.hcity-prnext .hcity-swiper-next:hover svg ellipse:first-child {
    fill: rgba(113, 47, 98);
}

.hcity-prnext .hcity-swiper-next:hover svg g ellipse:first-child {
    fill: #E01E52;
}

.hcity-swipermain .swiper-button-prev,
.hcity-swipermain .swiper-button-next {
    opacity: 1 !important;
    display: block;
    height: max-content;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;

    &::after {
        display: none;
    }
}

.hcity-swiper-next svg,
.hcity-swiper-prev svg {
    width: 40px;
    height: 40px;
}

.hcity-swiper-next {
    right: -30px;
    width: auto;
}

.hcity-swiper-prev {
    left: -30px;
    width: auto;
}

.hcity-swipermain .swiper-button-disabled {
    display: none;
}

.hcitymain-inner {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    column-gap: 26px;
    flex-wrap: wrap;
}

.hcitymainbin-img {
    flex: 0 0 calc((100% - (5 * 26px)) / 6);
    border: 1px solid #EBEBED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 80px;

    img {
        max-width: 80%;
        max-height: 80%;
    }
}

.hcity-main {
    margin-top: 50px;
}

.hcitymain-box {
    display: none;
}

.newhmpart-btn {
    max-width: fit-content;
    margin-left: auto;
}

.newhmpart-btn .btn-primary {
    padding: 13px 34px;
}

.nhblob-top {
    position: relative;
    z-index: 1;
}

.nhblobt-tag span {
    display: block;
    max-width: fit-content;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 60px;
    background: #E01E52;
    padding: 9px 19px;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;

    &::before {
        content: '';
        position: absolute;
        left: -4px;
        top: -4px;
        bottom: -4px;
        right: -4px;
        background: transparent;
        border-radius: 60px;
        border: 4px solid rgba(229, 67, 39, .2);
        z-index: -1;
    }
}


.nhblob-img {
    img {
        width: 100%;
        border-radius: 18px;
        object-fit: cover;
        object-position: center center;
    }
}

.nhblob-bottom {
    padding: 16px 10px;
}

.nhblobb-desc .blog-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
    opacity: 0.7;
    margin-bottom: 10px;
}

.nhblobb-desc h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #1C1F20;
    margin-bottom: 10px;

    &::last-child {
        margin-bottom: 0;
    }

    a {
        color: #1C1F20;

        &:hover {
            color: #DC1D47;
        }
    }
}

.nhblobb-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    &::last-child {
        margin-bottom: 0;
    }
}

.nhblob-author {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 51px auto;
    gap: 11px;
    align-items: center;
}

.nhblobau-img {
    max-width: 100%;
    border-radius: 50%;
}

.nhblobau-desc h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 3px;
}

.nhblobau-desc p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #6F6F6F;
    margin-bottom: 6px;
}

.nhblobau-desc h4:last-child,
.nhblobau-desc p:last-child {
    margin-bottom: 0;
}

.nteauth-img {
    display: none;
}

/* Responsive Css */

@media screen and (max-width: 1399px) {

    .nwhmdesc h1,
    .nwbnimcobox h2,
    .title h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .nwbnim-bntb {
        padding: 50px 30px 30px;
    }

    .title p,
    .nwbnimcobox p {
        font-size: 18px;
        line-height: 28px;
    }

    .nwhmdesc h4,
    .title-design h4 {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 25px;
    }

    .newcase-head {
        margin-bottom: 25px;
    }

    .newcase-head h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .newcase-head span,
    .nscase-badge {
        padding: 5px 15px;
    }

    .newcase-desc h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .newloc {
        padding-bottom: 25px;
    }

    .nhmreach-count {
        gap: 46px;
    }

    .nreach-box+.nreach-box::before {
        left: -23px;
    }

    .ntestcerti-wrap {
        gap: 15px;
    }

    .ntestcerti-box::after {
        right: 0;
    }

    .nhblobb-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .nhblobb-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .nhblobau-desc h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .nhblobau-desc p {
        font-size: 12px;
        line-height: 19px;
    }

    .nhblobb-desc .blog-date {
        font-size: 14px;
        line-height: 20px;
    }

    .hcityswip-box a {
        font-size: 14px;
        line-height: 20px;
    }

    .nehlaterswb-desc h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .nwbnim-lft p,
    .nwbnim-rig p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px) {

    .nwhmdesc h1,
    .nwbnimcobox h2,
    .title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .nwbnim-lft p,
    .nwbnim-rig p {
        font-size: 14px;
        line-height: 18px;
    }

    .nwbnim-live {
        gap: 10px;
        padding: 10px 20px;
        top: -22px;
    }

    .title p,
    .nwbnimcobox p {
        font-size: 16px;
        line-height: 26px;
    }

    .nwbnimcobox {
        margin-top: 20px;
    }

    .newhm-cat p {
        font-size: 14px;
        line-height: 18px;
    }

    .newhm-cat:hover p {
        font-size: 16px;
    }

    .ctmarq-group {
        gap: 20px;
        padding-right: 20px;
    }

    .nwhmdesc h4,
    .title-design h4 {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 20px;
    }

    .nvis-box {
        padding: 15px;
    }

    .nvis-box h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .nvis-box p {
        font-size: 14px;
        line-height: 21px;
    }

    .nwvalue-left {
        padding: 30px 0 30px 30px;
    }

    .nwvalue-card .title h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 40px;
    }

    .case-cate {
        padding: 10px 15px;
        gap: 20px;

        .casect-box {
            gap: 10px;

            p {
                font-size: 12px;
                line-height: 15px;
            }
        }
    }

    .newcase-full .newcase-desc {
        padding: 20px;
    }

    .newcase-head h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .newcase-head span {
        font-size: 12px;
        line-height: 15px;
    }

    .newcase-head {
        margin-bottom: 20px;
    }

    .newcase-desc h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .newloc {
        padding-bottom: 20px;
    }

    .newcase-desc p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .caseview-icon img {
        min-width: 35px;
    }

    .caseview-grid {
        gap: 15px;
        margin-bottom: 20px;
    }

    .caseview-box {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .caseview-desc p {
        margin-bottom: 0 !important;
    }

    .caseview-desc h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .nscase-badge {
        top: 15px;
        left: 15px;
        font-size: 10px;
        line-height: 12px;
        padding: 5px 10px;
    }

    .nscase-box .live-dot {
        top: 15px;
        right: 15px;
    }

    .nscase-desc {
        padding: 15px 15px 20px;
    }

    .nscase-head h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .nscase-desc p {
        margin-bottom: 15px;
    }

    .ptb-120 {
        padding-block: 90px;
    }

    .nhmreloc-box ul {
        gap: 15px 10px;
        margin: 20px 0 30px;
    }

    .nhmreach-count {
        gap: 30px;
        align-items: center;
    }

    .nreach-box p {
        font-size: 12px;
        line-height: 14px;
    }

    .nreach-box+.nreach-box::before {
        left: -10px;
    }

    .nhmreloc-box li {
        font-size: 13px;
        line-height: 18px;
    }

    .ntesti-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .nteauth-post h5 {
        font-size: 14px;
        line-height: 16px;

    }

    .nteauth-post p {
        font-size: 12px;
        line-height: 14px;
    }

    .newswiper-btn {
        width: 35px;
        height: 35px;

        svg {
            height: 12px;
            width: 8px;
        }

        &.nhmtesti-next {
            right: -30px;
        }

        &.nhmtesti-prev {
            left: -30px;
        }
    }

    .ntestcerti-wrap {
        padding: 10px;
        border-radius: 15px;
    }

    .ntestcerti-box {
        grid-template-columns: 35px 1fr;
    }

    .ntestcert-desc h6 {
        font-size: 14px;
        line-height: 14px;
    }

    .ntestcert-desc p {
        font-size: 12px;
        line-height: 14px;
    }

    .ntestcert-icon {
        height: 35px;

        img {
            max-width: 20px;
            max-height: 20px;
        }
    }

    .ntestcerti-box1 {
        h6 {
            font-size: 14px;
            line-height: 18px;
        }

        ul {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        li {
            font-size: 10px;
            line-height: 13px;
            padding: 4px 10px;
        }
    }

    .ntestcerti-box::after {
        right: -13px;
    }

    .nhmteam-wrap {
        border-radius: 15px;
        padding: 15px;
    }

    .nhmteam-desc h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .nhmteam-desc p {
        font-size: 13px;
        line-height: 15px;
    }

    .nhmteam-wrap .ntestcerti-box::after {
        right: -5px;
    }

    .nhmab-video-main iframe {
        height: 227px !important;
    }

    .nhmcta-title {
        padding: 40px 0 40px 40px;
    }

    .nhblob-bottom {
        padding: 15px 0;
    }

    .nhblobb-desc h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .nhblobau-desc h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .nehlaterswb-inner {
        padding: 15px;
    }

    .nehlaterswb-desc h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .nehlaterswb-img img {
        width: 100%;
    }

    .nehlaterswb-desc {
        margin-top: 15px;
    }

    .hfaq-acco .accordion-button {
        padding: 20px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .hfaq-acco .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .hfaq-acco .accordion-item .accordion-body {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .mtb-120 {
        margin: 70px 0;
    }

    .header-space {
        margin-top: 110px;
    }

    .nwbnim-bntb {
        padding: 30px;
    }

    .nwbnimcobox {
        text-align: center;
    }

    .nwbnim-bntb .nwbnimco-scrollbar {
        margin-top: 25px;
        margin-inline: auto;
    }

.nhmtesti-scrollbar {
	display: block;
    margin-inline: auto;
}

    .nwhmdesc h1,
    .nwbnimcobox h2,
    .title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .nwbnim-lft p,
    .nwbnim-rig p {
        font-size: 13px;
        line-height: 17px;
    }

    .nwbnimbox img {
        height: 330px;
        object-fit: cover;
        width: 100%;
        display: block;
    }

    .newhm-cat {
        width: 100px;
        grid-template-columns: 1fr;
        text-align: center;
        align-items: center;
    }

    .newhm-icon {
        min-width: 48px;
        margin: 0 auto;
    }

    .newhm-vison .title h2 {
        max-width: 100%;
    }

    .title:has(h2 + p) h2 {
        margin-bottom: 15px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .title-design {
        margin-bottom: 15px;
    }

    .nwvalue-left {
        padding: 20px 20px 0;
    }

    .nwvalue-card .title h2 {
        margin-bottom: 35px;
    }

    .newcase-full .newcase-desc {
        padding: 15px;
    }

    .newcase-head h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .newcase-head span {
        font-size: 10px;
        line-height: 12px;
    }

    .newcase-head {
        margin-bottom: 15px;
    }

    .newcase-desc h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .newloc {
        padding-bottom: 15px;
    }

    .caseview-desc p {
        font-size: 12px;
        line-height: 17px;
    }

    .caseview-icon img {
        min-width: initial;
        width: 25px;
        height: 25px;
    }

    .caseview-desc h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .ptb-120 {
        padding-block: 70px;
    }

    .nhmtesti-shap {
        display: none;
    }

    .newhm-testi .title .title-design h4,
    .newhm-faq .title .title-design h4 {
        margin-inline: auto;
    }

    .newhm-testi .title,
    .newhm-cta .title,
    .newhm-faq .title {
        text-align: center;
    }

    .newswiperbtn-wrap {
        display: none;
    }

    .ntestcerti-wrap {
        padding: 20px;
        flex-wrap: wrap;
    }

    .ntestcerti-box::after {
        right: -17px;
    }

    .ntestcerti-wrap .ntestcerti-box:nth-child(3)::after {
        display: none;
    }

    .ntestcerti-wrap .ntestcerti-box:nth-child(4) {
        margin: 10px auto 0;
        text-align: center;
    }

    .ntestcerti-box1 h6 {
        margin-bottom: 10px;
    }

    .newhm-ab .row.mt-30 {
        margin-top: 15px !important;
    }

    .nhmteam-wrap {
        gap: 30px;
        justify-content: start;
        width: fit-content;
        margin-top: 20px;
    }

    .nhmteam-wrap .ntestcerti-box::after {
        right: -16px;
    }

    .nhmab-video-main iframe {
        height: 361px !important;
    }

    .nhmcta-img img {
        height: 420px;
        object-fit: cover;
        width: 100%;
        display: block;

    }

    .nhmcta-title {
        padding: 30px 30px 0;

        .newhm-btn {
            margin-inline: auto;
            width: fit-content;
        }
    }

    .hcitymain-inner {
        gap: 15px;
    }

    .hcitymainbin-img {
        flex: 0 0 calc((100% - (4 * 15px)) / 5);
        height: 70px;
    }

    .hcity-main,
    .hcity-swipermain {
        margin-top: 30px;
    }
}


@media screen and (max-width: 767px) {
    .mtb-120 {
        margin: 40px 0;
    }

    .header-space {
        margin-top: 90px;
    }

    .nwhmdesc h4,
    .title-design h4 {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 15px;
    }

    .nwhmdesc h4 {
        margin: 0 auto 10px;
    }

    .nwhmdesc h1,
    .nwbnimcobox h2,
    .title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .title p,
    .nwbnimcobox p {
        font-size: 15px;
        line-height: 25px;
    }

    .nwbnim-live {
        padding: 7px 13px;
        top: -16px;
    }

    .nwbnim-lft p,
    .nwbnim-rig p {
        font-size: 8px;
        line-height: 10px;
    }

    .nwbnim-live span {
        font-size: 11px;
        line-height: 16px;
    }

    .nwbnim-bntb {
        padding: 20px 10px 10px;
        margin: 30px 0 30px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, .25);
    }

    .nwbnimbox img {
        border-radius: 10px;
    }

    .nwbnimbox img {
        height: auto;
    }

    .nwbnim-bntb .nwbnimco-scrollbar {
        margin-top: 20px;
        margin-inline: auto;
        max-width: 250px;
    }

    .nhmtesti-scrollbar {
	margin-inline: auto;
        max-width: 250px;
}

    .newhmcat-grid {
        justify-content: center;
        gap: 20px 15px;
        flex-wrap: wrap;
    }

    .newhm-cat {
        width: 98px;
    }

    .ctmarq-box {
        min-width: 140px;

        img {
            max-height: 30px;
        }
    }

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

    .nwvalue-card .title h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .nwvalue-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .nwvalue-stat p {
        font-size: 13px;
        line-height: 18px;
    }

    .newhm-casestudy .row:nth-child(1) .col-xxl-6.col-md-5 {
        display: none;
    }

    .newcase-full {
        grid-template-columns: repeat(1, 1fr);

        .newcase-img img {
            height: 163px;
            object-fit: cover;
            width: 100%;
        }

        .newcase-head {
            margin-bottom: 10px;
        }

        .newcase-desc h3 {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 15px;
        }

        .caseview-grid {
            gap: 10px;
        }
    }

    .newhm-btn .btn-primary {
        padding: 12px 25px !important;
    }

    .newhm-casestudy .title .title-design h4,
    .newhm-newslatter .title .title-design h4,
    .newhm-partner .title .title-design h4,
    .newhm-blog .title .title-design h4 {
        margin-inline: auto;
    }

    .newhm-casestudy .title,
    .newhm-newslatter .title,
    .newhm-partner .title,
    .newhm-blog .title {
        text-align: center;
    }

    .ptb-120 {
        padding-block: 40px;
    }

    .nhmreloc-box li {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
    }

    .nhmreach-count {
        padding: 15px;
        gap: 20px;
    }

    .nreach-box h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .nhmreach-item {
        font-size: 14px;
        line-height: 18px;
    }

    .ntestcerti-box {
        grid-template-columns: 48px 1fr;
    }

    .ntestcert-icon {
        height: 48px;

        img {
            max-width: 100%;
            max-height: 100%;
        }
    }

    .ntestcerti-box::after {
        display: none;
    }

    .nhmteam-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .nhmab-video-main {
        padding: 10px;
    }

    .nhmab-video-box .play-btn {
        width: 60px;
        height: 60px;

        svg {
            width: 40px;
            height: 40px;
        }
    }

    .nhmab-video-main iframe {
        height: 167px !important;
    }

    .nhmcta-title {
        padding: 20px 20px 0;
    }

    .nhmcta-title .newhm-btn {
        flex-wrap: wrap;
        gap: 20px;

        a {
            width: 100%;
        }
    }

    .nhmcta-img img {
        height: auto;
    }

    .nhblob-bottom {
        padding-bottom: 0;
    }

    .nhblob-author {
        margin-top: 15px;
        grid-template-columns: 45px auto;
    }
    .hcity-swiper {
	padding: 6px;
}
    .hcityswip-box a {
	font-size: 12px;
	line-height: 16px;
    padding: 12px;
}
.hcity-swiper-next {
	right: -10px;
}
.hcity-swiper-prev {
	left: -10px;
}
.hcitymainbin-img {
	flex: 0 0 calc((100% - (2 * 15px)) / 3);
	height: 60px;
    img {
        max-width: 65%;
    max-height: 65%;
    }
}
.nehlaterswb-inner {
	padding: 10px;
}
.nehlaterswb-desc h3 {
	font-size: 12px;
	line-height: 18px;
}
.hfaq-acco .accordion-button {
	padding: 18px 0;
	font-size: 15px;
	line-height: 23px;
    &::after {
	width: 20px;
	height: 20px;
}
}
.hfaq-acco .accordion-item .accordion-body {
	padding: 0 0 15px;
}
}