/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'DegularDisplayDemo-Semibold';
    src: url('../fonts/fonnts.com-DegularDisplayDemo-Semibold.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Manrope-Medium";
    color: #000;
    background-color: #FFFFFF;
    position: relative;
}

a {
    color: #fff;
    text-decoration: none;
    font-family: "Manrope-Medium";
}

a:hover {
    color: #fff;
    text-decoration: none;
}

p{
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DegularDisplayDemo-Semibold";
}
section{
    overflow: hidden;
    padding: 60px 0;
}

.section-title .title{
    font-size: 48px;
    color: #000;
    margin-bottom: 10px;
}

.section-title h1{
    font-size: 60px !important;
    color: #fff;
    margin-bottom: 10px;
}

::marker{
    color: #F16B24 !important;
}

#build_intelligence ::marker{
    color: #fff !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #F16B24;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 35px;
    z-index: 996;
    background: #F16B24;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #B0C7B7;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #181E27;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
}

#header.fixed-top {
    height: 100px;
}

#header .logo a {
    color: #222222;
}

#header .logo img {
    max-height: 80px;
}

.scrolled-offset {
    margin-top: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-family: 'Manrope-Medium';
}

.navbar a i,
.navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #181E27;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: 250px;
}

.navbar .menu-item-has-children ul li {
    min-width: 200px;
}

.navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .menu-item-has-children ul a i {
    font-size: 12px;
}

.navbar .menu-item-has-children:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .menu-item-has-children .menu-item-has-children:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

#navbar #menu-main-menu li:last-child a {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    color: #000 !important;
}

#navbar #menu-main-menu .drop-ul.depth_0 li a {
    background-color: unset;
    padding: 10px 20px;
    border-radius: unset;
    color: #fff !important;
}

#navbar #menu-main-menu .menu-item a:hover {
    color: #fff !important;
}

#navbar #menu-main-menu li:last-child a:hover {
    color: #000 !important;
}

#navbar #menu-main-menu .drop-ul.depth_0 li:last-child a:hover {
    color: #fff !important;
}

@media (max-width: 1366px) {
    .navbar .menu-item-has-children .menu-item-has-children ul {
        left: -90%;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover>ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none !important;
    line-height: 0;
    transition: 0.5s;
}

i.fa-solid.mobile-nav-toggle.fa-xmark {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    z-index: 9999;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block !important;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #000;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff !important;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .menu-item-has-children ul a {
    padding: 10px 20px;
}

.navbar-mobile .menu-item-has-children ul a i {
    font-size: 18px;
}

.navbar-mobile .menu-item-has-children ul {
    position: unset;
    background: unset;
    display: none;
}

.navbar-mobile .menu-item-has-children.active-new .depth_0 {
    display: block;
    visibility: visible;
    opacity: 1;
    padding-left: 20px;
    box-shadow: unset;
}

.navbar-mobile .menu-item-has-children.active-new-second .depth_1 {
    display: block;
    visibility: visible;
    opacity: 1;
    padding-left: 20px;
    box-shadow: unset;
}

.navbar-mobile #menu-main-menu li:last-child a {
    width: fit-content;
    margin-left: 20px;
    margin-top: 20px;
}

.navbar-mobile .depth_0 li:last-child a {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 60px 0 30px 0;
    color: #000;
    background: #fff;
}

.footer-about {
    color: #000;
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 125px;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-social ul li {
    margin-right: 20px;
}

.footer-title {
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #000;
    margin-bottom: 20px;
}

.footer-menu ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #000 !important;
    font-weight: 400;
}

.footer-copyright {
    background-color: #fff;
    color: #000;
}

.footer-copyright p{
    text-align: center;
    font-size: 12px;
}

#footer .copyright {
    text-align: center;
    float: left;
}

.footer-about p {
    font-size: 15px;
}

input.tnp-submit {
    background-color: #17BCEC !important;
    padding: 10px 40px !important;
    border-radius: 5px !important;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#hero {
    padding-bottom: 0;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content p {
    width: 80%;
}

#hero .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#hero .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#hero .slick-dots li button:before {
    font-family: 'slick';
    font-size: 26px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#hero .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
    font-size: 36px;
}

.offering-box {
    color: #fff;
    position: relative;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #F16B24;
    transition: all 0.5s ease-in-out;
}

.offering-link a {
    background-color: #17BCEC;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 10px;
}

.offering-link a p {
    width: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.offering-box:hover .box-content {
    background-color: unset;
    transition: all 0.5s ease-in-out;
}

.offering-box:hover .offering-link a p{
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#build_intelligence{
    background-color: #181E27;
}

.build_intelligence_box {
    display: flex;
    color: #fff;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #5A5A5A;
    transition: all 0.5s ease-in-out;
}

.number {
    width: 5%;
}

.build_intelligence_box-title {
    width: 40%;
    display: flex;
    align-items: center;
}

.build_intelligence_box-title h3 {
    font-size: 36px;
}

.build_intelligence_box-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.build_intelligence_box-content ul {
    margin: 0;
}

.build_intelligence_box-content li {
    font-size: 20px;
}

.build_intelligence_box:hover {
    background-color: #F16B24;
    border-bottom: unset;
    transition: all 0.5s ease-in-out;
}

.diverse_industries_content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.diverse_industries_content a {
    background-color: #17BCEC;
    padding: 10px 15px;;
    border-radius: 10px;
}

#cta_section {
    background: #F3F3F7;
    background: linear-gradient(180deg, rgba(243, 243, 247, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.cta-main {
    padding: 100px;
    background-color: #F16B24;
    text-align: center;
    border-radius: 50px;
}

.cta-main a {
    background-color: #fff;
    color: #dd6221;
    padding: 10px 40px;
    border-radius: 10px;
}

#hardest_challenges {
    background: #181E27;
    background: linear-gradient(180deg, rgba(24, 30, 39, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

#hardest_challenges .container {
    background-color: #EDF2F1;
    padding: 50px;
    border-radius: 50px;
}

#hardest_challenges .nav-link {
    background-color: unset !important;
    color: #000 !important;
    display: flex;
    align-items: center;
}

#hardest_challenges .tab-title {
    font-size: 20px;
    font-family: 'Manrope-SemiBold';
}

#hardest_challenges .tab-number{
    font-size: 20px;
    font-family: 'Manrope-Medium';
}

#hardest_challenges .tab-number {
    font-size: 20px;
    font-family: 'Manrope-Medium';
    width: 35px;
    display: flex;
    height: 35px;
    background-color: #F16B24;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

#hardest_challenges .nav-link.active {
    color: #f16b24 !important;
}

#knowledge_center {
    background-color: #f3f3f7;
    padding-bottom: 0;
}

#knowledge_center a {
    background-color: #17BCEC;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 10px;
}

.knowledge_center_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

#gain_the_humigent_edge {
  background-color: #f05a28;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#gain_the_humigent_edge .number {
    font-size: 14px;
    font-weight: bold;
    color: #f05a28;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.right-images {
  position: relative;
  height: 100vh;
}

.image-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: 50px 0 0 0;
}

.image-item.active {
  opacity: 1;
}

.left-points {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 60px;
  box-sizing: border-box;
}

/* wrapper that will be translated */
.points-wrapper {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

/* each point will receive a pixel height from JS */
.point-item {
  box-sizing: border-box;
  padding: 18px 0;
  opacity: 0.5;
  transition: transform .25s ease, opacity .25s ease;
  height: 32vh !important;
}

.point-item.active {
  opacity: 1;
  transform: translateX(6px);
}

/* ====== MOBILE ACCORDION SECTION ====== */
.gain_the_humigent_edge_mobile {
  background-color: #f05a28;
  color: #fff;
}

.gain_the_humigent_edge_mobile .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gain_the_humigent_edge_mobile .accordion-button {
  background: #fff;
  color: #f05a28;
  font-weight: 600;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
}

.gain_the_humigent_edge_mobile .accordion-button.collapsed {
  background: rgba(255,255,255,0.9);
}

.gain_the_humigent_edge_mobile .accordion-body {
  background: #fff;
  color: #333;
  padding: 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.text-orange {
  color: #fff !important;
}

.badge.text-orange {
    font-size: 14px;
    /* padding: 6px 10px; */
    border-radius: 50%;
    background-color: #f05a28 !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# Our Leadership Team Page
--------------------------------------------------------------*/

#our-leadership-team {
    background-color: #181E27;
}

.member-box {
    background-color: #F16B24;
    position: relative;
    border-radius: 10px;
}

.member-image img {
    border-radius: 10px 10px 0 0;
}

.member-about {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 160px;
}

.linkedin-url {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sign {
    background-color: #fff;
    padding: 15px;
    color: #f16b24;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.sign i {
    font-size: 22px;
}

.member-about-content {
    padding: 20px;
}

.member-about-content {
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    background-color: #f16b24;
    height: 100%;
}

.member-about .content h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.member-about .content h3 {
    font-size: 20px;
    font-family: 'Manrope-Medium';
}

.member-about-content h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.member-about-content h3 {
    font-size: 20px;
    font-family: 'Manrope-Medium';
}

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

.linkedin-url a img {
    width: 28px;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/

.content-box-main {
    height: 250px;
    background-color: #F16B24;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-title img {
    background-color: #fff;
    border-radius: 50%;
    width: 90px;
    margin-bottom: 15px;
}

#customer_data_stuck_section {
    background-color: #F3F3F7;
}

.overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay-content p {
    font-size: 18px;
}

.content-box-main:hover .overlay-content{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.content-box-main:hover .img-title{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

/* #one_customer_universe_section {
    background-color: #f16b24;
    padding: 0;
    margin: 60px 0;
} */

/* section#one_customer_universe_section {
    background-image: url('../img/Img bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 30px;
} */

.one_customer_universe_main {
    padding: 50px;
}

.one_customer_universe_main .sub-title p {
    font-size: 16px;
}

.the_advantage_box {
    border: 1px solid #E0E0E0;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}

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

.the_advantage_img img {
    background-color: #f16b24;
    border-radius: 50%;
    margin-bottom: 10px;
}

.the_advantage_content h3 {
    font-family: 'Manrope-SemiBold';
    font-size: 24px;
}

.the_advantage_content_main p {
    font-size: 18px;
}

.client_success_stories .section-title h3 {
    color: #F16B24;
    font-family: 'Manrope-Regular';
    font-size: 24px;
}

.client_success_stories_slider .slick-prev,.client_success_stories_slider .slick-next {
    width: 50px;
    height: 50px;
    top: 75%;
}

.client_success_stories_slider .slick-prev:before {
    content: '';
    background-image: url('../img/Arrow L1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 100%;
}

.client_success_stories_slider .slick-next:before {
    content: '';
    background-image: url('../img/Arrow R1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 100%;
}

.client_success_stories_slider .slick-prev {
    left: -655px;
}

.client_success_stories_slider .slick-next {
    right: 1175px;
}

.client-content h4 {
    margin: 0;
    font-size: 18px;
}

.client-content p {
    font-size: 14px;
    margin: 0;
}

.page-template-service #cta_section {
    background: unset;
}

/*--------------------------------------------------------------
# Request A Demo Page
--------------------------------------------------------------*/

#request-a-demo {
    padding: 120px 0 60px 0;
}

.request-a-demo-video video {
    border-radius: 10px;
}

.request-a-demo-form label {
    font-size: 14px;
}

.request-a-demo-form .form-control {
    background-color: #F9F9F9;
    border: var(--bs-border-width) solid #E3E3E3;
}

.submit-btn {
    background-color: #F16B24;
    border: unset;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

/*--------------------------------------------------------------
# Our Story Page
--------------------------------------------------------------*/

.the_humigent_story_left_content .special {
    border-left: 5px solid #f16b24;
    padding: 10px;
    background-color: #F6F6F6;
}

.special p {
    margin: 0;
}

#our_vision_and_purpose {
    background-color: #f16b24;
}

.the_principles_box {
    border: 1px solid #C8C8C8;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Industry page
--------------------------------------------------------------*/

#ai_use_cases{
    background-color: #181E27;
}

.ai_use_cases_box_icon_tilte {
    opacity: 1;
    visibility: visible;
    display: block;
}

.ai_use_cases_box_content {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.ai_use_cases_box_content p {
    font-size: 16px;
}

.ai_use_cases_box_arrow_icon img {
    transform: rotate(320deg);
}

.ai_use_cases_box_main:hover{
    cursor: pointer;
}

.ai_use_cases_box_main:hover .ai_use_cases_box_icon_tilte{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.5s ease-in-out;
}

.ai_use_cases_box_main:hover .ai_use_cases_box_content {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.5s ease-in-out;
}

.ai_use_cases_box_main:hover .ai_use_cases_box_arrow_icon img {
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out;
}

.traditional_ai_content {
    padding: 30px;
    background-color: #f16b24;
    color: #fff;
    border-radius: 20px;
}

.page-template-Industry #cta_section {
    background: unset;
}

.execution-model {
      background:#050b14;
      padding:60px 0;
}

.execution-model__title {
    font-weight:600;
    font-size:1.6rem;
    margin-bottom:40px;
    text-align:left;
}

/* --------- FLEX ROW --------- */
.execution-model__row {
    display:flex;
    width:100%;
    gap:0;
    min-height:320px;
}

.phase-item {
    flex:1;
    transition:flex 0.55s ease;      /* smoother */
    overflow:hidden;
}

/* default: first card wider */
.execution-model__row:not(:hover) .phase-item--primary {
    flex:2.6;
}

/* when any hover: equal first…  */
.execution-model__row:hover .phase-item {
    flex:1;
}

/* …then hovered item grows */
.execution-model__row:hover .phase-item:hover {
    flex:2.6;
}

/* --------- CARD + OVERLAYS --------- */
.phase-card {
    position:relative;
    height:100%;
    color:#fff;
    overflow:hidden;
    background-position:center;
    background-size:cover;
}

.phase-card::before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.6));
    z-index:1;
    transition:background 0.45s ease;
}

/* default orange for first card */
.execution-model__row:not(:hover) .phase-item--primary .phase-card::before {
    background:rgba(241, 107, 36, 0.7);
}

/* on hover: all dark, then hovered orange */
.execution-model__row:hover .phase-card::before {
    background:linear-gradient(to bottom, rgba(0,0,0,0.88), rgba(0,0,0,0.65));
}

.execution-model__row:hover .phase-item:hover .phase-card::before {
    background:rgba(241, 107, 36, 0.7);
}

.phase-card__content {
    position:relative;
    z-index:2;
    padding:26px 24px 26px 24px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:padding 0.45s ease;
}

.phase-card__circle {
    font-size: 40px;
    font-family: 'DegularDisplayDemo-Semibold';
}

.phase-card__info {
    margin-top:24px;
}

.phase-card__phase-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'DegularDisplayDemo-Semibold';
}

.phase-card__phase-sub {
    font-size: 28px;
    margin-bottom: 8px;
    font-family: 'DegularDisplayDemo-Semibold';
    font-weight: 600;
}

.phase-card__text {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.95;
    margin-bottom: 0;
    font-family: 'Manrope-Medium';
}

.phase-card__body-extra {
    margin-top:6px;
    opacity:0;
    max-height:0;
    overflow:hidden;
    transform:translateY(8px);
    transition:
    opacity 0.4s ease,
    max-height 0.4s ease,
    transform 0.4s ease;
}

.execution-model__row:not(:hover)
    .phase-item--primary
    .phase-card__body-extra {
    opacity:1;
    max-height:400px;
    transform:translateY(0);
}

.execution-model__row:hover .phase-card__body-extra {
    opacity:0;
    max-height:0;
    transform:translateY(8px);
}

.execution-model__row:hover
    .phase-item:hover
    .phase-card__body-extra {
    opacity:1;
    max-height:400px;
    transform:translateY(0);
}

/* --------- RESPONSIVE --------- */
@media (max-width: 991.98px) {

    .execution-model__row {
        flex-direction:column;
    }

    /* First item always expanded */
    .phase-item:first-child .phase-card__body-extra {
        opacity:1 !important;
        max-height:none !important;
        transform:none !important;
    }

    .phase-item:first-child {
        height:auto !important;
    }

    /* All other items collapsed by default */
    .phase-item:not(:first-child) .phase-card__body-extra {
        opacity:0;
        max-height:0;
        transform:translateY(10px);
        overflow:hidden;
        transition:all .4s ease;
    }

    .phase-item {
        flex:1 !important;
        cursor:pointer;
    }

    /* When expanded on click */
    .phase-item.mobile-open .phase-card__body-extra {
        opacity:1 !important;
        max-height:600px !important;
        transform:translateY(0);
    }

    .phase-card__content {
        padding:24px 20px;
    }
}


/* Contact Us page */

.contact-hero-h{
    margin-top: 130px;
}

.qustion-form{
    background-color: #F16B24;
    text-align: center;
}

.contact-wrapper .contact-title {
    color: #fff;
    margin-bottom: 10px;
}

.contact-wrapper .contact-subtitle {
    color: #fff;
}

.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper input[type="tel"],
.contact-wrapper textarea {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 13px 15px;
    font-size: 16px;
    color: #000;
}

.contact-wrapper textarea::placeholder {
    color: #757575 !important;
}

.contact-wrapper input[type="submit"] {
    background: #1589C6;
    color: #fff;
    padding: 10px 60px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}

.metropark-text {
    position: absolute;
    bottom: 0px;
    background-color: #F16B24;
    padding: 10px 70px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	width:100%;
    height: 110px;
}

.metropark-box img{
    border-radius: 20px;
}

.metropark-text p{
    font-size: 18px;
}

#offer-section {
    background-color: #181E27;
}

.offer-card {
  display: flex;
  background: #f37021;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 500px;
}

.offer-content {
  padding: 30px 20px;
  width: 100%;
  color: white;
  position: relative;
  z-index: 2;
}

.offer-img {
    width: 100%;
}

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

.offer-number {
  font-size: 30px;
}

.offer-content h3 {
    min-height: 80px;
    font-size: 30px;
}

.offer-list {
  opacity: 0;
  min-height: 220px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding-left: 18px;
}

.offer-card:hover .offer-list {
  opacity: 1;
}

.offer-list li::marker {
    color: #fff !important;
}


.btn-explore {
  background: #2ecbff;
  color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s;
}

.btn-explore:hover {
  background: #2ecbff;
}

.offer-list li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  font-size: 20px;
}

.offer-list li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* CaseStudy page */

.case-study-background {
    background-color: #fef0e9;
    border-radius: 20px;
    margin: 0 30px;
}

.methodology-content ul{
    list-style: square;
    padding-left: 18px;
}

.methodology-content ul li{
    margin-top: 10px;
}




/* OUTER TABLE WRAP */
.table-wrapper {
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
}

/* HEADER ROW (ORANGE PILL) */
.ai-table thead th {
  background: #f36c21;
  color: #fff;
  border: none;
  padding: 18px 24px;
}

.ai-table thead th:first-child {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.ai-table thead th:last-child {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

/* HEADER TEXT STYLE */
.ai-table thead h3 {
  margin: 0;
}

/* BODY CELLS */
.ai-table tbody td {
  padding: 16px 24px;
  border: 1px solid #ececec;
  vertical-align: middle;
  font-size: 22px;
}


/* COLOR BOX */
.color-dot {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: inline-block;
}



.ai-global{
    list-style: square;
    font-weight: bold;
}


.right-side-border{
    border-right: 1px solid #C7C7C7;
}
.results-list-main{
    padding-left: 40px;
}
.results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px 40px;
}

.results-list li {
  font-size: 15px;
  color: #111;
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
}

.results-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ff7a00;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 1px;
}

#introduction a,
.page-content a{
    color: #000;
}

.tnp-privacy-field a{
    color: #F16B24;
    text-decoration: underline;
}

.page-template-policy p {
    font-size: 18px;
}

.industry-btn a {
    background: #2ecbff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s;
    width: fit-content;
    height: 40px;
}

.industry-box-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    background-color: #F16B24; 
     transition: all 0.4s ease-in-out;
}

.industry-box-content:hover{
    background-color: unset;
    transition: all 0.4s ease-in-out;
}

.title-subtitle p{
    font-size: 18px;
}



.industry-btn a p{
    display: none;
    margin-bottom: 0;
     transition: all 0.10s ease-in-out;
}
/* Show on hover */
.industry-card-main:hover .industry-btn a p {
    display: block;
     transition: all 0.4s ease-in-out;
}

.title-subtitle h3{
    font-size: 38px;
}

.knoledge-slider .knowledge_center_box{
    width: unset !important;
    margin: 10px;
}

.knowledge_center_img img{
    border-radius: 20px;
}


/* Careers page */

div#nav-tab {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-profile-tab {
    background-image: url(../img/Indian.png);
    background-size: cover;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
    font-size: 30px;
}

#nav-home-tab {
    background-image: url(../img/US.png);
    background-size: cover;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
    font-size: 30px;
}

#current-opening .nav-link {
    opacity: 0.8;
}

#current-opening .nav-link.active {
    opacity: 1;
}

.event-box {
    border: 1px solid #ABABAB;
    padding: 30px;
    border-radius: 10px;
    margin-left: 15px;
    height: 100%;
}

.event-box h2{
    min-height: 80px;
}


.event-box a{
    background-color: #dd6221;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 20px;
}

.us-single-title{
    padding-top: 100px;
    padding-bottom: 0;
}

.input-group{
    display: unset;
}

.file-upload p{
    font-size: 16px;
    color: #fff;
}

.candidate-detail {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}

.job-single-form {
    background: #f26a24;
    padding: 60px 70px;
    border-radius: 20px;
}

.job-single-form .form-control {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #fff !important;
    opacity: 1; /* Ensures full visibility in some browsers */
}

.submit-career {
    background-color: #fff;
    color: #000;
    padding: 10px 50px;
    border: unset;
    border-radius: 10px;
}

.tnp-privacy-field a:hover{
    text-decoration: underline;
}

.candidate-detail .wpcf7-not-valid-tip,
.contact-wrapper .wpcf7-not-valid-tip{
    color: #fff !important;
    font-size: 16px !important;
}

.job-single-form .wpcf7 form .wpcf7-response-output{
     border: unset !important;
    color: #fff !important;
    margin: 0 auto !important;
    text-align: center !important;
}
#qustion-form .wpcf7 form .wpcf7-response-output {
    border: unset !important;
    color: #fff !important;
    margin: 0 auto !important;
}

