*{
    padding: 0px;
    margin: 0px;
    font-family: "Livvic", Sans-serif;
}
.indigene-hero {
    width: 100%;
    box-sizing: border-box;
    background-color: #FBF9F7;
}
.wla-hero-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    display: grid;
}

.indigene-hero *,
.indigene-hero *::before,
.indigene-hero *::after {
    box-sizing: border-box;
}
.indigene-hero-content {
    width: 100%;
    
}
.section_heading {
    margin: 0 0 20px;
    padding: 0;

    
    
    line-height: 1.15;
    font-weight: 700;
    color: #202020;
}
.highlight_span {
    color: #1CB0A9;
}
.section_des {
  
    padding: 0;

   
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;

    color: #555555;
}
.indigene-hero-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 18px 0 18px;
    padding: 0;
    list-style: none;
}

.indigene-hero-list li {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0 18px;

    text-align: center;
}
.indigene-hero-list li:first-child {
    padding-left: 0 !important;
}

/* Vertical divider */
.indigene-hero-list li:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 0;
    right: 0;

    width: 1px;
    height: 100%;

    background: #e5e5e5;
}

/* Icon */
.feature-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 9px;

    background: #e8f6f5;
    border-radius: 50%;

    color: #1CB0A9;
    font-size: 21px;
}

/* Title */
.indigene-hero-list li h3 {
    margin: 0 0 6px;

   
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;

    color: #252525;
}

/* Description */
.indigene-hero-list li p {
    max-width: 150px;

    margin: 0;

   
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;

    color: #555;
}



/* ================================
   BUTTON
================================ */

.indigene-hero-button-wrapper {
    margin-top: 30px;
}

.indigene-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 145px;
    padding: 14px 28px;

    background: #1CB0A9;
    color: #ffffff;

    border: 2px solid #1CB0A9;
    border-radius: 5px;

   
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.indigene-hero-button:hover {
    background: #ffffff;
    color: #1CB0A9;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(28, 176, 169, 0.18);
}

/* ================================
   RIGHT IMAGE
================================ */

.indigene-hero-image {
    width: 100%;
    flex: 0 0 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.indigene-hero-image img {
    display: block;

    width: 100%;
    max-width: 550px;
    height: auto;

    margin: 0 auto;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {

    .indigene-hero {
        padding: 55px 25px;
    }

    .indigene-hero-container {
        gap: 35px;
    }

    

    .section_subtitle {
        font-size: 18px;
    }

    section_des {
        font-size: 16px;
    }

     .indigene-hero-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .indigene-hero-list li {
        padding: 0 10px;
    }

    .indigene-hero-list li h3 {
        font-size: 10px;
    }

    .indigene-hero-list li p {
        font-size: 8px;
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .indigene-hero {
        padding: 45px 20px;
    }
    .indigenous-certification-heading{
        max-width: 100%;
    }
    .wla-hero-grid{
        grid-template-columns: 1fr;
    }

    .indigene-hero-container {
        flex-direction: column;
        gap: 40px;
    }

    .indigene-hero-content,
    .indigene-hero-image {
        width: 100%;
        flex: 0 0 100%;
    }

    .indigene-hero-content {
        text-align: left;
    }

    .section_heading {
       
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .section_subtitle {
        font-size: 17px;
        margin-bottom: 16px;
    }

    section_des {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 22px;
    }

     .indigene-hero-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .indigene-hero-list li {
        padding: 0 12px;
    }

    .indigene-hero-list li:nth-child(2)::after {
        display: none;
    }

    .indigene-hero-list li:nth-child(3)::after {
        display: block;
    }


    .indigene-hero-button-wrapper {
        margin-top: 25px;
    }

    .indigene-hero-button {
        padding: 13px 25px;
        font-size: 15px;
    }

    .indigene-hero-image {
        order: 2;
    }

    .indigene-hero-image img {
        width: 100%;
        max-width: 500px;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .indigene-hero {
        padding: 35px 16px;
    }

   
    .section_subtitle {
        font-size: 15px;
        padding: 7px 12px;
    }

    section_des {
        font-size: 14px;
    }

    
    .indigene-hero-list {
        grid-template-columns: 1fr 1fr;
    }

    .indigene-hero-list li {
        padding: 0 8px;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .indigene-hero-list li h3 {
        font-size: 10px;
    }

    .indigene-hero-list li p {
        font-size: 8px;
    }

}
.indigene-divider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.divider-line {
    width: 25px;
    height: 1px;
    background: #6f9ba0;
    flex-shrink: 0;
}
.divider-second-line {
    width: 50px;
    height: 1px;
    background: #6f9ba0;
    flex-shrink: 0;
}

.divider-icon {
    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1cb0a9;
    font-size: 16px;
    line-height: 1;

    transform: rotate(45deg);
    flex-shrink: 0;
}

.divider-text {
    
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #4e5d6b;
    white-space: nowrap;
}
.itech-reviews-card img {object-fit: contain;
    margin: 0 auto;}


/* Tablet */
@media (max-width: 1024px) {
    .divider-line {
        width: 50px;
    }

    .divider-text {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .indigene-divider {
        gap: 7px;
    }

    .divider-line {
        width: 30px;
    }

    .divider-text {
        font-size: 9px;
        letter-spacing: 0.3px;
        white-space: normal;
    }

    .divider-icon {
        width: 15px;
        height: 15px;
        font-size: 13px;
    }
}




/* =========================================
   INDIGENOUS CERTIFICATION SECTION
========================================= */

.indigenous-certification-section {
    width: 100%;
    
    background: #c7edef;
    box-sizing: border-box;
}

.indigenous-certification-section *,
.indigenous-certification-section *::before,
.indigenous-certification-section *::after {
    box-sizing: border-box;
}

.indigenous-certification-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.indigenous-certification-heading {
    text-align: center;
    margin-bottom: 40px;
    max-width: 80%;
    margin:auto;
}



.indigenous-certification-heading h3 {
    margin: 0 0 10px;

    
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;

    color: #006471;
}




/* =========================================
   CARDS WRAPPER
========================================= */

.certification-cards {
    display: grid;

    grid-template-columns: 1fr 50px 1fr;

    align-items: center;

  
    margin: 0 auto;
}


/* =========================================
   CERTIFICATION CARD
========================================= */

.certification-card {
    position: relative;

    height: 100%;

    padding: 15px 18px 18px;

    background: #ffffff;

    border-radius: 12px;

    box-shadow:
        0 7px 0 #8c4a08,
        0 8px 15px rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
}

.certification-card:first-child {
    box-shadow:
        0 7px 0 #6F1415,
        0 8px 15px rgba(0, 0, 0, 0.08);
}


/* =========================================
   LOGO
========================================= */

.certification-logo {
    width: 100%;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.certification-logo img {
    display: block;

    width: auto;
    max-width: 80%;
    height: 80px;

    object-fit: contain;
}


/* =========================================
   GOLD LINE
========================================= */

.certification-line {
    width: 20%;
    height: 2px;

    margin: 20px 0 16px;

    background: #d3a62a;
}


/* =========================================
   CARD TEXT
========================================= */

.certification-card p {
    margin: 0;

    
    
    line-height: 1.45;

    color: #202020;
}

.certification-card p span {
    color: #b62b27;
}


/* =========================================
   CENTER BADGE
========================================= */

.certification-center {
    position: relative;

    height: 190px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* Vertical lines */

.center-line {
    width: 1px;
    height: 48px;

    background: #9c9c9c;
}


/* Badge */

.certification-badge {
    width: 50px;
    height: 50px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

   

    border-radius: 6px;

    transform: rotate(45deg);
}


/* Badge inside */

.badge-inner {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    

    border: 1px solid #A56D20;

    border-radius: 50%;

    transform: rotate(-45deg);

    color: #a87d19;
    font-size: 21px;
}

.badge-inner span {
    line-height: 1;
}


/* =========================================
   DESKTOP CARD DIFFERENCE
========================================= */

.certification-card:first-child {
    margin-right: 0;
}

.certification-card:last-child {
    margin-left: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .indigenous-certification-section {
        padding: 50px 20px 60px;
    }

 

    

    .certification-cards {
        grid-template-columns: 1fr 40px 1fr;
    }

    .certification-card {
        min-height: 180px;
        padding: 13px 15px 16px;
    }

    .certification-logo {
        height: 95px;
    }

    .certification-logo img {
        height: 85px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indigenous-certification-section {
        padding: 45px 18px 50px;
    }

    .indigenous-certification-heading {
        margin-bottom: 30px;
    }

    

    

    .indigenous-certification-heading p {
        font-size: 12px;
    }

    .certification-cards {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .certification-card {
        width: 100%;
        min-height: 180px;
    }

    /* Center badge becomes horizontal */
    .certification-center {
        width: 100%;
        height: 45px;

        flex-direction: row;
    }

    .center-line {
        width: 45%;
        height: 1px;
    }

    .certification-badge {
        width: 42px;
        height: 42px;

        margin: 0 12px;

        flex-shrink: 0;
    }

    .badge-inner {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .indigenous-certification-section {
        padding: 38px 15px 45px;
    }

   

   

    .indigenous-certification-heading p {
        font-size: 11px;
    }

    .certification-card {
        padding: 12px 15px 16px;
    }

    .certification-logo {
        height: 90px;
    }

    .certification-logo img {
        height: 80px;
    }

    

}


.indigenetech-growth-section {
    width: 100%;
    

    background: #C5EBEB;

    box-sizing: border-box;
}

.indigenetech-growth-section *,
.indigenetech-growth-section *::before,
.indigenetech-growth-section *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.indigenetech-growth-container {
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.growth-content {
    width: 100%;
}

.growth-content h2 {
    margin: 0 0 25px;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;

    color: #222222;
}

.growth-content p {
    margin: 0;

    
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    color: #555555;
}


/* =========================================
   RIGHT FORM BOX
========================================= */

.growth-form {
    width: 100%;

    padding: 40px 40px 35px;

    background: #f3fbfb;

    border-radius: 12px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.growth-form h2 {
    margin: 0 0 12px;

    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;

    color: #1d1e20;
}

.form-description {
    margin: 0 0 25px;

    text-align: center;
    font-size: 14px;
    line-height: 1.6;

    color: #444444;
}


/* =========================================
   HUBSPOT FORM
========================================= */

.hubspot-form-wrapper {
    width: 100%;
}

.hubspot-form-wrapper .hbspt-form {
    width: 100%;
}


/* HubSpot iframe */

.hubspot-form-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;

    border: 0 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .indigenetech-growth-section {
        padding: 60px 25px;
    }

    .indigenetech-growth-container {
        gap: 40px;
    }

    .growth-content h2 {
        font-size: 38px;
    }

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

    .growth-form {
        padding: 30px;
    }

    .growth-form h2 {
        font-size: 26px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indigenetech-growth-section {
        padding: 50px 20px;
    }

    .indigenetech-growth-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .growth-content h2 {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .growth-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    .growth-form {
        padding: 28px 22px;
    }

    .growth-form h2 {
        font-size: 25px;
    }

    .form-description {
        font-size: 14px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .indigenetech-growth-section {
        padding: 40px 15px;
    }

    .growth-content h2 {
        font-size: 27px;
    }

    .growth-content p {
        font-size: 14px;
    }

    .growth-form {
        padding: 25px 18px;
        border-radius: 8px;
    }

    .growth-form h2 {
        font-size: 23px;
    }

}

.indigene-about-section {
    width: 100%;
    padding: 80px 20px;

    background: #ffffff;

    box-sizing: border-box;
}

.indigene-about-section *,
.indigene-about-section *::before,
.indigene-about-section *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.indigene-about-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.indigene-about-content {
    width: 100%;
}

.indigene-about-content h2 {
    position: relative;

    margin: 0 0 25px;
    padding-bottom: 14px;

    
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;

    color: #222222;
}

/* Teal underline */

.indigene-about-content h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 55px;
    height: 3px;

    background: #1CB0A9;

    border-radius: 3px;
}

.indigene-about-content p {
    margin: 0;

    
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    color: #555555;
}


/* =========================================
   IMAGE
========================================= */

.indigene-about-image {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.indigene-about-image img {
    display: block;

    width: 100%;
    max-width: 520px;
    height: auto;

    object-fit: contain;

    border-radius: 8px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .indigene-about-section {
        padding: 60px 25px;
    }

    .indigene-about-container {
        gap: 40px;
    }

    .indigene-about-content h2 {
        font-size: 34px;
    }

    .indigene-about-content p {
        font-size: 15px;
        line-height: 1.7;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indigene-about-section {
        padding: 50px 20px;
    }

    .indigene-about-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .indigene-about-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .indigene-about-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    .indigene-about-image {
        order: 2;
    }

    .indigene-about-image img {
        max-width: 500px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .indigene-about-section {
        padding: 40px 15px;
    }

    .indigene-about-container {
        gap: 30px;
    }

    .indigene-about-content h2 {
        font-size: 27px;
    }

    .indigene-about-content p {
        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================
   MAIN SECTION
========================================= */

.indigene-tabs-section {
    width: 100%;
    background: #096771;
   
    color: #ffffff;
    box-sizing: border-box;
}

.indigene-tabs-section *,
.indigene-tabs-section *::before,
.indigene-tabs-section *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.indigene-tabs-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.indigene-tabs-title {
    margin: 0 auto 36px;

    font-size: 32px;

    text-align: center;

    
    
    line-height: 1.25;
    font-weight: 700;

    color: #ffffff;
}


/* =========================================
   TABS
========================================= */

.indigene-tabs-nav {
    width: 100%;
    max-width: 70%;

  

    margin: 0 auto 18px;

    display: flex;

    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 30px;

    overflow: hidden;
}


.indigene-tab-btn {
    width: 50%;
    height: 100%;
    padding: 16px 18px;

    

    border: none;
    outline: none;

    background: transparent;

    color: #ffffff;

    cursor: pointer;

    
    
    line-height: 1;
    font-weight: 600;

    transition: all 0.3s ease;
}


.indigene-tab-btn.active {
    background: #ffffff;
    color: #096771;

    border-radius: 30px;
}


.indigene-tab-btn:hover {
    background: #ffffff;
    color: #096771;
}


/* =========================================
   TAB CONTENT
========================================= */

.indigene-tab-content {
    display: none;
    margin: auto;

    width: 80%;
}

.indigene-tab-content.active {
    display: block;
}


/* =========================================
   CARDS
========================================= */

.indigene-cards {
    width: 100%;

    display: grid;

    border: 1px solid rgba(255,255,255,0.55);
}


/* First tab */

.approach-cards {
   
    margin: 0 auto;

    grid-template-columns: repeat(2, 1fr);
}


/* Second tab */

.capabilities-cards {
    grid-template-columns: repeat(6, 1fr);
}


/* =========================================
   CARD
========================================= */

.indigene-card {
   

    padding: 12px 14px;

    display: flex;
    align-items: flex-start;

    gap: 12px;

    border-right: 1px solid rgba(255,255,255,0.55);
    border-bottom: 1px solid rgba(255,255,255,0.55);

    background: transparent;
}


/* First row - second tab */

.capabilities-cards .indigene-card:nth-child(1),
.capabilities-cards .indigene-card:nth-child(2),
.capabilities-cards .indigene-card:nth-child(3) {
    grid-column: span 2;
}


/* Second row - second tab */

.capabilities-cards .indigene-card:nth-child(4) {
    grid-column: 1 / span 3;
}

.capabilities-cards .indigene-card:nth-child(5) {
    grid-column: 4 / span 3;
}


/* Remove right border */

.approach-cards .indigene-card:nth-child(2) {
    border-right: none;
}

.capabilities-cards .indigene-card:nth-child(3),
.capabilities-cards .indigene-card:nth-child(5) {
    border-right: none;
}


/* Remove bottom border */

.capabilities-cards .indigene-card:nth-child(4),
.capabilities-cards .indigene-card:nth-child(5) {
    border-bottom: none;
}

.approach-cards .indigene-card {
    border-bottom: none;
}


/* =========================================
   ICON
========================================= */

.indigene-card-icon {
    width: 50px;
    height: 50px;

    

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #096771;

    border-radius: 2px;

    font-size: 11px;
    line-height: 1;
}


/* =========================================
   CARD CONTENT
========================================= */

.indigene-card-content {
    flex: 1;
}

.indigene-card h3 {
    margin: 0 0 3px;

    
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    color: #ffffff;
}

.indigene-card p {
    margin: 0;

    
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    color: rgba(255,255,255,0.95);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indigene-tabs-section {
        padding: 35px 15px;
    }

    

    .indigene-tabs-nav {
        height: auto;
        min-height: 42px;
    }

    .indigene-tab-btn {
        min-height: 40px;
        padding: 8px 10px;

        font-size: 10px;
        line-height: 1.2;
    }


    /* All cards one column */

    .approach-cards,
    .capabilities-cards {
        max-width: 100%;

        grid-template-columns: 1fr;
    }

    .capabilities-cards .indigene-card:nth-child(1),
    .capabilities-cards .indigene-card:nth-child(2),
    .capabilities-cards .indigene-card:nth-child(3),
    .capabilities-cards .indigene-card:nth-child(4),
    .capabilities-cards .indigene-card:nth-child(5) {

        grid-column: auto;

        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.55);
    }

    .capabilities-cards .indigene-card:last-child {
        border-bottom: none;
    }

    .approach-cards .indigene-card {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.55);
    }

    .approach-cards .indigene-card:last-child {
        border-bottom: none;
    }

    .indigene-card {
        min-height: 100px;
        padding: 15px;
    }


    

}


.indigene-industries {
    width: 100%;
    padding: 30px 20px 40px;
    background: #ffffff;
   
}

.industries-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}




/* MAIN LAYOUT */

.industries-wrapper {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;

    align-items: stretch;
}


/* LEFT TABS */

.industry-tabs {
    display: flex;
    flex-direction: column;

    background: #fff;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0,0,0,.07);
}

.industry-tab {
    width: 100%;
   

    padding: 14px 16px;

    display: grid;
    grid-template-columns: 30px 1fr 12px;
    align-items: center;

    gap: 7px;

    border: 0;
    border-bottom: 1px solid #eeeeee;

    background: #fff;

    color: #263238;

    text-align: left;

    cursor: pointer;

    
    font-size: 14px;
    font-weight: 700;

    transition: all .25s ease;
}

.industry-tab:last-child {
    border-bottom: 0;
}


/* ACTIVE TAB */

.industry-tab.active {
    background: #096b73;
    color: #fff;
}


/* ICON */

.industry-icon {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e1f3f3;

    color: #096b73;

    font-size: 13px;
}

.industry-tab.active .industry-icon {
    background: #ffffff;
    color: #096b73;
}


/* ARROW */

.industry-arrow {
    font-size: 18px;
    line-height: 1;

    color: #333;
}

.industry-tab.active .industry-arrow {
    color: #fff;
}


/* RIGHT CONTENT */

.industry-content {
    min-width: 0;

    border: 1px solid #08707a;
    border-radius: 9px;

    padding: 20px;

    background: #fff;
}


/* PANEL */

.industry-panel {
    display: none;
}

.industry-panel.active {
    display: block;
}


/* HEADING */

.industry-heading {
    display: flex;
    align-items: center;

    gap: 13px;
}

.industry-number {
    width: 35px;
    height: 35px;

    

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    background: #096b73;
    color: #fff;

    font-size: 11px;
    font-weight: 600;
}

.industry-heading h3 {
    margin: 0;

    color: #111;

    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}


/* SMALL LINE */

.industry-line {
    width: 15px;
    height: 2px;

    margin: 7px 0 9px 46px;

    background: #096b73;
}





/* IMAGE */

.industry-image {
    display: block;

    width: 100%;
    max-width: 100%;

    height: 134px;

    object-fit: cover;

    border-radius: 8px;
}


/* TABLET */

@media (max-width: 900px) {

    .industries-wrapper {
        grid-template-columns: 165px 1fr;
    }

    .industry-content {
        padding: 18px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .indigene-industries {
        padding: 30px 15px;
    }

    .industries-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .industries-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .industry-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        border-radius: 8px;
    }

    .industry-tab {
        min-height: 48px;

        grid-template-columns: 28px 1fr 10px;

        font-size: 9px;
    }

    .industry-icon {
        width: 25px;
        height: 25px;
    }

    .industry-content {
        padding: 18px;
    }

    .industry-heading h3 {
        font-size: 18px;
    }

    .industry-panel p {
        font-size: 11px;
        line-height: 1.6;
    }

    .industry-image {
        height: 180px;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .industry-tabs {
        grid-template-columns: 1fr;
    }

    .industry-tab {
        min-height: 45px;
    }

    .industry-image {
        height: 160px;
    }

}