/*  saddam */

.fusion-flexslider {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden !important;
  margin: -1px 1px !important;
}
.fusion-post-wrapper {
  background: #eee !important;
}
h2.blog-shortcode-post-title {
  font-size: 25px !important;
}
.fusion-flexslider img {
  aspect-ratio: 4 / 1;
  object-fit: cover;
  object-position: center center;
}
.rightsidebar,
.rightsidebar2 {
  position: sticky !important;
  top: 140px !important;
}

.rightsidebar ul#menu-categories,
.rightsidebar2 ul#menu-categories {
  margin-top: 14px !important;
}
.rightsidebar2 ul#menu-categories li a span {
  background: #eee;
  color: #3f3f3f;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 2px;
  width: 100%;
  display: block;
  text-align: left;
}
.rightsidebar2 ul#menu-categories li a span span {
  display: none;
}
.rightsidebar2 ul#menu-categories li {
  width: 100%;
}
.fusion-carousel-item-wrapper {
  background: #eee;
}
.fusion-carousel-meta,
h4.fusion-carousel-title {
  padding: 0 16px 12px;
}

div#lestsidebar p {
  display: block;
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 16px !important;
  color: #e10707 !important;
  font-weight: 1000 !important;
}

div#lestsidebar p span {
  display: block;
  font-size: 16px !important;
  color: #e10707 !important;
}

div#lestsidebar .fusion-layout-column .fusion-column-wrapper {
  box-shadow: 0 0 !important;
}
/* About Author Section */
#authorbox.about-author {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 40px 0;
  border-left: 4px solid #3a7bd5;
}

/* Author Title */
.fusion-title.fusion-title-size-two h2 {
  font-size: 28px !important;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.fusion-title.fusion-title-size-two h2 a {
  color: #3a7bd5;
  text-decoration: none;
  transition: color 0.3s;
}

.fusion-title.fusion-title-size-two h2 a:hover {
  color: #00d2ff;
}

/* Author Container Layout */
.about-author-container {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* Avatar Image */
.avatar {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.avatar img {
  display: block;
  width: 100%;
  height: auto;
}

/* Author Description */
.description {
  color: #555;
  line-height: 1.7;
  font-size: 16px;
  margin-top: 10px;
}

.description strong {
  color: #2c3e50;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-author-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .avatar {
    margin-bottom: 15px;
  }

  .fusion-title.fusion-title-size-two h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .fusion-text.fusion-text-15 p {
    text-align: center !important;
  }
  .social-iconss {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
