/*
Theme Name: Alia Child
Description: Child theme for Alia WordPress Theme
Author: Ahmad Works, Inc
Author URI: https://ahmad.works/
Template: alia
Version: 3.0.5
License: Themeforest Split Licence
License URI: -
Text Domain: alia-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/**************Bayut Top Navigation************/
.hatla2ee_top_nav {
  overflow: auto;
  padding: 5px 0 10px;
  border-bottom: 1px solid #eee;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container,
.hatla2ee_top_nav .menu-bayut-product-menu-container,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container {
  overflow: auto;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul li,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li {
  display: inline-block;
  padding: 0 20px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li:last-child,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul li:last-child {
  padding-right: 0;
}

.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li:last-child,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li:last-child {
  padding-left: 0;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li a,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul li a,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li a,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li a {
  color: #525252;
  text-transform: uppercase;
  /*font-size: 14px;*/
  letter-spacing: 0.6px;
  font-size: 12.5px;
}

.hatla2ee_top_nav .menu-bayut-product-menu-container ul li:last-child a,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li:last-child a {
  font-size: 16px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container {
  float: left;
  margin-top: 10px;
}

.hatla2ee_top_nav .menu-bayut-product-menu-container {
  float: right;
  margin-top: 10px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-ar-container {
  float: right;
  margin-top: 10px;
}

.hatla2ee_top_nav .menu-bayut-product-menu-ar-container {
  float: inline-end;
  margin-top: 10px;
}

.hatla2ee_top_nav .hatla2ee_logo {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg") no-repeat center;
  background-size: cover;
  padding: 8px 0;
}
body.rtl .hatla2ee_top_nav .hatla2ee_logo {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
}

body.error404 footer{
  margin-top:0px;
}

.hatla2ee_top_nav .hatla2ee_logo {
  margin-inline-start: 5px;
  float: inline-start;
}

.hatla2ee_top_nav .hatla2ee_logo a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 25px 62px;
}



.hatla2ee_top_nav .menu-bayut-property-menu-container ul li .sub-menu,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li .sub-menu,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul li .sub-menu,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li .sub-menu {
  display: none;
  overflow: auto;
  position: absolute;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.08);
  z-index: 11;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  max-width: 500px;
}
.menu-bayut-product-menu-container ul li, .menu-bayut-product-menu-ar-container ul li{
  position: relative;
}
.menu-bayut-product-menu-container ul li a:before{
  position: absolute;
  left:-2px;
  width:20px;
  height:20px;
  content:"";
  background-image: url("assets/images/language-default-icon.svg");
  top: 50%;
  transform: translateY(-50%);
}
.menu-bayut-product-menu-ar-container ul li a:before{
  position: absolute;
  inset-inline-start:0px;
  width:20px;
  height:20px;
  content:"";
  background-image: url("assets/images/language-default-icon.svg");
  top: 50%;
  transform: translateY(-50%);
}
.menu-bayut-product-menu-ar-container ul li a:hover, .menu-bayut-product-menu-container ul li a:hover{
  color:#006169;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li .sub-menu {
  max-width: 160px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li .sub-menu {
  max-width: 170px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li .sub-menu li,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li .sub-menu li {
  width: 100%;
  display: block;
  float: initial;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li .sub-menu li {
  text-align: left;
  float: left;
}

.hatla2ee_top_nav .menu-bayut-product-menu-container ul li .sub-menu li {
  display: block;
  float: initial;
  text-align: left;
  padding: 0;
}

.hatla2ee_top_nav .menu-bayut-property-menu-container ul li .sub-menu li a,
.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li .sub-menu li a,
.hatla2ee_top_nav .menu-bayut-product-menu-container ul li .sub-menu li a,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li .sub-menu li a {
  font-size: 12.5px;
  text-transform: none;
}

.hatla2ee_top_nav .menu-bayut-property-menu-ar-container ul li .sub-menu li {
  text-align: right;
  float: right;
}

.hatla2ee_top_nav .menu-bayut-product-menu-ar-container ul li .sub-menu li {
  display: block;
  float: initial;
  text-align: right;
}

.hatla2ee_top_nav .property-dropdown::after {
  content: "";
  background-image: url("assets/images/down_arrow.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}

.hatla2ee_top_nav .menu-bayut-property-menu-ar-container .property-dropdown::after,
.hatla2ee_top_nav .menu-bayut-product-menu-ar-container .property-dropdown::after {
  margin-left: 0;
  margin-right: 5px;
}

.hatla2ee_top_nav .property-dropdown:hover .sub-menu {
  display: block;
}

.hatla2ee_top_nav .brand {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee_new_logo-scaled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  width: 200px;
  height: 45px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 100px);
  margin-top: 5px;
}

.hatla2ee_top_nav .brand a {
  color: transparent;
  line-height: 0;
  font-size: 0;
  padding: 20px 80px;
}

body.rtl .hatla2ee_top_nav li.lang-item a {
  font-family: Lato;
}

.hatla2ee_top_nav li.lang-item a {
  font-family: Arabic-DroidKufi;
}

body.rtl .hatla2ee_top_nav .brand {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee_new_logo_ar-scaled.png");
}

/*********************************************/

/*Navigation Style*/
ul.navbar > li.bayut-logo-menu {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
  background-size: 43px 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #28b16d;
  padding: 10px 15px;
}

ul.navbar > li.bayut-logo-menu a,
ul.navbar > li.mybayut-logo-menu a,
ul.navbar > li.mybayut-ar-logo-menu a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 15px 12px;
}

ul.navbar > li.mybayut-logo-menu {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
  background-size: 136px 34px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  width: 155px;
}

ul.navbar > li.my-home-menu,
ul.navbar > li.auctions,
ul.navbar > li.car-tips,
ul.navbar > li.company-news,
ul.navbar > li.local-news,
ul.navbar > li.modified-cars,
ul.navbar > li.new-cars,
ul.navbar > li.reports, 
ul.navbar > li.used-car-news-egypt, 
ul.navbar > li.global-news, 
ul.navbar > li.roads-traffic {
  margin-left: 5px;
  border-bottom: 5px solid #eeeeee;
  border-block-color: transparent;
}

ul.navbar > li.global-news:hover,
ul.navbar > li.global-news:hover a,
ul.navbar > li.global-news.active,
ul.navbar > li.global-news.active a,
body.category-pulse ul.navbar > li.global-news,
body.topic-pulse ul.navbar > li.global-news {
  border-bottom-color: #E3996A;
  color: #E3996A;
}

ul.navbar > li.car-tips:hover,
ul.navbar > li.car-tips:hover a,
ul.navbar > li.car-tips.active,
ul.navbar > li.car-tips.active a,
body.category-pulse ul.navbar > li.car-tips,
body.topic-pulse ul.navbar > li.car-tips {
  border-bottom-color: #4994EC;
  color: #4994EC;
}

ul.navbar > li.used-car-news-egypt:hover,
ul.navbar > li.used-car-news-egypt:hover a,
ul.navbar > li.used-car-news-egypt.active,
ul.navbar > li.used-car-news-egypt.active a,
body.category-pulse ul.navbar > li.used-car-news-egypt,
body.topic-pulse ul.navbar > li.used-car-news-egypt {
  border-bottom-color: #1034a6;
  color: #1034a6;
}

ul.navbar > li.my-home-menu:hover,
ul.navbar > li.my-home-menu:hover a,
ul.navbar > li.my-home-menu.active,
ul.navbar > li.my-home-menu.active a,
body.category-pulse ul.navbar > li.my-home-menu,
body.topic-pulse ul.navbar > li.my-home-menu {
  border-bottom-color: #006169;
  color: #006169;
}


ul.navbar > li.modified-cars:hover,
ul.navbar > li.modified-cars:hover a,
ul.navbar > li.modified-cars.active,
ul.navbar > li.modified-cars.active a,
body.category-pulse ul.navbar > li.modified-cars,
body.topic-pulse ul.navbar > li.modified-cars {
  border-bottom-color: #D65C5E;
  color: #D65C5E;
}


ul.navbar > li.local-news:hover,
ul.navbar > li.local-news:hover a,
ul.navbar > li.local-news.active,
ul.navbar > li.local-news.active a,
body.category-pulse ul.navbar > li.local-news,
body.topic-pulse ul.navbar > li.local-news {
  border-bottom-color: #006169;
  color: #006169;
}

ul.navbar > li.company-news:hover,
ul.navbar > li.company-news:hover a,
ul.navbar > li.company-news.active,
ul.navbar > li.company-news.active a,
body.category-pulse ul.navbar > li.company-news,
body.topic-pulse ul.navbar > li.company-news {
  border-bottom-color: #7B5EC3;
  color: #7B5EC3;
}


ul.navbar > li.new-cars:hover,
ul.navbar > li.new-cars:hover a,
ul.navbar > li.new-cars.active,
ul.navbar > li.new-cars.active a,
body.category-pulse ul.navbar > li.new-cars,
body.topic-pulse ul.navbar > li.new-cars {
  border-bottom-color: #1A9599;
  color: #1A9599;
}

ul.navbar > li.auctions:hover,
ul.navbar > li.auctions:hover a,
ul.navbar > li.auctions.active,
ul.navbar > li.auctions.active a,
body.category-pulse ul.navbar > li.auctions,
body.topic-pulse ul.navbar > li.auctions {
  border-bottom-color: #1A9599;
  color: #1A9599;
}

ul.navbar > li.reports:hover,
ul.navbar > li.reports:hover a,
ul.navbar > li.reports.active,
ul.navbar > li.reports.active a,
body.category-pulse ul.navbar > li.reports,
body.topic-pulse ul.navbar > li.reports {
  border-bottom-color: #5cb95c;
  color: #5cb95c;
}

ul.navbar > li.roads-traffic:hover,
ul.navbar > li.roads-traffic:hover a,
ul.navbar > li.roads-traffic.active,
ul.navbar > li.roads-traffic.active a,
body.category-pulse ul.navbar > li.roads-traffic,
body.topic-pulse ul.navbar > li.roads-traffic {
  border-bottom-color: #5db95d;
  color: #5db95d;
}


ul.navbar > li.my-home-menu a,
ul.navbar > li.auctions a,
ul.navbar > li.car-tips a,
ul.navbar > li.company-news a,
ul.navbar > li.local-news a,
ul.navbar > li.modified-cars a,
ul.navbar > li.new-cars a,
ul.navbar > li.reports a,
ul.navbar > li.menu-item-32792-en a,
ul.navbar > li.menu-item-32791-ar a,
ul.navbar > li.used-car-news-egypt a, 
ul.navbar > li.global-news a,
ul.navbar > li.roads-traffic a {
  padding: 10px 12px 5px;
  /*color: #ffffff*/
}

/************ Sub Navigation Start ************/
/*.header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu { background-color:#4994EC; }
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu:before { border-bottom-color: #4994EC; }
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu:after { border-bottom-color: #4994EC; }*/
/*.header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu { padding: 5px; }
.header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu a { color: #000000; text-transform: uppercase; font-size: 10px; padding: 8px 0; }
.header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu li:hover a, .header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu a:hover, .header_nav .main_menu li.car-tips.menu-item.dropdown > .dropdown-menu li.active a { color: #ffffff; }*/

.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu {
  padding: 5px;
}

.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  padding: 8px 0;
}

.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu li:hover a,
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu a:hover,
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu li.active a {
  color: #ffffff;
}

.header_nav
  .main_menu
  li.global-news.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.global-news.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #E3996A;
}

.header_nav
  .main_menu
  li.car-tips.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.car-tips.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #4994EC;
}

.header_nav
  .main_menu
  li.my-home-menu.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.my-home-menu.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #006169;
}

.header_nav
  .main_menu
  li.modified-cars.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.modified-cars.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #D65C5E;
}

.header_nav
  .main_menu
  li.local-news.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.local-news.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #006169;
}

.header_nav
  .main_menu
  li.company-news.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.company-news.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #7B5EC3;
}

.header_nav
  .main_menu
  li.new-cars.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.new-cars.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #1A9599;
}

.header_nav
  .main_menu
  li.reports.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.reports.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #5cb95c;
}
.header_nav
  .main_menu
  li.roads-traffic.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.roads-traffic.menu-item.dropdown
  > .dropdown-menu
  li.active
  .navbar li.active {
  background-color: #5db95d;
}

/************ Sub Navigation End ************/

.header_square_logo {
  margin: 0;
}

.header_nav .main_menu {
  display: initial;
}

.header_nav .main_menu .menu_mark_circle {
  display: none !important;
}

body.no_sitetitle_in_menu .header_controls {
  float: right;
}

/*Structure Style*/
.main_content_area {
  margin-top: 0;
}

.container {
  width: 1360px;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-weight: normal;
}

/*Homepage Slider*/
ul.homepage-main-post {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  overflow: auto;
}

/* Banner Carousel */
.banner-carousel-homepage {
  margin: 20px auto;
  padding: 0 15px;
}

/* Full width banner carousel on single post pages */
.single-post .banner-carousel-homepage {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.single-post .banner-carousel-wrapper {
  width: 100%;
}

.single-post .banner-carousel-item {
  padding: 0;
  width: 100%;
}

.single-post .banner-card {
  width: 100%;
}

.single-post .banner-card .banner-title{
  color: #ffffff;
}

.banner-carousel-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .banner-carousel-wrapper {
    padding-bottom: 30px;
  }
}

.banner-carousel-item {
  min-width: 0;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 6px;
}

.banner-carousel-item a {
  text-decoration: none;
  display: block;
}

.banner-card {
  position: relative;
  height: 130px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #1A293D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

@media (min-width: 768px) {
  .banner-card {
    height: auto;
    min-height: 200px;
    padding: 32px 28px;
    border-radius: 16px;
  }
}

.banner-card.ltr {
  justify-content: flex-start;
}

.banner-card.rtl {
  justify-content: flex-end;
}

.banner-background-image {
  position: absolute;
  height: 100%;
  right: -8rem;
  width: auto;
  min-width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  top: 0;
}

@media (min-width: 768px) {
  .banner-background-image {
    right: 0;
    max-width: none;
    width: 100%;
    min-width: 100%;
  }
}

.banner-background-image.flipX {
  transform: scaleX(-1);
}

.banner-card.rtl .banner-background-image {
  left: 8rem;
  right: auto;
}

@media (min-width: 768px) {
  .banner-card.rtl .banner-background-image {
    left: 0;
    right: auto;
  }
}

.banner-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  pointer-events: none;
}

.banner-content * {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .banner-content {
    max-width: 100%;
  }
  
  .banner-content.ltr-content {
    max-width: 100%;
  }
  
  .banner-content.rtl-content {
    max-width: 100%;
  }
}

.banner-content.ltr-content {
  align-items: flex-start;
  text-align: left;
  margin-right: auto;
}

.banner-content.rtl-content {
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.banner-text {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}

.banner-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .banner-title {
    font-size: 28px;
    margin: 0;
  }
}

.banner-description {
  font-size: 16px;
  margin-bottom: 12px;
  color: #d1d5db;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .banner-description {
    font-size: 16px;
  }
}

.banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 600;
  transition: all 0.2s;
  outline: none;
  background-color: #efc71f;
  color: #1f2937;
  border: none;
  border-radius: 6px;
  height: 36px;
  padding: 8px 12px;
  cursor: pointer;
  gap: 4px;
  font-size: 14px;
  position: relative;
  z-index: 11;
  font-family: 'Poppins', sans-serif;
}

.banner-content .rtl-content .banner-button {
  font-family: Arabic-DroidKufi;
}

@supports (color: color-mix(in lab, red, red)) {
  .banner-button:hover {
    background-color: color-mix(in oklab, #efc71f 90%, transparent);
  }
}

@supports not (color: color-mix(in lab, red, red)) {
  .banner-button:hover {
    background-color: #d4b01a;
  }
}

.banner-button svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .banner-button {
    height: 40px;
    padding: 4px 24px;
    font-size: 12px;
    font-weight: 700;
  }
  .rtl-content .banner-button {
    font-family: Arabic-DroidKufi;
  }
  .banner-button span {
    padding: 0;
    margin: 0;
  }
  
  .banner-button svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
  }
  .rtl-content .banner-button svg {
    top: 5px;
  }
}

/* Button should not flip - only background image flips */

/* Banner Carousel Dots/Indicators */
.banner-carousel-wrapper .owl-dots {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background-color: rgba(239, 199, 31, 0.1);
  border-radius: 9999px;
  display: flex;
  overflow: hidden;
  z-index: 10;
  margin-top: 0;
  max-width: 80px;
}
.banner-carousel-wrapper .owl-dots button.owl-dot {
  background: rgba(121, 126, 158, .2);
}
.banner-carousel-wrapper .owl-dots button.owl-dot.active {
  background: #797e9e;
}

@media (min-width: 768px) {
  .banner-carousel-wrapper .owl-dots {
    bottom: -24px;
    width: 48px;
    height: 4px;
  }
}

.banner-carousel-wrapper .owl-dots .owl-dot {
  height: 100%;
  transition: all 0.3s;
  cursor: pointer;
  flex: 1;
  position: relative;
  margin: 0;
  padding: 0;
}

.banner-carousel-wrapper .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 9999px;
  transition: all 0.3s;
  margin: 0;
}

.banner-carousel-wrapper .owl-dots .owl-dot.active span {
  background-color: #efc71f;
}

.banner-carousel-wrapper .owl-dots .owl-dot:hover span {
  background-color: rgba(239, 199, 31, 0.5);
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .banner-carousel-homepage {
    margin: 15px auto;
    padding: 0 10px;
  }
  
  .banner-card {
    height: 100%;
    min-height: 150px;
    padding: 12px 16px;
    overflow: hidden;
  }
  
  .banner-content {
    max-width: 100%;
  }
  
  .banner-content.rtl-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  
  .banner-background-image {
    right: -4rem;
    min-width: calc(100% + 8rem);
    width: auto;
  }
  
  .banner-card.rtl .banner-background-image {
    left: -4rem;
    right: auto;
    min-width: calc(100% + 8rem);
  }
}

ul.homepage-main-post li {
  position: relative;
}

ul.homepage-main-post li img {
  border-radius: 8px;
  width: 100%;
}

ul.homepage-main-post li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  background-color: #000000;
  border-radius: 8px;
}

ul.homepage-main-post li:hover .overlay {
  opacity: 0.2;
  transition: 0.5;
}

ul.homepage-main-post.three-posts li:nth-child(1) {
  width: 68%;
  float: left;
  padding-right: 10px;
}

ul.homepage-main-post.three-posts li:nth-child(2),
ul.homepage-main-post.three-posts li:nth-child(3) {
  width: 32%;
  float: left;
}

ul.homepage-main-post.three-posts li:nth-child(3) {
  margin-top: 10px;
}

ul.homepage-main-post.three-posts li:nth-child(1) .overlay {
  right: 10px;
}

ul.homepage-main-post li .post-info {
  position: absolute;
  bottom: 0;
  padding: 40px;
}

ul.homepage-main-post li .post-info .post-title {
  font-size: 28px;
  line-height: 1.55em;
  color: #ffffff;
  margin: 0 0 5px;
  font-weight: 600;
}

ul.homepage-main-post .post-category-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}

ul.homepage-main-post li .post-info a[rel="category tag"] {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #0592e9;
}

ul.homepage-main-post .post_meta_container {
  margin-bottom: 0;
}

ul.homepage-main-post .post-category-wrapper .post-link {
  display: none;
} 


ul.homepage-main-post li .post-info .blog-reading-time {
  color: #ffffff;
  float: left;
  margin-top: 4px;
  font-size: 14px;
  line-height: 14px;
}

ul.homepage-main-post li .post-info .post_meta_container .post_meta_row {
  margin: 0;
}

ul.homepage-main-post li .post-info .post_meta_container .post-link {
  display: none;
}

ul.homepage-main-post li .post-info .global-news a[rel="category tag"] {
  background-color: #E3996A;
}

ul.homepage-main-post li .post-info .pulse a[rel="category tag"] {
  background-color: #4994EC;
}

ul.homepage-main-post li .post-info .my-home a[rel="category tag"] {
  background-color: #006169;
}

ul.homepage-main-post li .post-info .genz a[rel="category tag"] {
  background-color: #D65C5E;
}

ul.homepage-main-post li .post-info .rules a[rel="category tag"] {
  background-color: #006169;
}

ul.homepage-main-post li .post-info .company-news a[rel="category tag"] {
  background-color: #7B5EC3;
}

ul.homepage-main-post li .post-info .partners a[rel="category tag"] {
  background-color: #1A9599;
}

ul.homepage-main-post li .post-info .bayut-after-hours a[rel="category tag"] {
  background-color: #5cb95c;
}
ul.homepage-main-post li .post-info .roads-traffic a[rel="category tag"] {
  background-color: #5db95d;
}

ul.homepage-main-post li .post-info a.read-more {
  color: #ffffff;
  padding: 0 10px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
}
/* ul.navbar > li.menu-item > a {
  padding: 7px 10px;
} */

/*Widget Styles*/
.widget_container.widget_text .widget_title,
.default_widgets_container .widget_container .widget_title {
  text-align: center;
  line-height: 40px;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.widget_container.widget_text#text-5 {
  margin-bottom: 20px;
}

.widget_container.widget_text#text-5 .widget_title,
body.rtl .widget_container.widget_text#text-6 .widget_title {
  background: #f9ed32;
  background: -moz-linear-gradient(
    45deg,
    #f9ed32 0%,
    #ee2a7b 62%,
    #002aff 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f9ed32 0%,
    #ee2a7b 62%,
    #002aff 100%
  );
  background: linear-gradient(45deg, #f9ed32 0%, #ee2a7b 62%, #002aff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ed32', endColorstr='#002aff', GradientType=1);
  border: 0;
  border-radius: 8px;
}

body.rtl #text-6 #sb_instagram .sbi_follow_btn a svg {
  margin-left: 7px;
  margin-right: 0;
}

#sb_instagram .sbi_follow_btn a {
  background-color: #c32e92;
  border-radius: 0;
  border-radius: 4px;
}

.default_widgets_container .widget_container#media_video-3 .widget_title {
  background: #e52d27;
  margin-bottom: 20px;
  background: -moz-linear-gradient(45deg, #e52d27 0%, #b31217 100%);
  background: -webkit-linear-gradient(45deg, #e52d27 0%, #b31217 100%);
  background: linear-gradient(45deg, #e52d27 0%, #b31217 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52d27', endColorstr='#b31217', GradientType=1);
  border: 0;
}

.widget_container .widget_title:before,
.widget_container .widget_title:after {
  display: none;
}
/* 
.blog-reading-time {
  font-size: 11.5px;
  line-height: 14px;
  color: #999999;
  text-transform: uppercase;
} */

/*Single Post Style*/
.full_width_post_single > div > .blog_post_container .post_title {
  padding: 0;
  margin: 0;
}

.featured-single-post {
  position: relative;
  padding: 0;
  margin-bottom: 0px;
}

.featured-single-post:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(128, 128, 128, 0) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
  border-radius: 8px;
}

.featured-single-post .overlay {
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  box-sizing: border-box;
  position: absolute;
}

.featured-single-post .post_banner {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.featured-single-post .single_post_body .post_title {
  color: #ffffff;
  margin: 0;
  font-size: 28px;
  line-height: 1.35em;
  padding-bottom: 5px;
}
.excerpt_container{
  padding: 0 0 40px;
}
.post_excerpt_container{
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}
.post_excerpt_container .post_excerpt{
    /* text-align: start; */
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 20px 20px;
}
.single .post_title {
  padding: 0;
  font-size: 23px;
  font-weight: 700;
}

.rtl.single .entry-title {
  line-height: 36px;
}

.single .full_width_post_single .post_meta_wrap {
  margin-bottom: 20px;
  padding: 2px 0 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.featured-single-post .post_meta_item {
  color: #ffffff;
}

.featured-single-post .post_meta_item a {
  color: #ffffff;
}

.featured-single-post .post_meta_item .separator {
  margin: 0 2px;
}

.featured-single-post .post_meta_icon {
  display: none !important;
}

.featured-single-post .blog-reading-time {
  color: #ffffff;
  float: left;
  margin-top: 6px;
}

.featured-single-post .post_meta_container {
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.featured-single-post .post_meta_container .post_meta_row {
  margin: 0 10px 0 0;
  width: 100%;
}

.featured-single-post a[rel="category tag"] {
  padding: 2px 5px;
  background-color: #0592e9;
}

.topic-global-news .featured-single-post a[rel="category tag"] {
  background-color: #E3996A;
}

.topic-my-home .featured-single-post a[rel="category tag"] {
  background-color: #006169;
}

.topic-gen-z .featured-single-post a[rel="category tag"] {
  background-color: #D65C5E;
}

.topic-local-news .featured-single-post a[rel="category tag"] {
  background-color: #006169;
}

.topic-company-news .featured-single-post a[rel="category tag"] {
  background-color: #7B5EC3;
}

.topic-our-partners .featured-single-post a[rel="category tag"] {
  background-color: #1A9599;
}

.topic-bayut-after-hours .featured-single-post a[rel="category tag"] {
  background-color: #5cb95c;
}
.topic-roads-traffic .featured-single-post a[rel="category tag"] {
  background-color: #5db95d;
}

.entry-content h2 {
  font-size: 18px;
  line-height: 1.4em;
}

.entry-content h3 {
  font-size: 16px;
  line-height: 1.25em;
}
.breadcrumbs-single{
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumbs-single span{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 5px;
}
.breadcrumbs-archive{
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumbs-archive .home-archive-link{
  padding: 11px;
  background: #eeee;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.breadcrumbs-archive h1.breadcrumbs-archive-title{
  padding: 10px;
}
.breadcrumbs-archive span{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 5px;
}

.home-link{
  padding: 4px 8px !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background-color: #eeeeee;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 100px;
}
.home-link:hover {
  opacity: 0.8;
}

.entry-content h2,
.entry-content h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 1em 0;
}

.entry-content ul,
.entry-content ol {
  padding-left: 2em;
}

.entry-content figure {
  text-align: center;
}

.entry-content .so-panel {
  margin-bottom: 0 !important;
}

.sidebar_post_content_col .blog_post_container .entry-content {
  color: #606060;
}

.sidebar_post_content_col .blog_post_container .entry-content p a,
.sidebar_post_content_col .blog_post_container .entry-content li a {
  color: #0592e9;
}
/* 
.post_meta_item.meta_item_category > *:nth-child(1) {
  display: none;
} */

.post_meta_item.meta_item_category > * {
  display: initial;
}

.post_meta_item.meta_item_category > *:nth-child(1), .post_meta_item.meta_item_category > *:nth-child(2), .post_meta_item.meta_item_category > *:nth-child(3), .post_meta_item.meta_item_category > *:nth-child(4) {
  display: initial;
}

.post_meta_item.meta_item_date:before {
  content: none;
}

.post_meta_item {
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}

/* body-class-bayut-after-hours
.category-tips */

.category-global-news a[rel="category tag"], .body-class-global-news a[rel="category tag"], .post_related .category-global-news a[rel="category tag"] {
  background-color: #E3996A;
  color: #ffffff;
}

.category-car-tips a[rel="category tag"], .body-class-car-tips a[rel="category tag"], .post_related .category-car-tips a[rel="category tag"] {
  background-color: #4994EC;
  color: #ffffff;
}

.category-auctions a[rel="category tag"], .body-class-auctions a[rel="category tag"], .post_related .category-auctions a[rel="category tag"]  {
  background-color: #1A9599;
  color: #ffffff;
}

.category-modified-cars a[rel="category tag"], .body-class-modified-cars a[rel="category tag"], .post_related .category-modified-cars a[rel="category tag"]  {
  background-color: #D65C5E;
  color: #ffffff;
}

.category-local-news a[rel="category tag"], .body-class-local-news a[rel="category tag"], .post_related .category-local-news a[rel="category tag"]  {
  background-color: #006169;
  color: #ffffff;
}

.category-company-news a[rel="category tag"], .body-class-company-news a[rel="category tag"], .post_related .category-company-news a[rel="category tag"]  {
  background-color: #7B5EC3;
  color: #ffffff;
}

.category-new-cars a[rel="category tag"], .body-category-new-cars a[rel="category tag"], .post_related .category-new-cars a[rel="category tag"], .category-236 a[rel="category tag"] {
  background-color: #1A9599;
  color: #ffffff;
}

.category-reports a[rel="category tag"], .body-category-reports a[rel="category tag"], .post_related .category-reports a[rel="category tag"]  {
  background-color: #5cb95c;
  color: #ffffff;
}

.category-bayut-after-hours a[rel="category tag"], .body-class-bayut-after-hours a[rel="category tag"], .post_related .category-bayut-after-hours a[rel="category tag"]  {
  background-color: #5cb95c;
  color: #ffffff;
}
.category-roads-and-traffic a[rel="category tag"], .body-class-roads-traffic a[rel="category tag"], .post_related .category-roads-and-traffic a[rel="category tag"], .category-238 a[rel="category tag"]  {
  background-color: #5db95d;
  color: #ffffff;
}
.category-used-car-news-in-egypt a[rel="category tag"], .body-category-used-car-news-in-egypt a[rel="category tag"], .post_related .category-used-car-news-in-egypt a[rel="category tag"]  {
  background-color: #4960E5;
  color: #ffffff;
}

.post_meta_item.meta_item_category a:hover {
  color: #ffffff;
}

form.comment-form .form-submit input {
  background-color: #0592e9;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}

form.comment-form .form-submit input:hover {
  background-color: #0371b5 !important;
}

.comment_container:before,
.comment_container:after {
  content: none;
}

.comment_container {
  margin-top: 0;
}

.comment-form .gglcptch .gglcptch_recaptcha {
  margin-left: 5px;
}

.post-whatsapp-btn {
  position: fixed;
  right: 10px;
  bottom: 110px;
  color: transparent;
  background: url("assets/images/whatsapp.svg") no-repeat;
  width: 40px;
  background-size: 40px;
  display: none;
  z-index: 1;
  transition: all 0.4s ease-in;
}

.post-whatsapp-btn.iOS {
  bottom: 130px;
}

.post-whatsapp-btn.property-widget-expanded {
  bottom: 165px;
}

.post-whatsapp-btn.iOS.property-widget-expanded {
  bottom: 175px;
}

.post-whatsapp-btn:hover {
  color: transparent;
}

/*Homepage Style*/
.grid_list .post_title a:before,
.grid_list .post_title a:after {
  content: none;
}

.grid_list .entry-summary {
  font-size: 14px;
  line-height: 1.8em;
}

/* .blog-reading-time,
.post_meta_item {
  font-size: 10px;
} */

/* .grid_list .post_body {
  text-align: center;
} */

.grid_list .entry-summary {
  text-align: initial;
}

.grid_list .post_meta_container,
.grid_list .blog-reading-time {
  display: inline-block;
  float: left;
}

.post_meta_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #222222;
}

.post_meta_wrap svg {
  font-size: 6px;
}

/* .grid_list .blog-reading-time {
  margin: 6px 10px 0;
} */

/*Archive Posts*/
.archive_header {
  margin-top: 10px;
  margin-bottom: 20px;
}

.archive_header .section_title {
  text-align: center;
  background-color: #eeeeee;
  margin: 0;
  padding: 10px 0;
  border-radius: 8px;
  font-weight: 600;
}

.archive_header .section_title:before,
.archive_header .section_title:after {
  content: none;
}

/*.archive_header .taxonomy-description { display: none; }*/
.category main.site-content {
  margin-top: 0;
}

/* body-class
topic */

.body-class-global-news .archive_header .section_title {
  background-color: #E3996A;
  color: #ffffff;
}

.body-class-car-tips .archive_header .section_title {
  background-color: #4994EC;
  color: #ffffff;
}

.body-class-auctions .archive_header .section_title {
  background-color: #1A9599;
  color: #ffffff;
}

.body-class-modified-cars .archive_header .section_title {
  background-color: #D65C5E;
  color: #ffffff;
}

.body-class-local-news .archive_header .section_title {
  background-color: #006169;
  color: #ffffff;
}

.body-class-company-news .archive_header .section_title {
  background-color: #7B5EC3;
  color: #ffffff;
}

.body-class-new-cars .archive_header .section_title {
  background-color: #1A9599;
  color: #ffffff;
}

.body-class-bayut-after-hours .archive_header .section_title {
  background-color: #5cb95c;
  color: #ffffff;
}
.body-class-used-car-news-in-egypt .archive_header .section_title {
  background-color: #1034a6;
  color: #ffffff;
}
.body-class-roads-and-traffic .archive_header .section_title, .category-238 .archive_header .section_title {
  background-color: #5cb95c;
  color: #ffffff;
}
.body-class-reports .archive_header .section_title {
  background-color: #5cb95c;
  color: #ffffff;
}

/*Related Posts*/

.post_related .two_coloumns_list {
  text-align: center;
}

.grid_list .post_meta_row, .two_coloumns_list .post_meta_row {
  position: absolute;
  width: calc(100% - 20px);
  top: 158px;
  left: 10px;
}

.post_related .two_coloumns_list .post_header:before {
  content: "";
  display: table;
  clear: both;
}

.post_related .two_coloumns_list .post_banner {
  padding: 0;
  margin: 0;
}

.post_related .two_coloumns_list .post_banner a::after {
  content: '';
  background: linear-gradient(360deg, rgba(0,0,0,.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: 0;
  opacity: .8;
  left: 0;
  border-radius: 8px;
}

.post_related .two_coloumns_list .post_title {
  padding: 0;
  margin: 10px 0;
  font-weight: 600;
  text-align: left;
}

body.rtl .post_related .two_coloumns_list .post_title {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}

.post_related .two_coloumns_list .post_title a:before,
.sidebar_post_content_col .two_coloumns_list .post_title a:after {
  content: none;
}

.post_related .post_meta_wrap {
  gap: 8px;
  font-size: 12px;
}

body.rtl .post_related .post_meta_wrap {
  font-size: 11px;
}

/* .post_related .blog-reading-time,
.post_related .post_meta_container {
  display: inline-block;
  margin: 0 3px;
  float: left;
} */

/* .post_related .post_meta_wrap {
  display: inline-block;
} */
/* 
.post_related .blog-reading-time {
  margin-top: 6px;
} */

/*Footer*/

/* Pre-footer section - appears above footer on every page */
.pre-footer-section {
  width: 100%;
  height: 100%;
  padding: 40px 0 0;
  background: #f5f5f5;
}

.pre-footer-section .container {
  margin: auto;
}


/* App Download Section Styles */
.app-download-section {
  background: #F5F8FA; /* Light blue-grey background */
  overflow: hidden;
}



.app-download-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}

@media (min-width: 1024px) {
  .app-download-wrapper {
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
}

.app-download-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  flex: 1;
}

@media (min-width: 768px) {
  .app-download-content {
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .app-download-content {
    align-items: center;
    padding-block-start: 0;
    flex: 1;
  }
}

.app-download-text-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  text-align: start;
}

.app-download-text-qr {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .app-download-text-qr {
    gap: 28px;
  }
}

.app-download-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  text-align: start;
}

@media (min-width: 768px) {
  .app-download-text {
    gap: 16px;
  }
}

.app-download-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  color: #000;
}

@media (min-width: 640px) {
  .app-download-title {
    font-size: 30px;
  }
}

.app-download-description {
  font-size: 12px;
  color: #6b7280;
  max-width: 100%;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .app-download-description {
    font-size: 14px;
    max-width: 344px;
  }
}

.app-download-qr {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .app-download-qr {
    align-items: center;
    align-self: center;
  }
}

.app-download-qr img {
  width: 84px;
  height: 84px;
  display: block;
}

.app-download-stores {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 280px;
}

@media (min-width: 640px) {
  .app-download-stores {
    flex-direction: row;
    gap: 16px;
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .app-download-stores {
    max-width: 280px;
  }
}

.app-store-link {
  display: block;
  transition: opacity 0.3s ease;
}

.app-store-link:hover {
  opacity: 0.8;
}

.app-store-link img {
  height: auto;
  width: 100%;
  max-width: 135px;
  object-fit: contain;
  display: block;
}

.app-download-banner {
  width: 150px;
  height: auto;
  align-self: flex-end;
  flex-shrink: 0;
}

.app-download-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

@media (min-width: 1024px) {
  .app-download-banner {
    width: 339px;
    height: 276px;
    align-self: center;
  }
  
  .app-download-banner img {
    object-position: center;
  }
}

/* RTL Support - Logical properties handle most cases automatically */
/* Additional RTL-specific adjustments if needed */
body.rtl .app-download-text-section,
body.rtl .app-download-text {
  text-align: start;
}

.site_footer {
  background: #020202;
  padding: 40px 0 50px;
  width: 100%;
  background-size: 14px;
  text-align: left;
}

.site_footer .container {
  margin: auto;
}

.footer_widgets_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer_widgets_container .widget_container:nth-child(1) {
  /* float: left; */
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/*.footer_widgets_container .widget_container:nth-child(2) {
  float: right;
}*/

.footer_widgets_container .widget_container:nth-child(2) {
  /* float: left; */
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.footer_widgets_container .widget_container:nth-child(3) {
  /* float: right; */
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-left: auto;
}

/* .menu-footer-container li {
  display: inline-block;
  margin-right: 5px;
} */

.menu-bayut-footer-container {
  margin-right: 40px;
}
.blog_post_container{
  padding-bottom: 50px;
}
.menu-bayut-footer-container,
.menu-bayut-footer-property-menu-container {
  text-align: left;
}

footer .property-dropdown {
  display: flex;
}

footer .property-dropdown > a {
  width: 160px;
  display: inline-table;
  border-bottom: 1px solid #333333;
  margin-right: 20px;
}

footer .property-dropdown.expand > a {
  color: #28b16d !important;
}

footer .property-dropdown > a::after {
  content: "+";
  width: 10px;
  height: 10px;
  display: block;
  float: right;
  font-size: 14px;
}

footer .property-dropdown.expand > a::after {
  content: "-";
}

footer .property-dropdown .sub-menu {
  overflow: hidden;
  height: 0;
  transition: height 0.5s linear, opacity 0.5s linear;
  opacity: 0;
}

footer .property-dropdown .sub-menu li a {
  text-transform: initial !important;
  display: block;
}

footer .property-dropdown.expand .sub-menu {
  height: 120px;
  opacity: 1;
}

/* .menu-footer-container li:last-of-type {
  margin-right: 0;
} */

footer .menu-bayut-footer-property-menu-container {
  height: 130px;
  transition: height 0.5s linear;
}

footer .menu-bayut-footer-property-menu-container.expanded {
  height: 220px;
}

.site_footer .widget_content .menu-bayut-footer-social-container ul li a,
.site_footer .widget_content .menu-bayut-footer-social-container ul li a:hover {
  color: transparent;
  font-size: 1px;
  display: block;
  height: inherit;
  width: inherit;
}

.menu-bayut-footer-social-container .menu-item {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 8px;
  background-size: contain;
  cursor: pointer;
}

.menu-bayut-footer-social-container .menu-item:last-of-type {
  margin-right: 0;
}

.menu-bayut-footer-social-container .footer-facebook {
  background-image: url("assets/images/bayut-footer-fb.svg");
}

.menu-bayut-footer-social-container .footer-facebook:hover {
  background-image: url("assets/images/bayut-footer-fb-active.svg");
}

.menu-bayut-footer-social-container .footer-twitter {
  background-image: url("assets/images/bayut-footer-twitter.svg");
}

.menu-bayut-footer-social-container .footer-twitter:hover {
  background-image: url("assets/images/bayut-footer-twitter-active.svg");
}

.menu-bayut-footer-social-container .footer-linkedin {
  background-image: url("assets/images/bayut-footer-linkedin.svg");
}

.menu-bayut-footer-social-container .footer-linkedin:hover {
  background-image: url("assets/images/bayut-footer-linkedin-active.svg");
}

.menu-bayut-footer-social-container .footer-googleplus {
  background-image: url("assets/images/bayut-footer-googleplus.svg");
}

.menu-bayut-footer-social-container .footer-googleplus:hover {
  background-image: url("assets/images/bayut-footer-googleplus-active.svg");
}

.menu-bayut-footer-social-container .footer-instagram {
  background-image: url("assets/images/bayut-footer-insta.svg");
}

.menu-bayut-footer-social-container .footer-instagram:hover {
  background-image: url("assets/images/bayut-footer-insta-active.svg");
}

/* .menu-bayut-footer-social-container .footer-appstore {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee-footer-appstore.svg");
  width: 108px;
  height: 32px;
} */
.menu-bayut-footer-social-container .footer-logo {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_white.svg") no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
}
/* .menu-bayut-footer-social-container .footer-googleplay {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee-footer-google.svg") no-repeat;
  background-size: contain;
  width: 108px;
  height: 32px;
} */

.site_footer .widget_content ul {
  list-style: none !important;
  padding: 0 !important;
}

.menu-bayut-footer-property-menu-en .sub-menu .widget_content ul li{
  margin-bottom: 5px;
}

.site_footer .widget_content ul li a {
  color: #bbbbbb;
  font-size: 12px;
  text-transform: uppercase;
}

.site_footer .widget_content ul li a:hover {
  color: #ffffff;
}

/* .site_footer .widget_content:nth-child(1) ul li:after {
  content: "|";
  margin-left: 5px;
  color: #bbbbbb;
}

.site_footer .widget_content:nth-child(1) ul li:last-child::after {
  content: "";
  margin-left: 0;
} */

.footer_widgets_container {
  margin: 0;
  padding: 0;
  text-align: inherit;
}

.footer_credits.footers_active_sidebars_1 {
  color: #bbbbbb;
  font-size: 11px;
  border-top-color: transparent;
  padding-top: 5px;
}

/*Newsletter*/
.newsletter {
  background: -moz-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: -webkit-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: linear-gradient(to right, #006169 0%, #28b16d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
  max-width: 350px;
  padding: 10px 20px;
  border-radius: 8px;
}

.newsletter .heading::before {
  content: "";
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_white.svg")
    no-repeat;
  background-size: 200px 50px;
  width: 200px;
  height: 50px;
  display: block;
  margin: auto;
}

.newsletter .heading {
  color: transparent;
  padding: 20px 0 0;
}

/*.newsletter .heading {letter-spacing: 10px; padding: 5px 10px; display: inline-block; font-size: 16px;}*/
.newsletter p {
  line-height: 20px;
  display: none;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  color: #222222;
  font-size: 14px;
  border: 0;
  margin-bottom: 15px;
}

.newsletter button {
  background-color: #32ad6e;
  font-size: 15px;
  letter-spacing: initial;
  width: 150px;
  margin: 10px 0;
  border-radius: 4px;
  box-shadow: 0px 3px #006169;
  font-weight: 700;
}

.newsletter-form-popup > div {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.newsletter-popup-close-btn {
  border: none;
}

.newsletter-form-popup > div .newsletter {
  width: 100%;
}

body.rtl .newsletter .heading::before {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg") no-repeat;
  background-size: 200px 50px;
  width: 200px;
  height: 50px;
}

body.rtl .newsletter input[type="text"],
body.rtl .newsletter input[type="email"],
body.rtl .newsletter button {
  font-family: Arabic-DroidKufi;
}

/******************Newsletter Mobile***************/
.newsletter-mobile-listing-wrapper .newsletter {
  background: white;
  box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
  position: relative;
  padding: 20px;
  overflow: auto;
}

.newsletter-mobile-listing-wrapper .newsletter .heading::before {
  content: none;
}

.newsletter-mobile-listing-wrapper .newsletter .heading {
  color: #7c7c7c;
  text-transform: initial;
  font-size: 20px;
  vertical-align: top;
  display: initial;
  padding: 0;
}

.newsletter-mobile-listing-wrapper .newsletter .heading::after {
  content: "";
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg")
    no-repeat;
  background-size: 136px 34px;
  width: 136px;
  height: 34px;
  display: inline-block;
  margin-left: 10px;
}

.newsletter-mobile-listing-wrapper .newsletter input[type="email"] {
  border: 1px solid #7c7c7c;
  margin: 0;
  width: calc(100% - 70px);
  float: left;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.newsletter-mobile-listing-wrapper .newsletter input[type="email"].has-error {
  border: 2px solid #eeaaa9;
}

.newsletter-mobile-listing-wrapper .newsletter button {
  margin: 0;
  box-shadow: none;
  width: 70px;
  color: transparent;
  background-image: url("assets/images/newsletter-mobile-btn-icon.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.newsletter-mobile-listing-wrapper .newsletter .clearfix:before,
.newsletter-mobile-listing-wrapper .newsletter .clearfix:after {
  content: none;
}

.newsletter-mobile-listing-wrapper #news_letter_form {
  margin-bottom: 70px;
}

.newsletter-mobile-listing-wrapper.article-wrap #news_letter_form {
  margin: 0;
}

.newsletter-mobile-listing-wrapper.article-wrap #news_letter_form::after {
  content: none;
}

.newsletter-mobile-listing-wrapper.article-wrap .newsletter {
  box-shadow: none;
  margin: auto;
}

body.rtl .newsletter-mobile-listing-wrapper .newsletter .heading {
  font-family: Arabic-DroidKufi;
}

body.rtl .newsletter-mobile-listing-wrapper .newsletter .heading::after {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg")
    no-repeat;
  background-size: 136px 34px;
  width: 136px;
  height: 34px;
  margin: 0 10px 0 0;
}

body.rtl .newsletter-mobile-listing-wrapper .newsletter input[type="email"] {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
  border-right: 1px solid #7c7c7c;
}

body.rtl .newsletter-mobile-listing-wrapper .newsletter button {
  float: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mobile-grid-newsletter-subscription {
  display: none;
}

/**************************************************/
/**************Newsletter Fullpage*************/

.subscription-full-form h1 {
  width: 100%;
  background: #3bbf5e;
  background: -moz-linear-gradient(
    left,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  background: -webkit-linear-gradient(
    left,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  background: linear-gradient(
    to right,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbf5e', endColorstr='#007ec1', GradientType=1);
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.subscription-full-form h1::after {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_white.svg")
    no-repeat;
  background-size: 160px 40px;
  display: inline-block;
  margin: 10px;
  width: 160px;
  height: 40px;
  position: relative;
  border-radius: 0;
  top: 20px;
}

.subscription-full-form h1::before {
  content: none;
}

.subscription-full-form .blog_page_container .single_page_body,
.subscription-full-form .blog_page_container .page_body {
  max-width: 100%;
}

.subscription-full-form .blog_page_container .page_body::after {
  content: "";
  background: #3bbf5e;
  background: -moz-linear-gradient(
    left,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  background: -webkit-linear-gradient(
    left,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  background: linear-gradient(
    to right,
    #3bbf5e 0%,
    #28b16d 35%,
    #3baad5 70%,
    #007ec1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbf5e', endColorstr='#007ec1', GradientType=1);
  height: 5px;
  display: block;
  margin-top: 20px;
}

.subscription-full-form #news_letter_form {
  background: white;
}

.subscription-full-form .newsletter {
  width: 95%;
  background: white;
  margin: auto;
  max-width: 100%;
}

.subscription-full-form .newsletter .heading {
  display: none;
}

.subscription-full-form .newsletter input[type="text"],
.subscription-full-form .newsletter input[type="email"] {
  border: 1px solid #222222;
}

.subscription-full-form .newsletter input[type="text"].has-error,
.subscription-full-form .newsletter input[type="email"].has-error {
  border: 1px solid #ec5b62;
}

.subscription-full-form .newsletter ul.interest,
.subscription-full-form .newsletter ul.gender {
  list-style: none;
  text-align: left;
  margin: 0;
  overflow: auto;
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 4px;
}

.subscription-full-form .newsletter ul.interest li {
  float: left;
  width: calc(50% - 15px);
}

.subscription-full-form .newsletter ul.interest li:nth-child(even) {
  margin-left: 30px;
}

.subscription-full-form .newsletter p,
.subscription-full-form .newsletter label {
  font-weight: normal;
}

.subscription-full-form .newsletter ul.gender {
  clear: both;
}

.subscription-full-form .newsletter ul.gender li {
  float: left;
  margin-bottom: 0;
}

.subscription-full-form .newsletter ul.gender li:nth-child(2) {
  margin-left: 20px;
}

.subscription-full-form .newsletter ul.interest li p {
  display: block;
  margin: 0;
  background: #f4f4f4;
  font-size: 11px;
  padding: 10px;
  color: #555555;
  border-radius: 5px;
  line-height: 1.4;
  margin-left: 20px;
}


.subscription-full-form .newsletter .receive {
  display: inline;
}

.subscription-full-form .newsletter select {
  border: 1px solid #222222;
  color: #222222;
}

.subscription-full-form .newsletter .section-border {
  border-bottom: 1px solid #d8dadb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.subscription-full-form .newsletter .alia_select_container {
  margin-bottom: 40px;
}

.subscription-full-form .newsletter button {
  width: 180px;
  background-color: #00a665;
  box-shadow: none;
}

.subscription-full-form .newsletter .section-title {
  font-size: 20px;
  text-align: left;
  margin-top: 30px;
  float: left;
}

.subscription-full-form .newsletter .section-receive {
  display: inline-block;
}

.subscription-full-form .newsletter .select-all {
  text-align: right;
  float: right;
  margin-top: 40px;
}

.subscription-full-form .newsletter .regular-checkbox,
.subscription-full-form .newsletter .regular-radio {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

/**********************************************/

/*Pagination*/
.navigation.pagination {
  text-align: center;
}

.navigation.pagination .nav-links {
  display: inline-block;
  padding: 5px 25px;
  font-family: Lato;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #f5f5f5 !important;
  color: #28B16D;
  border:1px solid #28B16D;
}

.navigation.pagination .nav-links .page-numbers {
  font-size: 13px;
  background-color: #f5f5f5;
  border:1px solid #f5f5f5;
  color: #000;
}

/* .navigation.pagination .nav-links .page-numbers:last-of-type {
  margin-right: 0;
} */

.navigation.pagination .nav-links .page-numbers:hover{
  color: #28B16D;
  border:1px solid #28B16D;
}

.post-category-article .featured-single-post .single_post_body .post_title,
.post-category-article .author-box,
#post-55474 .featured-single-post .single_post_body .post_title,
#post-55474 .author-box {
  display: none;
}

/*
 * Property Widget
 *********************************************/
 .bayut-property-portal-widget {
   display: none;
 }

/*
 * Updated Design CSS
 *********************************************/
.sidebar_post_content_col .grid_list .blog_post_container {
  position: relative;
}

.grid_list .post_banner {
  height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}



.grid_list .post_banner a::after {
  content: '';
  background: linear-gradient(360deg, rgba(0,0,0,.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: 0;
  opacity: .8;
  left: 0;
}

.grid_list .post_banner a {
  width: 100%;
}

.sidebar_post_content_col .grid_list .blog_post_container img {
  transition: all 0.5s ease-out;
}

.sidebar_post_content_col .grid_list .blog_post_container:hover img {
  width: 110%;
  max-width: 110%;
}

.blog_post_container.format-standard .post_banner img {
  border: 0;
}

.grid_list .post_meta_row {
  position: absolute;
  top: 188px;
  left: 16px;
  width: calc(100% - 32px);
}

.post_meta_item.meta_item_category a {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
/*******************************************************************************************************************************/
/***************************************************Arabic CSS******************************************************************/
/*******************************************************************************************************************************/
@font-face {
  font-family: Arabic-DroidKufi;
  src: url(../alia-child/assets/DroidKufi-Regular.ttf);
  font-display: swap;
}

body.rtl,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4 {
  font-family: Arabic-DroidKufi;
}

body.rtl .homepage-main-post .post_meta_row,
body.rtl .single_post_body .post_meta_row {
  float: right;
}

body.rtl.no_sitetitle_in_menu .header_controls {
  float: left;
  margin-left: 0;
}

/*Navigation*/
ul.navbar > li.mybayut-ar-logo-menu {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
  background-size: 142px 34px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  width: 155px;
}

ul.navbar > li.my-home-menu-ar,
ul.navbar > li.auctions-ar,
ul.navbar > li.auctions,
ul.navbar > li.car-tips-ar,
ul.navbar > li.pulse-mwnu,
ul.navbar > li.trends-menu-ar,
ul.navbar > li.local-news-ar,
ul.navbar > li.local-news,
ul.navbar > li.modified-cars-ar,
ul.navbar > li.new-cars-ar,
ul.navbar > li.global-news-menu,
ul.navbar > li.used-car-news-egypt,
ul.navbar > li.reports {
  margin-left: 5px;
  border-bottom: 5px solid #eeeeee;
  border-block-color: transparent;
}

.mobile_menu_opened  ul.navbar > li.my-home-menu-ar,
.mobile_menu_opened  ul.navbar > li.my-home-menu,
.mobile_menu_opened  ul.navbar > li.auctions-ar,
.mobile_menu_opened  ul.navbar > li.auctions,
.mobile_menu_opened  ul.navbar > li.car-tips-ar,
.mobile_menu_opened  ul.navbar > li.pulse-mwnu,
.mobile_menu_opened  ul.navbar > li.trends-menu-ar,
.mobile_menu_opened  ul.navbar > li.local-news-ar,
.mobile_menu_opened  ul.navbar > li.local-news,
.mobile_menu_opened  ul.navbar > li.modified-cars-ar,
.mobile_menu_opened  ul.navbar > li.new-cars-ar,
.mobile_menu_opened  ul.navbar > li.global-news-menu,
.mobile_menu_opened  ul.navbar > li.used-car-news-egypt-menu,
.mobile_menu_opened  ul.navbar > li.reports {
  margin-left: 0px;
  border-bottom: 5px solid #eeeeee;
}

/* ul.navbar > li.auctions-ar.menu-item:hover,
body.category-11022 ul.navbar > li.auctions-ar.menu-item,
body.topic-11022 ul.navbar > li.auctions-ar.menu-item {
  border-bottom-color: #E3996A;
}

ul.navbar > li.auctions-ar.menu-item:hover a,
body.category-11022 ul.navbar > li.auctions-ar.menu-item a,
body.topic-11022 ul.navbar > li.auctions-ar.menu-item a {
  color: #E3996A;
}

ul.navbar > li.car-tips-ar:hover,
body.category-11020 ul.navbar > li.car-tips-ar,
body.topic-11020 ul.navbar > li.car-tips-ar {
  border-bottom-color: #4994EC;
}

ul.navbar > li.car-tips-ar:hover a,
body.category-11020 ul.navbar > li.car-tips-ar a,
body.topic-11020 ul.navbar > li.car-tips-ar a {
  color: #4994EC;
}

ul.navbar > li.my-home-menu-ar:hover,
body.category-11128 ul.navbar > li.my-home-menu-ar,
body.topic-11128 ul.navbar > li.my-home-menu-ar {
  border-bottom-color: #006169;
}

ul.navbar > li.my-home-menu-ar:hover a,
body.category-11128 ul.navbar > li.my-home-menu-ar a,
body.topic-11128 ul.navbar > li.my-home-menu-ar a {
  color: #006169;
}

ul.navbar > li.modified-cars-ar:hover,
body.category-63192 ul.navbar > li.modified-cars-ar,
body.topic-63192 ul.navbar > li.modified-cars-ar {
  border-bottom-color: #D65C5E;
}

ul.navbar > li.modified-cars-ar:hover a,
body.category-63192 ul.navbar > li.modified-cars-ar a,
body.topic-63192 ul.navbar > li.modified-cars-ar a {
  color: #D65C5E;
}

ul.navbar > li.local-news-ar:hover,
body.category-63190 ul.navbar > li.local-news-ar,
body.topic-63190 ul.navbar > li.local-news-ar {
  border-bottom-color: #006169;
}

ul.navbar > li.local-news-ar:hover a,
body.category-63190 ul.navbar > li.local-news-ar a,
body.topic-63190 ul.navbar > li.local-news-ar a {
  color: #006169;
}

ul.navbar > li.trends-menu-ar:hover,
body.category-11024 ul.navbar > li.trends-menu-ar,
body.topic-11024 ul.navbar > li.trends-menu-ar {
  border-bottom-color: #7B5EC3;
}

ul.navbar > li.trends-menu-ar:hover a,
body.category-11024 ul.navbar > li.trends-menu-ar a,
body.topic-11024 ul.navbar > li.trends-menu-ar a {
  color: #7B5EC3;
}

ul.navbar > li.new-cars-ar:hover,
body.category-63194 ul.navbar > li.new-cars-ar,
body.topic-63194 ul.navbar > li.new-cars-ar {
  border-bottom-color: #1A9599;
}

ul.navbar > li.new-cars-ar:hover a,
body.category-63194 ul.navbar > li.new-cars-ar a,
body.topic-63194 ul.navbar > li.new-cars-ar a {
  color: #1A9599;
}

ul.navbar > li.reports:hover,
body.category-11026 ul.navbar > li.reports,
body.topic-11026 ul.navbar > li.reports {
  border-bottom-color: #5cb95c;
}

ul.navbar > li.reports:hover a,
body.category-11026 ul.navbar > li.reports a,
body.topic-11026 ul.navbar > li.reports a {
  color: #5cb95c;
} */

/* ul.navbar > li.global-news-menu:hover, body.category-local-news ul.navbar > li.global-news-menu, body.topic-local-news ul.navbar > li.global-news-menu {
    border-bottom-color: #5cb95c;
}

ul.navbar > li.used-car-news-egypt:hover, body.category-local-news ul.navbar > li.used-car-news-egypt, body.topic-local-news ul.navbar > li.used-car-news-egypt-menu {
    border-bottom-color: #1034a6;
} */
/* ul.navbar > li.used-car-news-egypt:hover a,
body.category-used-car-news-in-egypt ul.navbar > li.used-car-news-egypt a,
body.topic-used-car-news-egypt ul.navbar > li.used-car-news-egypt a {
  color: #1034a6;
} */


ul.navbar > li.my-home-menu-ar a,
ul.navbar > li.auctions-ar a,
ul.navbar > li.car-tips-ar a,
ul.navbar > li.trends-menu-ar a,
ul.navbar > li.local-news-ar a,
ul.navbar > li.modified-cars-ar a,
ul.navbar > li.new-cars-ar a,
ul.navbar > li.reports a,
ul.navbar > li.used-car-news-egypt a,
ul.navbar > li.global-news-menu a{
  padding: 10px 10px 5px;
  /*color: #ffffff*/
}

body.rtl .navigation.pagination .nav-links .page-numbers {
  float: right;
}
/* 
body.rtl .navigation.pagination .nav-links .page-numbers:last-of-type {
  margin-left: 0;
} */
/* 
body.rtl ul.homepage-main-post li .post-info a[rel="category tag"] {
  margin-left: 10px;
  margin-right: 0;
  padding: 0 5px;
} */

.header_nav
  .main_menu
  li.auctions-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.auctions-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #E3996A;
}

.header_nav
  .main_menu
  li.car-tips-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.car-tips-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #4994EC;
}

.header_nav
  .main_menu
  li.my-home-menu-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.my-home-menu-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #006169;
}

.header_nav
  .main_menu
  li.modified-cars-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.modified-cars-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #D65C5E;
}

.header_nav
  .main_menu
  li.local-news-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.local-news-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #006169;
}

.header_nav
  .main_menu
  li.trends-ar-menu.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.trends-menu-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #7B5EC3;
}

.header_nav
  .main_menu
  li.new-cars-ar.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.new-cars-ar.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #1A9599;
}

.header_nav
  .main_menu
  li.reports.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.reports.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #5cb95c;
}

.header_nav
  .main_menu
  li.used-car-news-egypt.menu-item.dropdown
  > .dropdown-menu
  li:hover,
.header_nav
  .main_menu
  li.used-car-news-egypt.menu-item.dropdown
  > .dropdown-menu
  li.active {
  background-color: #5cb95c;
}

ul.homepage-main-post li .post-info .category-11022 a[rel="category tag"] {
  background-color: #E3996A;
}

ul.homepage-main-post li .post-info .category-11020 a[rel="category tag"] {
  background-color: #4994EC;
}

ul.homepage-main-post li .post-info .category-11128 a[rel="category tag"] {
  background-color: #4960E5;
}

ul.homepage-main-post li .post-info .category-63192 a[rel="category tag"] {
  background-color: #D65C5E;
}

ul.homepage-main-post li .post-info .category-63190 a[rel="category tag"] {
  background-color: #006169;
}

ul.homepage-main-post li .post-info .category-11024 a[rel="category tag"] {
  background-color: #7B5EC3;
}

ul.homepage-main-post li .post-info .category-63194 a[rel="category tag"] {
  background-color: #1A9599;
}

ul.homepage-main-post li .post-info .category-11026 a[rel="category tag"] {
  background-color: #5cb95c;
}

body.rtl ul.homepage-main-post li .post-info .post_meta_container {
  margin: 5px 0 10px;
  float: right;
}

body.rtl ul.homepage-main-post li .post-info .blog-reading-time {
  margin-top: 9px;
  float: right;
}

body.rtl .featured-single-post .post_meta_container {
  float: right;
  margin-left: 5px;
}

body.rtl .featured-single-post .post_meta_container .post_meta_row {
  margin: 0 0 0 10px;
}

body.rtl .featured-single-post .blog-reading-time {
  margin-top: 6px;
  float: right;
}

body.rtl .featured-single-post a[rel="category tag"] {
  color: #ffffff;
}

.topic-11022 .featured-single-post a[rel="category tag"] {
  background-color: #E3996A;
}

.topic-11020 .featured-single-post a[rel="category tag"] {
  background-color: #4994EC;
}

.topic-11128 .featured-single-post a[rel="category tag"] {
  background-color: #4960E5;
}

.topic-63192 .featured-single-post a[rel="category tag"] {
  background-color: #D65C5E;
}

.topic-63190 .featured-single-post a[rel="category tag"] {
  background-color: #006169;
}

.topic-11024 .featured-single-post a[rel="category tag"] {
  background-color: #7B5EC3;
}

.topic-63194 .featured-single-post a[rel="category tag"] {
  background-color: #1A9599;
}

.topic-11026 .featured-single-post a[rel="category tag"] {
  background-color: #5cb95c;
}

body.rtl .featured-single-post .single_post_body .post_title {
  font-weight: bold;
}

body.rtl form.comment-form .col8,
body.rtl form.comment-form .form-submit {
  float: right;
}

body.rtl .comment-form .gglcptch .gglcptch_recaptcha {
  margin-left: 0;
  margin-right: 5px;
}

body.rtl .grid_list .post_meta_container,
body.rtl .grid_list .blog-reading-time,
body.rtl .post_related .blog-reading-time,
body.rtl .post_related .post_meta_container {
  float: right;
}

.topic-11022 .archive_header .section_title {
  background-color: #E3996A;
  color: #ffffff;
}

.topic-11020 .archive_header .section_title {
  background-color: #4994EC;
  color: #ffffff;
}

.topic-11128 .archive_header .section_title {
  background-color: #4960E5;
  color: #ffffff;
}

.topic-63192 .archive_header .section_title {
  background-color: #D65C5E;
  color: #ffffff;
}

.topic-63190 .archive_header .section_title {
  background-color: #006169;
  color: #ffffff;
}

.topic-11024 .archive_header .section_title {
  background-color: #7B5EC3;
  color: #ffffff;
}

.topic-63194 .archive_header .section_title {
  background-color: #1A9599;
  color: #ffffff;
}

.topic-11026 .archive_header .section_title {
  background-color: #5cb95c;
  color: #ffffff;
}

.entry-content ul.post-jumplink {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-radius: 8px;
  width: 50%;
}

.entry-content ul.post-jumplink li {
  margin: 0;
  border-bottom: 1px solid #F2F2F2;
}

.entry-content ul.post-jumplink li:hover {
  border-color: #E0E0E0;
}

.blog_post_container .entry-content ul.post-jumplink li a {
  /* width: 100%; */
  display: inline-block;
  padding: 10px 0;
  /* color: #606060; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

/* .blog_post_container .entry-content ul.post-jumplink a:hover {
  color: #222222;
} */

/* .blog_post_container .entry-content ul.post-jumplink li a::after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  color: #CCCCCC;
} */

.entry-content ul.post-jumplink li:nth-child(1) a {
  padding-top: 0;
}

/*body.rtl .sidebar_post_content_col .grid_list .post_title { line-height: 1.35em; margin-bottom: 10px; }*/
.sidebar_post_content_col .grid_list .post_title {
  line-height: 1.35em;
  margin-bottom: 16px;
}

body.rtl .post_meta_item.meta_item_category {
  font-weight: bold;
  margin-right: 0;
  margin-left: 0;
}

body.rtl .post-whatsapp-btn {
  right: initial;
  left: 15px;
}

html[dir="rtl"] .subscription-full-form .newsletter .section-title {
  font-size: 18px;
  float: right;
}

html[dir="rtl"] .subscription-full-form h1::after {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg") no-repeat;
  background-size: 160px 40px;
  display: inline-block;
  margin: 10px;
  width: 160px;
  height: 40px;
  position: relative;
  border-radius: 0;
  top: 20px;
}

html[dir="rtl"] .subscription-full-form .newsletter .select-all {
  float: left;
}

html[dir="rtl"] .subscription-full-form .newsletter ul.interest {
  float: right;
  text-align: right;
}

html[dir="rtl"] .subscription-full-form .newsletter ul.interest li p {
  font-size: 9px;
  line-height: 1.65;
  margin: 0 20px 0 0;
}

html[dir="rtl"] .subscription-full-form .newsletter ul.gender li {
  float: right;
}

html[dir="rtl"] .subscription-full-form .newsletter ul.gender li:nth-child(2) {
  margin: 0 20px 0 0;
}

html[dir="rtl"] .subscription-full-form .newsletter ul.interest li {
  float: right;
}

html[dir="rtl"]
  .subscription-full-form
  .newsletter
  ul.interest
  li:nth-child(even) {
  margin-left: 0;
  margin-right: 30px;
}

/* .menu-bayut-footer-ar-container li {
  display: inline-block;
  margin-left: 5px;
} */

.menu-bayut-footer-ar-container {
  margin-left: 40px;
}

.menu-bayut-footer-ar-container,
.menu-bayut-footer-property-menu-ar-container {
  text-align: right;
}

.menu-bayut-footer-ar-container li:last-of-type {
  margin-left: 0;
}

body.rtl footer .property-dropdown > a {
  margin: 0 0 0 20px;
  width: 100px;
}

body.rtl footer .property-dropdown > a::after {
  float: left;
}

footer .menu-bayut-footer-property-menu-ar-container {
  height: 130px;
  transition: height 0.5s linear;
}

footer .menu-bayut-footer-property-menu-ar-container.expanded {
  height: 220px;
}

body.rtl .site_footer .widget_content:nth-child(1) ul li:after {
  margin-left: 0;
  margin-right: 5px;
}


body.rtl .footer_widgets_container .widget_container:nth-child(3) {
  /* float: left; */
  margin-right: auto;
  margin-left: initial;
}

/* .menu-bayut-footer-ar-container li:last-of-type {
  margin-left: 0;
}

body.rtl .site_footer .widget_content:nth-child(1) ul li:after {
  margin-left: 0;
  margin-right: 5px;
}

body.rtl .footer_widgets_container .widget_container:nth-child(1) {
  float: right;
}

body.rtl .footer_widgets_container .widget_container:nth-child(2) {
  float: left;
} */

body.rtl .menu-bayut-footer-social-container .menu-item {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .menu-bayut-footer-social-container .menu-item:last-of-type {
  margin-left: 0;
}

/* body.rtl .menu-bayut-footer-social-container .footer-appstore {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee-footer-appstore-ar.svg");
}

body.rtl .menu-bayut-footer-social-container .footer-googleplay {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee-footer-google-ar.svg") no-repeat;
  background-size: contain;
} */

body.rtl .menu-bayut-footer-social-container .footer-logo {
  background: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_white.svg") no-repeat;
  background-size: contain;
}


body.rtl.side_container_opened .site_main_container {
  -moz-transform: translate(-80px);
  -webkit-transform: translate(-80px);
  transform: translate(-80px);
}

body.rtl.side_container_opened .site_side_container {
  -moz-transform: translate(-100%);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}

/*******************************************************************************************************************************/
/***************************************************Arabic CSS******************************************************************/
/*******************************************************************************************************************************/

@media screen and (min-width: 911px) {
  .sidebar_post_content_col .post_related .two_coloumns_list .post_banner,
  .sidebar_post_content_col
    .post_related
    .two_coloumns_list
    .blog_post_container.format-standard
    .post_body.has_post_banner {
    width: 100%;
    padding: 0;
  }

  .post_width_sidebar_row {
    margin: 0;
  }

  body.no_sitetitle_in_menu .header_control_wrapper.blog-link {
    display: none;
  }

  /*Single Post Style*/
  .sidebar_post_content_col .entry-content p {
    margin-top: 0;
  }

  .sidebar_post_content_col {
    padding: 0;
  }

  .default_widgets_col {
    padding: 0 0 0 40px;
  }

  .sidebar_post_content_col .blog_post_container .entry-content {
    font-size: 15px;
  }

  /*Homepage Style*/
  .sidebar_post_content_col .grid_list .post_title {
    padding: 0;
    font-size: 23px;
    font-weight: 700;
  }

  body.rtl .sidebar_post_content_col .grid_list .post_title {
    font-size: 20px;
    line-height: 32px;
    min-height: 65px;
  }

  .featured-single-post .post_banner {
    max-height: 508px;
  }

  /***************************************************Arabic CSS******************************************************************/

  body.rtl.no_sitetitle_in_menu .header_nav .main_menu {
    float: right;
  }

  body.rtl.no_sitetitle_in_menu .header_control_wrapper {
    margin-left: 0;
  }

  body.rtl ul.navbar > li.menu-item {
    float: right;
  }

  /*body.rtl .header_search>form.search .search_text { padding-right: 0; }*/

  body.rtl .sidebar_post_content_col {
    float: right;
  }

  body.rtl .default_widgets_col {
    padding: 0 40px 0 0;
  }
}

@media screen and (max-width: 1170px) {
  .container,
  .newsletter {
    width: 100%;
  }
}

@media screen and (max-width: 910px) {
  .header_nav .main_menu {
    display: none;
  }

  .hatla2ee_top_nav {
    display: none;
  }

  main.site-content {
    margin-top: 0;
  }

  ul.homepage-main-post {
    margin-left: -15px;
    margin-right: -15px;
  }

  ul.homepage-main-post li .post-info {
    padding: 15px;
  }

  ul.homepage-main-post li .post-info .post-title {
    font-size: 23px;
    line-height: 1.4em;
  }

  ul.homepage-main-post li .post-info .post_meta_container {
    font-size: 10px;
  }

  ul.homepage-main-post li .post-info a.read-more {
    font-size: 10px;
  }

  /*Navigation*/
  body.no_sitetitle_in_menu .header_controls {
    float: right;
    width: 100%;
  }

  body.no_sitetitle_in_menu .header_control_wrapper:nth-child(1) {
    margin-left: 0;
  }

  body.no_sitetitle_in_menu .header_control_wrapper:nth-child(2) {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee_new_logo-scaled.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 90px;
    margin: 0;
    float: none;
    color: transparent;
    padding: 8px 0;
    display: inline-block;
    position: absolute;
    left: calc(50% - 50px);
  }

  body.rtl.no_sitetitle_in_menu .header_control_wrapper:nth-child(1) {
    float: left;
  }

  body.rtl.no_sitetitle_in_menu .header_control_wrapper:nth-child(2) {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/11/hatla2ee_new_logo_ar-scaled.png");
  }

  .mybayut-logo-menu,
  body.rtl .mybayut-ar-logo-menu {
    display: none;
  }

  body.no_sitetitle_in_menu .header_control_wrapper:nth-child(3) {
    float: right;
  }

  body.rtl.no_sitetitle_in_menu .header_control_wrapper:nth-child(3) {
    margin-right: 0;
  }

  .header_search > form.search > .search_form_icon {
    left: 0;
    width: 16px;
    right: initial;
  }

  .expanded_search.header_search > form.search .search_text {
    padding-right: 0;
    padding-left: 20px;
    width: 130px;
  }

  .main_menu .menu-bayut-property-menu-container ul,
  .main_menu .menu-bayut-product-menu-container ul,
  .main_menu .menu-bayut-property-menu-ar-container ul,
  .main_menu .menu-bayut-product-menu-ar-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main_menu .menu-bayut-property-menu-container ul li,
  .main_menu .menu-bayut-product-menu-container ul li,
  .main_menu .menu-bayut-property-menu-ar-container ul li,
  .main_menu .menu-bayut-product-menu-ar-container ul li {
    border-bottom: 5px solid #eeeeee;
    border-block-color: transparent;
  }

  .main_menu .menu-bayut-property-menu-container ul li a,
  .main_menu .menu-bayut-product-menu-container ul li a,
  .main_menu .menu-bayut-property-menu-ar-container ul li a,
  .main_menu .menu-bayut-product-menu-ar-container ul li a {
    color: #525252;
    font-size: 12.5px;
    letter-spacing: 0.6px;
    padding: 10px 0px 5px;
    display: block;
    text-transform: uppercase;
  }

  .main_menu .menu-bayut-property-menu-container ul li .sub-menu,
  .main_menu .menu-bayut-property-menu-ar-container ul li .sub-menu,
  .main_menu .menu-bayut-product-menu-container ul li .sub-menu,
  .main_menu .menu-bayut-product-menu-ar-container ul li .sub-menu {
    display: none;
    overflow: auto;
  }

  .main_menu .menu-bayut-property-menu-container ul li .sub-menu li,
  .main_menu .menu-bayut-product-menu-container ul li .sub-menu li {
    text-align: left;
    margin-left: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  .main_menu .menu-bayut-property-menu-container ul li .sub-menu li a,
  .main_menu .menu-bayut-property-menu-ar-container ul li .sub-menu li a,
  .main_menu .menu-bayut-product-menu-container ul li .sub-menu li a,
  .main_menu .menu-bayut-product-menu-ar-container ul li .sub-menu li a {
    padding: 5px 0;
    text-transform: none;
  }

  .main_menu .menu-bayut-property-menu-ar-container ul li .sub-menu li,
  .main_menu .menu-bayut-product-menu-ar-container ul li .sub-menu li {
    text-align: right;
    margin-right: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  .main_menu .property-dropdown {
    position: relative;
  }

  .main_menu .property-dropdown::after {
    position: absolute;
    content: "";
    background-image: url("assets/images/down_arrow.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    top: 14px;
    right: 0;
  }

  .main_menu .property-dropdown.expand::after {
    transform: rotate(180deg);
  }

  .main_menu .menu-bayut-property-menu-ar-container .property-dropdown::after,
  .main_menu .menu-bayut-product-menu-ar-container .property-dropdown::after {
    margin-left: 0;
    margin-right: 5px;
    right: initial;
    left: 0;
  }

  .main_menu .property-dropdown.expand .sub-menu {
    display: block;
  }

  .main_menu .hatla2ee_logo {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
    background-size: 90px 34px;
    background-repeat: no-repeat;
    padding: 10px 15px;
    background-position: left;
    background-color: white;
  }

  .main_menu .hatla2ee_logo a {
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 20px 60px 10px;
  }

  body.rtl .main_menu .hatla2ee_logo {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
    background-size: 129px 34px;
    background-repeat: no-repeat;
    padding: 10px 15px;
    background-position: right;
    background-color: white;
  }

  body.rtl .main_menu li.lang-item a {
    font-family: Lato;
  }

  .main_menu li.lang-item a {
    font-family: Arabic-DroidKufi;
  }

  ul.navbar > li.my-home-menu,
  ul.navbar > li.auctions,
  ul.navbar > li.car-tips,

  ul.navbar > li.local-news,
  ul.navbar > li.modified-cars,
  ul.navbar > li.new-cars,
  ul.navbar > li.reports,
  ul.navbar > li.my-home-menu-ar,
  ul.navbar > li.auctions-ar,
  ul.navbar > li.car-tips-ar,
  ul.navbar > li.trends-menu-ar,
  ul.navbar > li.local-news-ar,
  ul.navbar > li.modified-cars-ar,
  ul.navbar > li.new-cars-ar,
  ul.navbar > li.reports {
    margin-left: 0;
  }

  ul.navbar > li.my-home-menu a,
  ul.navbar > li.auctions a,
  ul.navbar > li.car-tips a,
a,
  ul.navbar > li.local-news a,
  ul.navbar > li.modified-cars a,
  ul.navbar > li.new-cars a,
  ul.navbar > li.reports a,
  ul.navbar > li.menu-item-32792-en a,
  ul.navbar > li.menu-item-32791-ar a,
  ul.navbar > li.my-home-menu-ar a,
  ul.navbar > li.auctions-ar a,
  ul.navbar > li.car-tips-ar a,
  ul.navbar > li.trends-menu-ar a,
  ul.navbar > li.local-news-ar a,
  ul.navbar > li.modified-cars-ar a,
  ul.navbar > li.new-cars-ar a,
  ul.navbar > li.reports a {
    padding: 10px 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .featured-single-post .single_post_body .post_title {
    font-size: 21px;
    line-height: 1.35em;
    font-weight: bold;
  }
  body.error404 footer{
    margin-top: 100px;
  }

  .entry-content p,
  .entry-content ul,
  .entry-content li {
    font-size: 14px;
  }

  .entry-content h2 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .entry-content h3 {
    font-size: 16px;
    line-height: 1.25em;
  }
}

@media screen and (min-width: 671px) {
  body.home .grid_col,
  body.category .grid_col {
    width: 50%;
  }

  .sidebar_post_content_col .post_related .two_coloumns_list .thepost_row {
    width: 32.3%;
    margin: 0 0 0 1%;
    float: left;
  }
}

@media screen and (max-width: 670px) {
  .expanded_search.header_search > form.search .search_text { 
    width: 100px; 
  }
  .post_related .two_coloumns_list .thepost_row {
    margin-bottom: 0;
  }

  /* .grid_list .blog_post_container {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
  } */
  .excerpt_container{
    padding: 0;
  }

  .mobile_menu_opened  ul.navbar li a{
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-bayut-product-menu-ar-container ul li:before {
    position: absolute;
    right: 60px;
    top: 54%;
    transform: translateY(-54%);
  }
  .menu-bayut-product-menu-container ul li:before {
    position: absolute;
    right: auto;
    left:40px;
    top: 56%;
    transform: translateY(-56%);
  }

  ul.homepage-main-post li .post-info .blog-reading-time {
    font-size: 12px;
    line-height: 12px;
  }

  .grid_list .blog_post_container {
    margin-bottom: 80px;
  }

  .grid_list .blog_post_container .post_body {
    /* padding: 0 10px 2px; */
    margin: 0;
  }

  .grid_list .post_banner {
    margin-bottom: 16px;
  }

  .grid_list .post_title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid_list .post_body {
    text-align: initial;
  }

  .sidebar_post_content_col .grid_list .post_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-height: 65px;
  }
  

  .post_meta_wrap {
    font-size: 12px;
    line-height: 12px;
  }

  /*.grid_list .post_meta_row, .two_coloumns_list .post_meta_row { text-align: left; }
	.featured-single-post .overlay { padding: 30px 15px 0; background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,.65) 100%); }*/
  .featured-single-post:before {
    background: transparent;
  }

  /* .featured-single-post .overlay {
    padding: 10px 25px 0;
    background: transparent;
    position: relative;
  } */

  .single-post .blog_post_container .post_body {
    margin: 0;
  }

  .single-post .post_related .post_body {
    padding: 0;
  }

  .single .post_title, .rtl.single .entry-title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
  }

  .featured-single-post {
    margin-top: 50px;
  }
  .blog_post_container{
    margin-bottom: 20px;
  }
  .blog_post_container{
    padding-bottom: 0px;
  }

  .entry-content ul.post-jumplink {
    width: 100%;
  }

  .entry-content p {
    margin: 0 0 20px;
  }

  .featured-single-post .single_post_body .post_title,
  .featured-single-post .blog-reading-time,
  .featured-single-post .post_meta_item {
    color: #222222;
  }

  .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
    padding: 0;
  }

  .post_related .two_coloumns_list .post_banner {
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: relative;
  }

  .post_related .two_coloumns_list .post_title {
    font-size: 18px;
    line-height: 26px;
  }

  body.rtl .post_related .two_coloumns_list .post_title {
    font-size: 16px;
    line-height: 28px;
  }

  body.rtl .post_related .post_meta_wrap {
    font-size: 12px;
  }

  /* .grid_list .post_meta_row, .two_coloumns_list .post_meta_row {
    top: 196px;
  } */

  /* .featured-single-post .post_meta_container {
    float: left;
    margin-bottom: 20px;
  }

  body.rtl .featured-single-post .post_meta_container {
    float: right;
  } */

  /*.featured-single-post .meta_item_category { position: absolute; top: -30px; }
	.featured-single-post .post_banner { margin-bottom: 20px; }*/

  .grid_list .post_meta_row, .two_coloumns_list .post_meta_row {
    width: calc(100% - 32px);
    top: 188px;
    left: 16px;
  }

  .post-whatsapp-btn.alia_whatsapp_visible {
    display: block;
  }

  .featured-single-post .post_banner img {
    width: 100%;
    /*min-height: 250px;*/
    -o-object-fit: cover;
    object-fit: cover;
  }

  ul.navbar > li.menu-item .dropdown-menu > li {
    background-color: #ffffff;
  }

  ul.navbar > li.menu-item .dropdown-menu > li > a {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
  }

  ul.navbar > li.menu-item .dropdown-menu > li > a:hover,
  ul.navbar > li.menu-item .dropdown-menu > li.active > a {
    color: #ffffff;
  }

  ul.navbar > li.auctions.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.auctions.menu-item .dropdown-menu > li.active {
    background-color: #E3996A;
  }

  ul.navbar > li.car-tips.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.car-tips.menu-item .dropdown-menu > li.active {
    background-color: #4994EC;
  }

  ul.navbar > li.my-home-menu.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.my-home-menu.menu-item .dropdown-menu > li.active {
    background-color: #006169;
  }

  ul.navbar > li.modified-cars.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.modified-cars.menu-item .dropdown-menu > li.active {
    background-color: #D65C5E;
  }

  ul.navbar > li.local-news.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.local-news.menu-item .dropdown-menu > li.active {
    background-color: #006169;
  }

  ul.navbar > li.company-news.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.company-news.menu-item .dropdown-menu > li.active {
    background-color: #7B5EC3;
  }

  ul.navbar > li.new-cars.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.new-cars.menu-item .dropdown-menu > li.active {
    background-color: #1A9599;
  }

  ul.navbar > li.reports.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.reports.menu-item .dropdown-menu > li.active {
    background-color: #5cb95c;
  }

  ul.navbar > li.auctions-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.auctions-ar.menu-item .dropdown-menu > li.active {
    background-color: #E3996A;
  }

  ul.navbar > li.car-tips-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.car-tips-ar.menu-item .dropdown-menu > li.active {
    background-color: #4994EC;
  }

  ul.navbar > li.my-home-menu-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.my-home-menu-ar.menu-item .dropdown-menu > li.active {
    background-color: #006169;
  }

  ul.navbar > li.modified-cars-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.modified-cars-ar.menu-item .dropdown-menu > li.active {
    background-color: #D65C5E;
  }

  ul.navbar > li.local-news-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.local-news-ar.menu-item .dropdown-menu > li.active {
    background-color: #006169;
  }

  ul.navbar > li.trends-menu-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.trends-menu-ar.menu-item .dropdown-menu > li.active {
    background-color: #7B5EC3;
  }

  ul.navbar > li.new-cars-ar.menu-item .dropdown-menu > li:hover,
  ul.navbar > li.new-cars-ar.menu-item .dropdown-menu > li.active {
    background-color: #1A9599;
  }

  ul.navbar > li.reports.menu-item .dropdown-menu > li:hover,
  ul.navbar
    > li.reports.menu-item
    .dropdown-menu
    > li.active {
    background-color: #5cb95c;
  }

  .newsletter-form-popup > div {
    width: 80%;
  }

  .newsletter {
    max-width: 100%;
  }

  .newsletter .heading::before {
    background-size: 160px 40px;
    width: 160px;
    height: 40px;
  }

  .subscription-full-form h1 {
    font-size: 20px;
  }

  .subscription-full-form h1::before {
    background-size: 120px 30px;
    width: 120px;
    height: 30px;
  }

  .subscription-full-form .newsletter {
    width: 100%;
  }

  .subscription-full-form .newsletter ul.interest li {
    float: none;
    width: 100%;
  }

  .subscription-full-form .newsletter ul.interest li:nth-child(even) {
    margin-left: 0;
  }

  .subscription-full-form .newsletter ul.interest li p {
    font-size: 10px;
  }

  .subscription-full-form .newsletter .section-title {
    font-size: 18px;
  }

  .subscription-full-form .newsletter .select-all {
    margin-top: 35px;
  }

  .subscription-full-form .newsletter .section-receive {
    text-align: left;
  }

  .subscription-full-form .newsletter .alia_select_container {
    float: left;
    margin-bottom: 20px;
  }

  html[dir="rtl"] .subscription-full-form .newsletter .section-receive {
    text-align: right;
    font-size: 13px;
  }

  html[dir="rtl"] .subscription-full-form .newsletter .alia_select_container {
    float: right;
  }

  html[dir="rtl"] .subscription-full-form .newsletter .section-title {
    font-size: 16px;
  }

  html[dir="rtl"] .subscription-full-form .newsletter form label {
    font-size: 13px;
  }

  html[dir="rtl"]
    .subscription-full-form
    .newsletter
    ul.interest
    li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-grid-newsletter-subscription {
    display: block;
  }

  .two_coloumns_list.row {
    margin: 0;
  }

  ul.homepage-main-post li img {
    border-radius: 0;
    height: 290px;
    width: auto;
    object-fit: cover;
  }

  ul.homepage-main-post li .overlay {
    border-radius: 0;
  }

  /*body.no_sitetitle_in_menu .header_nav { background-image: url('assets/images/mybayut-logo-new-small2x.png'); background-size: 136px 34px; background-repeat: no-repeat; background-position: center 60%; }
	body.rtl.no_sitetitle_in_menu .header_nav { background-image: url('assets/images/mybayut-logo-new-small-ar2x.png'); background-size: 142px 34px; background-repeat: no-repeat; background-position: center 60%; }*/
  /*Navigation Style*/
  ul.navbar > li.bayut-logo-menu {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
    background-size: 129px 34px;
    background-repeat: no-repeat;
    padding: 10px 15px;
    background-position: left;
    background-color: white;
  }

  body.rtl ul.navbar > li.bayut-logo-menu {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
    background-size: 129px 34px;
    background-repeat: no-repeat;
    padding: 10px 15px;
    background-position: right;
    background-color: white;
  }

  body.rtl .post_meta_row {
    float: none;
  }

  /*body.rtl .header_control_wrapper { float: right; }
	body.rtl .header_sliding_sidebar_control { margin-left: 0; }*/

  /*Footer*/
  .site_footer {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .navigation.pagination .nav-links{
    padding: 5px 0;
  }
  .menu-bayut-product-menu-container ul li a:before {
    inset-inline-start: 38px;
}
  .menu-bayut-product-menu-ar-container ul li a:before {
    inset-inline-start: 20px;
  }

  .footer_widgets_container {
    display: block;
  }
  ul.navbar > li.my-home-menu, ul.navbar > li.auctions, ul.navbar > li.car-tips, ul.navbar > li.company-news, ul.navbar > li.local-news, ul.navbar > li.modified-cars, ul.navbar > li.new-cars, ul.navbar > li.reports, ul.navbar > li.used-car-news-egypt, ul.navbar > li.global-news, ul.navbar > li.roads-traffic{
    margin-left: 0;
    border-bottom: 5px solid #eeeeee;
  }

  .footer_widgets_container .widget_container:nth-child(1),
  .footer_widgets_container .widget_container:nth-child(2),
  .footer_widgets_container .widget_container:nth-child(3),
  body.rtl .footer_widgets_container .widget_container:nth-child(1),
  body.rtl .footer_widgets_container .widget_container:nth-child(2),
  body.rtl .footer_widgets_container .widget_container:nth-child(3) {
    float: none;
  }

  .footer_widgets_container {
    text-align: start;
  }
  body.rtl .menu-bayut-footer-social-container .menu-item:last-of-type,
  body .menu-bayut-footer-social-container .menu-item:last-of-type{
    width: 100%;
  }
  body.rtl .menu-bayut-footer-social-container .footer-googleplay,
  body .menu-bayut-footer-social-container .footer-googleplay{
    background-position: center;
  }
  

  .menu-footer-container {
    margin-right: 0;
  }

  footer .property-dropdown > a::after {
    font-size: 18px;
  }

  footer .menu-bayut-footer-property-menu-container,
  footer .menu-bayut-footer-property-menu-ar-container {
    height: 170px;
    transition: initial;
  }

  footer .property-dropdown {
    display: block;
  }

  footer .property-dropdown:first-child {
    margin-top: 14px;
  }

  footer .property-dropdown > a,
  body.rtl footer .property-dropdown > a {
    padding: 0 0 10px;
    width: 100%;
  }

  footer .property-dropdown .sub-menu li {
    margin: 10px 0;
  }

  footer .property-dropdown .sub-menu li a {
    padding: 5px 0;
  }

  footer .property-dropdown.expand .sub-menu {
    height: auto;
    padding: 10px 0;
  }

  footer .menu-bayut-footer-property-menu-container.expanded,
  footer .menu-bayut-footer-property-menu-ar-container.expanded {
    height: 360px;
  }

  .alia_gototop_button {
    bottom: 75px;
  }

  .alia_gototop_button.iOS {
    bottom: 95px;
  }

  footer.property-widget-expanded {
    bottom: 150px;
  }

  footer.property-widget-expanded .alia_gototop_button {
    bottom: 130px;
  }

  footer.property-widget-expanded .alia_gototop_button.iOS {
    bottom: 140px;
  }

  .menu-bayut-footer-social-container .menu {
    width: 250px;
    margin: auto;
  }

  .menu-bayut-footer-social-container .menu-item {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .menu-bayut-footer-social-container .footer-appstore,
  .menu-bayut-footer-social-container .footer-googleplay {
    width: 111px;
    height: 37px;
  }

  .menu-bayut-footer-social-container .menu-item:nth-child(4) {
    margin-right: 0;
  }

  body.rtl .menu-bayut-footer-social-container .menu-item:nth-child(4) {
    margin-left: 0;
  }

  .menu-bayut-footer-social-container .menu-item,
  body.rtl .menu-bayut-footer-social-container .menu-item {
    float: none;
    display: inline-block;
    display: -webkit-inline-box;
  }

  .navigation.pagination .nav-links .page-numbers {
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
  }

  body.rtl .navigation.pagination .nav-links .page-numbers {
    margin-left: 4px;
    margin-right: 0;
  }

  .post-category-article .wp-post-image,
  .postid-55474 .wp-post-image {
    object-position: 0;
  }

  body.rtl .site_side_container {
    right: -82%;
    left: initial;
  }

  figure.size-full {
    width: 100%;
  }

  figure.size-full img {
    width: 100%;
  }

  .entry-content img {
    width: 100%;
  }

  /*
  * Property Widget
  *********************************************/
  .bayut-property-portal-widget {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-in;
    display: block;
    z-index: 999;
    visibility: hidden;
    padding-bottom: 10px;
  }

  .bayut-property-portal-widget.iOS {
    padding-bottom: 20px;
  }

  .bayut-property-portal-widget.display-widget {
    opacity: 1;
    visibility: initial;
  }

  .bayut-property-portal-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

  .bayut-property-portal-widget .property-purpose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0px -10px 10px rgba(0,0,0,.07);
  }

  body.rtl .bayut-property-portal-widget .property-purpose {
    direction: rtl;
  }

  .bayut-property-portal-widget .purpose-wrap, .bayut-property-portal-widget .purpose-wrap .buttons {
    display: flex;
    width: 100%;
  }

  .bayut-property-portal-widget .purpose-wrap .buttons {
    margin-left: 20px;
    justify-content: flex-end;
  }

  body.rtl .bayut-property-portal-widget .purpose-wrap .buttons {
    margin-left: 0;
    margin-right: 20px;
  }

  .bayut-property-portal-widget .property-purpose .hatla2ee_logo a
  {
  background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
  background-size: 114px 30px;
  background-repeat: no-repeat;
  width: 114px;
  height: 30px;
  color: transparent;
  display: block;
  margin-top: 3px;
  }

  body.rtl .bayut-property-portal-widget .property-purpose .hatla2ee_logo a {
    background-image: url("https://cdn-news.hatla2ee.com/uploads/2025/10/hatla2ee_logo_new.svg");
  }

  .bayut-property-portal-widget .property-purpose .purpose {
    color: #ffffff;
    font-size: 14px;
    background-color: #28b16d;
    padding: 4px 0;
    width: 50%;
    max-width: 100px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
  }

  .bayut-property-portal-widget .property-purpose.selected .purpose {
    background-color: #a3d6b8;
  }


  .bayut-property-portal-widget .property-purpose.selected .purpose.selected {
    color: #ffffff;
    background-color: #28b16d;
  }

  .bayut-property-portal-widget .property-purpose .buy {
    margin-right: 8px;
  }

  body.rtl .bayut-property-portal-widget .property-purpose .buy {
    margin-right: initial;
    margin-left: 8px;
  }  

  .bayut-property-portal-widget .property-purpose .cross {
    background-image: url('../alia-child/assets/images/close.svg');
    width: 0;
    opacity: 0;
    height: 34px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease-in;
  }

  .bayut-property-portal-widget .property-purpose.selected .cross {
    width: 40px;
    opacity: 1;
    margin-left: 4px;
  }

  body.rtl .bayut-property-portal-widget .property-purpose.selected .cross {
    margin-left: 0;
    margin-right: 4px;
  }

  .bayut-property-portal-widget .property-types ul {
  width: fit-content;
  padding: 0 10px 0 0;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  display: none;
  }

  .bayut-property-portal-widget .property-types.selected > div > div {
  overflow: auto;
  }

  .bayut-property-portal-widget .property-types.selected ul.selected {
  opacity: 1;
  display: flex;
  width: max-content;
  }

  .bayut-property-portal-widget .property-types a:before {
  content: '';
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;

  }

  body.rtl .bayut-property-portal-widget .property-types a:before {
    margin-right: initial;
    margin-left: 5px;
  }

  .bayut-property-portal-widget .property-types a:hover {
  border: 1px solid #28b16d;
  }

  .bayut-property-portal-widget .property-types .apartments a:before{
  background-image: url('../alia-child/assets/images/apartments.svg');
  }

  .bayut-property-portal-widget .property-types .villas a:before{
  background-image: url('../alia-child/assets/images/villas.svg');
  }

  .bayut-property-portal-widget .property-types .townhouses a:before{
  background-image: url('../alia-child/assets/images/townhouses.svg');
  }
  .bayut-property-portal-widget .property-types .residential-plots a:before{
  background-image: url('../alia-child/assets/images/residential-plots.svg');
  }
  .bayut-property-portal-widget .property-types .offices a:before{
  background-image: url('../alia-child/assets/images/offices.svg');
  }

  .bayut-property-portal-widget .property-types a {
  font-size: 13px;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  line-height: 16px;
  border: 1px solid #F5F5F5;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 0 10px 10px;
  }

  .bayut-property-portal-widget .property-types li:hover a {
  color: #28b16d;
  }

  .bayut-property-portal-widget .property-types {
  height: 0;
  transition: height 0.4s ease-in;
  }

  .bayut-property-portal-widget .property-types.selected {
  display: block;
  height: 50px;
  }
  .swp_social_panel .nc_tweetContainer a.nc_tweet, .swp_social_panel .nc_tweetContainer.total_shares .swp_count{
    padding: 0;
  }
}

figcaption {
  font-size: 12px;
  font-style: italic;
}

@media screen and (max-width: 400px) {
  body.rtl .site_side_container {
    right: -82%;
    left: initial;
  }
}


@media screen and (max-width: 350px) {
  .bayut-property-portal-widget .property-purpose .purpose {
    width: 60px;
  }
}

.postid-55474 .featured-single-post .single_post_body .post_title,
.postid-55474
  .full_width_post_single.sidebar_post_single
  .author_info_container.author_single_box {
  display: none;
}

/*Additional CSS*/
@media screen and (max-width: 670px) {
  .postid-59269 .featured-single-post .post_banner img {
    min-height: 170px;
  }

  .article-waiting-border-iframe {
    height: 550px;
  }
}

@media screen and (min-width: 670px) {
  .postid-59269 .featured-single-post .single_post_body .post_title {
    display: none;
  }
}

.full_width_post_single .newsletter {
  width: 100%;
}

.postid-77970 .post_related {
  display: none;
}

.alia_gototop_button > i {
  background-color: #28b16d;
}

.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 700;
}
/*
.mpu-test-position { text-align: center; }
.mpu-test-position img { width: 300px; height: 250px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); border: 0;}
.mpu-test-position.fixed { position: sticky; margin-left: 25px; }
.mpu-test-position.fixed.mpu-ad-1 { top: 300px; }
.mpu-test-position.fixed.mpu-ad-2 { top: 570px; }*/


.popular-post-container .section-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.popular-post-wrapper {
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

.popular-post-wrapper .popular-post-links {
  display: grid;
  grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) calc(33.3% - 10px);
  column-gap: 15px;
  max-height: 110px;
  overflow: hidden;
  transition: max-height 0.5s linear;
}

.popular-post-wrapper.expand .popular-post-links {
  max-height: initial;
}

.popular-post-wrapper .popular-post-links a {
  font-size: 13px;
  color: #0592E9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular-post-wrapper .controls {
  text-align: center;
  margin-top: 20px;
}
.popular-post-wrapper .controls > div {
  background: none;
  color: #222222;
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.popular-post-wrapper .controls .view-less, .popular-post-wrapper.expand .controls .view-more {
  display: none;
}

.popular-post-wrapper.expand .controls .view-less {
  display: block;
}

.popular-post-wrapper .controls .view-more::after, .popular-post-wrapper .controls .view-less::after {
  content: "\f077";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 5px;
    color: #222222;
    font-size: 12px;
}

.popular-post-wrapper .controls .view-more::after {
  content: "\f078";
}

@media screen and (max-width: 670px) {
  .popular-post-wrapper .popular-post-links {
    grid-template-columns: 100%;
    max-height: 310px;
  }
}

/**********************************************/
/**************Homepage Featured Posts*******************/
/**********************************************/
.homepage-featured-trending-wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.homepage-featured-posts {
  flex-grow: 1;
  flex-basis: 0;
}

.homepage-featured-posts .owl-carousel .owl-stage-outer, .homepage-featured-posts .owl-item{
  border-radius: 8px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.homepage-featured-posts.trending-section {
  width: 580px;
}

.homepage-featured-posts.featured-section {
  width: calc(100% - 680px);
}

.homepage-featured-posts.featured-section .featured-post {
  height: 500px;
}

.homepage-featured-posts .featured-post {
  position: relative;
  width: 100%;
}

.homepage-featured-posts .featured-post .featured-tag {
  position: absolute;
  z-index: 1;
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  top: 16px;
  left: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

body.rtl .homepage-featured-posts .featured-post .featured-tag {
  left: initial;
  right: 16px;
}

.homepage-featured-posts .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.homepage-featured-posts.featured-section .image-wrapper {
  height: 500px;
  background-color: #000000;
}

.homepage-featured-posts img {
  max-width: initial;
  height: 100%;
  position: absolute;
}

.homepage-featured-posts.featured-section img  {
  width: auto !important;
}

.homepage-featured-posts .featured-post img {
  border-radius: 8px;
  opacity: .6;
  transition: all .5s;
}

.homepage-featured-posts .featured-post:hover img {
  opacity: 1;
}

.homepage-featured-posts .overlay, .homepage-featured-posts .featured-post-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.homepage-featured-posts.featured-section .featured-post-content {
  bottom: 30px;
}

.homepage-featured-posts .overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  height: 150px;
  border-radius: 8px;
  opacity: .8;
}

.homepage-featured-posts .post-title {
  font-size: 24px;
  line-height: 1.35em;
  color: #ffffff;
  margin: 0 0 5px;
  font-weight: 600;
}

.homepage-featured-posts .featured-post-content {
  padding: 0 16px 16px;
}

.homepage-featured-posts .post_meta_container .post-link {
  display: none;
}

.homepage-featured-posts .post-category-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.homepage-featured-posts .post_meta_item.meta_item_category > *:nth-child(2) {
  display: none !important;
}

.homepage-featured-posts .post-info a[rel="category tag"] {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #0592e9;
}

.homepage-featured-posts .post_meta_container {
  margin-bottom: 0;
}

.homepage-featured-posts .blog-reading-time {
  color: #ffffff;
  float: left;
  font-size: 14px;
  line-height: 14px;
}

.homepage-featured-posts.trending-section .featured-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.homepage-featured-posts.trending-section .image-wrapper {
  height: 242px;
  background-color: #000000;
}

.homepage-featured-posts.trending-section .featured-post-wrapper > div {
  height: 242px;
  width: 100%;
}

.homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
  width: 100%;
  height: auto;
}

.homepage-featured-posts .trending-post-sub-section {
  display: flex;
  gap: 16px;
}

.homepage-featured-posts .trending-post-sub-section .post-title {
  font-size: 20px;
}

.homepage-featured-posts .owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 4px;
}


.blog_post_container .blog_post_readmore{
  position: absolute;
}



@media screen and (max-width: 910px) {
  .homepage-featured-posts .owl-carousel {
    width: 100% !important;
  }

  .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 780px) {
  .homepage-featured-trending-wrapper {
    flex-wrap: wrap;
  }

  .homepage-featured-posts.featured-section {
    width: 100%;
  }

  .homepage-featured-posts.trending-section {
    padding: 15px;
  }
  /* .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: 100%;
    height: auto;
  } */
}

@media screen and (max-width: 1100px) {
	.homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: initial;
    height: 100%;
  }
}



@media screen and (max-width: 780px) {
	.homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: 100%;
    height: auto;
  }

  .homepage-featured-posts.trending-section .image-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {

  .homepage-featured-trending-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .homepage-featured-trending-wrapper, .homepage-featured-posts .trending-post-sub-section {
    flex-wrap: wrap;
  }

  .homepage-featured-trending-wrapper, .homepage-featured-posts.trending-section .featured-post-wrapper, .homepage-featured-posts .trending-post-sub-section {
    gap: 4px;
  }

  .homepage-featured-posts.featured-section {
    width: 100%;
    flex-grow: initial;
    flex-basis: initial;
    padding: 15px;
  }

  .homepage-featured-posts .post-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .homepage-featured-posts .featured-post .featured-tag {
    font-size: 12px;
    line-height: 14px;
  }

  .homepage-featured-posts .blog-reading-time {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
  }

  .homepage-featured-posts .image-wrapper, .homepage-featured-posts .featured-post img , .homepage-featured-posts .overlay {
    border-radius: 0;
  }

  .homepage-featured-posts.trending-section .featured-post img {
    width: 100%;
    height: auto;
  }

  /* .homepage-featured-posts.trending-section .featured-post img {
    width: auto;
    height: 100%;
  } */

  .homepage-featured-posts.featured-section .image-wrapper, .homepage-featured-posts.featured-section .featured-post {
    height: 280px;
  }

  .homepage-featured-posts.trending-section .image-wrapper, .homepage-featured-posts.trending-section .featured-post-wrapper > div {
    height: 190px;
  }

  /* .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    height: inherit;
    width: inherit;
  } */

  .homepage-featured-posts.trending-section .featured-post-wrapper > div {
    height: initial;
  }

  .homepage-featured-posts .trending-post-sub-section .post-title {
    font-size: 18px;
  }
}

/* Fix post banner image cropping to show center */
.single_post_page .post_banner img {
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 550px;
    width: 100%;
}

/* Ensure proper display on single posts */
.single_post_page .full_width_post_single .post_banner img {
    max-height: 550px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single_post_page .post_banner img {
        max-height: 250px;
    }
    
    .single_post_page .full_width_post_single .post_banner img {
        max-height: 300px;
    }
}

/* COMPLETELY DISABLE COMMENTS - AGGRESSIVE CSS */
.comment_container,
.comments-area,
.comment-respond,
#respond,
#comments,
.comment-form,
.comment-notes,
.comment_textarea_wrapper,
.comment_details_wrapper,
.comment-form-cookies-consent,
.form-submit,
.comment-reply-title,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.comment-form-cookies-consent,
.comment-form-rating,
.comment-awaiting-moderation,
.comment-list,
.comment-meta,
.comment-content,
.comment-reply-link,
.comment-edit-link,
.comment-reply {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    z-index: -1 !important;
}

.error404 .site_main_container{
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.error404 .site_main_container .site-content{
  height: 100vh;
}

/* Hide newsletter form and WhatsApp button on mobile */
@media (max-width: 768px) {
  .news_letter_form,
  [class*="newsletter"],
  [id*="newsletter"],
  .newsletter-wrapper-position,
  .newsletter,
  .heading,
  form[id*="newsletter"],
  form[class*="newsletter"],
  .post-whatsapp-btn,
  .mobile-grid-newsletter-subscription {
    display: none !important;
  }
}
.swp_social_panel .sw{
  line-height: 1.5;
}