.top-header .content {
  display: block;
  position: relative;
}

.top-header .content .right-content {
  position: absolute;
  right: 0px;
  top: 0px;
}

.single-news .img img {
  width: 100%;
}

/* Owl Carousel Controls */
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 19px;
  opacity: 1;
  background: #fff;
  border: 1px solid #9C27B0;
  border-radius: 50%;
  color: #9C27B0;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #ff5500 !important;
  color: #fff;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.footerMenu ul li a {
  color: #fff;
}

/* -----------------------
   TOP HEADER 
------------------------ */
.main-top-header {
  background: red !important;
  padding: 8px 0px;
}

.main-top-header .top-header-content {
  display: flex;
  justify-content: space-between;
}

.main-top-header .top-header-content .left-content {
  display: flex;
  align-self: center;
}

.main-top-header .top-header-content .left-content .list li,
.main-top-header .top-header-content .right-content .list li {
  display: inline-block;
}

.main-top-header .top-header-content .left-content .list li a,
.main-top-header .top-header-content .right-content .list li a {
  color: #fff;
}

.main-top-header .top-header-content .list > li {
  margin-left: 10px;
}

.main-top-header .top-header-content .right-content .list li:first-child {
  margin-left: 0;
}

/* User profile in header */
.main-top-header .top-header-content .right-content .list li.user-profile {
  width: 35px;
  height: 100%;
  border-radius: 50%;
  margin-right: 20px;
}

.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-toggle img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.main-top-header .top-header-content .right-content .list li.user-profile .dropdown-menu {
  top: 91%;
  border: 0px;
  right: -40px;
  box-shadow: 2px 2px 6px rgba(19, 12, 12, 0.15) !important;
}

/* Log / register separator */
.main-top-header .top-header-content .right-content .log-reg span {
  color: #fff;
  margin: 0 5px;
}

/* -----------------------
   LOGIN AREA
------------------------ */
.login-signup {
  padding: 60px 0px;
}

.login-area {
  padding: 30px 30px 39px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.login-area .log-reg-header-area .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #ff5500;
}

/* -------------------------------------------------------------------
   FOOTER SOCIAL ICONS – UPDATED & CLEANED (your new requested style)
-------------------------------------------------------------------- */

.fotter-social-links ul.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}

.fotter-social-links ul.social-list li {
  display: inline-block;
}

.fotter-social-links ul.social-list a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #222;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: .3s ease;
}

.fotter-social-links ul.social-list a:hover {
  background: #ff4c29;
  transform: translateY(-3px);
}

/* -----------------------
   HEADER BACKGROUND: RED 
------------------------ */
.logo-header {
  background: red !important;
}

.mainmenu-area {
  background: white !important;
}

.mobile-menu {
  background: red !important;
}
