/* =========================================================
   NSK INTERNATIONAL EXPORTS
   FULL SCREEN VIDEO HERO
========================================================= */

.nsk-video-hero {
    position: relative !important;

    width: 100% !important;

    height: calc(100vh - 196px) !important;

    min-height: 650px;

    overflow: hidden !important;

    background: #071d3b;

    isolation: isolate;
}


.brand-new-img img {
    width: 150px !important;
}

/* =========================================================
   VIDEO BACKGROUND
========================================================= */

.nsk-video-bg {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    overflow: hidden !important;

    z-index: -3;
}


.nsk-video-bg video {
    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    object-fit: cover !important;

    transform: translate(-50%, -50%) !important;

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    outline: none !important;
}


/* =========================================================
   OVERLAY
========================================================= */

.nsk-video-overlay {
    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(90deg,
            rgba(3, 18, 38, .92) 0%,
            rgba(3, 18, 38, .75) 32%,
            rgba(3, 18, 38, .40) 65%,
            rgba(3, 18, 38, .20) 100%);
}


/* Bottom fade */

.nsk-video-overlay::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(0deg,
            rgba(3, 18, 38, .65) 0%,
            transparent 40%);
}


/* =========================================================
   CONTENT WRAPPER
========================================================= */

.nsk-video-content {
    position: relative;

    z-index: 2;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;
}


.nsk-video-inner {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding-left: 70px;

    padding-right: 150px;
}


/* =========================================================
   TAG
========================================================= */

.nsk-video-tag {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 9px 17px;

    margin-bottom: 24px;

    border: 1px solid rgba(255, 255, 255, .45);

    border-radius: 50px;

    color: #fff;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(10px);
}


.nsk-video-tag span {
    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #f7dc70;

    display: inline-block;
}


/* =========================================================
   HEADING
========================================================= */

.nsk-video-inner h1 {
    margin: 0 0 25px;

    max-width: 950px;

    color: #fff !important;

    font-family: inherit;

    font-size: 65px !important;

    font-weight: 400;

    line-height: .98;

}


.nsk-video-inner h1 strong {
    color: #fff !important;

    font-weight: 700;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.nsk-video-inner p {
    max-width: 760px;

    margin: 0 0 32px;

    color: rgba(255, 255, 255, .85) !important;

    font-size: 16px;

    line-height: 1.8;

    font-weight: 400;
}


/* =========================================================
   BUTTONS
========================================================= */

.nsk-video-buttons {
    display: flex;

    align-items: center;

    gap: 28px;
}


.nsk-video-btn {
    height: 56px;

    padding: 0 27px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    border-radius: 50px;

    background: #f7dc70;

    color: #071d3b !important;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    transition: .3s ease;
}


.nsk-video-btn:hover {
    background: #fff;

    color: #071d3b !important;

    transform: translateY(-3px);
}


.nsk-video-btn i {
    transition: .3s;
}


.nsk-video-btn:hover i {
    transform: translateX(5px);
}


.nsk-video-link {
    color: #fff !important;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    font-size: 13px;

    font-weight: 600;

    text-transform: uppercase;
}


.nsk-video-link:hover {
    color: #f7dc70 !important;
}


/* =========================================================
   SOCIAL
========================================================= */

.nsk-video-social {
    position: absolute;

    right: 38px;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 10px;
}


.nsk-video-social a {
    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .35);

    border-radius: 50%;

    color: #fff !important;

    background: rgba(255, 255, 255, .06);

    backdrop-filter: blur(8px);

    font-size: 12px;

    transition: .3s;
}


.nsk-video-social a:hover {
    background: #f7dc70;

    border-color: #f7dc70;

    color: #071d3b !important;

    transform: translateX(-4px);
}


.nsk-social-label {
    color: rgba(255, 255, 255, .7);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;

    writing-mode: vertical-rl;

    margin-bottom: 5px;
}


.nsk-social-line {
    width: 1px;

    height: 35px;

    background: rgba(255, 255, 255, .4);

    margin-bottom: 5px;
}


/* =========================================================
   SCROLL
========================================================= */

.nsk-video-scroll {
    position: absolute;

    left: 70px;

    bottom: 30px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 14px;

    color: rgba(255, 255, 255, .7);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.nsk-video-scroll i {
    color: #f7dc70;

    animation: nskScroll 1.5s infinite;
}


@keyframes nskScroll {

    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1199px) {

    .nsk-video-hero {
        height: calc(100vh - 90px) !important;

        min-height: 600px;
    }

    .nsk-video-inner {
        padding-left: 50px;

        padding-right: 100px;
    }

    .nsk-video-inner h1 {
        font-size: clamp(50px, 7vw, 75px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px) {

    body,
    html {
        overflow-x: hidden !important;
    }

    .nsk-video-hero {
        height: calc(70svh - 72px) !important;

        min-height: 300px;
    }

    .nsk-video-inner h1 {
        font-size: 35px !important;
    }

    .nsk-video-inner {
        padding-left: 25px;

        padding-right: 25px;
    }


    .nsk-video-inner h1 {
        font-size: 44px;

        line-height: 1;

        letter-spacing: -1.5px;
    }


    .nsk-video-inner p {
        font-size: 13px;

        line-height: 1.7;
    }


    .nsk-video-tag {
        font-size: 9px;

        letter-spacing: 1.5px;
    }


    .nsk-video-buttons {
        flex-wrap: wrap;

        gap: 18px;
    }


    .nsk-video-btn {
        height: 50px;

        padding: 0 21px;

        font-size: 11px;
    }


    .nsk-video-link {
        font-size: 11px;
    }


    .nsk-video-social {
        display: none;
    }


    .nsk-video-scroll {
        left: 25px;

        bottom: 22px;
    }

}

/* =========================================================
   NSK PROCESS SECTION
========================================================= */

.nsk-process-section {
    position: relative;
    padding: 50px 0 50px;
    background: #f6f8fc;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.nsk-process-heading {
    max-width: 1000px;
    margin: 0 auto 90px;
}


.nsk-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 9px 17px;

    border: 1px solid #d7dce5;
    border-radius: 50px;

    color: #102a43;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.nsk-section-tag span {
    width: 7px;
    height: 7px;

    display: inline-block;

    border-radius: 50%;

    background: #f7dc70;
}


.nsk-process-heading h2 {
    margin: 25px 0 20px;

    color: #071d3b;

    font-size: clamp(20px, 5vw, 52px);

    line-height: 1.05;

    font-weight: 400;

    letter-spacing: -2.5px;
}


.nsk-process-heading h2 strong {
    font-weight: 700;
}


.nsk-process-heading p {
    max-width: 1050px;

    margin: 0 auto;

    color: #1a1a1a;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TIMELINE
========================================================= */

.nsk-process-timeline {
    position: relative;

    max-width: 1100px;

    margin: 0 auto;
}


/* CENTER LINE */

.nsk-process-timeline::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;

    width: 1px;

    background: #dce1e8;

    transform: translateX(-50%);
}


/* =========================================================
   PROCESS ITEM
========================================================= */

.nsk-process-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 90px 1fr;

    align-items: center;

    min-height: 300px;

    margin-bottom: 70px;
}


.nsk-process-item:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.nsk-process-image {
    width: 100%;

    max-width: 450px;

    height: 310px;

    overflow: hidden;

    border-radius: 0;

    position: relative;
}


.nsk-process-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}


.nsk-process-image:hover img {
    transform: scale(1.06);
}


/* LEFT IMAGE */

.nsk-process-item:not(.nsk-process-reverse) .nsk-process-image {
    justify-self: start;
}


/* RIGHT IMAGE */

.nsk-process-reverse .nsk-process-image {
    grid-column: 3;

    justify-self: end;
}


/* =========================================================
   CONTENT
========================================================= */

.nsk-process-content {
    max-width: 420px;
}


.nsk-process-item:not(.nsk-process-reverse) .nsk-process-content {
    grid-column: 3;

    justify-self: end;
}


.nsk-process-reverse .nsk-process-content {
    grid-column: 1;

    grid-row: 1;

    justify-self: start;
}


.nsk-process-number {
    display: block;

    margin-bottom: 7px;

    color: #f28a00;

    font-size: 13px;

    font-weight: 700;
}


.nsk-process-content h3 {
    margin: 0 0 15px;

    color: #0b2742;

    font-size: 35px;

    line-height: 1.25;

    font-weight: 600;

    letter-spacing: -.5px;
}


.nsk-process-content p {
    margin: 0 0 20px;

    color: #1d1d1d;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   DOT
========================================================= */

.nsk-process-dot {
    position: relative;

    grid-column: 2;

    grid-row: 1;

    width: 18px;

    height: 18px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f6f8fc;

    z-index: 2;
}


.nsk-process-dot::before {
    content: "";

    position: absolute;

    width: 9px;

    height: 9px;

    border-radius: 50%;

    background: #f28a00;
}


/* =========================================================
   LINK
========================================================= */

.nsk-process-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #f28a00 !important;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .7px;

    text-transform: uppercase;
}


.nsk-process-link i {
    font-size: 11px;

    transition: transform .3s ease;
}


.nsk-process-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   HORIZONTAL SPACING
========================================================= */

.nsk-process-item:not(.nsk-process-reverse) .nsk-process-content {
    padding-left: 15px;
}


.nsk-process-reverse .nsk-process-content {
    padding-right: 15px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .nsk-process-section {
        padding: 100px 0;
    }

    .nsk-process-heading {
        margin-bottom: 65px;
    }

    .nsk-process-item {
        grid-template-columns: 1fr 55px 1fr;

        min-height: 260px;

        margin-bottom: 50px;
    }

    .nsk-process-image {
        height: 220px;
    }

    .nsk-process-content {
        max-width: 330px;
    }

    .nsk-process-content h3 {
        font-size: 21px;
    }

    .nsk-process-content p {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .nsk-process-section {
        padding: 80px 20px 0px;
    }

    .choose-content .choose-perform-area {
        display: flex;
        justify-content: center !important;
    }

    .perform-img {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }



    .nsk-process-heading {
        margin-bottom: 55px;
    }


    .nsk-process-heading h2 {
        font-size: 42px;

        letter-spacing: -1.5px;
    }


    .nsk-process-heading p {
        font-size: 14px;
    }


    /* Remove desktop center line */

    .nsk-process-timeline::before {
        display: none;
    }


    /* Stack */

    .nsk-process-item,
    .nsk-process-item.nsk-process-reverse {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        min-height: auto;

        margin-bottom: 60px;
    }


    /* Image */

    .nsk-process-image,
    .nsk-process-reverse .nsk-process-image {
        width: 100%;

        max-width: none;

        height: 260px;

        order: 1;

        margin-bottom: 25px;
    }


    /* Content */

    .nsk-process-content,
    .nsk-process-item:not(.nsk-process-reverse) .nsk-process-content,
    .nsk-process-reverse .nsk-process-content {
        order: 2;

        width: 100%;

        max-width: none;

        padding: 0;

        justify-self: auto;
    }


    /* Hide desktop dot */

    .nsk-process-dot {
        display: none;
    }


    .nsk-process-content h3 {
        font-size: 23px;
    }


    .nsk-process-content p {
        font-size: 14px;
    }

}


/* products */
.project-section-2 {
    background-color: #071d3b !important;

}


/* capablities */
.nsk-process-image {
    border-radius: 20px 20px 20px 20px !important;
}

/* why choose */

.choose-us-section {
    background-color: #071d3b2b !important;
}

.choose-content p {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
}

.perform-img {
    width: 1000px !important;
}

.choose-content .choose-perform-area .progress-wrapper-items .choose-list {
    margin-top: 5px !important;
}

.choose-content .choose-perform-area .progress-wrapper-items .choose-list {
    gap: 5px !important;
}

.choose-list ul p {
    line-height: 22px !important;
}


.testimonial-wrapper-2 .testimonial-card-items .info-item {
    margin-left: 50px !important;
}

.choose-content .choose-perform-area .progress-wrapper-items .choose-list ul li {
    color: #080808 !important;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media(max-width:350px) {
    .nsk-video-inner h1 {
        line-height: 1.2 !important;

    }

    .nsk-video-inner h1 {
        font-size: 22px !important;
    }

    .nsk-video-inner h1 {
        margin: 0px 0px 10px !important;
    }

    .nsk-video-inner p {
        margin: 0px 0px 10px !important;
    }

    .nsk-video-tag {
        font-size: 6px !important;
    }

    .nsk-video-tag {
        margin-bottom: 20px !important;
    }

    .section-padding {
        padding: 30px 0px !important;
    }

    p {
        font-size: 12px !important;
        line-height: 2 !important;
    }

    .nsk-process-section {
        padding: 50px 0px 0px !important;
    }

    .nsk-process-heading h2 {
        font-size: 38px !important;
    }

    .nsk-process-item,
    .nsk-process-item.nsk-process-reverse {
        margin-bottom: 25px !important;
    }

    .choose-content p {
        font-size: 13px !important;
    }

    .brand-new .brand-text {
        margin-bottom: 20px !important;
    }

    .brand-new-img img {
        margin-bottom: 20px !important;
    }

    .widget-logo a img {
        width: 278px !important;
    }

    .nsk-contact-info a {
        font-size: 11px !important;
    }

    .nsk-contact-item {
        gap: 5px !important;
    }
}

/* =========================================
   FLOATING ACTION BUTTONS
========================================= */

.floating-actions {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}


/* COMMON BUTTON */

.floating-btn {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;
    font-size: 22px;

    text-decoration: none;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;

    position: relative;
}


/* WHATSAPP */

.whatsapp-btn {
    background: #25d366;
}


/* CONTACT */

.contact-btn {
    background: #111;
}


/* HOVER */

.floating-btn:hover {
    color: #fff;
    transform: translateY(-5px) scale(1.05);
}


/* =========================================
   RECTANGULAR E-COMMERCE LOGO
========================================= */

.floating-store {
    width: 100px;
    min-height: 54px;


    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;


    transition: all 0.3s ease;

    position: relative;
}


.floating-store img {
    max-width: 130px;
    max-height: 86px;

    width: auto;
    height: auto;

    object-fit: contain;
}


.floating-store:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}


/* =========================================
   TOOLTIPS
========================================= */

.floating-tooltip,
.store-tooltip {
    position: absolute;

    right: 68px;

    background: #111;
    color: #fff;

    padding: 8px 12px;

    border-radius: 6px;

    font-size: 12px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transform: translateX(10px);

    transition: all 0.3s ease;

    pointer-events: none;
}


.store-tooltip {
    right: 145px;
}


.floating-btn:hover .floating-tooltip,
.floating-store:hover .store-tooltip {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .floating-actions {
        right: 15px;
        bottom: 20px;
        gap: 10px;
    }


    .floating-btn {
        width: 48px;
        height: 48px;

        font-size: 20px;
    }


    .floating-store {
        width: 95px;
        min-height: 65px;
    }


    .floating-store img {
        max-width: 120px;
        max-height: 70px;
    }


    .floating-tooltip,
    .store-tooltip {
        display: none;
    }

}