@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Source+Serif+4:wght@400;600&display=swap');


.header-two{z-index: 99;}
.topbar__two{display: block!important;}
@media(max-width: 1024px){
  .header-two__right{flex: 1!important;}
  .topbar__two{background: #192437!important;}
  .topbar__left{display: none!important;}
  .topbar__right{flex: 0 0 100%!important;}
}
@media(max-width: 680px){
  .topbar__right-content #block-indutri-subtheme-topbarlinks{display: none!important;}
}



:root {
  /* Fonts */
  --font-heading: 'Open Sans', sans-serif;
  --font-body: 'Source Serif 4', serif;

  /* Weights */
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Sizes */
  --font-size-sm: 0.875rem;   /* 14px */
  --font-size-base: 1rem;     /* 16px */
  --font-size-lg: 1.125rem;   /* 18px */
  --font-size-xl: 1.25rem;    /* 20px */
  --font-size-2xl: 1.5rem;    /* 24px */
  --font-size-3xl: 2rem;      /* 32px */
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
}

.about_preview{
    .gsc-heading__sub-title span{
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--indutri-theme-color-second);
        margin-bottom: 0.75rem;
        font-family: var(--font-heading);
    }


    .gsc-heading__title span{
        font-family: var(--font-heading);
        font-weight: 700;
        line-height: 1.25;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    }

    .gsc-heading__desc span{
        font-family: var(--font-body);
        color: #555555;
        font-size: 1.05rem;
    }

    .btn{
        color: var(--indutri-theme-color);
        border-color: var(--indutri-theme-color);
        background: transparent;
        font-size: 1rem;
        border-radius: 6px;
        border: 2px solid;
        cursor: pointer;
    }

    .btn:hover{
        background: var(--indutri-theme-color);
        color: #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        border-color: var(--indutri-theme-color);
    }
}

.what_we_do{

    .gsc-heading__sub-title span{
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--indutri-theme-color-second);
        margin-bottom: 0.75rem;
        font-family: var(--font-heading);
    }


    .gsc-heading__title span{
        font-family: var(--font-heading);
        font-weight: 700;
        line-height: 1.25;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    }

    .gsc-heading__desc span{
        font-family: var(--font-body);
        color: #555555;
        font-size: 1.05rem;
    }

    .item-columns{
        position: relative;
        border-radius: 12px;
        padding: 2rem 1.75rem 1.75rem;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
        border-top: 4px solid transparent;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        display: block;
        color: #333333;

        .views-field-title{
            font-family: var(--font-heading);
            font-weight: 700;
            font-size: 1.05rem;
            margin-bottom: 0.6rem;
        }

        .views-field-body{
            font-family: var(--font-body);
            color: #555555;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 1.25rem;
        }

        .views-field-view-node a{
            display: inline-flex;
            align-items: center;
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--indutri-theme-color);
            font-family: var(--font-heading);
        }
    }

    .btn{
        color: var(--indutri-theme-color);
        border-color: var(--indutri-theme-color);
        background: transparent;
        font-size: 1rem;
        border-radius: 6px;
        border: 2px solid;
        cursor: pointer;
    }

    .btn:hover{
        background: var(--indutri-theme-color);
        color: #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        border-color: var(--indutri-theme-color);
    }

}



.impact_stats_section{
    background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 50%, #43A047 100%);

    .gsc-heading__sub-title span{
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--indutri-theme-color-second);
        margin-bottom: 0.75rem;
        font-family: var(--font-heading);
    }


    .gsc-heading__title span{
        font-family: var(--font-heading);
        font-weight: 700;
        line-height: 1.25;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    }

    .gsc-heading__desc span{
        font-family: var(--font-body);
        color: #555555;
        font-size: 1.05rem;
    }

}

.impact_stats_section::before{
    content: '';
    position: absolute;
    top: -60%;
    right: -8%;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.impact_stats_section::after{
    content: '';
    position: absolute;
    bottom: -50%;
    left: -6%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.featured_story{
    .views-field-field-image{
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .views-field-field-image .item-image {
        aspect-ratio: 16 / 5;   /* or 4/3, 3/2 — whatever fits your design */
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 768px) {
    .views-field-field-image .item-image {
        aspect-ratio: 4 / 4;
    }
}

    .views-field-field-image .item-image::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,
            rgba(26, 26, 46, 0.88) 0%,
            rgba(26, 26, 46, 0.75) 55%,
            rgba(26, 26, 46, 0.2)  100%
        );
        z-index: 1;
    }

    .views-field-field-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    /* The outer wrapper becomes the positioning context */
    .views-field-fieldset {
        position: relative;
    }

    /* Text block sits on top, anchored to the bottom-left */
    .views-field-fieldset > .field-content > div {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        right: 2rem;       /* stops text running off the right edge */
        z-index: 2;
    }

    /* Title link */
    .views-field-title a {
        display: block;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
        font-weight: 700;
        color: white;
        text-decoration: none;
        margin-bottom: 1rem;
        line-height: 1.25;
        font-family: var(--font-heading);
    }

    /* Body text */
    .views-field-body .field-content {
        font-size: 1.05rem;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 1.5rem;
        line-height: 1.6;
        font-family: var(--font-body);

    }

    /* Read more link */
    .views-field-view-node a {
        display: inline-block;
        padding: 0.55rem 1.25rem;
        background: white;
        color: #1a1a1a;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none;
        border-radius: 4px;
    }







}

.our_team_section{
    .gsc-heading__sub-title span{
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--indutri-theme-color-second);
        margin-bottom: 0.75rem;
        font-family: var(--font-heading);
    }


    .gsc-heading__title span{
        font-family: var(--font-heading);
        font-weight: 700;
        line-height: 1.25;
        font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    }

    .gsc-heading__desc span{
        font-family: var(--font-body);
        color: #555555;
        font-size: 1.05rem;
    }

    .btn{
        color: var(--indutri-theme-color);
        border-color: var(--indutri-theme-color);
        background: transparent;
        font-size: 1rem;
        border-radius: 6px;
        border: 2px solid;
        cursor: pointer;
    }

    .btn:hover{
        background: var(--indutri-theme-color);
        color: #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        border-color: var(--indutri-theme-color);
    }
}



.end_CTA{
    background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 50%, #43A047 100%);

    .gsc-heading__title {
        font-family: var(--font-heading);
        color: #fff !important;
        line-height: 1.25;
        font-size: clamp(1.5rem, 2vw, 2.5rem);
    }

    .gsc-heading__desc span{
        font-family: var(--font-body);
        color: #fff !important;
        font-size: 1.05rem;
    }

    .gsc-heading__desc {
        font-size: 1.05rem;
        color: #555555;
        font-family: var(--font-body);
    }
}