/* .rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
  max-width: 1300px;
} */
.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  padding-right: 0px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-link {
  font-size: 15px;
}

.rd-navbar-static .rd-dropdown-link {
    padding: 18px 30px;
}

@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-link {
    font-size: 16px;
  }
}

@media (min-width: 1800px) {
  .rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 35px;
  }
}


.certificate-box-wrapper {
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
  background: #fff;
}
.certificate-box {
  border: 2px solid #cdc1a7;
  padding: 40px 30px 30px;
  position: relative;
  border-radius: 5px;
}
.certificate-logo-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border: 3px solid #cdc1a7;
  border-radius: 50%;
}
.certificate-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.certificate-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-top: 80px;
  margin-bottom: 20px;
}
.certificate-text {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
  height: 300px;
  overflow: hidden;
}
.certificate-text strong {
  font-weight: bold;
}
/* sustainability */

.title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  width: 100%;
  color: #000;
  text-align: left;
  padding-bottom: 10px;
}

.title span {
  font-size: 20px;
  border-top: 6px solid #ffb200;
  width: 100px;
  display: inline-block;
  text-align: right;
}

.image-zoom-container {
  overflow: hidden;
}

.zoom-image {
  display: block;
  width: 100%;
  transition: transform 0.9s ease;
}

.zoom-image:hover {
  transform: scale(1.1);
}

.box-icon-megan-icon.icon-36 {
  font-size: 36px;
}

.list-category-item-custom {
  position: relative;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  cursor: inherit;
  text-align: left;
}

.list-category-item-custom,
.list-category-item-custom:focus,
.list-category-item-custom:active {
  color: inherit;
}

.list-category-item-custom:hover {
  color: inherit;
}

.list-category-item-custom::before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 0;
  transition: all 0.3s ease;
}


.clients-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.clients-row .col {
    flex: 0 0 270px; /* Fixed width for each col */
}


@media (min-width: 992px) {
  .footer-classic-gmap {
    position: absolute;
    padding: 0;
    top: 26px;
    right: 0;
    bottom: 26px;
    left: calc(50% + 225px);
  }
  .footer-classic-gmap .google-map-container,
  .footer-classic-gmap .google-map {
    height: 100%;
  }
}