body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.share-left {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }

    .share-label {
      font-weight: 600;
      color: #333;
    }

    .share-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 13px;
      text-decoration: none;
      font-weight: 500;
      color: #fff;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .share-btn i {
      font-size: 14px;
    }

    /* Brand Colors */
    .facebook {
      background: #1877f2;
    }

    .twitter {
      background: #000;
    }

    .whatsapp {
      background: #25d366;
    }

    .linkedin {
      background: #0a66c2;
    }

    .share-btn:hover {
      opacity: 0.9;
      transform: translateY(-2px);
    }

    .share-right {
      margin-left: auto;
    }

    .views {
      font-size: 13px;
      color: #555;
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 500;
    }

    /* 📱 Mobile Optimization */
    @media (max-width: 768px) {
      .blog-share {
        padding: 12px;
      }

      .share-btn {
        padding: 2px 5px;
        font-size: 10px;
      }

      .share-right {
        width: 100%;
        margin-left: 0;
      }
    }

    .btn{
      background-color: #00aeff;
    }