/*
Theme Name: Ment Tech Labs
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743079327
Updated: 2025-03-27 12:42:07
consulting-box-section
*/

/*
Theme Name: Ment Tech Labs
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743079327
Updated: 2025-03-27 12:42:07
*/





a.inter-link {
    color: currentcolor;
    font-weight: 700;
}

ul.wp-block-list.ul-list li {
    padding-bottom: 10px !important;
}

.white-svg-icon path {
    filter: brightness(15) !important;
}

@media (min-width: 767px) {
    .products-tab .e-n-tabs-heading {
        display: block !important;
        height: 330px;
        overflow-y: auto !important;
    }
    .products-tab .e-n-tab-title {
        width: 100%;
        padding-bottom: 13px;
        margin-bottom: 20px;
    }
}

.new-faq .e-n-accordion-item[open] summary {
    border-radius: 10px 10px 0 0;
}

/* .case-study-item .case-study-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: gray;
    display: inline-block;
    margin-bottom: 10px;
    transition: background 0.3s, transform 0.3s;
} */

/* .case-study-item.active .case-study-dot {
    background: #ff5e5e;
    transform: scale(1.5);
} */

/* case slider css */
.my-vertical-slider img {
    max-width: 100% !important;
}

.my-vertical-slider {
    width: 100%;
    height: 600px; /* or use 100vh for full viewport height */
    position: relative;
}

.my-vertical-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

/* case study page timeline */
.case-study-item {
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 2px 15px -2px rgba(6, 12, 59, 0.08);
    border: 1px solid #fff;
}

.case-study-item.active {
    opacity: 1;
    border-radius: 20px;
    border: 1px solid #bf7c18;
    background: #F5FBFF;
    box-shadow: 0 2px 15px -2px rgba(6, 12, 59, 0.08);
}

p.case-stud-study-heading {
    padding: 15px 0px;
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: -0.48px !important;
}

.case-study-item p {
    margin: 0;
    font-size: var(--e-global-typography-a2b1f74-font-size);
    font-weight: var(--e-global-typography-a2b1f74-font-weight);
    line-height: var(--e-global-typography-a2b1f74-line-height);
    color: var(--e-global-color-e711336);
}

.case-study-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    position: relative;
}

/* Left image panel */
.case-study-image-panel {
    position: sticky;
    top: 100px;
    width: 40%;
    max-width: 480px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transition: opacity 0.6s ease;
}

.case-study-image-panel img.active {
    opacity: 1;
    position: relative;
}

/* Right content panel */
.case-study-content {
    width: 50%;
    position: relative;
    padding-left: 40px;
    border-left: 2px solid #00bfff30;
}

.case-study-item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    opacity: 1;
    transition: opacity 0.4s ease;
    cursor: pointer;
}

.case-study-dot {
    position: absolute;
    left: -47px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00bfff50;
    border: 2px solid #00bfff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.case-study-item.active .case-study-dot {
    background: #00bfff;
    box-shadow: 0 0 20px #00bfff;
    transform: scale(1.2);
}

@media (max-width: 900px) {
    .case-study-section {
        gap: 0px;
        flex-direction: column;
        align-items: center;
    }
    .case-study-image-panel,
    .case-study-content {
        width: 100%;
        max-width: 100%;
    }
    .case-study-image-panel {
        height: auto;
        margin-bottom: 40px;
        position: relative;
        top: 0px;
    }
}

.block-app-developmennt.product-sl .swiper-wrapper {
    padding-bottom: 90px !important;
}

.block-app-developmennt.product-sl .swiper-button-prev {
    border: solid 1px #fff !important;
    top: 92% !important;
}

.block-app-developmennt.product-sl .swiper-button-next {
    border: solid 1px #fff !important;
    top: 92% !important;
}

.timeline-link a {
    font-weight: 700 !important;
    color: #fff !important;
    text-decoration: underline !important;
}

.services-faq .ekit_accordion_normal_icon,
.marketing-faq .ekit_accordion_normal_icon,
.hire-devs-faqs .ekit_accordion_normal_icon {
    font-size: 20px !important;
}

.services-faq .ekit_accordion_active_icon,
.marketing-faq .ekit_accordion_active_icon,
.hire-devs-faqs .ekit_accordion_active_icon {
    font-size: 20px !important;
}

.services-faq .ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child),
.marketing-faq .ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child),
.hire-devs-faqs .ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child) {
    margin-bottom: 0px !important;
}

.faq-hire-devs ul {
    padding-left: 25px !important;
}

.slider-ai-trading a {
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.services-faq .ekit-accordion--content a {
    text-decoration: underline !important;
}

.consulting-box-section a,
.offring-box a,
.faq-service-section a,
.service-img-with-section a,
.solution-text a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.hire-devs-box a,
.hire-devs-industry-box a,
.hire-devs-list-icons a,
.why-text a,
.faq-hire-devs a,
.year-consulting-text a,
.web-text a,
.blockchain-content p a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.hire-devs-list-icons .elementor-icon-list-text {
    display: flex;
    flex-wrap: wrap;
}

.hire-devs-list-icons a {
    width: auto !important;
    padding-left: 3px;
}

.faq-hire-devs .elementskit-card {
    border-radius: 16px !important;
    background: #F2FAFF !important;
    padding: 40px;
}

.faq-hire-devs .ekit_accordion_icon_group {
    margin-right: 0px !important;
}

.faq-hire-devs .ekit-accordion-title {
    width: 90%;
}

.faq-hire-devs span.e-n-accordion-item-title-header {
    width: 95%;
}

.hire-devs-box {
    box-shadow: 0 2px 15px -2px rgba(6, 12, 59, 0.08);
}

.hire-devs-box:hover {
    background: #F5FBFF;
    box-shadow: 0 2px 15px -2px rgba(6, 12, 59, 0.08);
}

.hire-devs-faqs .elementskit-card {
    border-bottom: 1px solid #333 !important;
}

.home-logos-section .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-inline: initial;
}

.managed-team {
    background: radial-gradient(206.78% 113.05% at 50% -63.05%, #80CFFF 0%, #FFF 100%);
    border-right: 1px dotted;
    border-left: 1px dotted;
    border-image: linear-gradient(to bottom, #ffffff, #e6e6e6, #ffffff) 1;
}

strong.schema-faq-question {
    font-weight: 700;
}

.schema-faq-question strong {
    font-weight: 700;
}

.img-box-logo img {
    border-radius: 0px !important;
}

.visti-website-btn a {
    text-decoration: none !important;
}

.header-menu .elementkit-nav-item .elementkit-nav-link {
    text-align: left !important;
}

.slide-content {
    color: #fff;
}

.col-rel {
    position: relative;
}

/* five steps */
.process-box {
    position: relative !important;
}

@media (max-width: 1500px) {
    p.case-stud-study-heading {
        font-size: 20px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    /* .services-box-heading {
        height: 50px !important;
    } */
    .offering-section .elementor-image-box-title {
        height: 55px !important;
    }
}

@media (max-width: 1100px) {
    .offering-section .elementor-image-box-title {
        height: auto !important;
    }
    .faq-hire-devs .elementskit-card {
        padding: 20px;
    }
}

@media (max-width: 880px) {
    .number-counter .elementor-counter-title {
        text-align: center !important;
    }
}

/* Satoshi Fonts */
@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Satoshi Medium (500) */
@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Black (900) */
@font-face {
    font-family: 'Satoshi';
    src: url('https://www.ment.tech/wp-content/uploads/2025/04/Satoshi-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}