/*
Theme Name: Formexa Studio
Theme URI: https://formexastudio.com/
Description: Formexa Studio
Author: Formexa Studio
Version: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: boyc
Text Domain: formexa-studio
*/
/* Custom styles */
/* Child Theme Custom CSS */
.custom-service-layout .pxl-grid .pxl-grid-item {
    padding: 0 0 10px 0;
}
.pxl-text-storke.accent-color .pxl-heading .pxl-item--title {
    -webkit-text-stroke-color: #296EF9;
}
.gutter-15 .pxl-grid .pxl-grid-item{
    padding: 0 0 15px 0;
}
.pxl-logo-mobile .pxl-logo--light {
  display: none;
}
/* =========================================
   INDUSTRY SERVICES
========================================= */
.formexa-industry-services {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    gap: 80px;
    align-items: start;
}
/* =========================================
   LEFT COLUMN
========================================= */
.formexa-industry-services__left {
    width: 100%;
}
.formexa-industry-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid #777;
    cursor: pointer;
}
.formexa-industry-item:first-child {
    padding-top: 0;
}
.formexa-industry-item__content {
    flex: 1;
}
.formexa-industry-item__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.1;
}
.formexa-industry-item__excerpt {
    font-size: 15px;
    line-height: 1.6;
}
.formexa-industry-item__excerpt p {
    margin: 0;
}
.formexa-industry-item__button {
    flex-shrink: 0;
}
.formexa-industry-item__link {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(90deg, #3a6cff 0%, #8a3ffc 100%);
    color: #fff;
    text-decoration: none;
    transition:
        opacity .25s ease,
        transform .25s ease;
}
.formexa-industry-item__link:hover {
    background: linear-gradient(90deg, #3a6cff 0%, #8a3ffc 100%);
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px);
}
/* =========================================
   RIGHT COLUMN - STICKY
========================================= */
.formexa-industry-services__right {
    position: sticky;
    top: 120px;
    align-self: start;
    height: fit-content;
}
/* =========================================
   IMAGE
========================================= */
.formexa-industry-preview {
    width: 100%;
    overflow: hidden;
}
.formexa-industry-preview__link {
    display: block;
}
.formexa-industry-preview__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition:
        opacity .25s ease,
        transform .5s ease;
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
    .formexa-industry-services {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .formexa-industry-services__right {
        position: relative;
        top: auto;
        order: -1;
    }
    .formexa-industry-item {
        gap: 20px;
        align-items: flex-start;
    }
    .formexa-industry-item__title {
        font-size: 19px;
    }
    .formexa-industry-item__excerpt {
        font-size: 14px;
    }
    .formexa-industry-item__link {
        padding: 10px 16px;
        font-size: 14px;
    }
}
.btn-industry a .elementor-button-text {
    position: relative;
}
.btn-industry a .elementor-button-text:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #444;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-industry a:hover .elementor-button-text:before{
     background-color: #000;
}
.pxl-service-grid-layout1 a.btn.btn-default {
    z-index: 2;
}
