.gallery-section .btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #003;
    background: #eee;
    border: 1px solid #003054;
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .gallery-section .btn:hover,.gallery-section .btn-active {
    background: #003054;
    color: #fff;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .gallery-section {
    position: relative;
    z-index: 1;  
  }
  .gallery.collapsed {
    max-height: 600px; /* Approximately 3 rows */
    overflow: hidden;
  }
  .sectionTitle{
    text-align: center;
  }
  .gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
    gap:55px;
  }
  .gallery a {
    display: flex;
  }
  .gallery img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin:8px;
    
    border:2px dashed rgb(160, 155, 155);
    border-radius: 24px;
    padding: 15px;
  }
  
.gallery .certifiacte img{
  object-fit: fill;
  object-position: top !important;
}


.client-logo.gallery img,.client-logo.mySwiper2 img{
  background-color: rgb(255, 255, 255);
  object-fit: contain !important;
  width: 150px;
  height: 150px;
  border: 2px dashed #a19a9a;
  padding: 10px;
  border-radius: 12px;
}
.client-logo.gallery img, .client-logo.mySwiper2 img {
  background-color: rgb(255, 255, 255);
  object-fit: contain !important;
  width: 150px;
  height: 150px;
  border: 2px dashed #a19a9a;
  padding: 10px;
  border-radius: 12px;
}
.certificationSection .gallery img {
  width: 195px;
  height: 215px;
  object-fit: fill;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  margin: 8px;
  border: 2px solid #003054;
  border-radius:0;
  padding: 3px;
}
.galleryFrame{
  box-shadow: 5px 8px 12px lightgray;
 }
 .galleryFrame img{
  object-fit: cover !important;
  border:none !important;
  object-position: top !important;
 }
 .gallery .pdfFrame img{
  height: 300px !important;
  border: 0 !important;
  background-color: #fff;
  margin:5px !important;
  padding: 12px !important;
}

.gallery .pdfFrame img {
  height: 185px !important;
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
  display: none;
}
.clients-logo img{
  /* background: white; */
  border:1px dashed rgb(160, 155, 155);
}
.container-cardSec{
  display: flex;
  margin: auto;
}
.flag-rowDiv{
  gap: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.flags-div{
  width: 216px;
}
.flag-box{
  width: 200px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.flag-box img{
  border-radius: 50%;
}
.flag-box img {
  border: 1px dashed #091f67;
  padding: 4px;
  display: flex;
  margin: auto;
}
.viewmoreBtn
{
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
  width: 130px;
  margin: auto;
  border-radius: 20px;
  background-color: var(--primary-color);
  padding: 6px 10px;
  margin-bottom: 30px;
  font-weight: 600;
}
.viewmoreBtn:hover{
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--primary-color);
}