/* Global Styles */


/* Panels and Cards */
.unique-panel {
  border: none;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.unique-panel-heading {
  background-color: #020842;
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.unique-panel-body {
  padding: 20px;
  background-color: #f9f9f9;
  color: #333;
}

.unique-panel-footer {
  padding: 15px;
  background-color: #f5f5f5;
}

/* Buttons */
.btn {
  border-radius: 5px;
  font-size: 1rem;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-link {
  color: #fff;
}

.btn-link:hover {
  color: #0056b3;
}

/* Forms */
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 15px;
}

textarea {
  resize: vertical;
}

textarea::placeholder,
input::placeholder {
  color: #999;
}

/* Comments Section */
.unique-comment-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.unique-media-body h6 {
  font-weight: bold;
}

.unique-media {
  margin-top: 20px;
}

/* Post Boxes */
.unique-postBox {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.unique-postBox:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.unique-creator-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Blog Section */
.unique-blog-column {
  margin-top: 20px;
}

.unique-blog-post {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.unique-blog-post:hover {
  transform: translateY(-5px);
}

.unique-blog-post h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.unique-blog-post p {
  font-size: 0.9rem;
  color: #666;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .unique-panel-heading {
    text-align: center;
  }

  .unique-panel-body {
    padding: 15px;
  }

  .unique-creator-img,
  .unique-comment-img {
    width: 40px;
    height: 40px;
  }
}

/* Adjust User Image */
.unique-creator-img,
.unique-comment-img {
  width: 60px;
  /* Ensure consistent size */
  height: 60px;
  border-radius: 50%;
  /* Circle shape */
  object-fit: cover;
  /* Ensure image fits within the circle */
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* Adjust Post Content */
.unique-panel-body p {
  font-size: 1rem;
  /* Adjust font size */
  line-height: 1.6;
  /* Improve readability */
  word-wrap: break-word;
  /* Break long words */
  overflow-wrap: break-word;
  margin: 0;
  /* Remove extra margins */
  white-space: pre-wrap;
  /* Preserve formatting */
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .unique-creator-img,
  .unique-comment-img {
    width: 50px;
    height: 50px;
  }
}



/* Comment Box Styling */
.unique-comment-box {
  border: 1px solid #ddd;
  /* Border around the comment box */
  border-radius: 8px;
  /* Rounded corners */
  padding: 15px;
  /* Internal padding */
  background-color: #f9f9f9;
  /* Light background for contrast */
  margin-bottom: 15px;
  /* Space between comments */
}

.unique-comment-box .unique-comment-img {
  width: 50px;
  /* Adjust image size */
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  float: left;
  /* Align image to the left */
}

.unique-comment-box .unique-media-body {
  margin-left: 70px;
  /* Space for the profile image */
  font-size: 0.9rem;
  /* Adjust font size */
  line-height: 1.5;
  /* Improve readability */
  color: #333;
  /* Text color */
}

.unique-comment-box h6 {
  font-weight: bold;
  margin: 0;
  /* Remove default margin */
}

.unique-comment-box p {
  margin: 5px 0 0;
  /* Margin for the comment text */
  color: #666;
  /* Slightly lighter text color */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .unique-comment-box .unique-comment-img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .unique-comment-box .unique-media-body {
    margin-left: 50px;
    /* Adjust for smaller images */
  }
}

.unique-font-head {
  color: #fff;
}



.client-support {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFD700; /* Gold color */
    border: 2px solid #FFD700; /* Gold border */
    border-radius: 25px; /* Rounded corners */
    background: linear-gradient(145deg, #1e1e1e, #2e2e2e); /* Fancy dark background */
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(255, 215, 0, 0.4); /* Shadow effect */
    transition: all 0.3s ease-in-out;
}

.client-support:hover {
    color: #1e1e1e; /* Darker text on hover */
    background: #FFD700; /* Gold background on hover */
    border-color: #fff; /* Change border to white */
    box-shadow: 0 6px 8px rgba(255, 215, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
    transform: scale(1.05); /* Slight zoom effect */
}

.client-support i {
    margin-left: 10px; /* Spacing for the icon */
    transition: margin-left 0.3s ease;
}

.client-support:hover i {
    margin-left: 15px; /* Move the icon slightly on hover */
}
