@import url('css/main.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    overflow: auto;
}
:root{
    --main-colour:#13C213;
    --sub-colour: #018036;
    --black-colour:#171717;
    --grey-colour: #6A6A6A;
    --white-colour:#FFFFFF;
}
.header-non h1{
    color: var(--white-colour);
    padding-top: 50px;
}
.header-non{
    background: url('../assets/up-head.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lines{
    width: calc(100% - 200px);
    height: 1px;
    background-color: var(--main-colour);
    margin-top: 60px;
}


/* About Us Section */
.about-us{
    padding-top: 100px;
}

/* Who we are  */
.who-we{
    display: flex;
    padding: 130px 100px 0px 100px;
    gap: 40px;
}
.who-right-right-mid{
    color: #909090;
    width: 90%;
}
.who-left{
    height: 100%;
}
.who-left img{
    height: 100%;
}
.who-right p {
    padding-bottom: 20px;
}
.who-right-bottom{
    height: 70%;
    display: flex;
    padding-top: 30px;
    gap: 10px;
}
.wrb-card-1{
    background: url("../assets/mission.png");
    background-size: cover;
    padding: 60px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.wrb-card-2{
    background: url("../assets/misison2.png");
    background-size: cover;
    padding: 60px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hh{
    color:var(--main-colour);
    font-size: 21px;
    font-weight: 600;
}
.hb{
    color: #C9C9C9;
    font-size: 16px;
}
.services-last{
    margin-top: 40px;
}
/* Quality Policy Statement */
.policy{
    padding-top: 130px;
    margin: 0px 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.policy img{
    width: 50%;
    border: 1px solid rgb(211, 211, 211);
    margin-top: 40px;
}
.spec{
    margin-top: 20px;
}
embed{
    margin-top: 60px;
    width: 100%;
}
/* Trusted */
.trusted{
    padding-bottom: 130px;
}


/* Navigation Style */
.nav-links{
    display: none;
}
.menu-icon{
    display: none;
}


/* Responsive Codes */

/* Mobile styles (up to 480px) */
@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    .header {
        font-size: 20px;
    }
    .main-content {
        font-size: 14px;
    }
    h1{
        font-size: 36px;
        display: block;
    }
    .cta-p{
        font-size: 30px;
        text-align: center;
    }
    h2{
        font-size: 20px;
        text-align: center;
    }
    .header-text{
        width: 100%;
    }
    .faq-top{
        padding-bottom: 20px;
    }
    .about-us{
        flex-direction: column-reverse;
        padding: 120px 20px;
        gap: 30px;
    }
    .about-us h2{
        text-align: left;
    }
    .about-body{
        font-size: 16px;
    }
    .about-us , .trusted , .services{
        padding: 30px 20px;
    }
    .call-to-action{
        padding: 50px 20px;
    }
    #faq{
        padding: 60px 20px;
    }
    .content{
        padding: 150px 20px 100px 20px;
    }
    .p-qst{
        font-size: 14px;
    }
    .services-last{
        padding-top: 20px;
    }
    .main-button, .sub-button{
        padding: 14px;
    }
    .about-us img{
        width: 100%;
    }
    .accordion-header{
        gap: 10px;
    }
    .accordion-content p{
        font-size: 14px;
    }
    .trusted-bottom img{
        width: 18%;
    }
    .evidence-box{
        display: flex;
        gap: 40px;
        padding: 18px 20px;
    }
    .evidence-box p{
        font-size: 20px;
    }
    .evidence-box .line{
        display: none;
    }
    footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
        padding-bottom: 20px;
    }
    .footer-img{
        padding: 0px;
    }
    .footer-top{
        flex-direction: column;
    }
    .ft-locate{
        width: 100%;
        padding-right: 0px;
    }
    .small{
        padding-top: 20px;
    }
    .header-text{
        height: 300px;
        padding-bottom: 90px;
    }
    .who-we{
        flex-direction: column;
        align-items: center;
    }
    .who-we h2{
        text-align: left;
        padding: 2px 0px 20px 0px;
    }
    .trusted-bottom img{
        width: 15%;
    }
    .hh{
        padding-bottom: 30px;
    }
    .who-we{
        padding: 30px 20px;
    }
    .who-we img{
        width: 100%;
    }
    .hb{
        font-size: 14px;
    }
    .who-right-bottom{
        gap: 10px;
    }
    .who-right-right-mid p{
        font-size: 16px;
    }
    .lines{
        display: none;
    }
    .header h1{
        padding-top: 20px;
    }

    /* Menu Nav */
    .nav-button{
        display: none;
    }
    .nav-dis{
        display: none;
    }
    .menu-icon{
        display: flex;
    }
    .nav-links {
        list-style: none;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #000000;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    }
    .nav-links a:hover {
        background-color: #101010;
    }
    .nav-links li {
        text-align: center;
        /* margin: 10px 0; */
    }
    
    .nav-links a {
        color: #fff;
        padding: 10px;
        text-decoration: none;
        display: block;
    }
    .show-nav {
        max-height: 800px;
        padding: 10px 0;
        transition: max-height 0.4s ease-in, padding 0.4s ease-in;
    }

    .services-last{
        margin-top: 0px;
    }
    .policy{
        margin: 0px 20px;
        padding-top: 60px;
    }
    .policy img{
        width: 50%;
        border: 1px solid rgb(211, 211, 211);
        margin-top: 20px;
    }
}



/* Tablet styles (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .who-we{
        flex-direction: column;
        align-items: center;
    }
    .who-we h2{
        text-align: left;
        padding: 2px 0px 20px 0px;
    }
    .trusted-bottom img{
        width: 15%;
    }
    .hh{
        padding-bottom: 30px;
    }
    .services-last{
        margin-top: 0px;
        padding-top: 30px;
    }

    /* Menu Nav */
    .nav-button{
        display: none;
    }
    .nav-dis{
        display: none;
    }
    .menu-icon{
        display: flex;
    }
    .nav-links {
        list-style: none;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #000000;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    }
    .nav-links a:hover {
        background-color: #101010;
    }
    .nav-links li {
        text-align: center;
        /* margin: 10px 0; */
    }
    
    .nav-links a {
        color: #fff;
        padding: 10px;
        text-decoration: none;
        display: block;
    }
    .show-nav {
        max-height: 800px;
        padding: 10px 0;
        transition: max-height 0.4s ease-in, padding 0.4s ease-in;
    }


}

/* Desktop styles (769px to 1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
    .who-we{
        flex-direction: column;
        align-items: center;
    }
    .who-we h2{
        text-align: left;
        padding: 2px 0px 20px 0px;
    }
    .who-right-bottom{
        padding-top: 2px;
    }
}

/* Large Desktop styles (1201px and above) */
@media (min-width: 1201px) {



}


