.certificate-hero-sec{
    background-image: url('/assets/images/certificate-hero.png') !important;
}

.carousel-wrapper-section{
    width: 100%;
    padding: 50px 0px ;
}


.brandSwiper {
  width: 100%;
}

.brandSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandSwiper .swiper-slide img {
  height: 150px;
  width: auto;
  object-fit: contain;
  cursor: pointer;
}

@media (max-width: 768px) {
  .brandSwiper .swiper-slide img {
    height: 40px;
  }
}

.our-certificate-outer-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}
.our-certificates-wrapper{
    width: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.c-common-heading{
    font-size: 36px;
    font-weight: 700;
}

.common-para-c{
    font-size: 24px;
    margin-top: 30px;
    padding: 0px 75px;
}

.brandSwiper .swiper-wrapper {
    transition-timing-function: linear !important; /* for smooth linear scroll */
}

.common-para-c span{
    font-weight: 700;
    text-align: center;
}

.eng-german-certificate-wrapper{
    width: 1300px;
}


.cert-common-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cert-download-wrapper{
    width: 100%;
    display: flex;
    gap: 63px;
    flex-wrap: wrap;
}

.download-certificate-tile{
    width: 30%;
}

.download-certificate-tile img{
    width: 100%;
}

.download-certificate-tile button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 115, 63, 1);
    width: 100%;
    border: none;
    border-radius: 15px;
    margin-top: 10px;
}

.download-certificate-tile button a{
    text-decoration: none;
    font-size: 18px;
    color: white;

}

.download-certificate-tile button img{
    width: 28px;
}

.padi-btm{
    padding-bottom: 50px;
}
