/* General Styling */
.menu_holder .accordionButton span {
  background: none;
}
.menu_holder .accordionButton.active span {
  background: none;
  border-left: none;
}
.verticals_area .inr_gallery h2 {
  border-bottom: none;
  margin: 0;
}

.verticals_area .v-right_box h1, .verticals_area .v-right_box h2 {
  font-size: 24px;
  color: #312f45;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.v-right_box.inr_gallery {
  position: relative;
}

.v-right_box.inr_gallery div#counter {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  
  padding: 5px 10px;
  border-radius: 5px;
  
}
.v-right_box.inr_gallery .trade-div {
  margin-top: 0;
}

.trade-div.skills-div.img-gallery {
  width: 100%;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

/* Gallery Section */
.inr_gallery_sl {
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 5px;
}

.inr_gallery_sl:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* Bootstrap Carousel Layout */
.carousel-inner {
  display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      flex-direction: row;
  
}

.carousel-item .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gg-box {
  text-align: center;
  padding: 10px;
}

/* Image Styling */
.gg-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

/* Title/Text Below Images */
.gg-box p {
  padding: 5px 0;
  line-height: 20px;
  font-size: 13px;
  color: red;
  font-weight: 600;
  background: #fff;
}

/* Bootstrap Carousel Controls */
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .gg-box {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .gg-box {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .gg-box {
    width: 100%;
  }
}
