.profile-container {
  background-image: url('/sites/default/files/default-images/profile-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.post {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.post h4 a {
  text-decoration: none;
  color: #0a165e;
  font-weight: bold;
}
.post h4 a:hover {
  color: #ff4500;
}

.post img {
  border-radius: 10px;
}

.social-icon {
  color: #ff4500;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #0a165e;
}
.post-images {
  width: -webkit-fill-available;
}
.profile-images {
  text-align: center;
  color: #fff;
}
.blog-numbers {
  font-size: 50px;
  color: #ff4500;
  font-weight: bold;
  text-align: center;
}
.blog-head {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.start-post-btn {
  background-color: #ff4500;
  border: none;
}

.start-post-btn:hover {
  background-color: #0a165e;
}

/* Scoped styles for offcanvas-profile */

.offcanvas-profile-wrapper {
  background: #f9fbfd;
}
.offcanvas-profile-wrapper .offcanvas-body {
  background: #f9fbfd;
  font-family: "Roboto", sans-serif;
  padding: 2rem;
  color: #2c3e50;
}

.offcanvas-profile-wrapper .btn-close {
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}
.offcanvas-profile-wrapper .btn-close:hover {
  filter: brightness(1.2);
}

.offcanvas-profile-wrapper .rounded-circle {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.offcanvas-profile-wrapper h2.h5 {
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
  color: #2b2b2b;
}

.offcanvas-profile-wrapper p.text-muted {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}

.offcanvas-profile-wrapper h3.h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #34495e;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5rem;
}

.offcanvas-profile-wrapper .social-icon {
  color: #ff4500;
  transition: color 0.3s ease;
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}


.offcanvas-profile-wrapper .social-icon:hover {
  color: #0a165e;
  transform: scale(1.15);
}

.offcanvas-profile-wrapper .logout a {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  border: 1px solid #0a165e;
  background-color: #0a165e;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #fff !important;
}

.offcanvas-profile-wrapper .logout a:hover {
  background-color: #0a165e;
  color: #fff !important;
  border-color: #0a165e;
}

@media (max-width: 768px) and (min-width: 426px) {
  .blog-numbers {
    font-size: 40px;
  }
  .blog-head {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .blog-numbers {
    font-size: 30px;
  }
  .blog-head {
    font-size: 18px;
  }
  .counter {
    margin-left: 15px;
    margin-top: 25px;
  }
}
