/* 
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./fonts//RobotoSemiCondensed-Medium.woff2') format('woff2'),
        url('./fonts/RobotoSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./fonts/RobotoSemiCondensed-Regular.woff2') format('woff2'),
        url('./fonts/RobotoSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('./fonts/RobotoSemiCondensed-SemiBold.woff2') format('woff2'),
        url('./fonts/RobotoSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Bold.woff2') format('woff2'),
        url('./fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('./fonts/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.woff2') format('woff2'),
        url('./fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Medium.woff2') format('woff2'),
        url('./fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Light.woff2') format('woff2'),
        url('./fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Thin.woff2') format('woff2'),
        url('./fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('./fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('./fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Black.woff2') format('woff2'),
        url('./fonts/Mulish-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Bold.woff2') format('woff2'),
        url('./fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Regular.woff2') format('woff2'),
        url('./fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-ExtraLight.woff2') format('woff2'),
        url('./fonts/Mulish-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('./fonts/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('./fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Light.woff2') format('woff2'),
        url('./fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Italic.woff2') format('woff2'),
        url('./fonts/Mulish-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./fonts/Mulish-Medium.woff2') format('woff2'),
        url('./fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
body{
        margin: 0;
        font-family: "Mulish", sans-serif;
    }
    .header-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    width: 90%;
    margin: 0 auto;
}
.nav-menu {
    display: flex;
    list-style: none;
}
section#header-section {
    background: rgba(249, 250, 242, 0.66);
    padding-top: 1em;
    padding-bottom: 1em;
}
@media screen and (min-width:1600px){
    .container{
        max-width: 1500px;
    }
}
.menu ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.menu ul li {
    padding-left: 2rem;
}
.sigup a {
    border: 2px solid #000;
    padding: 10px 1.5rem;
    border-radius: 8px;
    box-sizing: border-box;
}
@media screen and (max-width:767px){
    .image-grid img {
        width: 100% !important;
    }
    .footer-btn ul li a{
        padding-left: 0 !important;
    }
    .footer-btn ul{
        padding-left: 0 !important;
        gap: 5% !important;
    }
    .footer-btn {
        display: block !important;
        align-items: center !important;}
    .group-label input{
        box-sizing: border-box !important;
    }
    .signup-form {
        width: 100% !important;}
    .signup-title p{font-size: 15px !important;
    }
    .signup-title h3{
        font-size: 40px !important;
    }
    .team-content p {
        width: 100% !important;}
    .teams-cards {
        width: 100% !important;}
    /* .youth-flex.use-card {
        display: block !important;} */
    .team-text p{
        font-size: 16px !important;
    }
    .card-content p{
        font-size: 16px !important;
        width: 100% !important;
    }
    .feature-title p{
        font-size: 16px !important;
    }
    .feature-title h3{
        font-size: 40px !important;
    }
    .feature-title {
        width: 100% !important;
    }
    .team_title {
        width: 100% !important;
    }
    .team_title h3{
        font-size: 40px !important;
    }
    .feature-cards {
        width: 100% !important;}
    .feature-flex {
        display: block !important;}
    span.iconmenu {
        display: inline-block;
        vertical-align: bottom;
        text-transform: uppercase;
        color: #111111;
    }
    span.iconmenu span {
        text-align: left;
        display: block;
        width: 23px;
        height: 3px;
        background: #111111;
        margin-bottom: 6px;
        border-radius: 50px;
    }
    .menu {
        background: #e8eef1;
        position: fixed;
        opacity: 0;
        left: 0;
        height: 0;
        /* overflow: scroll; */
        width: 100%;
        flex-direction: column;
        clip-path: circle(26px at 90% -20%);
        -webkit-clip-path: circle(26px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        z-index: 99999999;
        top: 0;
}
.menu.open {
    -webkit-clip-path: circle(1330px at 58% -10%);
    pointer-events: all;
    z-index: 9999;
    top: 7rem;
    opacity: 1;
    height: 100%;
}
span.iconmenu{
    position: relative;
    z-index: 9999;
}
ul#primary-menu {
    list-style: none;
    padding-left: 0;
    display: block !important;
}
.menu ul li {
    padding-left: 2rem;
    padding-bottom: 2rem;
}
}
.equal-width{
    width:50%;
}
section#banner {
    background: linear-gradient(160.27deg, rgba(249, 250, 242, 0.66) 35.14%, rgba(86, 255, 154, 0.264) 53.59%, rgba(132, 144, 255, 0.462) 80.27%);
    padding-top: 4rem;
    padding-bottom: 7rem;
    position: relative;
}
.heading-h1 h1 {
    font-size: 72px;
    color: #14202C;
    margin: 0;
    line-height: 1.2;
}
.heading-h1 p {
    color: #14202C;
    font-size: 25px;
    width: 95%;
    margin-top: 1.5rem;
}
.sign-up-button a {
    background: #D821F8;
    font-size: 20px;
    color: #fff;
    padding: 1rem 6rem;
    max-width: 268px;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
}
.overlay-images {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}
@media screen and (min-width:768px){
    .icons_mobile {
    display: none;
}
}
.ellipse {
    position: absolute;
    right: 0;
    top: 0;
}
.overlay-images {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}
.parent-overlay {
    width: 50%;
    margin-left: auto;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.curve-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.union-image {
    position: absolute;
    bottom: 0;
}
.sign-up-button {
    padding-top: 1.5rem;
}
.union-image img {
    position: relative;
    top: 3px;
}
.curve-image img {
    position: relative;
    top: 4px;
}
.ellipse img {
    position: relative;
    top: -5rem;
}
@media screen and (min-width:1280px) and (max-width:1535px){
    .content-about p{
        font-size: 19px !important;
    }
    .content-about p{
        margin-bottom: 1rem !important;
    }
    .about-link{
        top: 2.5rem !important;
    }
    .about-text h2{
        position: relative;
        top: 12px;
    }
    .union-image-pink{
        top: 5.5rem !important;
    }
    .card-image img{
        height: auto !important;
    }
    .card-content p{
        width:98% !important;
    }
    .about-text h2{
        padding-bottom: 0rem;
    }
    .about-text {
        padding-left: 3.5rem;
    }
    .heading-h1 h1{
        font-size: 55px;  
    }
    .heading-h1 p{
        width: 90%;
    }
    .sign-up-button a{
        padding: 1rem 1rem;
        max-width: 220px !important;
        text-align: center;
    }
    .heading-h1 p{
        font-size: 21px !important;
        width: 95% !important;
    }
}
@media screen and (min-width:1400px) and (max-width:1535px){
    .heading-h1 h1{
        font-size: 72px !important;
    }
    .equal-width {
        width: 60% !important;
    }
    .heading-h1 p{
        font-size: 25px !important;
        width: 95% !important;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px){
    .signup-title p{
        font-size:16px !important;
    }
    .team-content p {
        width: 100% !important;}
    .team-text p{
        font-size: 16px !important;
    }
    .signup-title h3,.team_title h3{
        font-size: 40px !important;
    }
    .card-content h4{
        font-size: 20px !important;
    }
    .card-content p{
        font-size: 16px !important;
        line-height: 20px; 
    }
    .feature-title p{
        font-size:16px !important;
        line-height: 20px;
    }
    .feature-title h3{
        font-size:40px !important;
    }
    .green-image{
        left: 2rem !important;
    }
    .about-link a{
        font-size: 18px !important;
    }
    .about-text {
        padding-left: 5.5rem !important;
    }
    .content-about p{
        font-size: 16px !important;
        margin-bottom: 1rem  !important; 
    }
    .about-text h2{font-size:40px !important;}
    .image-grid-one-child .image-grid-first {
        width: 100%;
    }
    .image-grid-three-child .image-grid-second img {
        width: 100%;
    }
    html body .heading-h1 p {
        font-size: 19px !important;
    }
    html body .sign-up-button a{
        max-width: 210px !important;
        text-align: center;
    }
    .ellipse img{
        width: 85%;
    }
    .ellipse{
        text-align: end;

    }
    .curve-image{
        text-align: end;
    }
    .curve-image img{
        width:85%;
    }
    .union-image img{
        width:85%;
    }
}
@media screen and (max-width:767px){  
    section#curve_imge_section {
        margin-top: -4rem;
    }
    section#features{
        padding-top: 3rem !important;
        padding-bottom: 7rem !important;
    }
    .green-image{
        left: 0 !important; 
    }
    .about-left, .about-right {
        width: 100% !important;
    }
    .about-parent {
                flex-wrap: wrap;
        flex-direction: column-reverse;
}
    .about-link a{
        font-size: 13px !important;    
    }
    .about-link{
        top: 0 !important;
    }
    .green-image img {
        width: 40% !important;
    }
    .content-about p {
        font-size: 16px !important;}
    .about-text h2 {
        font-size: 40px !important;}
    .union-image-pink{
        text-align: end;
        top: 0 !important;
    }
    .about-text {
        padding-top: 0 !important;
    }
    .union-image-blue img {
        width: 25%;
    }
    .union-image-blue{
        top: 0 !important;
    }
    /* .about-parent{
        display:block !important;
    }   */
    .image-grid-three-child img {
        width: 100%;
    }
    .image-grid-two img {
        width: 100%;
    }
    .image-grid-one-child img {
        width: 100%;
    }
    .about-left, .about-right {
        width: 100% !important;
    }
    .equal-width{
        width:100%;
    }
    .heading-h1 h1 {
        font-size: 30px !important;
    }
    .ellipse img{
        width: 83% !important;
    }
    .ellipse,.union-image{
        text-align: end;
    }
    .curve-image {
        display: none;
    }
    .union-image img{
        width: 73%; 
    }
    .heading-h1 p{
        font-size: 16px !important;
        width: 100% !important;
    }
    .sign-up-button a{
        text-align: center !important;   
        padding: 1rem !important;
    max-width: 50% !important;
    }
}
@media screen and (min-width:768px) and (max-width:1199px){
    .submit-form {
        text-align: center;
    }
    .signup-form {
        width: 55% !important;}
    .group-label input{
        box-sizing: border-box;
    }
    .signup-title p{
        font-size: 15px !important;
    }
    .signup-title h3{
        font-size: 40px !important;
    }
    .content-about p {
        font-size: 16px !important;}
    .team_title h3{    font-size: 40px !important;}
    .team-text p{
        font-size: 16px !important;
    }
    .team-content p {
        width: 100% !important;
    }    
    .feature-title p{
        font-size: 15px !important;  
    }
    .feature-title h3{
        font-size: 40px !important;  
    }
    .card-content p{
        font-size: 15px !important;
        line-height: 20px !important;
        width: 100% !important;
    }
    .card-content h4{
        font-size: 16px !important;   
    }
    .card-image img{
        height: auto;
    }
    .about-text {
        padding-top: 2rem !important;
    }
    .union-image-pink {
        text-align: end !important;    top: 0 !important;}
    .green-image{
        left:0 !important;
    }
    .about-text h2 {
        font-size: 40px !important;}
    .about-left, .about-right {
        width: 100% !important;
    }
    .about-parent {
        flex-wrap: wrap;
        flex-direction: column-reverse;}

    .ellipse img{
        width:80%;
    }  
    .ellipse{
        text-align: end;
    }
    .heading-h1 h1 {
        font-size: 30px !important;} 
        .heading-h1 p{
            font-size: 15px !important;
    width: 100% !important;    
        }
        .curve-image img{
            width:55%;
        }
        .curve-image{
            text-align: end;   
        }
        .union-image img{
            width: 60%;
        }
        .sign-up-button a{
            padding: 1rem !important;
            max-width: 165px !important;
            font-size: 15px !important;
            text-align: center;
        }
}
@media screen and (min-width:1200px) and (max-width:1279px){
    .heading-h1 h1 {
        font-size: 3rem;}
        html body .sign-up-button a {
            max-width: 170px !important;
            padding: 1rem !important;
            font-size: 16px;
        } 
}
.about-left,.about-right {
    width: 50%;
}
.about-parent {
    display: flex;
    /* align-items: center; */
}
.image-grid {
    display: flex;
}
.image-grid {
    display: flex;
    gap: 2%;
    align-items: center;
}
.image-grid img {
    margin-bottom: 8px;
}
.about-text h2 {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 1rem;
}
.content-about p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.image-grid-second {
    text-align: right;
}
section#about-us {
    padding-top: 2rem;
    background: #F5FAF2;
    padding-bottom: 1rem;
}
.union-image-blue {
    position: relative;
    top: 4rem;
}
.union-image-pink {
    text-align: center;
    position: relative;
    top: 6.5rem;
}
.about-text {
    padding-top: 7rem;
}
.about-link a {
    display: flex
;
    align-items: center;
    color: #2563EB;
    font-size: 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.about-link {
    position: relative;
    top: 2rem;
}
.about-link svg {
    margin-left: 14px;
}
.green-image {
    text-align: end;
    position: relative;
    left: 4rem;
}
section#features {
    /* background: linear-gradient(291.47deg, rgba(242, 239, 61, 0.12) 5.94%, rgba(86, 255, 154, 0.16) 24.65%, rgba(132, 144, 255, 0.28) 80.76%); */
    border-top: 1px solid #D1D5DB;
    padding-top: 7rem;
    /* background: url(./wp-content/uploads/2025/05/grandiant-image.webp); */
    background: linear-gradient(291.47deg, rgba(242, 239, 61, 0.12) 5.94%, rgba(86, 255, 154, 0.16) 24.65%, rgb(221 230 250) 80.76%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 18rem;
}
.feature-title h3 {
    color: #0F172A;
    font-size: 56px;
    font-weight: 800;
    margin: 0;
}
.feature-title p {
    color: #14202C;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.feature-cards {
    width: 33.33%;
    /* max-width: 361px; */
}
.card-content h4 {
    color: #0F172A;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
.card-content p {
    color: #0F172A;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    width: 90%;
}
.feature-flex {
    display: flex;
    gap: 7%;
}
.card-image img {
    width: 100%;
    height: auto;
}

.feature-title {
    width: 65%;
}
.content-feature-titl {
    padding-top: 0.8rem;
    padding-bottom: 2.2rem;
}
.team_title h3 {
    color: #0F172A;
    font-weight: 800;
    font-size: 56px;
    margin: 0;
}

.team-text p {
    color: #0F172A;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.team_title {
    width: 65%;
}
.title-youth h3 {
    color: #0F172A;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
}
.youth-flex.use-card {
    display: flex;
    flex-wrap: wrap;
}

.team-image img {
    width: 100%;
    height: auto;
}
.teams-cards {
    width: 32.33%;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background: #FFFFFF;
    margin-bottom: 2rem;
}
.youth-flex.use-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}
.team-image img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}
.team-content {
    padding: 0 2rem;
    padding-bottom: 1rem;
}
.team-content h4 {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.team-content p {
    width: 40%;
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 5px;
    font-family: "Roboto", sans-serif;
}
.community-party .youth-flex.use-card{
    justify-content: normal;
    gap: 2%;
}
.community-party .team-content p,.reach-partners .team-content p {
    width: 100%;
}
section#signup-section {
    background: #F9FAF2;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.signup-title h3 {
    color: #0F172A;
    font-weight: 800;
    font-size: 56px;
    text-align: center;
    margin: 0;
}
.signup-title p {
    color: #0F172A;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.signup-form {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.3rem;
}
.group-label input {
    border: 1px solid grey;
    padding: 1.3rem 1rem;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}
.submit-form input {
    width: 268px;
    background: #D821F8;
    border: none;
    padding: 1.3rem 1rem;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
}
.submit-form span {
    display: block;
}
footer#footer_section {
    background: #1300EA;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-btn ul {
    display: flex;
    list-style: none;
}
.footer-btn ul li a {
    color: #fff;
    text-decoration: none;
    padding-left: 2rem;
    font-family: "Roboto", sans-serif;
}
.footer-btn p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
}
hr.customize {
    border-color: #0000008c;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.sigup a:hover {
    color: #8591ff;
    border-color: #8591ff;
}

.sign-up-button a:hover,.submit-form input:hover {
    background: #9f5eaa;
}
.youth-leads {
    padding-top: 1rem;
}
section#teams {
    padding-top: 2rem;
    padding-bottom: 3rem

}
.scroller_body.scroller {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
img{
    height: auto;
}
.image-grid-first img {
    width: auto;
}
#curve_imge_section img{
    width: 100%;
}
.green-image{
    top: -2rem;
}
@media screen and (min-width:1400px) and (max-width:1535px){
    section#curve_imge_section {
        margin-top: -14rem;
    }
}
@media screen and (min-width:1536px) and (max-width:1690px){
    section#curve_imge_section {
        margin-top: -16rem;
    }
}
@media screen and (min-width:1691px){
    section#curve_imge_section {
        margin-top: -19rem;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    section#features{
        padding-bottom: 12rem !important;  
    }
    section#curve_imge_section {
        margin-top: -11rem;
    }
    
}
@media screen and (min-width:768px) and (max-width:1023px){
    section#features{
        padding-bottom: 12rem !important;  
    }
    section#curve_imge_section {
        margin-top: -8rem;
    }
    
}
@media screen and (min-width:320px) and (max-width:359px){
    section#curve_imge_section {
        margin-top: -3rem !important;
    }
    html body section#features{
        padding-bottom: 5rem !important;
    }
}
@media screen and (max-width:767px){
    /* .header-parent .navbar-brand img {
    width: 130px;
} */
 section#header-section{
    padding: 0 !important;
 }
.title-youth h3 .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
  }

  .title-youth h3.open .arrow {
    transform: rotate(-135deg); /* arrow up */
  }
  .title-youth h3{
        display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 10px;
    margin-bottom: 10px;
  }
li.category-level-1 a {
    font-weight: 600;
    margin-bottom: 10px;
}
}
/* css complete newchanges */