/**
* Theme Name: Aine Child
* Description: This is a child theme of Aine, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: aine
* Version: 1.0.5
*/


.salient-features{
    margin-top:80px;
}

.industry-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.industry-text h2{
color:#fff;
margin:40px 0 10px;
font-size:30px;
}

.industry-text{
    padding-right:50px;
    padding-left:50px;
}

.industry-text p{
    color:#fff;
}


.industry-heading {
    font-size: 32px;
    color: #ff8000;
    margin-bottom: 20px;
}



.industry-tab-content {
    display: none;
}

.industry-tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.industry-layout {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.industry-image img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.industry-text {
    flex: 1;
}

.industry-tab-buttons {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #444;
    padding-left: 0;
    list-style: none;
    margin:0;
}

.industry-tab-btn {
    cursor: pointer;
    padding: 10px 0;
    font-size: 16px;
    position: relative;
    color: #fff;
}

.industry-tab-btn.active {
    color: #ff8000;
}

.industry-tab-btn.active::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ff8000;
    bottom: -2px;
    left: 0;
}

.industry-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color:#fff;
}

.industry-text p {
    font-size: 16px;
    margin-bottom: 15px;
}

.industry-button {
    display: inline-block;
    background-color: #ff8000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight:700;
}



@media(max-width:600px){
    .industry-tab-buttons{
        margin:0;
        display:block;
    }
    .industry-text{
        padding:10px;
    }
    .industry-tab-buttons li.active{
        margin-bottom:10px;
    }
    .industry-text h2{
        margin:0;
    }
    .industry-image {
        margin-top:20px;
    }
}