*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}
.get-involved-section{
    font-family: var(--body-font);
    background-color: var(--white);
}
.get-involved-hero-section{
    padding: 65px 0;
    background: var(--primary-green-bg);
    font-family: var(--body-font);
    position: relative;
    overflow: hidden;
}
.get-involved-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--headerfont);
    letter-spacing: -0.8px;
    text-align: center;
}
.get-involved-hero-desc {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    margin: 0 15%;
    margin-bottom: 14px;
}
.get-involved-nav{
     background: var(--white);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 70px;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.get-involved-nav-tabs{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}

.get-involved-tab-btn svg {
    width: 25px;
    height: 25px;
    color: currentColor;
}
.get-involved-tab-btn:hover svg path {
    stroke: #fff !important;
    fill: #fff !important;
    transition: fill 0.3s ease;
}
.get-involved-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: var(--grey-bg);
    color: var(--dark2);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid var(--border-light);
}
.get-involved-tab-btn.active {
    background: var(--primary-green) !important;
    color: var(--white) !important;
    border-color: var(--primary-green);
    box-shadow: 0 6px 18px var(--primary-green-glow);
}
.get-involved-tab-btn:hover svg path,
.get-involved-tab-btn.active svg path {
    stroke: #fff !important;
    fill: #fff !important;
}
.get-involved-tab-btn:hover{
    background: var(--primary-green);
    color: var(--white);
    border-color: var(--primary-green);
    box-shadow: 0 6px 18px var(--primary-green-glow);
}
.get-involved-tab-btn:hover img{
    color: #fff;
}
.get-involved-sub-parts{
        padding: 75px 0;
    position: relative;
}
.involved-paragarph a{
    font-weight: bold;
    color: var(--primary-green)!important;
}
.involved-paragarph a:hover{
color: var(--accent-orange) !important;
}
.get-involved-donate-content h3{
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    font-family: var(--headerfont);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.involved-paragarph{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
}
.get-involved-imagepart{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--primary-green);
    background: var(--white);
}
.get-involved-imagepart:hover img{
    transform: scale(1.04);
}
.get-involved-imagepart img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.involved-inner-part  {
    margin-bottom: 50px !important;
}
.involved-inner-part.volunteer{
    border: 4px solid var(--primary-green);
    padding: 30px 20px;
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 132, 61, 0.05);
    border-radius: 5px;
    margin: 0;
}
.involved-inner-part.research{
    border: 4px solid var(--primary-green);
    padding: 30px 20px;
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 132, 61, 0.05);
    border-radius: 5px;
    margin: 0;
}
.get-involved-imagepart-icon {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--primary-green);
    background: var(--white);
}
.get-involved-imagepart-icon img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
        display: block;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.get-involved-imagepart-icon:hover img{
    transform: scale(1.04);
}
    .get-involved-hero-button{
        display: none;
    }
    .get-involved-hero-wrapper{
        text-align: center;
    }
@media(ma-width:1199px){
           .get-involved-donate-content h3{
        font-size: 24px;
    }
}
@media(max-width:991px){
    .get-involved-hero-title{
        font-size: 34px;
    }
        .get-involved-donate-content h3{
        font-size: 20px;
    }
       .get-involved-hero-desc{
        font-size: 16px;
    }
   .get-involved-nav-tabs .get-involved-tab-btn {
    font-size: 14px;
    padding: 10px 16px;
}
.get-involved-tab-btn svg {
    width: 20px;
    height: 20px;
}
}
@media(min-width:767px) and (max-width:1200px){
        .get-involved-nav{
        top: 55px;
    }
}
@media(max-width:767px){
    .get-involved-hero-desc{
        margin: 0 4%;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .get-involved-nav-tabs{
        display: flex;
        align-items: center;
        padding: 12px 0;
        scrollbar-width: thin;
        justify-content: flex-start;
        width: 100%;
        max-width: 767px;
        overflow-x: auto;
        scrollbar-color: #0080004d transparent;
    }
    .get-involved-nav{
        top: 50px;
    }
    .get-involved-donate-content h3{
        font-size: 18px;
                line-height: 26px;
        margin-bottom: 14px;
    }
       .involved-paragarph{
         font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
       }
       .get-involved-hero-button{
    background-color: var(--primary-green);
    color: var(--white) !important;
    padding: 12px 36px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 20px;
}
.get-involved-hero-button:hover {
    background-color: var(--accent-orange);
    color: var(--white);
}
}
@media(max-width:575px){
   .get-involved-nav-tabs .get-involved-tab-btn {
    font-size: 13px;
    padding: 10px 12px;
}
}


