.btn {
  font-family: raleway, sans-serif;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.bar1,
.bar2,
.bar3 {
  width: 50px !important;
  height: 3px !important;
  background-color: #f4fff5;
  margin: 9.5px 0 !important;
  border-radius: 50px !important;
}

div#ht-ctc-chat {
  bottom: 11px !important;
  right: 20px !important;
  z-index: 99 !important;
}

.main-logo:focus-visible {
  outline: none !important;
}

img.ls-is-cached.lazyloaded:focus-visible {
  outline: 0;
}

.service-card {
  position: relative;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}

.box-icon {
  background-color: #fff;
  display: inline-block;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  width: 171px;
  height: 92px;
  line-height: 142px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.box-icon img {
  transform: translateY(10px);
  transition: 0.4s;
  max-width: 100%;
  height: auto;
}

.box-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #a2b925;
  /* Replace with var(--theme-color2) */
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  border-bottom: 0;
  opacity: 0.3;
  transition: 0.4s;
}

.box-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #424242;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: 1px;
}

span.para-b.para-b-span.text-center {
  font-size: 21px;
  font-weight: 600;
}

.box-title a {
  color: #1e1e1e;
  /* Replace with var(--title-color) */
  text-decoration: none;
}

.box-text {
  margin-bottom: 23px;
  font-size: 15px;
}

.th-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background-color: #f55f8d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  min-width: 170px;
  transition: 0.5s;
  border: none;
}

.th-btn:hover {
  background-color: #e04e79;
  color: #fff;
  text-decoration: none;
}

h6._plastic-heading._plastic-heading-4.plastic-heading-5.first-heading {
  font-size: 25px;
  color: #517d96;
}

.card-img-top {
  object-fit: cover;
}

.card-body {
  position: relative;
}

.btn-donate {
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
}

.card.focus-area.h-100 {
  background: white;
  padding: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.1),
    0 4px 4px -1px rgba(12, 12, 13, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.donation-card-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 309px;
  height: 207px;
  opacity: 0.1;
  background-color: #ffc107;
  /* Color that will show through the mask */

  -webkit-mask-image: url("https://plasticcycle-2023.sgp1.digitaloceanspaces.com/donation-card-bg-shape1-1.png");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;

  mask-image: url("https://plasticcycle-2023.sgp1.digitaloceanspaces.com/donation-card-bg-shape1-1.png");
  mask-size: cover;
  mask-repeat: no-repeat;

  z-index: 0;
}

.title-forcus {
  margin-bottom: 35px;
  margin-top: 20px !important;
}

.btn-donate {
  font-size: 19px;
  width: auto;
}

img.image-mask {
  position: absolute;
  top: 26px;
  width: 302px;
  left: -55px;
  z-index: -5;
  opacity: 0.1;
}

.focus-areas a.btn.btn-success.btn-donate.mt-auto {
  font-family: raleway, sans-serif;
}

.focus-button a {
  border-radius: 100px;
}

.focus-button .btn-success.mt-auto {
  padding: 5px 25px 5px 25px;
}

.btn-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #517d9621;
  border-radius: 50%;
  margin-left: 8px;
  padding: 6px;
  transition: background-color 0.3s ease;
}

.btn-icon-circle:hover {
  background-color: #e0e0e0;
  /* Hover effect */
}

.btn-icon-circle img.arrow-top-icon {
  width: 22px;
  height: 22px;
}

.text-green {
  color: rgb(136, 192, 69);
}

.custom-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-line {
  width: 4px;
  height: 40px;
  background-color: #6dbd45;
  /* Match with green theme */
  margin-right: 12px;
  border-radius: 2px;
}

.main-text {
  font-size: 2.5rem;
  font-weight: 700;
}

.sub-text {
  font-size: 2.5rem;
  font-weight: 400;
  color: #5c5c5c !important;
}

.vertical-line {
  width: 2px;
  height: 28px;
  margin-top: 4px;
  background-color: #606060;
  margin-right: 12px;
  border-radius: 2px;
}

.project-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.project-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.project-content {
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.project-card:hover .project-content {
  opacity: 1;
  visibility: visible;
}

.project-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  display: inline-block;
  padding: 16px 19px;
  overflow: hidden;
  background: #28a745;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-family: raleway, sans-serif;
}

.project-subtitle {
  font-size: 0.9rem;
  font-weight: 400;
  color: #ddd;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.project-img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.project-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.project-title-overlay {
  position: absolute;
  bottom: 20px;
}

.project-title {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  z-index: 1;
  display: inline-block;
  padding: 16px 19px;
  overflow: hidden;
  background: #28a745;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-family: raleway, sans-serif;
}

.project-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.4);
  border-radius: 8px;
}

.yelgre-grd {
  background: #93d15b9c !important;
}

.zigzag-card {
  background-color: #ffffff;
  color: white;
  padding: 20px 20px;
  border: 3px solid #008c4a;
  border-radius: 30px 300px 300px 300px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.zigzag-card.reverse {
  flex-direction: row-reverse;
  border-radius: 300px 30px 300px 300px;
}

.zigzag-card img {
  width: 100px;
  height: 100px;
  border: 3px solid #008c4a;
  border-radius: 50%;
  margin: 0 20px;
}

.zigzag-card h4 {
  color: #008c4a;
  font-weight: bold;
}

.zigzag-text {
  flex: 1;
}

p.para-w-can {
  color: #666666;
}

.zigzag-text.zigzag-right {
  padding-left: 30px;
}

.vertical-line.ver-new-line {
  margin-top: -47px;
}

.custom-heading.custom-new.pb-5.mb-3.text-center {
  width: 80%;
  margin: 0 auto;
}

.vertical-line.ver-line-new.mx-auto {
  margin-top: -45px;
  margin-right: 0px !important;
  width: 2px !important;
}

.zigzag-card.plastic-card {
  background: #6dbd45;
}

h4.plastic-sec-text {
  color: white;
}

p.para-w-can.plastic-sec-text {
  color: #efffef;
}

.mid-gap {
  height: 0px;
}

span.btn-icon-circle.btn-second.ml-2 {
  background: #f0fff26e;
}

.news-content {
  min-height: 207px;
}

ol.carousel-indicators.slide.news-slide-indicators li {
  background: #ffff !important;
}

.carousel-indicators.slide.news-slide-indicators .active {
  background: #e7ffc96e !important;
}

.social-carosal {
  border: 25px solid #e9f5e9a4 !important;
}

h3.news-heading.new-newa-heading {
  min-height: 94px;
}

.our-partner-section {
  padding: 20px 60px;
}

.our-partner-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #28a745;
}

.partner-logo {
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo img {
  max-width: 100%;
  height: auto;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.partner-logo:hover img {
  transform: scale(1.05);
  filter: grayscale(100%);
}

.down-arrow-scroll {
  top: 24px;
}

.project-title {
  font-size: 18px;
  font-weight: 500;
}

.project-title {
  font-size: 18px;
  font-weight: 500;
  width: 257px;
}

.top-nav-section {
  top: 0;
  z-index: 1000;
  background-color: transparent;
  height: 74px;
  transition: background-color 0.3s ease, height 0.3s ease;
}

.top-nav-section.scrolled {
  background-color: rgb(136, 192, 69);
  height: 84px;
}

#enable-toolbar-trigger svg {
  width: 45px !important;
  height: 45px !important;
}

body.trigger-position-left #enable-toolbar-trigger {
  left: 13px !important;
  top: 4px !important;
}

.vertical-line.ver-line-new.ver-line-new-1.mx-auto {
  margin-left: -12px !important;
}

.vertical-line.ver-line-new.mx-auto {
  margin-top: -45px;
  margin-right: -26px !important;
  width: 2px !important;
}

.icon {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}

.icon-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 3px solid green;
}

.icon-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: #f8e3db;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
}

.what-i-card {
  padding: 20px 20px;
}

.what-i-card .icon {
  position: relative;
  width: 66px;
  height: 66px;
  z-index: 1;
}

.what-i-card .icon img {
  font-size: 25px;
  color: #f74f22;
}

.what-i-card.icon::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #f8e3db;
  z-index: -1;
}

.what-i-card .icon {
  position: relative;
  width: 66px;
  height: 66px;
  z-index: 1;
}

.icon-what {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.icon-what .icon-img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}

.icon-what::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 33%;
  width: 55px;
  height: 55px;
  background-color: #29c73c40;
  opacity: 0.6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
}

.icon-what.icon-what-second::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 33%;
  width: 55px;
  height: 55px;
  background-color: #65a74361;
  opacity: 0.6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
}

.what-i-card.wow.fadeInUp {
  align-items: center;
  text-align: center;
}

h2.mt-4.what-h2 {
  font-size: 20px;
  color: #5d5d5d;
}

/* Left to Right */
.slide-right-on-load {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-right-on-load.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-left-on-load {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-left-on-load.visible {
  opacity: 1;
  transform: translateX(0);
}

.social-carosal {
  background: #2a2a2a0d;
}

/* -----------------------------About Us Page(English)----------------------------- */

.bredcrubs-left a {
  color: #28a745;
  text-decoration: none;
}

.bredcrubs-left a:hover {
  color: #517d96;
}

.vertical-line.ver-2 {
  margin-top: -45px;
}

.plastic-card.style3 {
  display: flex;
  gap: 20px;
  box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
  background: var(--white-color);
  border-radius: 7px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.plastic-card.style3 .box-thumb {
  margin-bottom: 0;
  border-radius: 7px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.plastic-card.style3 .box-thumb img {
  object-fit: cover;
  transition: 0.4s;
}

.plastic-card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--theme-color);
  border-radius: 30px;
  color: var(--white-color);
  display: inline-block;
  padding: 1px 13px;
  z-index: 2;
}

.plastic-card.style3 .box-thumb .plastic-card-shape {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: auto;
  position: absolute;
  background: var(--white-color);
  z-index: 1;
  opacity: 1;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.plastic-card.style3 .box-content {
  flex: 1;
}

.plastic-card.style3 .box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.416;
  margin-top: -0.32em;
}

.plastic-card.style3 .box-title {
  font-family: nunito-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #517d96;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.plastic-card.style3 p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

.box-content {
  border-radius: 7px;
}

.green-container {
  height: 45vh;
  background: #6ca54270;
  margin-top: -230px;
}

video.px-5 {
  z-index: 50;
  position: relative;
}

/* ------------------------ Our News ----------------------------------- */
img.image-mask.image-mask-new {
  top: 126px;
  width: 268px;
}

.btn-grd-survey {
  padding: 5px 18px !important;
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  font-family: nunito-sans, sans-serif;
}

.card-line {
  border: 0.5px solid #b4b5b452;
}

.news-card-title.text-left {
  margin-top: 0px !important;
  min-height: 53px;
  font-size: 22px;
  font-family: raleway, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5d5d5d;
  margin-bottom: 25px !important;
}

.news-footer-para {
  font-family: raleway, sans-serif;
  color: rgb(32 155 54);
  font-weight: 500;
  font-size: 17px;
}

.card-body.news-body {
  padding: 20px 0px 0px 0px;
}

.news-card {
  padding: 30px;
  background: white;
  border-radius: 15px;
}

.news-thumb-block-second {
  border: 0px solid #e1e3e4;
  padding: 35px;
}

.card-body.box-content {
  margin-top: 23px;
}

.card.focus-area {
  outline: none;
  border: none;
}

.footer-card-line {
  min-height: 191px;
}

.card-body.news-body.d-flex.flex-column.position-relative.text-left {
  padding: 0px 35px 0px 35px;
  min-height: 240px;
}

.news-thumb-block-second {
  border: 0px solid #e1e3e4;
  padding: 35px 35px 0px 35px;
}

h5.card-title {
  font-size: 18px;
  line-height: 1.3em;
}

.news-page .light-container {
  background: #e9f5e9a4 !important;
}

.news-page .news-thumb-block-second {
  padding: 0;
}

.news-page .card-body.news-body {
  padding: 0 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  border-radius: 100px !important;
  padding: 7px 30px 7px 30px !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-radius: 100px !important;
  padding: 7px 30px 7px 30px !important;
}

.modal-header {
  background-color: #e3f5e3;
}

h5#exampleModalLabel {
  color: #517d96;
  font-family: raleway, sans-serif;
  font-weight: 600px;
}

.modal-body {
  padding: 0 2.5rem 0 2.5rem;
}

/* --------------  FAQ Page (English) ------------------ */
.faq-toggle {
  font-size: 18px;
  font-family: raleway, sans-serif;
  font-weight: 500;
  color: #5c5c5c;
  text-decoration: none;
  background: none;
  border: none;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
}

.faq-toggle:hover {
  text-decoration: none !important;
  color: #000;
}

.faq-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.faq-toggle.collapsed .faq-icon {
  content: url("https://plasticcycle-2023.sgp1.digitaloceanspaces.com/arrow-down.webp");
}

.faq-toggle:not(.collapsed) .faq-icon {
  content: url("https://plasticcycle-2023.sgp1.digitaloceanspaces.com/arrow-top.webp");
}

.card.faq-card {
  border: 1px solid #28a745;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.card.faq-card+.card.faq-card {
  margin-top: 15px;
}

.card-header {
  background-color: transparent;
}

.faq-card-body {
  font-size: 17px;
  color: #747474;
  font-family: raleway, sans-serif;
  padding: 20px 20px;
}

.map-body {
  padding: 0 3% !important;
}

.form-all {
  margin: 0px auto !important;
}

.form-line {
  margin-top: 0px !important;
}

.form-textbox {
  background-color: #fff;
  border-color: #4491318c !important;
  color: #2c3345 !important;
}

.submit-button {
  background-color: #28a745 !important;
  color: #fff;
  border-radius: 50px !important;
  font-size: 18px !important;
  padding: 5px 25px 5px 25px !important;
}

.map-section h2 {
  color: #28a745;
}

.map-section p {
  font-size: 16px;
}

h5.contact-field.font-weight-bold.mb-1 {
  font-family: raleway, sans-serif;
}

.plastic-heading {
  font-size: 30px;
  font-weight: 500;
  color: #3c6d81;
}

.article-header {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}

.vertical-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: var(--primary-color);
}

.header-bar {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      var(--primary-color),
      rgba(0, 0, 0, 0));
  width: 150px;
  margin: 2rem auto;
}

.article-meta {
  font-size: 0.9rem;
  color: var(--secondary-color);
  margin-bottom: 2rem;
}

.article-content {
  font-size: 1.1rem;
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 2rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.author-name {
  font-weight: 600;
  color: var(--primary-color);
}

.social-share {
  margin: 3rem 0;
}

.social-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--light-bg);
  color: var(--secondary-color);
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-share a:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

.back-to-blog {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bar1,
.bar2,
.bar3 {
  width: 50px;
  height: 4px;
  background-color: #e8f7f2;
  margin: 10px 0;
  transition: 0.4s;
  border-radius: 50px;
}

.social-hover a img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-hover a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

@media (max-width: 992px) {
  .green-container {
    height: 28vh;
    margin-top: -280px;
  }
}

@media (max-width: 768px) {

  .zigzag-card,
  .zigzag-card.reverse {
    flex-direction: column !important;
    text-align: center;
    border-radius: 30px;
  }

  .zigzag-card img {
    margin: 0 auto 15px;
  }

  .cc-window.cc-floating {
    margin-bottom: 6em !important;
  }

  .green-container {
    height: 27vh !important;
  }

  .article-content {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  img.image-mask {
    top: 131px;
  }

  .icon-what .icon-img {
    width: 100px;
    height: 100px;
  }

  .fb-page {
    width: 100%;
  }

  .project-title {
    font-size: 14px;
    width: 135px;
  }
}

@media (max-width: 767px) {
  .partner-logo {
    padding: 10px;
  }

  .main-logo>a>img {
    width: 62% !important;
    margin: auto;
    display: block;
  }
}

@media (max-width: 567px) {
  .social-carosal {
    border: 0px solid #e9f5e9a4 !important;
    padding-top: 30px;
  }

  .what-h1 {
    padding-left: 0px;
  }

  .our-partner-section {
    padding: 60px 0px;
  }

  .vertical-line {
    display: none;
  }

  .row.toge-weight-life.justify-content-center.animate-on-scroll.g-4.visible {
    gap: 20px;
  }

  a.icon-whatsapp {
    bottom: 8px !important;
    right: 21px !important;
    width: 34px;
    height: 34px;
  }

  .mute-unmute-btn img {
    width: 28px;
    height: 28px;
  }

  #enable-toolbar-trigger svg {
    width: 30px !important;
    height: 40px !important;
  }

  body.trigger-position-left #enable-toolbar-trigger {
    left: 13px !important;
    top: 14px !important;
  }

  .content-video {
    padding: 0px 10px !important;
  }

  .main-logo {
    padding: 0% 5%;
    height: 69px !important;
  }

  .green-container {
    height: 26vh !important;
    margin-top: -152px;
  }

  .box-content {
    margin-top: 25px;
    padding-left: 0px;
    margin-bottom: 25px;
  }

  .faq-toggle {
    font-size: 16px;
    padding: 12px 16px;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    line-height: 1.3;
  }
}

.bestweb-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bestweb-badge {
  transition: transform 0.3s ease;
}

.bestweb-badge:hover {
  transform: scale(1.04);
}