/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 13:36:06 */
/* Two column layout for the desktop Menu dropdown */
.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
/* motto section */
.mototext{
    color: #F1801F;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 400;
}

/* Our Services Section Start */
.box {
  position: absolute;
/*   min-height: 400px; */
  z-index: 10;
  border-radius: 5px;
  width: 90% !important;
}
#box1 {
  top: 0px;
  left: 0px;
  background-color: #000000;
  z-index:11;
}

#box2 {
  top: 40px;
  left: 40px;
  z-index:10;
  background-color: #ffffff;
}

#box3 {
  top: 80px;
  left: 80px;
  z-index:9;
  background-color: #ffffff;
}

#box4 {
  top: 120px;
  left: 120px;
  z-index:8;
  background-color: #ffffff;
}

.learn-more a{
    text-decoration: none !important;
    border-bottom: 2px solid White !important;
}

.learn-more a:hover{
    color:white !important;
}

/* Our Services Ends */


/* Our expertise grid layout */
.grid-container{
  background-color:#151515;
  display: grid;
  grid-gap: 5px;
  grid-template-rows: auto;
  grid-template-areas: 
    "slide1 slide1 slide2 slide3 slide4 slide5 slide5"
    "slide6 slide7 slide8 slide8 slide4 slide9 slide10";
  
  
}
.card-container{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*   	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
    box-shadow: 0px -75px 35px 0px rgb(0 0 0 / 90%) inset;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 5px 5px 5px 5px;
    height: 150px;
  	visibility: hidden;
    transition: all .2s ease-in-out;
	animation: cardpopup 0.5s forwards;
}
/* .card-container:hover { 
  	transform: scale(1.1);
    z-index: 9999;
    border: 3px solid #F1801F;
} */
.card-header{
  position: relative;
   top: 95%;
   transform: translateY(-100%);
   color: #FFFFFF;
    font-family: "Aktiv Grotesk";
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}

.card1 {
  grid-area: slide1;
  background-image: url(/wp-content/uploads/2021/11/amelie-mourichon-wusOJ-2uY6w-unsplash-1.png);
}

.card2 {
  grid-area: slide2;
  background-image: url(/wp-content/uploads/2021/11/william-hook-9e9PD9blAto-unsplash-1.png);
  animation-delay: 0.5s;
}
.card2 h4{
  padding: 10px;
}
.card3 {
  grid-area: slide3;
  background-image: url(/wp-content/uploads/2021/11/Screenshot-2021-10-11-at-11.01-1.png);
  animation-delay: 3s;
}
.card4 {
  grid-area: slide4;
  background-image: url(/wp-content/uploads/2021/11/v617batch2-kul-05-technology-1.png);
  height: 305px;
  animation-delay: 1.5s;
}
.card4 h4{
  padding-left: 5px;
  padding-bottom: 0px;
}
.card5 {
  grid-area: slide5;
  background-image: url(/wp-content/uploads/2021/11/douglas-lopes-ehyV_XOZ4iA-unsplash-1-1.png);
  animation-delay: 3.5s;
}
.card6 {
  grid-area: slide6;
  background-image: url(/wp-content/uploads/2021/11/roberto-cortese-F1I4IN86NiE-unsplash-1.png);
  animation-delay: 2s;
}
.card7 {
  grid-area: slide7;
  background-image: url(/wp-content/uploads/2021/11/clarisse-croset-tikpxRBcsA-unsplash-1.png);
  animation-delay: 4.5s;
}

.card8 {
  grid-area: slide8;
  background-image: url(/wp-content/uploads/2021/11/per-loov-oXqn2CXC_9Q-unsplash-1.png);
  animation-delay: 5s;
}
.card9 {
  grid-area: slide9;
  background-image: url(/wp-content/uploads/2021/11/sigmund-vvrjJTbuuaI-unsplash-1-1.png);
  animation-delay: 2.5s;
}
.card10 {
  grid-area: slide10;
  background-image: url(/wp-content/uploads/2021/11/pexels-pixabay-270360-1.png);
  animation-delay: 4s;
}

/* card scale up and ease in animation */
@keyframes cardscaleup {
  0% {transform: scale(1);}
  50% {transform: scale(1.1)};
  100% {transform: scale(1)};
}
@keyframes cardpopup{
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    visibility: visible;
    transform: scale(1)};
  
}

/* footerform message-box size */
.footerform .elementor-field-textual.elementor-size-xs{
  max-height: 65px;
}

/* why choose us section fonts */
.specialtext {
    color: #F1801F;
    font-family: 'Aktiv Grotesk';
}

/* client testimonials */
div#n2-ss-7 .n2-thumbnail-dot img {
    width: 240px;
    height: 120px;
    object-fit: contain;
}
div#n2-ss-7 .nextend-thumbnail-vertical .nextend-thumbnail-inner {
    overflow-y: scroll;
    margin-left: -50px;
}
/* video gradient */
#herovideo{
  background:
    linear-gradient(to top, #161617, transparent 50px, transparent 7px),
    linear-gradient(to right, #161617, transparent 50px, transparent 7px),
    linear-gradient(to bottom, #161617, transparent 50px, transparent 7px),
    linear-gradient(to left, #161617, transparent 50px, transparent 7px);
}

.font-Aktiv-Grotesk {
    font-family: Aktiv Grotesk !important;
}

.job-listing-description-card {
    width: 486px !important;
    height: 589px !important;
}
.card-separator-left {
    margin-right: 15px;
}
.card-separator-right {
    margin-left: 15px;
}
.job-listing-card-title {
    margin: 0 auto;
    width: 440px !important;
}
.job-listing-apply-btn {
    position: absolute !important;
    bottom: 16px;
    left: 22px;
}
.job-listing-badge {
    width: fit-content !important;
    padding: 0 10px;
    height: 32px !important;
    background: #C4C4C4;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    top: 15px;
    right: 0;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.job-listing-badge p {
  	margin: 0;
}
.tiivra-scope-of-work-highlighted-text {
    font-family: 'Young Serif' !important;
    color: #F1801F;
    font-size: 18px;
}
.grecaptcha-badge { visibility: hidden; height: 0 !important }
/* .rc-anchor-normal{
background: #F1801F !important; 
color: #F1801F !important; }
.rc-anchor-light{
background: #F1801F !important; 
color: #F1801F !important; } */
/* .grecaptcha-badge { opacity:0;} */

.mobile-card-title{
  border-bottom: 1px solid #fff;
}

.case-study-carousel-subtext {
    height: 170px !important;
}
.service-top-container-height {
    height: 93vh !important;
}


/* Services Accordion */

.accordionMenu{
    margin: 0 auto;
}
.accordionMenu input[type=checkbox]{
    display: none;
}
.toggle-type-one {
    background: linear-gradient(270.55deg, #534666 0.47%, #483E56 99.58%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;

}
.toggle-type-two {
    background: linear-gradient(270.55deg, #3B5527 66.85%, #353E2D 99.58%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;

}
.toggle-type-three {
  	background:linear-gradient(264.37deg, #5A5A5A 4.5%, #131313 124.94%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;

}
.toggle-type-four {
    background: linear-gradient(270.55deg, #505277 0.47%, #37384E 99.58%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;

}
.toggle-type-five {
/*     background: linear-gradient(90deg, #095E63 0%, #138086 25%); */
  	background: linear-gradient(90deg, #0C3D40 0%, #11696D 99.99%, #0F4D51 100%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;


}
.toggle-type-six {
    background: linear-gradient(90deg, #213854 0%, #1A3452 0.01%, #2C507B 100%);
    margin: 0px 0px 10px 0px;
    border-radius: 6px;

}

.accordionMenu label{
    display: block;
/*     height: 80px; */
/*     line-height: 70px; */
  line-height:25px;
    padding: 25px 5px 20px 35px;
    font-size: 24px;
    color: #fff;
    font-family: 'Aktiv Grotesk';
    position: relative;
    cursor: pointer;
}
.accordionMenu label::after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 15px;
    top: 28px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordionMenu .content{
    max-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.accordionMenu .content .inner{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-family: 'Aktiv Grotesk';
    padding: 0px 20px 20px 40px;
}
.accordionMenu input[type=checkbox]:checked + label:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordionMenu input[type=checkbox]:checked + label + .content{
    max-height: 2000px;
    height: auto;
}

.vjs-poster {
    background-size: 100% 100% !important;
  }


/* service pages template cards */

/*service-page card  */
.service-page-card {
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px 20px;
    background-color: #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.service-page-heading {
    font-family: 'Aktiv Grotesk' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #040404;
}
.how-to-identity-heading {
    font-family: 'Aktiv Grotesk' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #000000;
}

.service-page-content {
    font-family: 'Aktiv Grotesk' !important;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px!important;
    color: #040404;
}
/* quote */

.first-quote {
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: bold;
    color: #F1801F;
    position: absolute;
    left: -40px;
    top: -15px
}

.second-quote {
    font-family: Georgia, serif;
    font-size: 70px;
    font-weight: bold;
    color: #F1801F;

    position: absolute;
    right: -60px;
    bottom: -30px
}

/*bullet*/
.bullet-ul {
    list-style: none;
    padding:25px;
}
.bullet-li::before{
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-left: -40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #F1801F;
    content: ' ';
}




/*typography*/

.service-page-color-highlight {
    font-family: 'Young Serif';
    color: #f1801f;
    font-weight: 400 !important;
}

.services-tamplate-h1 {
    font-size: 40px;
    line-height: 48px;
}

.services-tamplate-Prototypes-provide-h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.services-tamplate-h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  	letter-spacing: 0.2em;
}

.services-tamplate-how-to-identify-h3 {
  	font-family: 'Aktiv Grotesk';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.services-tamplate-why-partner-h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}



@media only screen and (max-width: 1024px) {
    .service-page-card {
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10;
        padding: 15px;
    }
}

@media only screen and (max-width: 768px) {

    /*typography*/

    .services-tamplate-h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .services-tamplate-Prototypes-provide-h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
    }

    .services-tamplate-h2 {
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
      
    }

    .services-tamplate-how-to-identify-h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
      	text-transform: capitalize;
      	
    }

    .services-tamplate-why-partner-h3 {
        font-family: 'Young Serif';
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }


    .service-page-card {
        margin-bottom: 20px;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-page-heading {
        margin-top: 10px;
        font-size: 18px !important;
        line-height: 20px !important;
    }
  .how-to-identity-heading {
        margin-top: 10px;
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .service-page-content {
        margin-top: 10px;
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .first-quote {
        font-family: Georgia, serif;
        font-size: 40px;
        font-weight: bold;
        color: #F1801F;
        position: absolute;
        left: -30px;
        top: 5px
    }

    .second-quote {
        font-family: Georgia, serif;
        font-size: 40px;
        font-weight: bold;
        color: #F1801F;

        position: absolute;
        right: -10px;
        bottom: -20px
    }


    /*bullet*/
.bullet-ul {
        padding:20px;
    }
    .bullet-li::before{
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: -20px;
        display: inline-block;
        border-radius: 50%;
        background-color: #F1801F;
        content: ' ';
    }
	
	.services-tamplate-Prototypes-provide-h2 {
        
        font-size: 15px;
        line-height: 18px;
    }


}




/**Slider POst**/

.titlesection {
    width: 100%;
    float: left;
    margin-top: 24px;
    margin-bottom: 24px;
}

.titleleft {
    color: var(--Ignite-Dark-Grey, #161617);
    leading-trim: both;
    text-edge: cap;
    font-family: "Schibsted Grotesk";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 39px */
    float: left;
}

.titleright {
    float: right;
}

ul.category-list li {
    list-style: none;
    float: left;
    padding-right: 10px;
}


ul.category-list li a {
    color: var(--Ignite-Dark-Grey, #161617);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
}

.categorysection {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

ul.tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.discriptionsection {
    color: var(--Ignite-Dark-Grey, #161617);
    leading-trim: both;
    text-edge: cap;
    font-family: "Schibsted Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

a:focus, a:hover {
    text-decoration: none ! IMPORTANT;
}

.highlighted-text {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #F1801F; /* Orange */
}

.highlighted-text::after {
    content: "";
    position: absolute;
    bottom: -10px; /* Adjust position */
    left: 0;
    width: 100%;
    height: 15px; /* Adjust thickness */
    background: url('/wp-content/uploads/2025/02/highlighted-text.svg') no-repeat center;
    background-size: contain;
}

.hero-h2 {
background: var(--Orang-pink, linear-gradient(270deg, #F065FF -30.33%, #FF7E10 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-h3 {
background: linear-gradient(90deg, #0711C4 -78.53%, #F065FF 97.66%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.custom-post-listing {
    display: flex;
    gap: 29px;
    justify-content: center;
    padding: 0;
}
.post-item {
    color: #fff;
    padding: 0px;
    border-radius: 12px;
    text-align: center;
    background: #CD6E1D;
    /* max-width: 375px; */
    min-height: 467px !important;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    width: 33%;
}
h2.post-title a {
    color: #fff;
    font-family: Schibsted Grotesk;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
}
h2.post-title {
    text-align: left;
    margin-top: 0px;
    text-wrap: auto;
}
.post-categories a, .post-categories a:hover {
    color: #fff;
    font-weight: 400;
}
.post-titleseection {
    padding: 8%;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.post-categories {
    font-size: 14px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 28px;
}


.getreadybutton {
    display: block;
    width: 237.996px;
    height: 45px;
    /* padding: 15px 14px; */
    /* justify-content: center; */
    /* align-items: center; */
    float: left;
    border-radius: 4px;
    border: 1px solid var(--Gradient, #FFC28E);
    background: var(--Gradient, linear-gradient(194deg, #FFC28E -8.61%, #F4903A 45.68%, #F1801F 88.42%));
    /* backdrop-filter: blur(2px); */
    color: #fff !important;
    text-align: center !important;
    line-height: 39px !important;
    margin-top: 32px;
}
.main-image {
    width: 100%;
}
.thumbnails picture {
    min-width: 80px;
}
body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section {
    width: 100% !important;
}
button#load-more-btn {
    border-radius: 8px;
    border: 1px solid #FF7500;
    background: var(--Glass, linear-gradient(126deg, rgba(255, 255, 255, 0.10) 13.87%, rgba(255, 255, 255, 0.04) 91.99%));
    width: 181px;
    height: 46.457px;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex-shrink: 0;
    color: var(--White, #FFF);
    font-family: "Schibsted Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 26px;
}
.contact-sec input::placeholder, .contact-sec textarea::placeholder{
	color: #A3AEC3 !important;
}

@media (max-width: 768px) {

	.startup-journey {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 25px;
}
}

.titleright {
    display: none;
}


body {
    overflow-x: hidden;
}

.elementor-button-icon {
    display: block !important;
}
@media (max-width: 600px) {
h2.post-title a {
    font-size: 22px;
}
}
.lastmenu.current-menu-item a {
    color: #fff ! IMPORTANT;
}
li.lastmenu {
    margin-right: 0px !important;!i;!;
}
#load-more-btn-wrapper {
    text-align: center;
    width: 100%;
    padding-top: 70px;
    margin-top: -78px;
    background: linear-gradient(181deg, rgb(35 35 38 / 7%) 2.64%, #1D1D20 35.16%);
    z-index: 999;
    position: relative;
    padding-bottom: 31px;
}
.elementor-widget-heading .elementor-heading-title {
    line-height: normal ! IMPORTANT;
}
.single .elementor-page-title, single  h1.entry-title {
    display: block;
}
p.elementor-post__title a {
    line-height: 21px !important;!i;!;!I;!;
}

p.elementor-post__title {
    line-height: normal !IMPORTANT;!I;!;
}
p {
    margin: 0 0 10px;
}

.elementor-post__title {
    line-height: normal !IMPORTANT;!I;!;
}

.elementor-post__title a {
    line-height: normal !IMPORTANT;!I;!;
}
