@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap";

:before, :after {
    box-sizing: border-box;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 10%;
}

.cards {
    position: relative;
    width: 158px;
    height: 158px;
    overflow: hidden;
    cursor: pointer;
}

img {
    max-width: 100%;
    display: block;
}

body {
    background-color: #1c1d1b !important;
}

.section-team {
    padding: 0px 70px;
}

.about-section {
    color: #a39f9f;
    padding: 0px 30px;
}


.about-title {
    text-align: center;
}

.about-title, h1 {
    margin-top: 16px;
    margin-bottom: 38px;
}

.our-team {
    justify-content: space-around;
    width: 100%;
    display: flex;
}

.responsive-two-column-grid {
    display: block;
    overflow: hidden;
}

  .responsive-two-column-grid > * {
        padding: 1rem;
  }


h1 {
    margin-top: 10px;
    margin-bottom: 28px;
}


:root {
    --brand-color: #ffc400;
    --black: #000;
    --white: #fff;
    --font-title: "Montserrat", sans-serif;
    --font-text: "Lato", sans-serif;
}

*, :before, :after {
    box-sizing: border-box;
}

h2, .card__description {
    margin: 0;
}

h2 {
    font-size: 2.25rem;
    font-family: var(--font-title);
    color: var(--white);
    line-height: 1.1;
}


.flow > * + * {
    margin-top: var(--flow-space, 1em);
}

.card {
    margin: auto;
    border-radius: .625rem;
    place-items: center;
    width: 270px;
    max-width: 19rem;
    height: 17.125rem;
    display: grid;
    overflow: hidden;
    box-shadow: .25rem .25rem .5rem #00000040;
}

    .card > * {
        grid-area: 1 / 1 / 2 / 2;
    }


#grid {
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 4fr));
    width: 100%;
    display: grid;
}

    #grid > div {
        text-align: center;
        padding: .5em;
        font-size: 30px;
    }

#grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 2.5rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.certification {
    display: flex;
    justify-content: space-evenly;
}

.certifications-title {
    margin: 70px 0px;
}



.section-title {
    text-align: center;
    background: linear-gradient(0deg, var(--color-prgreen) 45%, #fff 92%);
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    margin-top: 0;
}

    .aboutSubtitle {
        padding: 30px 10% 20px 10%;
        color: #a39f9f;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .aboutSubtitle p {
            margin: 0 auto;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1.4rem;
            line-height: 1.6;
            font-weight: 600;
            text-align: center;
            max-width: 700px;
            margin-top: -5px;
        }


.about-grid {
    display: flex;
    justify-content: center;
    align-items: stretch; 
    gap: 30px;
    padding: 40px 20px;
    flex-wrap: wrap;
    background-color: transparent;
}

    .about-card {
        border-radius: 12px;
        max-width: 300px;
        text-align: center;
    }

.about-card {
    background: linear-gradient(135deg, #121212, #1e1e1e);
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
    color: #e0e0e0;
}

   .about-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

.about-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.07), transparent 70%);
    transform: rotate(25deg);
    pointer-events: none;
    transition: opacity 0.35s ease;
    opacity: 0.3;
}

    .about-card:hover::before {
        opacity: 0.5;
    }

    .about-card h3,
    .about-card p {
        color: #cccccc;
        font-family: 'Montserrat', sans-serif;
    }

    .about-card p {
        line-height: 1.6; 
    }


.main-title {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 1.5px;
    word-spacing: 3px;
    width: fit-content;
    background: linear-gradient(0deg, var(--color-prgreen) 45%, #fff 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

    .main-title::before {
        content: "";
        width: auto;
        height: 0px;
        box-shadow: -2px 14px 20px 1px #ffffff4d;
        display: flex;
    }

.certified-section {
    background: transparent;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.certified-container {
    max-width: 1200px;
    margin: 0 auto;
}
.certifiedTitle {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .certifiedTitle h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        color: #2e7d32;
      
    }



.certified-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
    margin-top: 20px;
    
}


.certified-badges-iso {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 30px; 
    margin: 20px 0; 
    margin-top: 50px;
}
.badge {
    background: #1d0f45;
    color: white;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

    .badge span {
        font-size: 0.75rem;
        font-weight: 400;
        margin-top: 6px;
        color: #ccc;
    }



.badge {
    background: linear-gradient(145deg, #1a1a1a, #111);
    smooth black gradient color: #f0f0f0;
    soft white text border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.03), 0 6px 18px rgba(0, 0, 0, 0.6);
    subtle lighting text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .badge:hover {
        transform: scale(1.05);
        box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.03), 0 5px 12px rgba(255, 255, 255, 0.05);
    }

    .badge span {
        font-family: 'Inter', sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        margin-top: 6px;
        color: #ccc;
        subtle contrast letter-spacing: 0.3px;
    }


.rectangle-container-alt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

.learn-more {
    position: relative; 
    width: 250px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    outline: none;
    color: #eee;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease-out;
    text-align: center;
    z-index: 2;
}

    .learn-more:hover {
        transform: translateY(-3px);
    }

    .learn-more::before {
        --border-size: 3px;
        --border-angle: 0turn;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        border: 3px solid transparent;
        background: linear-gradient(to left, #ffffff, var(--color-prgreen)) border-box;
        background-image: conic-gradient(from var(--border-angle), #fff 10%, var(--color-prgreen) 50%, #fff);
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 3s ease-in-out infinite;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        z-index: -1;
    }


/*
section {
    margin-top: 100px;
    margin-bottom: 100px;
}*/


/*#grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}
*/
.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1e1e1e; 
    padding: 1.5rem 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

    .team-member:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.45);
    }

    .team-member .card__background {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 1rem;
    }

.team-member-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.team-member-description {
    color: #777;
    font-size: 0.95rem;
}

.main-title-block{
    margin: 0;
    margin-top: 150px;
}
/*.main-title-section {
    margin-top: 0rem;
    margin-bottom: 0px;
}
*/

.sub-title-block {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title {
    margin: auto;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 0 0 2px #ffffff1a, 0 0 4px #ffffff4d, 0 0 8px #fff6, 0 0 136px #76b72f47;
    letter-spacing: -2px;
    color: #fff;
    background: linear-gradient(135deg, #fff, #76b72fcc, #436f14cc, #83e517cc, #cdedab, #fff);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

    .main-title::before {
        content: "";
        width: auto;
        height: 0px;
        box-shadow: -2px 14px 20px 1px #ffffff4d;
        display: flex;
    }

.filter-bar button {
        margin: 0 5px;
 }


.filter-bar {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-bar button {
        background-color: #1e1e1e;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: all 0.3s ease;
}

    .filter-bar button:hover, .filter-bar button.active{
        background-color: #ffffff;
        color: #1e1e1e;
        border-color: #1e1e1e;
    }


@media (any-hover: hover) and (any-pointer: fine), (hover: none) and (pointer: coarse) {
  
    .card__background {
        transition: transform 1.7s ease-in;
    }

    .card:hover, .card:focus-within {
        transition: transform .5s ease-in;
        transform: scale(1.05);
    }
}

@media only screen and (min-width: 1600px) {
    .section-team {
        padding: 0px 110px;
    }
}

@media (width >= 1520px) {
    .card {
        width: 78vw;
        max-width: 15rem !important;
    }
}

@media only screen and (width <= 1112px) {
    .about-section .main-title:after {
        left: 38%;
    }
}

@media (max-width: 1024px) {

        .about-grid {
            padding: 40px 2%;
        }

        .about-card {
            max-width: 250px;
        }

            .about-card p {
                line-height: 1.4;
            }

            .about-card h3 {
                font-size: 16px;
            }

    #grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 925px) {
    .team-member {
        max-width: 240px;
        padding: 1rem;
    }

        .team-member .card__background {
            width: 100px;
            height: 100px;
        }

    .team-member-name {
        font-size: 1rem;
    }

    .team-member-description {
        font-size: 0.85rem;
    }
}


 @media only screen and (max-width: 865px) {
        .certified-badges {
            display: grid;
            grid-template-columns: repeat(3, auto);
            gap: 30px 30px;
            justify-items: center;
            justify-content: center;
            margin-top: 20px;
        }

   
     
        .about-card {
            max-width: 220px;
            padding: 15px 18px;
        }

            .about-card p {
                line-height: 1.5;
                font-size: 13px;
            }

            .about-card h3 {
                font-size: 16px;
            }
    }

    @media only screen and (max-width: 769px) {
        .main-title {
            font-size: 35px;
        }

        .about-card {
            max-width: 200px;
            padding: 12px 18px;
        }

            .about-card p {
                line-height: 1.5;
                font-size: 13px;
            }

            .about-card h3 {
                font-size: 14px;
            }

        .aboutSubtitle p {
            font-size: 1.2rem;
/*            margin-top: -10px;*/
        }

        .certifiedTitle h2 {
            font-size: 2.2rem;
            font-weight: 600;
        }

/*        .certifiedTeam {
            margin-top: -70px;
        }
*/
        .badge{
            width: 150px;
            height: 150px;
        }

        .filter-bar button{
            font-size: 13px;
            padding: 8px 18px;
        }

        #grid > div {
            padding-bottom: 10px;
        }

    }

@media only screen and (max-width: 740px) {
    #grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}


    @media only screen and (max-width: 720px) {
        .badge {
            width: 135px;
            height: 135px;
        }

            .badge span {
                font-size: 0.65rem;
            }

        .certifiedTitle h2 {
            font-size: 2.1rem;
            font-weight: 600;
        }

        .filter-bar button {
            font-size: 11px;
            padding: 8px 12px;
        }

        .filter-bar {
            gap: 10px 2px;
        }

    @media only screen and (max-width: 685px) {
        .main-title {
            font-size: 30px;
        }

        .aboutSubtitle p {
            font-size: 1.1rem;
        }

/*        .certifiedTeam {
            margin-top: -80px;
        }
*/
       
    }

@media only screen and (max-width: 600px) {

    .main-title {
        font-size: 28px;
        max-width: 400px;
        line-height: 1.4;
/*        margin-top: -20px;*/
        margin: 0 auto;
    }
    .certifiedTitle h2 {
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.4;
    }

    .filter-bar {
        gap: 7px 4px;
    }

    #grid > div {
        padding-bottom: 0px;

    }
   
    .certified-badges {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 40px 30px;
        margin-top: 20px;
    }

    .learn-more {
        width: 230px;
        font-size: 16px;
        padding: 13px 18px;
    }
}
        @media only screen and (max-width: 563px) {
            

            .filter-bar {
                gap: 15px 2px;
            }
        }


@media only screen and (max-width: 520px) {

    .team-member .card__background{
        width: 90px;
        height: 90px;
    }

    .team-member-name{
        font-size: 0.8rem;
    }

    .about-card {
        max-width: 180px;
        padding: 8px 18px;
    }

        .about-card p {
            line-height: 1.3;
            font-size: 12px;
        }

        .about-card h3 {
            font-size: 14px;
        }

    #grid {
        grid-template-columns: repeat(1, auto);
        justify-items: center; 
    }

    .team-member {
        width: 230px;
        height: 200px;
    }
 

}

  @media only screen and (max-width: 465px) {
    

    .certifiedTitle h2 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .aboutSubtitle p {
        font-size: 1rem;
    }

/*    .certifiedTeam {
        margin-top: -100px;
    }*/

    .learn-more {
        width: 200px;
        font-size: 15px;
        padding: 10px 15px;
    }
}
    @media only screen and (max-width: 440px) {
       

        .certified-badges {
            gap: 30px 20px;
        }

        .badge span {
            font-size: 0.55rem;
        }
    }


    @media only screen and (max-width: 376px) {

        .main-title {
            font-size: 26px;
            max-width: 370px;
         
        }

        .people {
            max-width: 300px;
        }

        .badge {
            width: 110px;
            height: 110px;
        }


        .aboutSubtitle p {
            font-size: 0.9rem;
/*            margin-top: -25px;*/
        }

        .certifiedTitle h2 {
            font-size: 1.4rem;
        }

        .certifiedTitle.trusted h2 {
            padding-bottom: 20px;
            padding-top: 20px;
        }

      
    }

    @media only screen and (max-width: 330px) {
        .main-title {
            font-size: 24px;
            max-width: 350px;
        }

        .learn-more {
            width: 170px;
            font-size: 12px;
            padding: 10px 15px;
        }
    }
