#sp-main-body {
  padding: 0px 0 !important;
}



.logout {
  margin-top: 25px;
}

#djForm {
  margin-top: -50px !important;
}

.sp-page-title .sp-page-title-heading {
  max-width: 75%;
}

.sp-page-title .sp-page-title-sub-heading {
  max-width: 50%;
}

#dj-classifieds .dj-additem .terms_and_conditions {
  text-align: left;
  font-weight: normal !important;
}


#jmap_sitemap {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

#column-id-9816dcb9-b9be-4a49-b676-9783605fb9ac {
  max-width: 80% !important;
  display: flex !important;
  float: right !important;
}

#dj-classifieds .dj-items .item_row .item_content .item_title h3 {
  font-size: 20px;
  line-height: 22px;
}


.mod_djclassifieds_cattree .dj-cattree-box, #dj-classifieds .dj-cattree-box, #dj-classifieds .dj-regtree-box {
  border: none !important;
}

.mod_djclassifieds_cattree .dj-cattree-box .dj-cattree-wrap, #dj-classifieds .dj-cattree-box .dj-cattree-wrap, #dj-classifieds .dj-regtree-box .dj-regtree-wrap {
  padding: 0px !important;
  margin-bottom: 20px;
}

#dj-classifieds .dj-item .general_det .price_wrap .row_negotiable {
  margin: 0px 0 0 0;
  text-align: left !important;
  display: block;
  color: #ABABAB;
  font-size: smaller;
}

#dj-classifieds .dj-item .custom_det {
  margin-left: 20px;
}

.dj-items-blog {
  margin-top: 30px;
}

.dj-item {
  margin-top: 30px;
}

.listing-requirements a {
  text-decoration: underline;
}

.label_terms {
  font-size: 0;
}

.label_terms * {
  font-size: 16px; /* Reset to your normal size */
}

.label_terms::before {
  content: ''; /* Optional: to force layout reset */
}


.main_cat_title.search_results {
  margin-top: 15px;
}

#dj-classifieds .dj-cattree-box .title_top {
  display: none !important;
}

.sp-page-title {
  margin-top: 0px !important;
  height: 200px !important;
  max-width: inherit !important;
  border-radius: 0px !important;
}

#users-profile-core {
  margin-top: 30px;
}

#users-profile-params {
  margin-bottom: 30px;
}

.dj-cattree-wrap {
  margin-top: -4px;
}

#dj-classifieds .dj-additem .additem_djform .additem_djform_in {
  padding: 20px 20px 0 !important;
  background: #fcfcfc !important;
}

.dj-cattree a {
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  font-weight: 400;
  font-size: 16px;
  font-family: Poppins;
  line-height: 34px;
}

.dj-cattree a:hover {
  color: #45db00 !important; /* Darker blue on hover */
  text-decoration: underline !important; /* Optional for hover effect */
}

.dj-cattree a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b9"; /* fa-car */
  font-weight: 900;
  margin-right: 8px;
  color: #b3b3b3;
}

.dj-cattree-box.cols1.ct_type_mc .dj-cattree a::before {
  content: none;
}

.dj-category.cat_cols3 {
  display: none !important; /* Hides the main page category list at top of page */
}

/* Ensure header-right container allows full width usage */
.header-right {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  display: block !important; /* Prevents inline shrinkage */
  list-style: none !important; /* Removes the bullet point */
  text-align: center !important; /* Centers inline elements */
}

/* Search row container */
.dj_cf_search_onerow .search_row1 {
  overflow: auto !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  display: flex !important;
  align-items: center !important; /* Ensures vertical centering */
  justify-content: center !important; /* Keeps content centered horizontally */
  width: 100% !important;
}

#dj-classifieds .dj-additem .title_top {
  background-color: #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}


/* Expand search input field */
.dj_cf_search_onerow .search_word {
  flex-grow: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Ensure category dropdown stays proportional */
.dj_cf_search_onerow .search_cats {
  flex-grow: 0 !important;
  width: auto !important;
}

/* Ensure search button fits correctly */
.dj_cf_search_onerow .search_buttons {
  flex-grow: 0 !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
}

/* Set uniform height for search input, dropdown, and button */
.dj_cf_search_onerow .search_word input,
.dj_cf_search_onerow .search_cats select,
.dj_cf_search_onerow .search_buttons .button {
  height: 40px !important;
  line-height: 40px !important;
}

/* Ensure the button stays inline */
.dj_cf_search_onerow .search_buttons {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
}

/* Fix button size and remove extra spacing */
.dj_cf_search_onerow .search_buttons .button {
  display: inline-block !important;
  width: auto !important;
  padding: 0 15px !important; /* Adjust side padding while keeping height */
  border: none !important;
  vertical-align: middle !important;
}

.dj_cf_search button.button {
  color: #fff !important;
  font-weight: normal !important;
  background: #1b75bb !important;
  text-shadow: none !important;
  text-transform: none !important;
}

.dj-cattree-box.cols3 {
  margin-top: 40px;
}

.dj_cf_search select {
  color: #5b5a5a !important;
}

.dj_cf_search input.inputbox, 
.search_ex_fields input.inputbox {
  color: #5b5a5a !important;
}

.sp-sign-in {
  font-size: 14px !important;
}

.register {
  color: rgb(117, 228, 26) !important;
}

.submit {
  color: red !important;
  text-decoration: underline !important;
}

#dj-classifieds .dj-item .custom_det {
  width: 100%;
  margin-top: 25px;
}

#dj-classifieds .dj-item .description {
  padding-top: 20px;
}

.custom_det_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
}

.custom_det_content > div[class^="row_"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.custom_det_content .row_label {
    font-weight: bold;
    margin-bottom: 5px;
}

.custom_det_content .row_value {
    word-break: break-word;
}

@media (max-width: 768px) {
    .custom_det_content {
        grid-template-columns: 1fr;
    }
}

  .highlight-section {
    background-color: rgba(245, 245, 245, 0.8);
    padding: 40px;
    margin: 20px 0;
    border-radius: 8px;
    text-align: center;
  }
  

  .highlight-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .highlight-section h2 span {
    color: #1b75bb;
    text-decoration: underline;
  }

  .highlight-section .feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px; /* Increased from 20px to 30px for more spacing between features */
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    min-height: 80px;
    box-sizing: border-box;
  }

  .highlight-section .feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }

  .highlight-section .feature i {
    font-size: 4rem;
    color: #1b75bb;
    margin-right: 25px; /* Increased from 20px to 25px */
    flex-shrink: 0;
    width: 4rem;
    text-align: center;
    box-sizing: border-box;
  }

  .highlight-section .feature p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    flex-grow: 1;
    padding-left: 5px;
    line-height: 1.2; /* Reduced line height from default to reduce spacing on wrap */
  }

  .highlight-section .feature p strong {
    display: block;
    margin-bottom: 2.5px !important;
  }

  .highlight-section .cta {
    margin-top: 40px;
  }
  
.no-section {

    margin: 20px 0;
    border-radius: 8px;
    text-align: center;
  }  
  
.no-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.no-section h2 span {
  color: #1b75bb;
  text-decoration: underline;
}

.no-section .feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  min-height: 80px;
  box-sizing: border-box;
}

.no-section .feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.no-section .feature i {
  font-size: 4rem;
  color: #1b75bb;
  margin-right: 25px;
  flex-shrink: 0;
  width: 4rem;
  text-align: center;
  box-sizing: border-box;
}

.no-section .feature p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex-grow: 1;
  padding-left: 5px;
  line-height: 1.2;
}

.no-section .feature p strong {
  display: block;
  margin-bottom: 2.5px !important;
}

.no-section .cta {
  margin-top: 40px;
}


/* Card styling */
.items-col {
  background: #fff;
  border: 1px solid #e1dede !important;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
  width: 400px !important;
  margin-bottom:20px !important;
}

.icol-in {
  padding: 0px !important;
}

@media (max-width: 575px) {
  #sp-header {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  #sp-header {
    height: auto !important;
  }
}

.confirm-box {
    max-width: 750px;
    margin: 0px auto;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.confirm-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
}

.confirm-box p {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 16px;
}

.confirm-box .highlight {
    font-weight: 600;
    color: #000;
}

.confirm-box .note {
    margin-top: 18px;
    font-size: 15px;
    color: #666;
}

.title_top {
  margin-bottom: 70px;
}



  
