/* huo breadcrumb .t4-section.t4-breadcrumbs {
z-index: 1000;
}
.t4-section.t4-breadcrumbs .breadcrumb {
margin-bottom:-55px;
}
*/
html[lang="zh-CN"] .mod_djclassifieds_items div.title a.title {
font-weight: normal !important;
}
body._home #t4-section-1 {
  background: none !important;
  padding: 0px !important;
}
body:not(._home) #t4-section-1 {
  background: url("/images/bg3.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0 10px;
}
.topbar-l {
  margin-right: 4.2rem;
}
/** portal **/
.ukr-bg-portal {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: url('/images/ukr-bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.portal-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.portal-card {
  flex: 1 1 30%;
  min-width: 280px;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s ease;
}
.portal-card h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.portal-card p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 25px;
  transition: opacity 0.3s ease;
}
/* 流光动画 */
.portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 60%);
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease;
}
.portal-card:hover::before {
  transform: translateX(100%);
  opacity: 1;
}
.portal-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.35);
}
/* --- 按钮 --- */
.portal-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  background: rgba(255,255,255,0.25);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.4);
}
.portal-btn:hover {
  background: #FFD500;
  color: #003366;
  box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
@media (max-width: 992px) {
  .portal-card {
    flex: 1 1 45%;
  }
}
@media (max-width: 600px) {
  .portal-card {
    flex: 1 1 100%;
    width: 100%;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  }
  .portal-card h2 {
    font-size: 1.3rem;
  }
  .portal-card p {
    font-size: 0.9rem;
  }
}
/** portal end **/
.ukrdeal-subscribe {
  background: #07315c;
}
#t4-section-5 {
  background: #07315c;
}
.t4-main-body {
 padding: 0px !important;
}
/* about */
.about-modern {
  background: #fff;
  padding: 100px 20px;
}
.about-modern .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.about-left {
  flex: 1 1 50%;
  color: var(--text);
}
.about-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
}
.about-left p {
  margin: 20px 0;
  color: #5A6C87;
  line-height: 1.8;
}
.btn-yellow {
  background: var(--yellow);
  color: var(--blue);
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* categories */
.category-modern {
  background: var(--light);
  text-align: center;
  padding: 80px 20px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.category-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 10px;
  transition: all 0.3s ease;
  border: 1px solid #e5e9f0;
}
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.category-card img {
  width: 40px;
  margin-bottom: 10px;
}

/* buyers */
.buyers-modern {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}
.buyers-list {
  max-width: 700px;
  margin: 40px auto;
}
.buyer-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: var(--text);
}
.btn-blue {
  background: var(--blue);
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* invest */
.invest-support {
  background: linear-gradient(135deg, #004AAD, #0066CC);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.invest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.invest-card {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.invest-card:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

/* partners */
.partners-modern {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}
.logo-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
.logo-slider img {
  width: 140px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.logo-slider img:hover {
  opacity: 1;
}

/* CTA */
.cta-modern {
  background: linear-gradient(90deg, #004AAD, #FFD500);
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}
.cta-modern a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  border-radius: 8px;
  background: #fff;
  color: #003366;
  font-weight: 700;
  text-decoration: none;
}

/** huo add blue color layout */
.t4-header {
background-color: #004288;
}
.t4-topbar {
padding: 0.5rem 0 !important;
}
#loginModal139 {
background: transparent !important;
}
.post-ads {
background-color: #ffdd00;
padding: 3px 15px;
border: solid #ffdd00 1px;
border-radius: 3px;
}
.post-ads a{
color: #0057B7;
/**
font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
**/
}
.navbar-toggler .fa {
color: #ffffff;
}
.nav-tabs {
  --t4-nav-tabs-link-active-bg: #eee !important;
  }
.nav-breakpoint-lg .t4-megamenu {
background-color: #004387 !important;
}
@media (max-width: 767.98px) {
  .t4-header .header-wrap {
    min-height: 80px !important;
  }
  .topbar-l {
  margin-right: 2.1rem;
}
}
.logo-img {
max-width: 110px;
}
.dj-cattree .lvl0 {
 margin-bottom: 15px;
}
.dj-cattree .lvl0 a{
  color: #d8a61a !important;
}
.dj-cattree .lvl1 a{
  color: #004B90 !important;
}
.description .desc_content {
  padding: 20px 0px 20px 20px;
  background-color: beige;
}
.djcf_items_blog .title a {
color: #333 !important;
}
#dj-classifieds .djcf_items_blog .region .label_title2 {
background: url(/images/icons/distance.svg) no-repeat center center;
height: 16px;
  width: 15px;
  float: left;
  margin: 2px 10px 0 0;
}
.title .price {
 color: red;
 font-weight: bold;
}
/** icon bellow */
.title-zh, .desc-zh { background:#fef3f2; padding:10px; }
.title-en, .desc-en { background:#eef6ff; padding:10px; }
.title-uk, .desc-uk { background:#f0fdf4; padding:10px; }
.title-default, .desc-default { background:#f9fafb; padding:10px; }
/** above is email template */
/** huo bellow dj-items 模块显示收藏安按钮 */
.see-more-button {
 text-align: right;
 margin: 0px 10px 0px 0px;
 padding-bottom: 20px;
}
.mod_djclassifieds_items .title a.title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  height: 42px;
  overflow: hidden;
}
#t4-section-3 .item .fav-fixed {
 position: absolute;
 top: 18px;
 right: 15px;
}
#t4-section-3 .mod_djclassifieds_items .title img {
 margin-bottom: 20px !important;
}
#t4-section-3 .see-more-button a {
 color: #0056b3;
}
.item .fav-fixed {
    position: absolute;
    top: 18px;
    right: 3px;
    z-index: 10;
}
span.fav_icon.fav_icon_na,
span.fav_icon.fav_icon_a {
    display: inline-block;
    width: 30px;      /* 控制宽度 */
    height: 30px;     /* 控制高度 */
}
/** 显示收藏安按钮 end */
#t4-section-3 {
 margin-top: 10px;
}
#t4-section-3 .mod_djclassifieds_items .item-box-in .item {
  border: solid 1px #EAEAEA !important;
  padding: 20px;
  border-bottom: solid 3px #EAEAEA !important;
}
#t4-section-3 .mod_djclassifieds_items .row_value {
 margin-left: 18px;
 margin-right: 5px;
}
#t4-section-3 .mod_djclassifieds_items .row_label {
 display:none;
}
#t4-section-3 .mod_djclassifieds_items .row_floor_m2 .row_value {
  margin-left: 15px;
}
#t4-section-3 .mod_djclassifieds_items .row_floor .row_value {
 margin-right: 0px !important;
}
.mod_djclassifieds_items .row_property_for {
  background: url(/images/icons/property_for.svg) no-repeat center left;
}
.mod_djclassifieds_items .row_rooms {
  background: url(/images/icons/rooms.svg) no-repeat center left;
}
.mod_djclassifieds_items .row_floor_m2 {
  background: url(/images/icons/square_meter.svg) no-repeat center left;
}
.mod_djclassifieds_items .row_floor {
  background: url(/images/icons/floor_level.svg) no-repeat center left;
}
#t4-section-2 .module-title  {
  padding-top: 30px;
  font-size: 15px;
}
#t4-section-3 .module-title  {
  padding-top: 30px;
  font-size: 15px;
  color: #6c757d;
 /** background: url(/images/icons/property_for.svg) no-repeat bottom left;   */
  border-bottom: solid 1px #eaeaea; 
  margin-bottom: 30px;
}
/**
#t4-section-3 .module-title span {
  margin-left: 30px;
  }
  **/
.mod_djclassifieds_items div.title a.title {
 font-size: 1em !important;
}
#dj-classifieds .djcf_items_blog .cuisines {
  background: url(/images/icons/cuisine.svg) no-repeat top left;
}
#dj-classifieds .djcf_items_blog .job_type {
  background: url(/images/icons/job_type.svg) no-repeat top left;
}
#dj-classifieds .djcf_items_blog .wage {
  background: url(/images/icons/salary.svg) no-repeat center left;
}
.djcf-row.ld-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.ld-left{min-width:0;}
.ld-right{text-align:right; white-space:nowrap;}
.region.distance a {
  position: relative;
  z-index: 10;
}
#dj-classifieds .djcf_items_blog .price .row_negotiable {
 float: right;
 margin-top: 6px !important
}
#dj-classifieds .dj-item .general_det .price_wrap .row_negotiable {
 font-weight: normal;
}
#dj-classifieds span.fav_icon {
 width: 32px !important;
 height: 32px !important;
}
.djcf-fav-fixed {
  float: right;
  margin-left: -10px;
}
#dj-classifieds .pagination ul li{
 border: none;
}
#dj-classifieds .dj-additem .price_neg_box input {
width: 30px;
}
.item-page.layout-default.no-sidebar .top-article-info {
text-align: left;
}
.card-body {
text-align: left;
background-color: #fff;
}
/** footer */
.t4-footnav {
background: #012A57 !important;
}
.ukrdeal-footer {
  background: #012A57;
  color: #fff;
  padding: 20px 10px 0px 10px;
  font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
.ukrdeal-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.ukrdeal-footer h3 {
  color: #ffd700;
  font-size: 22px;
  margin-bottom: 15px;
}
.ukrdeal-footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding-bottom: 5px;
}
.ukrdeal-footer p {
  font-size: 14px;
  line-height: 1.7;
  color: #cccccc;
}
.ukrdeal-footer ul {
  list-style: none;
  padding: 0;
}
.ukrdeal-footer ul li {
  margin-bottom: 8px;
}
.ukrdeal-footer ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
}
.ukrdeal-footer ul li a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.ukrdeal-footer .social-icons a {
  color: #ffffff;
  margin-right: 12px;
  font-size: 18px;
  transition: color 0.3s;
}
.ukrdeal-footer .social-icons a:hover {
  color: #ffd700;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 15px;
  color: #bbbbbb;
  font-size: 13px;
}
.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; /* ✅ 防止继承 */
}
.social-icons {
  margin-top: 12px;
  margin-left: 2px;
}
.social-icons a img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  transition: transform 0.3s, opacity 0.3s;
  vertical-align: middle;
}
.footer-logo {
  width: 48px;
  margin-bottom: 15px;
}
.footer-column h2 {
  color: #ffcc00;
  font-size: 22px;
  margin: 0 0 10px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #ffd700;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}
/** footer end **/
.menu-item-title {
color: #ffffff;
}
/** jt login */
#jtl button{
font-size: 0.9rem;
}
.dropbtn {
  background-color: #0057B7;
  color: white;
  padding: 4px 15px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #FFD700;color:#333;}
/** jt login end */
/** huo fix the bar width */
.djform_field #latitude {
width: 300px !important;
}
.djform_field #longitude {
width: 300px !important;
}
#dj-classifieds .dj-additem .djform_row .label {
text-align: left;
width: 220px;
margin: 5px 0px 5px 0;
}
#dj-classifieds .dj-additem .djform_row .djform_field select {
width: 300px;
}
#name, #djaddress, #djcontact, #website, #video {
width: 300px !important;
}
#dj-classifieds .dj-additem select.price_currency {
width: 80px !important;
}
#price {
width: 270px !important;
}
/** huo fix end */
#dj-classifieds .dj-item .general_det .price_wrap {
color: #198754 !important;
font-weight: bold;
}
#dj-classifieds .type_button, .mod_djclassifieds_items .type_button {
    float: right;
    margin-right: -22px;
    margin-top: -5px;
}
div.mod-languages li {
margin-right: 15px;
}
.dj-useradverts .col_ua_in img {
max-width: 80px;
}
.custom_det_content .row_label {
width: 260px;
}
.custom_det_content .row_value {
width: auto;
padding-right: 0px;
color: #004871;
}
/** huo disable place bid */
.djform_field input, .djform_field select{
width: auto;
}
.djform_field input#djmobile {
width: 300px;
}
#dj-classifieds .dj-item .auction .bids_form .bids_box .bids_info {
display: none;
}
#dj-classifieds .dj-item .auction .bids_form .bids_box .bids_input {
  width: 50%;
  margin-left: 10px;
}
#dj-classifieds .dj-item .auction .bids_form .bids_button {
  width: 100px;
  padding-top: 5px;
}
#dj-classifieds .dj-item .auction .bids_title h2 {
  display: none;
}
#dj-classifieds .dj-item .auction .bids_form .bids_box {
  background: #004871;
  border-radius: 2px;
}
.item_box_in .jreview-quick-star .starContainer {
margin: 0px;
}
.jreview-quick-star .starContainer {
margin: 12px 0 0 12px;
}
.dj_cf_search {
max-width: 1100px;
margin: auto;
padding: 20px;
}
#dj-classifieds .dj-item {
 background-color: #fff;
 color: #222;
}
.search_cats select, .search_type select, .search_regions select {
  background: #ffffff;
}
#triggerButton {
 display: none;
}
.show_on_map {
color: #666 !important;
}
#dj-classifieds .djcf_items_blog .category .label_title, #dj-classifieds .djcf_items_blog .price .label_title, #dj-classifieds .djcf_items_blog .region .label_title {
margin-top: 4px !important;
}
#dj-classifieds .blog_det .item_desc, #dj-classifieds .blog_det .region, #dj-classifieds .blog_det .category, #dj-classifieds .blog_det .cf_box {
padding: 0;
}
#dj-classifieds .blog_det .price {
color: #198754;
padding: 0;
border: none;
font-size: 18px;
}
#dj-classifieds .button, .dj_cf_search button.button, .dj_cf_search a.button, .dj_cf_regions_selects button.button {
padding: 9px 18px;
}
#dj-classifieds .djcf_items_blog .title h2 {
display: block !important;
font-size: 1.1em !important;
font-weight: normal !important;
}
#dj-classifieds .blog_det .cf_box .label_title {
font-weight: normal !important;
margin-left: 24px;
color: #198754;
}
#dj-classifieds .djcf_items_blog .title {
line-height: 20px;
height: 42px;
overflow: hidden;
border-bottom: none !important;
}
#dj-classifieds .blog_det .distance .show_distance {
color: #198754;
font-size: 14px;
}
/* huo change template */
@media (min-width: 992px) {
  .t4-footnav .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  }
/* huo set items layout end */
@media (min-width: 992px) {
.logo-img {
max-width: 150px;
margin-left: 10px;
margin-right: 10px;
}
.t4-header .header-wrap {
padding: 0 50px 0 60px;
}
}
@media (max-width: 720px) {
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
padding: 178% 0 0 0 !important;
}
.custom_det_content .row_label {
width: 180px;
}
}
@media (max-width: 481px) {
#t4-section-3 .mod_djclassifieds_items .items .items-col {
width: 100% !important
}
#t4-section-2 .mod_djclassifieds_items .item-box-in .item {
 padding: 0px;
 border: none;
}
#dj-classifieds .djcf_items_blog .title {
  line-height: 23px;
  height: 47px;
  overflow: hidden;
  border-bottom: none !important;
}
#dj-classifieds .djcf_items_blog .title h2 {
font-size: 1.5em !important;
}
#dj-classifieds .djcf_items_blog .category .label_title, #dj-classifieds .djcf_items_blog .price .label_title, #dj-classifieds .djcf_items_blog .region .label_title { 
 font-size: 16px;
}
}