.div-page-col-header{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.div-page-header-cover{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2463;
    opacity: 0.8;
    z-index: 1;
}
.div-page-header{
    background-image: url('../images/about-header.jpg');
    height: 67vh;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 4.5rem;*/
}
.div-page-header-content{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 4rem;
}
.div-page-header-content-title{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}
.div-page-header-content-title span{
    color: rgba(242, 153, 74, 1);
}
.div-page-header-content-desc{
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
}
.btn-header{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Inter', "sans-serif";
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-header-accent{
    background-color: #F2994A;
    color: white;
}
.btn-header-accent:hover {
    background-color: #e08a3c;
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.btn-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.btn-header:hover::after {
    left: 100%;
}
.div-about-row-introduction{
    padding: 5rem 0;
    position: relative;
    background-color: #F0F7FF;
    background-color: black;
    background-image: linear-gradient(180deg, #F0F7FF 0%, white 100%);
    opacity: 1;
    transform: translateY(1.25rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-top: -1.25rem;
}
.div-page-introduction-header{
    margin-bottom: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}
.div-row-industrial-stats{
    padding-top: 3rem;
    padding-bottom: 3rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-industrial-stats{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-industrial-stats-item{
    border-radius: 0.5rem;
    background-color: rgba(247, 250, 252, 1);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.div-industrial-stats-item-top{
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: rgba(10, 36, 99, 1);
}
.div-industrial-stats-item-bottom{
    text-align: center;
    color: rgba(75, 85, 99, 1);
}
.div-industrial-solutions{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-row-solutions{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(247, 250, 252, 1);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-industrial-solutions-bottom{
    display: flex;
    justify-content: center;
}
/*.solutions-line-div{
    display: grid;
    width: 100%;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}*/
.solutions-line-div{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.div-industrial-solutions-bottom-item-a{
    text-decoration: none;
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2.5rem;
}
.div-industrial-solutions-item-div{
    position: relative;
    height: 28.25rem;
    min-width: 20.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
    cursor: pointer;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.6s, transform 0.6s;
}
.solutions-item-div-img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 22.333125rem;
}
.solutions-item-div-img img{
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.solutions-item-div-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.85), rgba(46, 125, 50, 0.9));
}
.solutions-item-div-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 2rem 2rem;
    color: #ffffff;
    z-index: 3;
    transition: transform 0.4s ease;
}
.solutions-item-div-content-icon{
    width: 3.75rem;
    height: 3.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.25rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}
.solutions-item-div-content-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.solutions-item-div-content h3{
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}
.solutions-item-div-content p{
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, margin-bottom 0.3s ease;
}
.div-industrial-solutions-item-div:hover .solutions-item-div-content p{
    max-height: 9.375rem;
    margin-bottom: 1.5rem;
}
.solutions-item-div-content-feature{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, margin-bottom 0.3s ease;
}
.solutions-item-div-content-feature span{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    padding: 0.2rem 0.45rem;
    border-radius: 20px;
    font-size: 0.6rem;
    transition: background-color 0.3s ease;
}

.div-industrial-solutions-item-div:hover .solutions-item-div-content-feature{
    max-height: 6.25rem;
    margin-bottom: 1.5rem;
}
.solution-link{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-decoration: none;
}

.div-industrial-solutions-item-div:hover .solution-link {
    opacity: 1;
    transform: translateY(0);
}
.div-row-insights{
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-insights{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-insights-middle{
    margin-bottom: 3rem;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-insights-cards{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(247, 250, 252, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: transform 0.3s  ease, box-shadow 0.3s  ease;
}
.div-insights-cards-detail{
    padding: 2rem;
}
.div-insights-cards-detail-title{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.div-insights-cards-detail-title-icon{
    margin-right: 1rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10,36, 99, 0.1);
}
.div-insights-cards-detail-title-icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.div-insights-cards-detail-title h3{
    font-family: 'Montserrat', 'sans-serif';
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-insights-cards-detail-desc{
    margin-bottom: 1.5rem;
    color: rgba(75, 85, 99, 1);
}
.div-insights-cards-detail-content{
    margin-bottom: 1.5rem;
}
.div-insights-cards-detail-content-item{
    display: flex;
    align-item: flex-start;
}
.div-insights-cards-detail-content-item-icon{
    margin-right: 1rem;
    margin-top: 0.25rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10,36, 99, 0.1);
    flex-shrink: 0;
}
.div-insights-cards-detail-content-item-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.div-insights-cards-detail-content-item-info{

}
.div-insights-cards-detail-content-item-info h4{
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    font-size: 1rem;
}
.div-insights-cards-detail-content-item-info p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-insights-canvas{
    height: 18rem;
}
.div-insights-bottom{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(247, 250, 252, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: transform 0.3s  ease, box-shadow 0.3s  ease;
}
.div-insights-trends{
    padding: 2rem;
}
.div-insights-trends-title{
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.div-insights-trends-title-icon{
    margin-right: 1rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
}
.div-insights-trends-title-icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.div-insights-trends-title h3{
    font-family: 'Montserrat', 'sans-serif';
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(10, 36, 99, 1);
}
.div-insights-trends-desc{
    margin-bottom: 2rem;
}
.div-insights-trends-bottom{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-insights-trends-bottom-card{

}
.div-insights-trends-bottom-card h4{
    margin-bottom: 1rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    font-size: 1rem;
}
.div-insights-trends-bottom-card-info{

}
.div-insights-trends-bottom-card-info-item{
    display: flex;
    align-items: flex-start;
}
.div-insights-trends-bottom-card-info-item-icon{
    margin-right: 1rem;
    margin-top: 0.25rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
}
.div-insights-trends-bottom-card-info-item-content h5{
    font-weight: 500;
    color: rgba(10, 36, 99, 1);
    font-size: 1rem;
}
.div-insights-trends-bottom-card-info-item-content p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-insights-trends-bottom-card-canvas{
    height: 16rem;
}
.div-row-capabilities{
    padding-top: 5rem;
    padding-bottom: 10rem;
    background-color: rgba(247, 250, 252, 1);
    opacity: 0;
    transition: opacity 0.6s  ease-out, transform 0.6s  ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-capabilities-details{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-capabilities-details-item{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.div-capabilities-details-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.div-capabilities-details-item-icon{
    margin-bottom: 1.5rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
}
.div-capabilities-details-item-icon svg{
    height: 1.5rem;
    width: 1.5rem;
}
.div-capabilities-details-item h3{
    margin-bottom: 0.75rem;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-capabilities-details-item p{
    margin-bottom: 1rem;
    color: rgba(75, 85, 99, 1);
}
.div-capabilities-details-item ul{
    margin-bottom: 1.5rem;
    padding-left: 0px;
}
.div-capabilities-details-item ul li{
    display: flex;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.div-capabilities-details-item ul li img{
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}
.div-capabilities-details-item ul li span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}



