@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

body {
    /* font-family: "Rubik", sans-serif !important; */
    font-family: "Fredoka", sans-serif !important;
    overflow-x: hidden;
    background-color: #F3F3F3 !important;
}

:root {
    --black: #161C2D;
    --primary-gradient: linear-gradient(to right, #F48328 0%, #D7480A 100%);
    --secoundary-gradient: linear-gradient(to right, #0085B8 0%, #00497B 100%);
    --primary: #DB4F0E;
    --secoundary: #004A7D;
    --gray: #4F4F4F;
}

h1.section-heading {
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;
}

h2.section-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 1px;
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;

}

.white{
    color: white;
}

h3.section-sub-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;

}

.service-list h2.section-sub-heading {
    font-family: "Fredoka", sans-serif !important;
    font-weight: 500;
}

h5.para-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "Merriweather", serif; */

}

h5.small-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;

}

@media (max-width:991px) {
    .row-reverse {
        flex-direction: column-reverse;
    }

}

p {
    font-size: 16px;
    font-weight: 400;
}


.CTA-btn {
    background: linear-gradient(to right, #F48328 0%, #D7480A 100%);
    transition: background 0.5s linear;
    color: white;
    text-decoration: none;
    font-weight: 00;
    border-radius: 4px;
    padding: 10px 25px !important;
    transition: 0.2s;
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: center;
    height: 40px;
}

@media (max-width:991px) {
    .CTA-btn {
        font-size: 16px !important;
    }
}

.CTA-btn:hover {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    background: linear-gradient(to right, #D7480A 0%, #F48328 100%) !important;
}

/* .CTA-btn:hover svg{
    margin-left: 10px !important;
} */
.hero-header {
    background-color: var(--black);
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    /* background-image: url(/assets/Images/background/background.png); */
    background-repeat: no-repeat;
    background-position: center bottom;
    animation: animatedBackground 10s linear infinite alternate;
    background-size: 105% !important;
}

.hero-pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-pic img {
    height: 450px;
    object-fit: contain;
    margin-top: 50px;
    position: relative;
    z-index: 2;

}

.bg-circles {
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 1;
    opacity: 0.4;

}

.bg-circles img {
    animation-name: expand;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.bg-grad {
    z-index: 1;
}

.footer-sec ul li a {
    text-decoration: none;
    transition: 0.2s;
}

.footer-sec ul li a:hover {
    text-decoration: underline;
}


/* @keyframes animatedBackground {
    from{
        background-position: ;
    }
    
} */
.hero-content {
    padding: 120px 30px 60px;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 600PX;
}

.hero-content h1 {
    color: white;
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 3px;
    font-weight: 500;
}

.hero-content p {
    color: rgb(225, 225, 225);
    font-size: 18px;
    font-weight: 400;
    padding: 10PX 0PX;
}

.video-container video {
    width: 80vw;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    z-index: 20;
    position: relative;
}

/* Services Section CSS starts here */
.services-sec {
    /* margin-top:350px; */
    padding: 70px 0px;
}

.service-list svg {
    padding: 5px;
    border-radius: 100px;
    margin-right: 25px;
    background: var(--secoundary-gradient);
    transition: 0.2s;
}

.service-list:hover svg {
    margin-right: 0px;
}

.service-list:hover {
    background-color: var(--primary-gradient);
}

.service-list {
    border-bottom: 2px solid var(--black);
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 15px 10px;
    transition: 2s;
    margin-left: 25px;
}

.service-list h3 {
    margin-bottom: 0px;
    font-weight: 800;
    color: var(--black);
}

.services-sec a {
    color: var(--primary) !important;
    text-decoration: none;
}

.services-sec .CTA-btn {
    color: white !important;
}

.services-sec-left {
    position: relative;
}

.services-sec-left-inner {
    position: sticky;
    top: 120px;
}

/* Why Choose us Section css starts here */
.why-choose-sec {
    background-color: var(--black);
    padding: 80px 0px;
    overflow: hidden;
}

.whychoose-box {
    margin: auto 50px;
    position: relative;
    z-index: 2;
    background-color: rgba(27, 30, 39, 70%);
    border-radius: 10px;
}

.box-inner {
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: var(--secoundary-gradient) !important;
    padding: 20px;
}

.box-inner:last-child {
    border: none;
}

/* Staffing Solutions css starts here */
.Staffing-sec {
    padding: 80px 0px;
}

.staffing-content {
    padding: 0px 50px 25px 0px;
}

.staffing-img {
    width: 100%;
}

/* //About Us Section starts here */
.about-sec {
    background-image: url("../Images/background/bg-tile.svg");
    background-repeat: repeat;
    padding: 80px 0px;
    background-color: var(--black);
}

.about-sec p {
    font-size: 18px;
    color: rgb(228, 228, 228);
    font-weight: 300;
    line-height: 38px;
}

/* Portfolio section css starts here */
.portfolio-sec {
    padding: 60px 0px;
    background-color: #E3F5FF;
}

.portfolio-box {
    padding: 30px 30px 0px 30px;
    background-color: var(--black);
    border-radius: 10px;
    height: 450px;
    position: relative;
}

.portfolio-box p {
    font-size: 15px;
}

.portfolio-box h3 {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}

.portfolio-sec .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#portfolio-carousel .owl-nav button {
    padding: 10px !important;
}

#portfolio-carousel .owl-dots {
    display: none !important;
}

.portfolio-inner-box {
    position: relative;
    z-index: 2;
}

.bg-grad-small {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.clients-sec {
    padding: 120px 0px;
}

.client-img {
    padding: 30px;
}

#clients-carousel .owl-nav,
#clients-carousel .owl-dots {
    display: none;
}

.shiv-sec h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 4 00;
}

.shiv-sec {
    background: var(--black);
    padding: 60px 0px;
    overflow: hidden;
}

.bg-logo {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.shiv-logo-img {
    position: relative;
}

.img-element {
    position: relative;
    z-index: 2;
}

.blogs-sec .owl-nav {
    display: none;
}


/* Testimonials section starts heere */
.testimonial-inner {
    background-image: url("../Images/background/testimonials-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0px 60px 0px;
}

.testimonial-heading {
    padding: 40px;
}

.testimonial-heading img {
    width: 150px;
}

.testimonial-cards {
    padding: 25px;
    background-color: white;
    border-radius: 10px;
}

.testimonial-cards .author {
    display: flex;
    justify-content: start;
}

.testimonial-cards .author img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.testimonial-cards .author p {
    margin-bottom: 0px;
}

.testimonial-inner .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-inner #testimonial-carousel .owl-nav button {
    padding: 10px !important;
    color: white !important;
    font-size: 26px;
    font-weight: 300;
}

.testimonial-inner #testimonial-carousel .owl-dots {
    display: none;
}

/* Careers section starts here */
.careers-sec .career-content-sec {
    padding: 60px 20px !important;
    display: flex;
    align-items: center;
}

.careers-sec ul li {
    list-style: none;
    padding: 4px 0px;
    margin-bottom: 8px;
}

.careers-sec .fa-check-circle::before {
    background-color: var(--primary-gradient) !important;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    padding-right: 8px;
}

.career-img {
    background-image: url("../Images/background/careersbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
}

@media (max-width:991px) {
    .career-img {
        height: auto;
    }
}

.careers-sec {
    background-color: #EBEDF0;
}

/* Form section starts here */
.form-sec {
    padding: 80px 0px;
    background-color: var(--black);
    background-image: url("../Images/background/bg-form-rectangle.png");
    overflow: hidden;

}

.form-sec button {
    background: var(--primary-gradient);
    border: none;
}

.chat-icon {
    width: 50px;
}

.form-container {
    background-color: rgba(0, 0, 0, 0.493);
    padding: 20px 30px 50px 30px;
    margin: auto 60px;
    border-radius: 15px;
    position: relative;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.607);
    /* Inner content background color */
    border-radius: 15px;
    /* Adjust as needed */
    z-index: 2;
}

.form-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    /* Adjust to match the desired border thickness */
    background: var(--primary-gradient);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.primary-grad {
    background-image: url("../Images/background/primary-grad.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-sec {
    padding: 80px 0px 40px 0px;
    background-color: var(--black);
    position: relative;
    overflow: hidden;
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.477);
    padding: 20px;
}

.footer-bottom span {
    margin-left: 10px;
    padding: 5px 2px;
}

.footer-sec .container {
    position: relative;
    z-index: 1;
}

.footer-heading {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.footer-sec ul {
    list-style: none;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-sec ul li {
    padding-bottom: 10px;
}

.footer-grad-one {
    position: absolute;
    bottom: -130%;
    left: -40%;
    z-index: 0;
}

.footer-grad-two {
    position: absolute;
    bottom: -100%;
    right: -30%;
    z-index: 0;
}

.footer-sec a {
    color: white;
}

/* Text chnaging Animation ============================================================ */
.rotating-text-wrapper {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rotating-text-wrapper div {
    margin: 0;
    padding: 0.3em;
    color: #fff;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); */
    animation-duration: 6s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.rotating-text-wrapper div:nth-child(1) {
    /* background-color: lightseagreen; */
    animation-name: rotating-text-1;
}

@keyframes rotating-text-1 {
    0% {
        transform: translateY(150%);
    }

    33% {
        transform: translateY(100%);
        opacity: 1;
    }

    34% {
        opacity: 0;
    }
}

.rotating-text-wrapper div:nth-child(2) {
    /* background-color: tomato; */
    animation-name: rotating-text-2;
}

@keyframes rotating-text-2 {
    33% {
        transform: translateY(100%);
        opacity: 0;
    }

    66% {
        transform: translateY(0);
        opacity: 1;
    }

    67% {
        opacity: 0;
    }
}

.rotating-text-wrapper div:nth-child(3) {
    /* background-color: cornflowerblue; */
    animation-name: rotating-text-3;
}

@keyframes rotating-text-3 {
    66% {
        transform: translateY(0);
        opacity: 0;
    }

    99% {
        transform: translateY(-100%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@media screen and (max-width: 576px) {
    .rotating-text-wrapper {
        font-size: 0.7rem;
    }
}







.text {
    /* font-weight: 100; */
    /* font-size: 28px; */
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Text chnaging Animation ends*/


/* Underline Animation */
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary-gradient);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.add-animation .hover-underline-animation::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Underline Animation ends */

button.form-control {
    border-bottom: 0px !important;
}

/* Follow us social media button */
.footer-sec ul {
    list-style: none;
}

.example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.example-2 .icon-content {
    margin: 0 10px;
    position: relative;
}

.example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}

.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--black);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
}

.example-2 .icon-content a:hover {
    color: white;
}

.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--black);
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
    height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"]~.tooltip {
    background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"]~.tooltip {
    background-color: var(--black);
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"]~.tooltip {
    background: linear-gradient(45deg,
            #405de6,
            #5b51db,
            #b33ab4,
            #c135b4,
            #e1306c,
            #fd1f1f);
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"]~.tooltip {
    background-color: #ff0000;
}

/* ===============================Media Query Start here================================================
===================================================================================================== */

@media (max-width:991px) {

    h2.section-heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
    }

    h3.section-sub-heading {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    h5.para-heading {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        font-weight: 400;
    }

    .CTA-btn {

        padding: 10px 20px !important;
        transition: 0.2s;
        width: 165px;
    }

    .hero-header {
        height: auto;
        min-height: auto;
        padding-bottom: 40px;
    }

    .hero-pic img {
        height: 330px;
    }

    .hero-content {
        padding: 100px 30px 60px;
        height: auto;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
    }

    .hero-content p {
        font-size: 16px;
    }

    /* Services Section CSS starts here */
    .services-sec {
        /* margin-top:350px; */
        padding: 50px 0px;
    }

    .service-list svg {
        padding: 3px;
    }

    .service-list {
        border-bottom: 2px solid var(--black);
        padding: 10px 8px;
        margin-left: 15px;
    }

    .services-sec-left {
        margin-bottom: 25px;
    }

    .services-sec-left-inner {
        position: static;
    }

    /* Why Choose us Section css starts here */
    .why-choose-sec {
        padding: 60px 0px;
    }

    .whychoose-box {
        margin: 30px;
        margin-left: 0px;
    }

    /* Staffing Solutions css starts here */
    .Staffing-sec {
        padding: 50px 20px;
    }

    .staffing-img {
        width: 100%;
    }

    /* //About Us Section starts here */
    .about-sec {
        padding: 50px 0px;
    }

    .about-sec p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Portfolio section css starts here */
    .portfolio-sec {
        padding: 40px 0px;
    }

    .portfolio-box {
        padding: 20px 20px 0px 20px;
    }

    .portfolio-sec .owl-nav {
        margin-top: 10px;
    }

    .clients-sec {
        padding: 50px 0px;
    }

    .client-img {
        padding: 20px;
    }

    .shiv-sec h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .shiv-sec {
        padding: 50px 0px;
    }

    .shiv-logo-img img {
        margin: auto;
        display: block;
        height: 200px;
        margin-top: 15px;
    }



    /* Testimonials section starts heere */

    .testimonial-heading img {
        width: 100px;
    }

    .testimonial-cards {
        padding: 15px;
    }

    .testimonial-cards .author img {
        width: 50px !important;
        height: 50px;
    }

    /* Careers section starts here */
    .careers-sec .career-content-sec {
        padding: 50px 20px !important;
    }


    /* Form section starts here */
    .form-sec {
        padding: 50px 0px;
    }

    .chat-icon {
        width: 50px;
        margin-bottom: 15px;
    }

    .form-container {
        padding: 20px 30px 50px 30px;
        margin: auto 10px;
    }

    .footer-sec {
        padding: 50px 0px;
    }

    .example-2 .icon-content a {
        width: 35px;
        height: 35px;
    }

    .example-2 .icon-content a svg {
        width: 20px;
        height: 20px;
    }

    .service-list .section-sub-heading {
        font-size: 20px;
        font-weight: 500;
    }
}

.services-sec img {
    height: 160px;
    margin-bottom: 20px;
}

section:hover .hover-underline-animation::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



.sticky-icon {
    z-index: 10;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 150px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(100px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px;
    font-size: 16px;
    font-family: "Fredoka", sans-serif !important;
    transition: all 0.4s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.LinkedIn {
    background-color: #0072b1;
    color: #FFF;
}

.Instagram {
    background-color: #ff3c00;
    color: #FFF;
}

.Whatsapp {
    background-color: #25D366;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-linkedin {
    background-color: #FFF;
    color: #0072b1;
}

.sticky-icon a i.fa-whatsapp {
    background-color: #FFF;
    color: #25D366;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #ff3c00;
}


.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

.tawk-branding {
    display: none;
}

.ai-img img {
    width: 300px;
    height: 400px;
    object-fit: contain;
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width:991px) {
    .ai-img img {
        width: 200px;
        height: 300px;
        margin-top: 20px;
    }

    .ai-section {
        padding: 30px 0px;
    }
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* Modal Box Styles */
.custom-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with transparency */
    justify-content: center;
    align-items: center;
}

.custom-modal.show {
    display: flex !important;
}

.custom-modal .img-sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../Images/AI-popup.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 30px;

}

/* Modal content */
.custom-modal-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    /* width: 300px; */
    max-height: 88vh;
    max-width: 90vw;
    position: relative;
    overflow: hidden;
}

.custom-modal-content h3.section-sub-heading {
    color: var(--primary);
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;
}

.custom-modal-content h5 {
    /* font-family: "Merriweather", serif; */
    font-family: "Fredoka", sans-serif !important;
    color: #5f5f5f;
    font-weight: 600;
}

.custom-modal-content .form-container .form-control {
    border: none;
    border-bottom: 1px solid rgb(120, 120, 120) !important;
    border-radius: 0;
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    border: 2px solid rgb(160, 0, 0);
    line-height: 1;
    z-index: 10;
    padding: 5px;
    padding-bottom: 11px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.custom-modal .form-container {
    background-color: white;
    border: none;
    padding: 30px;
    margin: auto;
}

.custom-modal .form-container button {
    background: var(--primary-gradient);
    border-radius: 5px !important;
}

.custom-modal .form-container::after {
    background: none;
}

@media (max-width:991px) {
    .custom-modal .img-sec {
        display: none;
    }

    .custom-modal-content {
        overflow-y: scroll;
    }
}

@media (max-width:768px) {
    .custom-modal-content h5 {
        font-size: 16px;
        font-weight: 600;
    }

    .custom-modal-content h3.section-sub-heading {
        font-size: 22px;
    }
}

.blogs-container {
    margin: 50px 10px;
}

.blogs-container a {
    text-decoration: none;
}

.blog-main-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-main-card .publish-data {
    font-size: 15px;
    color: #5b5b5b;
    margin: 10px 0px;
}

.blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card .publish-data {
    font-size: 15px;
    color: #5b5b5b;
    margin: 10px 0px;
}

.blog-card-title h4 {
    font-size: 20px;
    color: #161C2D;
}

.blog-card-title svg {
    width: 50px !important;
    height: 30px;
    margin-left: 30px;
    margin-right: 10px;
    transition: 0.2s;
    transform: translateX(-10px);
}

.blog-card:hover .blog-card-title svg,
.blog-main-card:hover .blog-card-title svg {
    transform: translateX(0px) scale(1.1);
}

.blog-card-para {
    color: #1f1f1f;
    font-size: 16px;
}

.blogs-page-container {
    margin: 50px 0px;
}

.blogs-page-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.blog-page-heading {
    margin-top: 40px;
    margin-bottom: 15px;
}

.blogs-page-container .publish-data {
    padding: 5px 15px;
    padding-left: 35px;
    color: #4F4F4F;
    border: 1px solid rgb(91, 91, 91);
    width: fit-content;
    border-radius: 20px;
    position: relative;
}

.blogs-page-container .publish-data::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    background-color: #cf2424;
    border-radius: 100%;
}

.blogs-sec {
    padding: 80px 0px;
}

.blogs-sec .blog-card-title img {
    width: 30px !important;
}

.blogs-sec .owl-dots {
    display: none;
}

@media (max-width:991px) {
    .blogs-sec {
        padding: 50px 0px;
    }
}

.blogs-sec a {
    text-decoration: none;
}



/* Tabs sections css */
.tabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tab-btn {
    padding: 15px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #484848;
    background-color: #f1f1f1;
    transition: 0.3s;
    border-radius: 10px;
}

.tab-btn.active {
    position: relative;
}

.tab-btn.active::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-radius: 1px;
}

.tab-content p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.tab-btn:hover {
    /* background-color: #ddd; */
    border-color: var(--primary);
}

.tab-btn.active {
    background: var(--primary-gradient);
    border-color: var(--primary);
    color: white;
}

.tab-btn.active img {
    filter: none;
}

.tab-content {
    display: none;
    padding: 20px;
    /* border: 1px solid #ccc; */
    margin-top: 20px;
    /* text-align: center; */
}

.tab-content .img-box img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}

.tab-content .fa-check-circle {
    font-size: 20px;
    font-weight: 100;
    color: var(--secoundary);
}

.tab-content.active {
    display: block;
}

.tab-content h4 {
    font-weight: 500;
}

.tab-content .content-box {
    margin-top: 15px;
}

.tabs span img {
    width: 30px;
    height: 30px;
    filter: invert(33%) sepia(12%) saturate(6230%) hue-rotate(331deg) brightness(101%) contrast(101%);
}

@media (max-width:991px) {
    .tabs {
        flex-wrap: wrap;
        justify-content: start;
    }

    .tab-btn {
        width: 100%;
    }
}

.poc-sec {
    padding: 80px 0px;
    padding-bottom: 0px;
    color: #3a3a3a;
    background-color: var(--black);
}

.poc-sec img {
    object-fit: contain;
    width: 100%;
}

.poc-sec .text-black {
    font-weight: 500;
}

.PizzaSHop {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
    position: absolute;
    top: 120px;
    right:  0px;
    animation: jump;
    animation-duration: 3s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.PizzaDelivary {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
    position: absolute;
    bottom: -11px ;
    left: 0px;
    animation: Drive;
    animation-duration: 5s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (max-width:991px) {
    .PizzaDelivary, .PizzaSHop{
        width: 90px !important;
        height: 90px !important;
    }
}
@media (max-width:768px) {
    .PizzaDelivary, .PizzaSHop{
        width: 60px !important;
        height: 60px !important;
    }
}
.strap-item {
    background-color: #ffffff;
}

.marquee {
    overflow: hidden;
    /* Hide overflow to show only visible items */
    white-space: nowrap;
    /* Prevent items from wrapping */
    width: 100%;
    /* Full width of the container */
}

.marquee-content {
    display: inline-flex;
    /* Display items in a row */
    animation: scroll 10s linear infinite;
    /* Smooth infinite scrolling */
}

.marquee-item {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #eee;
    border-radius: 5px;
}

/* Keyframes for scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
        /* Start at the initial position */
    }

    100% {
        transform: translateX(-100%);
        /* Move halfway to cover the original items */
    }
}


@keyframes jump {
    0% {
        transform: translateY(-40px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-40px);
    }
}

@keyframes Drive {
    0% {
        left: 0;
        transform: scaleX(1);
    }

    49% {
        transform:scaleX(1) ;
    }
    50% {
        transform: scaleX(-1);
        left: 100%;
    }
    99% {
        transform: scaleX(-1);
    }
    100% {
        transform: scaleX(1);
        left: 0;
    }
}


/* Section */
.staffing-sec-2025 {
  background: #f9f9fb;
  padding: 60px 0;
  font-family: "Fredoka", sans-serif !important;
}

.container-2025 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Layout */
.staffing-content-2025 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Vibhor Left Column */
.staffing-left-2025 {
  flex: 1 1 300px;
  max-width: 360px;

  padding-top: 148px;
}

.staffing-subtitle-2025 {
  color: #f48228;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.staffing-title-2025 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
}

.staffing-desc-2025 {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Right Column - Grid */
.staffing-right-2025 {
  flex: 1 1 500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card Styles */
.staffing-card-2025 {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

.staffing-icon-2025 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.green-2025 { background: #e0f7e9; color: #28a745; }
.blue-2025 { background: #e0f3ff; color: #0d6efd; }
.orange-2025 { background: #fff3e0; color: #f48228; }

.staffing-card-title-2025 {
  /* font-size: 18px; */
  font-size: 24px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  margin-bottom: 0px;
}

.staffing-card-desc-2025 {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
}

.staffing-readmore-2025 {
  display: inline-flex;              /* inline button */
  align-items: center;
  gap: 6px;                          /* space between text and arrow */
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
  
  width: auto !important;            /* fit to content */
  align-self: flex-start;             /* left-align inside parent */
}

.staffing-readmore-2025 span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.staffing-readmore-2025:hover {
  border-color: #000;
  background: #f8f8f8;
}

.staffing-readmore-2025:hover span {
  transform: translateX(4px);
}


/* Image Card */
.image-card-2025 {
  padding: 0;
  overflow: hidden;
}

.staffing-img-2025 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px 16px 0 0;
}

.image-card-2025 .staffing-card-title-2025 {
  /* padding: 16px 16px 4px; */
  padding: 4px 16px 4px;
}

.image-card-2025 .staffing-card-desc-2025 {
  padding: 0 16px 16px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .staffing-content-2025 {
    flex-direction: column;
  }
  
  .staffing-right-2025 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .staffing-right-2025 {
    grid-template-columns: 1fr;
  }
  
  .staffing-left-2025 {
    max-width: 100%;
  }
}

/*services vi card*/
.services-sec-2025 { 
  padding: 60px 20px;
  background: #fff;
}
.container-services-2025 {
  max-width: 1200px;
  margin: 0 auto;
}
.services-header-2025 {
  text-align: center;
  margin-bottom: 40px;
}
.services-subtitle-2025 {
  color: #f38128;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-title-2025 {
  /* font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; */

  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 1px;
  font-family: "Fredoka", sans-serif !important;
}
.services-desc-2025 {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* SCROLL WRAPPER */
.services-scroll-wrapper-2025 {
  overflow: hidden;
  position: relative;
}
.services-track-2025 {
  display: flex;
  animation: scrollCards2025 40s linear infinite;
}
.services-grid-2025 {
  display: flex;
  gap: 20px;
  padding: 8px 40px;
}

/* CARD */
.service-card-2025 {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 260px;
  max-width: 260px;
  flex: 0 0 auto;
}
.service-icon-2025 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon-2025 img {
  width: 24px;
  height: 24px;
  animation: iconPulse2025 2s infinite ease-in-out;
}
.service-card-2025 h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.service-card-2025 p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  flex-grow: 1;
}
.services-readmore-2025 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
  width: auto !important;
  align-self: flex-start;
}
.services-readmore-2025 span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.services-readmore-2025:hover {
  border-color: #000;
  background: #f8f8f8;
}
.services-readmore-2025:hover span {
  transform: translateX(4px);
}

/* SCROLL ANIMATION */
@keyframes scrollCards2025 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ICON ANIMATION */
@keyframes iconPulse2025 {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* vib elevet section 2025 */
.solutions-sec-404 {
  background-color: #0f172a;
  padding: 60px 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Fredoka", sans-serif !important;
  color: #fff;
}

.title-404 {
  text-align: center;
  /* font-size: 2rem;
  font-weight: bold; */

  font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 1px;
    font-family: "Fredoka", sans-serif !important;
}

.subtitle-404 {
  text-align: center;
  color: #94a3b8;
  max-width: 700px;
  margin: 10px auto 40px;
  font-size: 16px;
  font-weight: 400px;
}

.pp{
    color: #94a3b8;
}

.layout-101 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.row-101 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-101 {
  display: flex;
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.card-101.reverse-101 {
  flex-direction: row-reverse;
}

.img-101 {
  width: 50%;
  object-fit: cover;
}

.content-101 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;

  /* background-color: #24314f; */

  background-color: #1F2937;
}

.orange{
        color: rgb(219 81 14);
    text-decoration: none;
}

/* .card-icon-101 {
  flex: 1;
  min-width: 300px;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;

  background-color: #1F2937;
} */

.card-icon-101 {
  flex: 1;
  min-width: 300px;
  background-color: #1F2937;
  color: #ffffff;
  border-radius: 10px;
  padding: 40px; /* Equal spacing on all sides */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical center */
  align-items: center;     /* Horizontal center */
  text-align: center;
  box-sizing: border-box;
}

.icon-101 {
  display: block;
  margin: 0 auto 15px;
}

.card-overlay-101 {
  flex: 1;
  min-width: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.large-101 {
  height: 430px;
}

.overlay-text-101 {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px;
  /* width: 100%; */
    width: 66%;
}

@media (max-width: 768px) {
  .card-101, .card-101.reverse-101 {
    flex-direction: column;
  }
  .img-101 {
    width: 100%;
    height: auto;
  }
}
