*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: #132030;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
::-webkit-scrollbar {
    display: none;
  }
  .center_heading_content{
    
    padding-top: 3rem;
    background: #fff;
  }
  .center_heading_content .container-fluid{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3%;
  }
  .center_heading_content h3{
    font-size: 16px;
    color:#E1B788;
    text-transform: uppercase;
}
.center_heading_content h2{
    font-size: clamp(24px, 3.5vw, 56px);
    color:#132030;
}
.center_heading_content p{
    font-size: 15px;
    color: #717983;
    margin-top: 10px;
}

  .section_head {
    padding: 3rem 3% 0 3%;
    display: flex;
    gap: 30px;
}

.Section_heading{
    width: 50%;
}

.Section_heading h3{
    font-size: 16px;
    color:#E1B788;
    text-transform: uppercase;
}
.Section_heading h2{
    font-size: clamp(24px, 3.5vw, 56px);
    color:#132030;
}
.Section_description{
    width: 50%;
}
.Section_description h5{
    font-size: 20px;
    color: #132030;
}
.Section_description p{
    font-size: 14px;
    color: #717983;
    margin-top: 10px;
}

.main_heading{
    width: 100%;
    text-align: center;
}
.main_heading h3{
    font-size: 12px;
    color:#E1B788;
    text-transform: uppercase;

}
.main_heading h2{
    font-size: clamp(24px, 3vw, 50px);
    color:#132030;
}


.hero_section {
    width: 100%;
    min-height: calc(100vh);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px;
    margin-top: 120px;
    /* left: 50px; */

}
.hero_section h6{
color: #fff;
}
.hero_section h1 {
    width: 50%;
    font-size: clamp(26px, 5vw, 70px);
    color: #fff;
}

.hero_section p {
    position: absolute;
    /* bottom: 60px; */
    width: 40%;
    font-size: 16px;
    color: #fff;
    margin-top: 1rem;
}

.Blue_banner{
    width: 100%;
    height: 16rem;
    display: flex;
    align-items: center;
    margin-top: 121px;
    background-size: cover;
    background-position: top;
}
.Blue_banner .heading_container{
    width: 100%;
    padding: 5rem 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.Blue_banner .heading_container h2{
    color: #fff;

}
.Blue_banner .heading_container h3{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.about_us_banner{
    background-image: url("../img/banner/AboutUs-Banner.png");
    background-position: bottom;
}
.achievement_banner{
    background-image: url("../img/banner/Achievements\ -Banner.png");
}
.founder_banner{
    background-image: url("../img/banner/Founder-banner.png");
}
.management_banner{
    background-image: url("../img/banner/management-banner.png");
}

.iso_banner{
    background-image: url("../img/banner/iso-banner.png");
}
.bis_banner{
    background-image: url("../img/banner/BIS+banner.png");
}
.ce_banner{
    background-image: url("../img/banner/CE-banner.png");
}
.training_banner{
    background-image: url("../img/banner/Training-banner.png");
}
.life_at_banner{
    background-image: url("../img/banner/Life_at_QCPL_banner.png");
}
.CURRENT_OPPORTUNITIES_banner{
    background-image: url("../img/banner/CURRENT-OPPORTUNITIES-banner.png");
}
.csr_banner{
    background-image: url("../img/banner/CSR-banner.png");
}
.Network_banner{
    background-image: url("../img/banner/Network-banner.png");
}
.global_banner{
    background-image: url("../img/banner/Global-banner.png");
}
.home_page {
    background-image: url("../img/home.png");
    min-height: calc(100vh - 120px);
}
.csr_hero_section {
    background-image: url("../img/global-projects-hero-section.png");
}
.golbal_projects_hero_section{
    background-image: url("../img/global-projects-hero-section.png");
    min-height: calc(60vh - 120px);
}
.iso_certification_hero_section {
    background-image: url("../img/global-projects-hero-section.png");
}
.management_hero_section {
    background-image: url("../img/management.png");
    min-height: calc(60vh - 120px);

}
.achievement_hero_section {
    background-image: url("../img/global-projects-hero-section.png");
    min-height: calc(60vh - 120px);
}

.Careers_hero_section {
    background-image: url("../img/global-projects-hero-section.png");
    min-height: calc(60vh - 120px);
}




.grid{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    height: 100%;
    padding: 3rem 3%;
}

.text_on_card{
    background: #F9F9F9;
    position: relative;
    overflow: hidden;
}
.text_on_card img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    transition: transform 0.5s ease;
    transform: translateY(100%);
    box-sizing: border-box;
}
.item:hover .card-bottom {
    transform: translateY(0);
}

.image_card_title{
    position: relative;
    display: grid;
    place-items: center;
}
.image_card_title .employee_img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.card_title{
    position: absolute;
    color: #fff;
    background: rgba(88, 88, 88, 0.6);
    padding: 3px 12px;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
}
.grid .item .content_about_image{
    padding: 10px ;
}
.grid .item .content_about_image h4{
    font-size: 20px;
    margin: 5px 0;
}
.grid .item .content_about_image p{
    font-size: 14px;
}


.accordion {
    width: 100%;
    margin-bottom: 2rem;

}
.accordion .accordion-item{
    border: none;
}
.accordion .accordion-item:not(:last-child){
    border-bottom: 1px solid #E8EDED;
}
.accordion .accordion-item h2 {
    border-bottom: 1px solid #E8EDED;
}
.accordion .accordion-item h2 .accordion-button{
    background: none;
    outline: none;
    color: #132030;
    padding: 15px 0;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion .accordion-item .accordion-collapse{
    width: 100%;
}
.accordion .accordion-item .accordion-collapse .accordion-body{
    padding: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body p{
    /* padding:2px 0; */
    margin:10px 0;
}
.accordion .accordion-item .accordion-collapse ul li{
    list-style: circle;
    font-size: 14px;
}
.accordion .accordion-item .accordion-collapse img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


@media only screen and (max-width: 770px) {
    .section_head {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .Section_heading{
        width: 100%;
    }
    .Section_description{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .hero_section {
        padding: 50px;
        margin-top: 120px;
        left: 0px;
    
    }
    .hero_section h1 {
        width: 80%;
    }
    .hero_section p {
        width: 80%;
    }
}

@media only screen and (max-width: 800px) {
    .hero_section {
        padding: 20px;
        margin-top: 120px;
        left: 0px;
    
    }
    .hero_section h1 {
        width: 80%;
    }
    .hero_section p {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .hero_section {
        padding: 20px 10px;
        
    }
    .hero_section h1 {
        width: 96%;
    }
    .hero_section p {
        width: 96%;
    }
}
