/* Front Page  */
.front-page .search-section {
    position: relative;
    width: 100%;
    height: 50vh;
    border-radius: 15px;
    overflow: hidden;
}

.front-page .carousel-inner,
.front-page .carousel-item {
    height: 100%;
}

.front-page .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.front-page .search-form-wrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0 1rem;
}

.front-page .search-form-container {
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin-top: -1rem;
}

/* pub.tpl */

.pub-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.pub-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pub-image {
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
}

/*recrutes_logo_clients.tpl*/

.custom-control {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 1rem;
    padding: 0 15px;
    transition: color 0.3s ease-in-out;
}

.custom-control:hover {
    color: #444 !important;
}

.control-icon {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/*offre_emploi.tpl*/

.offre_emploi .main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.offre_emploi #dashboard-container {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    gap: 20px;
}

.offre_emploi .section-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offre_emploi .scroll-col {
    max-height: 480px;
    overflow-y: auto;
}

.offre_emploi .scroll-col::-webkit-scrollbar {
    width: 6px;
}

.offre_emploi .scroll-col::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

.offre_emploi .employers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.offre_emploi .employer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}

.offre_emploi .employer-logo img {
    max-width: 100%;
    max-height: 40px;
}

.offre_emploi .job-card {
    border-bottom: 1px dashed #e5e7eb;
    padding: 10px 8px;
}

.offre_emploi .job-card:last-child {
    border-bottom: none;
}

.offre_emploi .job-title {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
    margin-bottom: 2px;
}

.offre_emploi .job-company {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.offre_emploi .job-meta-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.offre_emploi .job-meta-item {
    font-size: 11px;
    color: #9ca3af;
}

.offre_emploi .featured-logo img {
    max-width: 100px;
    max-height: 66px;
}

.offre_emploi .featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 12px; */
}

.offre_emploi .jobs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

/*category_navigation_hp.tpl*/

.category_navigation .popular-industries {
    text-align: center;
    margin: 40px auto;
}

.category_navigation .categories-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 19px;
    padding: 0;
    margin: 20px 0;
    flex-wrap: wrap;
}

.category_navigation .categories-list li {
    width: 120px;
    text-align: center;
}

.category_navigation .categories-list a {
    text-decoration: none !important;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category_navigation .categories-list .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.category_navigation .categories-list .icon i {
    font-size: 30px;
    color: #6a1b9a;
    transition: all 0.3s ease;
}


.category_navigation .categories-list a:hover .icon {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background: #6a1b9a;
}

.category_navigation .categories-list a:hover .icon i {
    color: #fff;
}

/*content.tpl*/

.content .about-btn {
    background: linear-gradient(135deg, #4B1D62, #6a1b9a);
    border: none;
    color: #fff !important;
    border-radius: 30px;
    padding: 9px 20px;
    box-shadow: 0 4px 10px rgba(75, 29, 98, 0.3);
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.content .custom-about-section {
    padding: 80px 0 60px 0;
    overflow: hidden;
    background: none;
    border: none;
}

.content .custom-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.content .custom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content .custom-col-img {
    flex: 1 1 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
}

.content .about-img {
    width: 420px;
    max-width: 100%;
    border-radius: 24px;
    box-shadow: none;
    transform: scale(1.06) rotate(-2deg);
    transition: transform 0.5s cubic-bezier(.4, 2, .6, 1);
}

.content .about-img:hover {
    transform: scale(1.06) rotate(0deg);
    box-shadow: none;
}

.content .custom-col-text {
    flex: 2 1 400px;
    padding-left: 72px;
    min-width: 280px;
}

.content .about-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #4B1D62;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

.content .about-desc {
    font-size: 1.45rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    .content .custom-row {
        flex-direction: column;
    }

    .content .custom-col-text {
        padding-left: 0;
        margin-top: 40px;
    }
}

.content .animated-fadein {
    opacity: 0;
    animation: fadeIn 1.2s ease 0.2s forwards;
}

.content .animated-fadein-delay {
    opacity: 0;
    animation: fadeIn 1.2s ease 0.7s forwards;
}

.content .animated-slidein {
    opacity: 0;
    transform: translateY(40px);
    animation: slideInUp 1.1s cubic-bezier(.4, 2, .6, 1) 0.4s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*count.tpl*/
.count .counter {
    font-size: 2.5rem;
}

.count .stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    padding: 20px;
}

.count .stat-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.count .stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.count .counter {
    font-size: 3em;
    font-weight: bold;
    color: #6a1b9a;
    margin: 0;
    line-height: 1.2;
}

.count .stat-card p {
    font-size: 1em;
    color: #666;
    margin-top: 10px;
}

.count .counter[data-target="825"]::after {
    content: "k";
}

.count .counter[data-target="12000"]::after {
    content: "k";
}

.count .counter[data-target="95"]::after {
    content: "k";
}

/*footer.tpl*/
.villes-links {
    flex-grow: 1;
    margin-right: 20px;
}

.villes-links .title_list {
    display: block;
    text-align: left;
}

.villes-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 30px;
}

.title_list {
    display: inline-block;
    padding: 10px 1px;
    text-align: center;
    margin: 0;
    border-bottom: 3px solid #4B1D62;
}

.footer {
    background: url('/geo_templates/marocannonces/external/images/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: -20px;
    padding-left: 20px;
    padding-right: 20px;

}

.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-section {
    color: #000;
    margin-bottom: 20px;
}

.footer-left {
    flex: 0 0 auto;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo {
    margin-bottom: 20px;
    line-height: 0;
}

.logo-img {
    max-width: 150px;
    height: auto;
    filter: brightness(1.2);
}


.social-icons {
    display: flex;

    margin-bottom: 15px;
    font-size: 20px;
}

.social-icons a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #4B1D62;
}

.general-conditions-link {
    margin: 0;
}

.general-conditions-link a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.general-conditions-link a:hover {
    text-decoration: underline;
    color: #4B1D62;
}

.footer-links {
    flex: 0 0 auto;
    margin-right: 80px;
}

.footer-links h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}


.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #4B1D62;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.crafted-text {
    font-size: 12px;
    color: #000;

    flex-grow: 1;
    text-align: left;
}

.activate-windows-text {
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
}

.activate-windows-subtext {
    font-size: 12px;
    color: #000;
    margin: 0;
    text-align: right;
    margin-left: 10px;
    white-space: nowrap;
}

/* main-header.tpl */
#autresDropdownLi {
    position: relative;
}

#autresDropdownLi .dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    z-index: 3100;
    display: none;
}

#autresDropdownLi .dropdown-menu.show {
    display: block;
}

#autresDropdownLi .dropdown-item {
    padding: 8px 12px;
}


#main-header .dropdown-toggle::after {
    display: none;
}

#main-header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#main-header .nav-item .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
}

#main-header .dropdown-item {
    padding: 10px 18px;
    font-weight: 500;
    color: #333;
    transition: all 0.25s ease;
}

#main-header .dropdown-item:hover {
    background-color: #f3eef8;
    color: #4B1D62;
    padding-left: 22px;
}

#main-header .nav-item.dropdown>.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #4B1D62;
    transition: width 0.3s ease;
}

#main-header .nav-item.dropdown>.nav-link:hover {
    color: #4B1D62;
}

#main-header .nav-item.dropdown>.nav-link:hover::after {
    width: 100%;
}

#main-header #main-main-header {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 3000;
}


.background {
    position: relative;
    z-index: 0;
}

#main-header .nav-item.dropdown {
    z-index: 3100;
}

#main-header #main-main-header .nav-link {
    padding: 0 15px;
    position: relative;
    transition: color 0.3s ease;
}

#main-header #main-main-header .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #4B1D62;
    transition: width 0.3s ease;
}

#main-header #main-main-header .nav-link:hover {
    color: #4B1D62;
}

#main-header #main-main-header .nav-link:hover::after {
    width: 100%;
}

#main-header .fav-btn {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 8px 14px;
    border-radius: 30px;
    color: #4B1D62;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

#main-header .fav-btn i {
    margin-right: 6px;
    color: #e63946;
    transition: transform 0.3s ease;
}

#main-header .fav-btn:hover {
    color: #e63946;
}

#main-header .fav-btn:hover i {
    color: #e63946;
    transform: scale(1.2);
}


#main-header .btn-login {
    color: #fff;
    background-color: #7f3ca9;
    padding: 8px 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

#main-header .btn-login:hover {
    color: #fff;
    background-color: #7f3ca9;
    transform: translateY(-2px);
}

#main-header .btn-register {
    border: 1px solid #cccccc;
    color: #1c1c1c !important;
    padding: 9px 20px;

    transition: all 0.3s ease;
}

#main-header .btn-register:hover {
    border: 1px solid #cccccc;
    color: #1c1c1c !important;
    transform: translateY(-3px);
}

#main-header .btn-login,
#main-header .btn-register,
#main-header .fav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#main-header .btn-login i,
#main-header .btn-register i,
#main-header .fav-btn i {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

#main-header .btn-login,
#main-header .btn-register,
#main-header .fav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}


#main-header .btn-login i,
#main-header .btn-register i,
#main-header .fav-btn i {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}



@media (max-width: 768px) {
    #main-header .logo-link {
        margin-right: 16px;
        min-width: 80px;
    }
}
#main-header {
  position: relative;
  z-index: 2000;
}


#main-header #headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}


#main-header .logo-link img {
  height: 80px;
  margin-top: -10px;
}



#main-header nav .nav-link {
  color: #222;
}


#main-header .dropdown-container {
  position: relative;
}


#main-header .dropdown-menu-boutiques {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 99999;
  border-radius: 5px;
}


#main-header .dropdown-item-link {
  color: #000;
  padding: 12px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

#main-header .dropdown-item-link:hover {
  background-color: #e8e8e8;
}


#main-header .header-actions {
  display: flex;
  align-items: center;
  margin-right: 4.1rem;
}


#main-header .fav-btn {
  margin-right: 10px;
  color: #444;
}


#main-header .btn-login,
#ma-header .btn-register {
  margin-right: 10px;
}


#main-header .user-menu-dropdown {
  position: relative;
  display: inline-block;
}


#main-header .user-menu-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 170px;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 99999;
}


#main-header .logout-link {
  color: #d32f2f;
}
.dropdown-item-link:hover {
              background-color: #e8e8e8;
 }
            .dropdown-menu-boutiques .dropdown-item-link:hover {
              background-color: #e8e8e8;
            }


/*section.tpl*/
.job-discovery-section {
    background-color: #fff;
    padding: 40px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}


.custom-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 30px;
    margin-bottom: 30px;
    align-content: center;
    justify-content: space-around;
}

.custom-tabs .nav-item .nav-link {
    border: none;
    background: none;
    color: #555;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.custom-tabs .nav-item .nav-link:hover {
    color: #634099;
}

.custom-tabs .nav-item .nav-link.active {
    color: #634099;
    background: none;
    border: none;
}

.custom-tabs .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #634099;
}


.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content ul li {
    margin-bottom: 12px;
}

.tab-content ul li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.2s;
}

.tab-content ul li a:hover {
    color: #634099;
}


.view-more {
    font-weight: bold;
    color: #333 !important;
}


@media (max-width: 768px) {
    .custom-tabs {
        gap: 15px;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}

/*bloc_advsearch2.tpl*/

.advsearch2 #topsearch {
    margin-left: 2rem;
    border-radius: 5px;
    width: 1350px;
    overflow: hidden;
}

.advsearch2 #topsearch .form-item #select-cat {
    width: 334px;
    padding: 13px;
    font-size: 14px;
}

.advsearch2 #topsearch .item-textfield input.kw {
    width: 334px;
    padding: 13px;
    padding-left: 2rem;
    font-size: 14px;
}

.advsearch2 #topsearch .form-item #select-ville,
.advsearch2 #topsearch .form-item #select-quartier {
    width: 320px;
    padding: 13px;
    font-size: 14px;
}

.advsearch2 #topsearch .ajax-fields select,
.advsearch2 #topsearch .ajax-fields input {
    font-size: 14px;
    padding: 13px;
    margin-top: 11px;
    border-radius: 5px;
}


.advsearch2 .form-item input[type='submit']:hover {
    background: #4a148c;
}

/*background.tpl*/
.advsearch2 .background .carousel {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.advsearch2 .background .carousel-control-prev,
.advsearch2 .background .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.9;
    border: none;
}

.advsearch2 .background .background .background.carousel-control-prev:hover,
.advsearch2 .background .carousel-control-next:hover {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}


.advsearch2 .background .carousel-indicators [data-bs-target] {
    padding: 1px;
    margin-top: -1.5rem;
    background-color: #181616;
    border: 2px solid #4a164b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.advsearch2 .background .carousel-indicators .active {
    padding: 1px;
    margin-top: -1.5rem;
    background-color: #4a164b;
    transform: scale(1.3);
}


.advsearch2 .background .carousel-caption {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    padding: 20px 30px;
    backdrop-filter: blur(3px);
}

.advsearch2 .background .carousel-caption h5 {
    font-size: 2rem;
    color: #fff;
}

.advsearch2 .background .carousel-caption small {
    color: #000;
}


@media (max-width: 768px) {
    .advsearch2 .background .carousel-item img {
        height: 300px;
    }

    .advsearch2 .background .carousel-img-desktop {
        display: none !important;
    }

    .advsearch2 .background .carousel-img-mobile {
        display: block !important;
    }

    .advsearch2 .background .carousel-control-prev,
    .advsearch2 .background .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 769px) {
    .advsearch2 .background .carousel-img-desktop {
        display: block !important;
    }

    .advsearch2 .background .carousel-img-mobile {
        display: none !important;
    }
}

/*last_ads_tab_simple.tpl*/
.last_add .jobs-grid {
    gap: 12px;
    padding: 15px;
}

.last_add .job-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.last_add .job-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.last_add .job-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.last_add .job-title a {
    font-size: 16px;
    font-weight: 600;
    color: #5c1862;
    text-decoration: none;
}

.last_add .job-title a:hover {
    color: #7b2aa3;
}

.last_add .job-company {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.last_add .job-company i {
    color: #4a164b;
    font-size: 12px;
}

.last_add .job-action a {
    font-size: 18px;
    color: #4a164b;
    text-decoration: none;
}

.last_add .job-action a:hover {
    color: #4a164b;
}

/*faq.tpl*/
.faq-hero-section {
    background: #691b9a18;
    padding: 40px 0;
    font-family: "montserrat", sans-serif;
}

.faq-hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-hero-row {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.faq-hero-col {
    flex: 1 1 420px;
    min-width: 340px;
    max-width: 600px;
}

.faq-label {
    display: inline-block;
    background: #6a1b9a;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 22px;
    padding: 6px 22px;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.faq-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #181818;
    margin-bottom: 32px;
}

.faq-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}

.faq-step-num {
    background: #fff;
    color: #6a1b9a;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(75, 181, 67, 0.10);
    padding: 8px 18px;
    margin-right: 22px;
    min-width: 38px;
    text-align: center;
}

.faq-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 6px;
}

.faq-step-desc {
    font-size: 1.08rem;
    color: #222;
}

/* FAQ Accordion */
.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 22px;
    box-shadow: 0 4px 18px rgba(75, 181, 67, 0.07);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    text-align: left;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color 0.2s;
}

.faq-question[aria-expanded="true"] {
    color: #6a1b9a;
}

.faq-arrow {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-right: 3px solid #6a1b9a;
    border-bottom: 3px solid #6a1b9a;
    transform: rotate(45deg);
    margin-left: 18px;
    transition: transform 0.3s;
}

.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f6f9ef;
    border-radius: 0 0 16px 16px;
    transition: max-height 0.5s cubic-bezier(.4, 2, .6, 1), padding 0.3s;
    padding: 0 28px;
}

.faq-answer.show {
    max-height: 200px;
    padding: 18px 28px 22px 28px;
}

.faq-answer p {
    margin: 0;
    color: #444;
    font-size: 1.12rem;
}

@media (max-width: 1100px) {
    .faq-hero-row {
        flex-direction: column;
        gap: 32px;
    }

    .faq-hero-col {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .faq-main-title {
        font-size: 1.5rem;
    }

    .faq-label {
        font-size: 0.9rem;
    }
}

/*registration_form.tpl*/
.registration-form .input-with-icon {
    position: relative;
}

.registration-form .input-with-icon .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #7f387a;
    pointer-events: none;
    font-size: 1.1rem;
}

.registration-form .input-with-icon .form-control {
    padding-left: 35px;
}

.registration-form .show-password-btn {
    cursor: pointer;
    background: transparent;
    border: none;
    color: var(--blue-primary);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.375rem 1rem 0.375rem 0.5rem;
}

.registration-form .show-password-btn:focus {
    outline: 2px solid rgba(0, 0, 0, 0.08);
}

:root {
    --blue-primary: #7f387a;
    --blue-gradient-start: #691b9aa7;
    --blue-gradient-end: #7f387a;
    --text-dark: #333;
    --text-light: #fff;
    --button-primary: #7f387a;
    --button-secondary-border: #ccc;
    --bg-light-gray: #f8f9fa;
}

.registration-form .welcome-faq-list {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.registration-form .welcome-faq-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.registration-form .welcome-faq-list li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    font-size: 0.85rem;
}

.content_box .featured-listings {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: "montserrat", sans-serif;
}

.registration-form #main {
    padding: 0 !important;
}

.registration-form #twocolumns {
    width: 100% !important;
    min-height: 100vh;
}

.registration-form #content {
    width: 100% !important;
    padding: 0 !important;
}

.registration-form .members-area {
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

.registration-form .login-page-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 0;
}

.registration-form .login-design-row {
    width: 90%;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 0 auto;
    border-radius: 12px;
}


.registration-form .login-welcome-section {
    background: linear-gradient(135deg, var(--blue-gradient-start) 0%, var(--blue-gradient-end) 100%);
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
     padding: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.registration-form .welcome-content {
    max-width: 450px;
    z-index: 20;
}

.registration-form .welcome-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.registration-form .headline-name {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.registration-form .welcome-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.registration-form .login-form-section {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
}

.registration-form .sign-in-box {
    width: 100%;
    max-width: 400px;
    z-index: 20;
}

.registration-form .sign-in-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);

       margin-bottom: 5px;
}

.registration-form .sign-in-subtitle {
    color: #6c757d;
    font-size: 10px;
}

.registration-form .sign-in-input-group {
    border: none;
    background-color: var(--bg-light-gray);
    border-radius: 0.5rem;
    padding: 5px 0;
    height: 50px;
    align-items: center;
}

.registration-form .sign-in-input-group .input-group-text {
    background-color: transparent;
    border: none;
    color: var(--blue-primary);
}

.registration-form .sign-in-input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0.375rem 1rem 0.375rem 0;
    height: 100%;
}

.registration-form .sign-in-input-group .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.registration-form .show-password-btn {
    color: var(--blue-primary);
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.375rem 1rem 0.375rem 0.5rem;
}

.registration-form .remember-me-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.registration-form .forgot-password-link {
    color: var(--blue-primary);
    text-decoration: none;
    font-size: 0.9rem;
}

.registration-form .primary-sign-in-btn {
    width: 100%;
    background-color: var(--button-primary);
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: none;
}

.registration-form .divider-or-container {
    text-align: center;
    position: relative;
    margin: 1.5rem 0;
}

.registration-form .divider-or-container::before,
.registration-form .divider-or-container::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #eee;
}

.registration-form .divider-or-container::before {
    left: 0;
}

.registration-form .divider-or-container::after {
    right: 0;
}

.registration-form .divider-or-text {
    background-color: #fff;
    padding: 0 10px;
    color: #6c757d;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.registration-form .secondary-sign-in-btn {
    width: 100%;
    background-color: var(--text-light);
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid var(--button-secondary-border);
}

.registration-form .sign-up-text {
    font-size: 0.9rem;
}

.registration-form .sign-up-link {
    color: var(--blue-primary);
    font-weight: 600;
    text-decoration: none;
}

.registration-form .ball {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.registration-form .login-welcome-section .ball {
    background-color: rgba(255, 255, 255, 0.15);
}

.registration-form .ball-lg {
    width: 300px;
    height: 300px;
}

.registration-form .ball-sm {
    width: 150px;
    height: 150px;
}

.registration-form .ball-bottom-left {
    bottom: -100px;
    left: -100px;
}

.registration-form .login-page-container {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}



@media (max-width: 991.98px) {
.registration-form .login-design-row {
    height: 100%;
    align-items: stretch;
}

    .registration-form .login-form-section {
        border-radius: 12px;
        padding: 40px 20px;
        margin: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

}

/*login_form.tpl*/
.login-form .show-password-btn {
    background: transparent;
    border: none;
    color: var(--blue-primary);
    font-size: 1rem;
    padding: 0.375rem 1rem 0.375rem 0.5rem;
    cursor: pointer;
}

.login-form .show-password-btn:focus {
    outline: none;
}

.login-form .show-password-btn i {
    font-size: 1.1rem;
}


:root {
    --blue-primary: #7f387a;
    --blue-gradient-start: #691b9aa7;
    --blue-gradient-end: #7f387a;
    --text-dark: #333;
    --text-light: #fff;
    --button-primary: #7f387a;
    --button-secondary-border: #ccc;
    --bg-light-gray: #f8f9fa;
}

.login-form .welcome-faq-list {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.login-form .welcome-faq-list li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.login-form .welcome-faq-list li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    font-size: 0.85rem;
}



.login-form #main {
    padding: 0 !important;
}

.login-form #twocolumns {
    width: 100% !important;
    min-height: 100vh;
}

.login-form #content {
    width: 100% !important;
    padding: 0 !important;
}

.login-form .members-area {
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

.login-form .login-page-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.login-form .login-design-row {
    width: 90%;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-height: 600px;
    margin: 0 auto;
    border-radius: 12px;
}


.login-form .login-welcome-section {
    background: linear-gradient(135deg, var(--blue-gradient-start) 0%, var(--blue-gradient-end) 100%);
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.login-form .welcome-content {
    max-width: 450px;
    z-index: 20;
}

.login-form .welcome-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.login-form .headline-name {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.login-form .welcome-text {
    font-size: 0.95rem;
    line-height: 1.6;
}


.login-form .login-form-section {
    background-color: #fff;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
}

.login-form .sign-in-box {
    width: 100%;
    max-width: 400px;
    z-index: 20;
}

.login-form .sign-in-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.login-form .sign-in-subtitle {
    color: #6c757d;
    margin-bottom: 2.5rem;
    font-size: 0.9rem;
}


.login-form .sign-in-input-group {
    border: none;
    background-color: #77777728;
    border-radius: 0.5rem;
    padding: 5px 0;
    height: 50px;
    align-items: center;
}

.login-form .sign-in-input-group .input-group-text {
    background-color: transparent;
    border: none;
    color: var(--blue-primary);

}

.login-form .sign-in-input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0.375rem 1rem 0.375rem 0;
    height: 100%;
}

.login-form .sign-in-input-group .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.login-form .show-password-btn {
    color: var(--blue-primary);
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.375rem 1rem 0.375rem 0.5rem;
}


.login-form .remember-me-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.login-form .forgot-password-link {
    color: var(--blue-primary);
    text-decoration: none;
    font-size: 0.9rem;
}

.login-form .primary-sign-in-btn {
    width: 100%;
    background-color: var(--button-primary);
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: none;
}
.login-form .primary-sign-in-btn:hover {
    
    color: #7f387a;
    border: 1px solid #7f387a;
}

.login-form .divider-or-container {
    text-align: center;
    position: relative;
    margin: 1.5rem 0;
}

.login-form .divider-or-container::before,
.login-form .divider-or-container::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #eee;
}

.login-form .divider-or-container::before {
    left: 0;
}

.login-form .divider-or-container::after {
    right: 0;
}

.login-form .divider-or-text {
    background-color: #fff;
    padding: 0 10px;
    color: #6c757d;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.login-form .secondary-sign-in-btn {
    width: 100%;
    background-color: var(--text-light);
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid var(--button-secondary-border);
}


.login-form .sign-up-text {
    font-size: 0.9rem;
}

.login-form .sign-up-link {
    color: var(--blue-primary);
    font-weight: 600;
    text-decoration: none;
}

.login-form .ball {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.login-form .login-welcome-section .ball {
    background-color: rgba(255, 255, 255, 0.15);
}

.login-form .ball-lg {
    width: 300px;
    height: 300px;
}

.login-form .ball-sm {
    width: 150px;
    height: 150px;
}

.login-form .ball-bottom-left {
    bottom: -100px;
    left: -100px;
}

.login-form .login-page-container .ball-top-right {
    position: absolute;
    background-color: #7f387a;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    z-index: 5;
}


@media (max-width: 991.98px) {

    .login-form .login-design-row {
        width: 100%;
        min-height: auto;
        box-shadow: none;
    }

    .login-form .login-form-section {
        border-radius: 12px;
        padding: 40px 20px;
        margin: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

}

/*login_page.tpl*/
.infoservice .infoservice {
    padding: 20px 10px 10px 10px !important;
}

.infoservice .infoservice p {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
}

.infoservice .infoservice ul {
    list-style: none;
    padding: 0;
}

.infoservice .infoservice li {
    border-bottom: 1px dotted #ccc;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    padding: 13px 0 13px 0;

}

.infoservice .infoservice li span {
    background-color: #56b28a;
    color: white;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 16px;
    float: left;
    margin: 5px 10px 0 0;
}

.infoservice .infoservice {
    background: #fff;
    padding: 18px 12px;
    border-radius: 8px;
    margin: 0px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: "Roboto", "Helvetica", sans-serif;
}

.infoservice .infoservice h2 {
    font-size: 18px;
    color: #05603a;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.infoservice .infoservice p {
    font-size: 13.5px;
    color: #444;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}

.infoservice .infoservice ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.infoservice .infoservice li {
    display: flex;
    align-items: flex-start;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.infoservice .infoservice li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #56b28a;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    flex-shrink: 0;
}

.infoservice .infoservice li:last-child {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .infoservice .infoservice {
        padding: 15px 10px;
        margin: 10px;
    }
    .infoservice .infoservice h2 {
        font-size: 17px;
    }

    .infoservice .infoservice p {
        font-size: 13px;
    }
    .infoservice .infoservice li {
        font-size: 16px;
        padding: 9px 10px;
    }
    .infoservice .infoservice li span {
        width: 15px;
        height: 24px;
        font-size: 12px;
        margin-right: 8px;
    }
}

/*main.tpl*/
.main .filters-sidebar {
    width: 350px;
}

.main .content_box .featured-listings {

    border-radius: 8px;

    margin-bottom: 20px;
}

.main .content_box .regular-listings {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.main .search-section {
    position: relative;
    width: 100%;
    height: 22vh;
    overflow: hidden;
}

.main .carousel-inner,
.main .carousel-item {
    height: 100%;
}

.main .carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main .search-form-wrapper {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0 1rem;
}

.main .search-form-container {

    border-radius: 10px;
    padding: 20px;

}

.main .search-form-container {
    border-radius: 10px;

    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.main .used-cars {
    overflow: hidden;
    margin: 0 0 16px;
    padding: 0 17px 15px;
}

.job-listings-section {
    padding: 50px 0;
}

.main .filters-sidebar {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.main .filter-box {
    margin-bottom: 25px;
}

.main .filter-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.main .filters-sidebar .list-unstyled {
    list-style: none;
    padding: 0;
}

.main .filters-sidebar label {
    font-weight: normal;
    color: #555;
    margin-left: 5px;
}


.main .content_box {

    border-radius: 8px;

    margin-bottom: 20px;
}


.main .content_box .listing-item {
    width: 100%;
    text-align: justify;
    padding: 0px;
}

.main .listing-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #763375;
}

.main .listing-meta {
    font-size: 0.9rem;
    color: #777;
}

.main .pagination-container .pagination .page-item .page-link {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #763375;
}

.pagination-container .pagination .page-item.active .page-link {
    background-color: #763375;
    border-color: #763375;
    color: #fff;
}

.main .cars-list li:Hover {
    background: #fff;
    width: 730px;
}

.list .premium-badge {
    position: absolute;
    top: 5.5rem;
    right: 5px;
    z-index: 10;
}

.list .premium-icon {
    margin-top: -2px;
    margin-left: -2.5rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: gold;
    border-radius: 50%;
    position: relative;
}

.list .premium-icon::after {
    content: "\2713";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/*listing.set.tpl*/
.listing .cars-list li {
    overflow: hidden;

    padding: 0px 0;
    position: relative;
}

.listing #main h1 {
    margin-left: 7rem;
    margin-bottom: 2rem;

}

.listing #content {
    background-color: #f8f9fa;
}

.listing .used-cars {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.listing .meta-item {
    font-size: 0.9rem;
    color: #777;
}

.listing .listing-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #763375;
}

.listing .cars-list {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    list-style: none;
    color: #000;
    line-height: 19px;
    margin: 0;
    padding: 0 0 12px;
}

/*search_home_ville.tpl*/

.search-ville .filter-box {
    max-width: 350px;
    border: 1px solid #dee2e6;
    font-family: Arial, sans-serif;
    padding: 15px;
    border-radius: 3px;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.search-ville .title {
    font-size: 14px;
    font-weight: bold;
    color: #7d3c98;
    margin-bottom: 8px;
}

.search-ville .villelist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 10px;
    list-style: none;
    padding-left: 18px;
    margin: 0;
}

.search-ville .villelist li a {
    font-size: 14px;
    color: #2980b9;
    text-decoration: none;
}

.search-ville .villelist li a:hover {
    text-decoration: underline;
}

.search-ville .othercity {
    display: block;
    margin-top: 8px;
    text-align: left;
    font-size: 13px;
    color: #7d3c98;
    font-weight: bold;
    text-decoration: none;
}

.search-ville .othercity:hover {
    text-decoration: underline;
}

/*search_home_ville.tpl 2*/
.publicite-form .search-section {
    background-size: content;
    width: 90%;
    background-position: right;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 15px;
    margin-left: 5rem;
}

.publicite-form .search-form-container {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.publicite-form .main-content-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.publicite-form .form-page-container {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.publicite-form .form-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
    border-bottom: 2px solid #5e2b82;
    padding-bottom: 8px;
    font-weight: 700;
}

.publicite-form .contact-info {
    background-color: #5e2b822e;
    border-left: 5px solid #5e2b82;
    padding: 12px 15px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #555;
    border-radius: 4px;
}

.publicite-form .phone-number {
    font-weight: bold;
    color: #5e2b82;
}

.publicite-form .form-group {
    margin-bottom: 20px;
}

.publicite-form .form-label {
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.publicite-form .required-mark {
    color: #5e2b822e;
    font-weight: bold;
}

.publicite-form .form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}

.publicite-form .form-input:focus {
    border-color: #5e2b822e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 127, 0, 0.25);
}

.publicite-form .textarea-input {
    min-height: 150px;
    resize: vertical;
}


.publicite-form .has-error .form-input {
    border-color: #dc3545;

}

.publicite-form .error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.publicite-form .form-actions {
    margin-top: 30px;
    text-align: right;
}

.publicite-form .btn-primary {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #5e2b82ff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
    width: 100%;
}

.publicite-form .btn-primary:hover {
    background-color: #5e2b82e1;
}

.publicite-form .btn-primary:active {
    transform: translateY(1px);
}

.publicite-form .filters-sidebar {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.publicite-form .filter-box {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
}

.publicite-form .filter-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
}

.publicite-form .filters-sidebar img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

@media (min-width: 480px) {
    .publicite-form .btn-primary {
        width: auto;
    }
}

.publicite-form .main-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

/*category.tpl*/

.category .section {
    display: block;
    margin-bottom: 20px;
}

.category .carousel-img {
    height: 350px;
    object-fit: cover;
    filter: brightness(0.85);
    border-radius: 12px;
}

.category .estate-agents .heading {
    text-align: center;
}

.category .estate-agents h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
}

.category .breadcrumbs {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    gap: 6px;
    font-size: 14px;
    color: #888;
}

.category .breadcrumbs li a {
    text-decoration: none;
    color: #888;
}

.category .agents-form {
    margin-left: -3rem;
    width: 300%;
    text-align: center;
    margin-bottom: 20px;
}

.category .agents-form select {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.category .results p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}

.category .center-wrapper {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 20px 0;
}


.category .list-agencies {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 22px;
}

.category .list-agencies li {
    
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}



.category .block_img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.category .holder h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.category .holder span {
    display: block;
    font-size: 14px;
    color: #666;
}

.category .pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


.category .filters-sidebar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.category .filter-box img {
    width: 100%;
    border-radius: 10px;
}

.category .filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*list.tpl*/
.list .like_ads {
    cursor: pointer;
    font-size: 20px;
    color: #888;
    transition: color 0.2s, transform 0.2s;
}

.list .like_ads:hover {
    transform: scale(1.2);
    color: #e74c3c;
}

.list .like_ads.liked i {
    color: #e74c3c;
}


.list .like_ads i {
    transition: color 0.2s;
}

.list .listing_set.list .image {
    position: absolute;
    height: 92px;
    width: 100px;
}

.list .listing-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 25px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.list .listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.list .listing-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.list .listing-body {
    position: relative;
    left: 6.2rem;
    padding: 15px;
}

.list .premium-badge {

    color: white;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}

.list .listing-price {
    color: #009688;
    font-weight: 700;
    font-size: 17px;
    margin-top: 6px;
}

.list .listing-title {
    margin: 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.list .listing-location {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}

.list .listing-date,
.listing-date-small {
    font-size: 13px;
    color: #888;
}

.list .listing-footer {
    border-top: 1px solid #eee;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list .like_ads {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#list_premium {
    border: 1px solid orange;

}

.list .listing-education {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .list .listing-title {
        font-size: 16px;
    }
}

/*agence_adds_list.tpl*/
.agence_adds_list .breadcrumbs {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.agence_adds_list .breadcrumbs li a {
    text-decoration: none;
    color: #0d6efd;
}

.agence_adds_list .breadcrumbs li::after {
    content: "";
    margin: 0 5px;
    color: #6c757d;
}

.agence_adds_list .breadcrumbs li:last-child::after {
    content: "";
}

.agence_adds_list .layout-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.agence_adds_list .left-section {
    flex: 2;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.agence_adds_list .right-section {
    flex: 1;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.agence_adds_list .agency .block {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.agence_adds_list .agency .info_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.agence_adds_list .agency .img-holder img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.agence_adds_list .agency h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #222;
}

.agence_adds_list .agency address,
.agency .city,
.agency .phones,
.agency .site_url {
    display: block;
    color: #555;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.agence_adds_list .agency .site_url a {
    color: #0d6efd;
    text-decoration: none;
}

.agence_adds_list .agency .site_url a:hover {
    text-decoration: underline;
}

.agence_adds_list .agency .agencedesc {
    margin-top: 15px;
    color: #444;
    line-height: 1.6;
}

.agence_adds_list .offers ul.boutique-offers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 0;
    list-style: none;
}

.agence_adds_list .offers ul.boutique-offers-list li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.agence_adds_list .offers ul.boutique-offers-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.agence_adds_list .block_img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.agence_adds_list .listinoffresinfo {
    padding: 10px 15px;
}

.agence_adds_list .listinoffresinfo h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.agence_adds_list .listinoffresinfo h3 a {
    text-decoration: none;
    color: #222;
}

.agence_adds_list .listinoffresinfo h3 a:hover {
    color: #0d6efd;
}

.agence_adds_list .listinoffresinfo span {
    display: inline-block;
    font-size: 0.9rem;
    color: #555;
    margin-right: 10px;
    margin-bottom: 5px;
}

.agence_adds_list .boutique_footer {
    margin-top: 25px;
    text-align: center;
    font-size: 0.95rem;
    color: #555;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

/*contact.tpl*/
.contact #main_description {
    border: 1px solid #C8C8C8 !important;
    font-size: 12px;
    height: 93px;
    margin: 0;
    overflow: hidden;
    padding-left: 1px;
    width: 275px;
}

.contact .champ {
    border: medium none;
    height: 23px;
    text-indent: 5px;
    width: 164px;
}

.contact .txt {
    color: #666666;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px;
    width: 91px;
}

/*login_page.tpl*/
.logos-page .flcls {
    float: left;
}

.logos-page .refagencies {
    list-style: none;
}

.logos-page .refagencies li {
    border: none;
}

.logos-page .refagencies .blockref {
    height: auto;
}

.logos-page .refagencies .blockref h3 {
    padding: 5px 0 0;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    font-size: 12px !important;
    display: none;
}

.logos-page .refagencies .blockref {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 205px;
    text-align: center;
}

.logos-page .blockref:hover {
    border-color: #813a80ff;
}

.logos-page .secbusiness {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.logos-page .secbusiness h3 {
    font-size: 20px !important;
    font-weight: normal;
}

.logos-page .secbusiness ul {
    padding: 0;
}


/*listing_classified.tpl*/

.listing_classified .filters-sidebar {
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.listing_classified .filter-box h5 {
    font-size: 16px;
    font-weight: 600;
}

.listing_classified .job-detail {
    margin: 0 auto;
    padding: 20px;
    font-family: "Montserrat", sans-serif !important;
    color: #333;
}

.listing_classified .job-main-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.listing_classified .job-title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.listing_classified .job-price {
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
}

.listing_classified .job-meta {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    color: #666;
}

.listing_classified .job-gallery {
    margin: 20px 0;
    text-align: center;
}

.listing_classified .job-gallery img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.listing_classified .job-parameters {
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
}

.listing_classified .job-parameters ul.extra-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.listing_classified .job-parameters ul.extra-info li {
    padding: 4px 0;
    border-bottom: 1px dashed #ddd;
}

.listing_classified .job-description {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    background: #fff;
    margin-bottom: 20px;
}

.listing_classified .job-description .titledetail {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #444;
}

.listing_classified .job-contact {
    display: flex;
    margin-top: -20px;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.listing_classified .job-contact dt {
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    margin-top: 20px;
}

.listing_classified .job-contact dd {
    margin-left: 0;
    margin-bottom: 10px;
}

.listing_classified .job-contact .btn-reply {
    display: inline-block;
    height: 50px;
    background: #0077cc;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.listing_classified .job-contact .btn-reply:hover {
    background: #005fa3;
}

.listing_classified .annoncenavigation {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.listing_classified .annoncenavigation a {
    color: #0077cc;
    text-decoration: none;
    font-weight: bold;
}

.listing_classified .annoncenavigation a:hover {
    text-decoration: underline;
}

.listing_classified .blocklback {
    text-align: center;
    margin: 20px 0;
}

.listing_classified .blocklback a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.listing_classified .blocklback a:hover {
    text-decoration: underline;
}

.listing_classified .related {
    margin-top: 30px;
}

.listing_classified .blocklback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.listing_classified #btn_back a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: -15px;
}


.listing_classified .job-main-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.listing_classified .job-title {
    white-space: nowrap !important;
    margin: 0;
}
/*agence_adds_list_mobile.tpl*/

.agence_adds_list_mobile .agency {
    margin-top: 20px;
    padding-bottom: 30px;
}


.agence_adds_list_mobile .breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.agence_adds_list_mobile .breadcrumbs li a {
    text-decoration: none;
    color: #0d6efd;
}

.agence_adds_list_mobile .breadcrumbs li::after {
    content: "›";
    color: #999;
    margin: 0 6px;
}

.agence_adds_list_mobile .breadcrumbs li:last-child::after {
    content: "";
}


.agence_adds_list_mobile .block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 25px;
}

.agence_adds_list_mobile .image-boutique img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.agence_adds_list_mobile .info-holder h1.title-boutique {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}

.agence_adds_list_mobile .info-holder address,
.agence_adds_list_mobile .info-holder span {
    display: block;
    color: #555;
    margin-bottom: 6px;
    font-size: 0.95rem;
    word-break: break-word;
}

.agence_adds_list_mobile .site_url a {
    color: #0d6efd;
    text-decoration: none;
    word-break: break-all;
}

.agence_adds_list_mobile .site_url a:hover {
    text-decoration: underline;
}

.agence_adds_list_mobile .descannonce {
    margin-top: 15px;
    color: #444;
    line-height: 1.6;
    font-size: 0.95rem;
}


.agence_adds_list_mobile .boutique-offers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
}

.agence_adds_list_mobile .listing {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.agence_adds_list_mobile .listing:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.agence_adds_list_mobile .listing .image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.agence_adds_list_mobile .stylbox_cnt {
    padding: 10px 15px;
}

.agence_adds_list_mobile .stylbox_cnt h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-top: 5px;
}

.agence_adds_list_mobile .price {
    color: #198754;
    font-weight: bold;
    font-size: 1rem;
}

.agence_adds_list_mobile .location {
    color: #666;
    font-size: 0.9rem;
    display: block;
    margin-top: 4px;
}

.agence_adds_list_mobile .btn-premium {
    background: #ffc107;
    color: #222;
    padding: 3px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.agence_adds_list_mobile .boutique_footer {
    margin-top: 25px;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
}


.agence_adds_list_mobile .time_stylbox em {
    font-size: 0.8rem;
    color: #888;
}


@media (max-width: 768px) {
    .agence_adds_list_mobile .image-boutique img {
        max-width: 100%;
    }

    .agence_adds_list_mobile .info-holder {
        text-align: center;
    }

    .agence_adds_list_mobile .info-holder h1.title-boutique {
        font-size: 1.3rem;
    }

    .agence_adds_list_mobile .block {
        padding: 15px;
    }

    .agence_adds_list_mobile .boutique-offers-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px;
    }

    .agence_adds_list_mobile .listing .image img {
        height: 130px;
    }

    .agence_adds_list_mobile .stylbox_cnt {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .agence_adds_list_mobile .breadcrumbs {
        font-size: 0.85rem;
    }

    .agence_adds_list_mobile .info-holder address,
    .info-holder span {
        font-size: 0.85rem;
    }

    .agence_adds_list_mobile .stylbox_cnt h3 {
        font-size: 0.9rem;
    }

    .agence_adds_list_mobile .price {
        font-size: 0.9rem;
    }
}

/*logo_page_mobile.tpl*/
.logo_page_mobile .flcls {

    display: inline-block;
}

.logo_page_mobile .refagencies {
    list-style: none;
    padding: 0 5px !important;
}

.logo_page_mobile .refagencies li {
    border: none;
}

.logo_page_mobile .refagencies .blockref {
    height: auto;
}

.logo_page_mobile .refagencies .blockref h3 {
    padding: 5px 0 0;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    font-size: 12px !important;
    display: none;
}

.logo_page_mobile .refagencies .blockref {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 93px;
    text-align: center;
}

.logo_page_mobile .blockref:hover {
    border-color: #813a80;
}

.logo_page_mobile .secbusiness {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.logo_page_mobile .secbusiness h3 {
    font-size: 20px !important;
    font-weight: normal;
    padding-left: 5px;
    margin: 5px 0;
}

.logo_page_mobile .secbusiness ul {
    padding: 0;
    width: 100%;
    text-align: center;
}

/*working_area_mobile*/
.working_area_mobile .container {
    padding: 0 5px;
}

.working_area_mobile .city_filter ul {
    list-style: none;
    padding: 0;
}

.working_area_mobile .city_filter li {
    display: inline;
    min-height: 18px;
    margin-bottom: 5px;
    padding: 0 9px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

.working_area_mobile .city_filter li a {
    text-transform: uppercase;
    color: #0f1ca4;
}

.working_area_mobile ul.sector-list {
    list-style: none;
    padding: 0;

}

.working_area_mobile ul.sector-list li {
    display: inline-block;
    min-height: 18px;
    margin-bottom: 5px;
    padding: 0 9px 0 0;
    line-height: 1.8;
}

.working_area_mobile .sector-1col li {
    font-size: 15px;
    width: 100%;
}

.working_area_mobile .sector-2col li {
    font-size: 13px;
    width: 280px;
}

.working_area_mobile .contentlinks {
    margin-top: 20px;
}

/*working_area*/
.working_area .city_filter ul {
    list-style: none;
    padding: 0;
}

.working_area .city_filter li {
    display: inline;
    min-height: 18px;
    margin-bottom: 5px;
    padding: 0 9px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

.working_area .city_filter li a {
    text-transform: uppercase;
    color: #0f1ca4;
}

.working_area ul.sector-list {
    list-style: none;
    padding: 0;

}

.working_area ul.sector-list li {
    display: inline-block;
    min-height: 18px;
    margin-bottom: 5px;
    padding: 0 9px 0 0;
    line-height: 1.8;
}

.working_area .sector-1col li {
    font-size: 15px;
    width: 100%;
}

.working_area .sector-2col li {
    font-size: 13px;
    width: 280px;
}

.working_area .contentlinks {
    margin-top: 20px;
}

/*faq*/
.faq .faq-page-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.faq .faq-category-label {
    text-align: center;
    margin-bottom: 20px;
}

.faq .faq-label {
    display: inline-block;
    padding: 8px 15px;
    background-color: #6a1b9a;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
}

.faq .faq-accordion-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.faq .faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq .faq-item:last-child {
    border-bottom: none;
}

.faq .faq-question-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq .faq-question-main-header:hover {
    background-color: #691b9a46;
}

.faq .question-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    transition: color 0.3s ease;
}

.faq .toggle-icon {
    font-size: 24px;
    font-weight: bold;
    color: #6a1b9a;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq .faq-answer-content {
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.faq .faq-item.active .faq-question-main-header {
    background-color: #691b9a46;
}

.faq .faq-item.active .question-title,
.faq .faq-item.active .toggle-icon {
    color: #ffffff;
}

.faq .faq-item.active .faq-answer-content {
    max-height: 1000px;
    padding: 20px 25px;
}

.faq .faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq .answer-body {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.faq .support-contact {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
}

.faq .contact-link {

    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s;
}



.faq .faq-page-container .pagination {
    text-align: center;
    margin-top: 30px;
}

/*new_password.tpl*/
.new_password .nNote table {
    font-size: 2.2em;
    margin: 10px 0;
    border: 1px solid #ccc;
    color: #666;
    background-color: #f9f9f9;
}

.new_password .nNote table td {
    padding: 15px;
}

.new_password .nNote table td strong {
    color: green;
}

/*bloc_candidat.tpl*/
.bloc_candidat .featured-candidates-section {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
}

.bloc_candidat .section-main-header {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bloc_candidat .section-main-header i {
    font-size: 32px;
    color: #1e90ff;
}

.bloc_candidat .section-main-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.bloc_candidat .candidates-grid-container {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc_candidat .candidates-wrapper {
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bloc_candidat .candidates-wrapper::-webkit-scrollbar {
    display: none;
}

.bloc_candidat .candidates-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    width: fit-content;
    padding: 0 40px;
}

.bloc_candidat .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: #555;
    font-size: 18px;
    transition: all 0.2s ease;
}

.bloc_candidat .nav-arrow.left {
    left: 0;
}

.bloc_candidat .nav-arrow.right {
    right: 0;
}

.bloc_candidat .candidate-card {
    min-width: 250px;
    flex-shrink: 0;

    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    padding: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.bloc_candidat .candidate-card:hover {

    box-shadow: 0 6px 22px rgba(29, 78, 216, 0.15);
    transform: translateY(-3px);
}

.bloc_candidat .featured-ribbon {
    position: absolute;
    top: 50px;
    left: 8px;
    background: linear-gradient(135deg, #4B1D62, #6a1b9a);
    color: #ffffff;
    padding: 2px 25px 2px 25px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transform: rotate(-45deg) translate(-25%, -25%);
    transform-origin: top left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bloc_candidat .featured-ribbon i {
    font-size: 10px;
}

.bloc_candidat .candidate-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px auto;
    border: 3px solid #e0e0e0;
}

.bloc_candidat .candidate-card.highlighted .candidate-image {
    border-color: #a7d0ff;
}

.bloc_candidat .candidate-name {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.bloc_candidat .candidate-title {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.bloc_candidat .candidate-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    text-align: left;
}

.bloc_candidat .candidate-meta div {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bloc_candidat .candidate-meta i {
    color: #7f3ca9;
    font-size: 15px;
    width: 15px;
    text-align: center;
}

.bloc_candidat .view-profile-button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4B1D62, #6a1b9a);
    box-shadow: 0 4px 10px rgba(29, 78, 216, 0.3);
    transition: all 0.3s ease;
}

.bloc_candidat .view-all-container {
    text-align: center;
    margin-top: 30px;
}

.bloc_candidat .view-all-button {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4B1D62, #6a1b9a);
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.4);
    transition: all 0.3s ease;
}

@media (max-width: 850px) {
    .bloc_candidat .nav-arrow {
        display: none;
    }
}

/*my_favourites_mobile.tpl*/
.myfavourites_mobile .listing-main {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px;
}

.myfavourites_mobile .listing-main h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222;
    margin: 0 0 12px;
    border-bottom: 2px solid #ff5a5f;
    display: inline-block;
    padding-bottom: 3px;
}

.myfavourites_mobile .listing_set_stylbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.myfavourites_mobile .listing {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    padding: 8px;
}

.myfavourites_mobile .image {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.myfavourites_mobile .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myfavourites_mobile .stylbox_cnt {
    overflow: hidden;
    padding-top: 5px;
}

.myfavourites_mobile .stylbox_cnt h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #222;
}

.myfavourites_mobile .stylbox_cnt h3 a {
    color: #222;
    text-decoration: none;
}

.myfavourites_mobile .stylbox_cnt h3 a:hover {
    color: #ff5a5f;
}

.myfavourites_mobile .stylbox_cnt .location {
    font-size: 13px;
    color: #777;
}

.myfavourites_mobile .ft-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding: 5px 2px 2px;
}

.myfavourites_mobile .like_ads {
    font-size: 18px;
    color: #ff5a5f;
}

.myfavourites_mobile .like0::before {
    content: "\f08a";
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900;
    color: #bbb;
}

.myfavourites_mobile .like1::before {
    content: "\f004";
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900;
    color: #ff5a5f;
}

.myfavourites_mobile .time_stylbox {
    font-size: 11px;
    color: #999;
}

.myfavourites_mobile .listing-main p {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
}

/*my_favourites.tpl*/
.my_favorites .search-section {
    background-size: content;
    width: 90%;
    background-position: right;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 15px;
    margin-left: 5rem;
}

.my_favorites .search-form-container {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}



.my_favorites .favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
    margin: 0 75px;
}


.my_favorites .favorite-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.my_favorites .favorite-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}


.my_favorites .card-image-block {
    height: 180px;
    overflow: hidden;
}

.my_favorites .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.my_favorites .card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.my_favorites .card-title {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
}

.my_favorites .card-title a {
    color: #333;
    text-decoration: none;
}

.my_favorites .card-category {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 10px;
}

.my_favorites .category-link {
    color: #007bff;
    text-decoration: none;
}


.my_favorites .card-footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    color: #888;
}

.my_favorites .favorite-toggle {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;

}

.my_favorites .no-favorites-message {
    text-align: center;
    padding: 50px;
    background-color: #f9f9f9;
    border-radius: 6px;
    margin: 20px 0;
}

/*front_page_mobile.tpl*/
@media (min-width: 576px) {
    .front-page-mobile .category-item {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }
}

.front-page-mobile .category-circle-wrapper {
    position: relative;
}

.front-page-mobile .category-options {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 120px;
    flex-direction: column;
}

.front-page-mobile .category-options a.option {
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    color: #5c1862;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.front-page-mobile .category-options a.option:last-child {
    border-bottom: none;
}

.front-page-mobile .category-options a.option:hover {
    background-color: #5c1862;
    color: #fff;
}

.front-page-mobile .mobile-categories {
    display: none;
}

@media (max-width: 768px) {
    .front-page-mobile .mobile-categories {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 10px 0;
    }
}

.front-page-mobile .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.front-page-mobile .category-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.front-page-mobile .category-circle i {
    font-size: 25px;
    color: #5c1862;
    transition: color 0.3s;
}

.front-page-mobile .category-item:hover .category-circle {
    background-color: #5c1862;
    transform: scale(1.08);
}

.front-page-mobile .category-item:hover .category-circle i {
    color: #fff;
}

.front-page-mobile .category-title {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.front-page-mobile .title-categories-mobile {
    font-optical-sizing: auto;
    font-weight: 600;
    font-family: "Montserrat", sans-serif !important;
    font-style: normal;
    font-size: 1.4rem;
    color: #4a164b;
    margin-top: 20px;
    margin-left: 1rem;
    font-optical-sizing: auto;
}

/*category_navigation_dec.tpl*/

#categoryCarousel .category-card {
    border: 1px solid #e8e8e7;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 9px;
    margin-bottom: 10px;
}

#categoryCarousel .category-card:hover {
    background-color: #691b9a18;
}

a#link_category:hover {
    text-decoration: none;
    color: #222;
}

#categoryCarousel .category-card img {
    border-radius: 8px;
}

#categoryCarousel .category-title {
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}

#categoryCarousel .category-count {
    color: gray;
    font-size: 0.9em;
}

#categoryCarousel .carousel-control-prev,
#categoryCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 40%;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


#categoryCarousel .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important;
    width: auto;
    height: auto;
    display: inline-block;
}


#categoryCarousel .carousel-control-prev-icon::before {
    content: '‹';
    color: #fff;
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: -5px;
}

#categoryCarousel .carousel-control-next-icon::before {
    content: '›';
    color: #fff;
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: -9px;
}


@media (max-width: 576px) {

    #categoryCarousel .carousel-control-prev,
    #categoryCarousel .carousel-control-next {
        width: 36px;
        height: 36px;
    }
}

#categoryCarousel {
    position: relative;
    overflow: hidden;
}

#categoryCarousel .category-track-wrapper {
    overflow: hidden;
}

#categoryCarousel .category-track {
    display: flex;
    gap: 0.5rem;
    transition: transform .35s ease;
    will-change: transform;
    align-items: flex-start;
}

#categoryCarousel .category-card {
    flex: 0 0 auto;
    box-sizing: border-box;
    min-width: 120px;
}

#categoryCarousel .category-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

#categoryCarousel .category-title {
    margin-top: 6px;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#categoryCarousel .category-count {
    background: #763375;
    border-radius: 15px;
    color: #fff;
    padding: 1px 6px;
    font-weight: 400;
    font-size: 12px;
}

#categoryCarousel .carousel-control-prev,
#categoryCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#categoryCarousel .carousel-control-prev {
    left: 5px;
    display: none;
}

#categoryCarousel .carousel-control-next {
    right: 5px;
}

#categoryCarousel .carousel-control-prev.hidden,
#categoryCarousel .carousel-control-next.hidden {
    display: none;
}

@media (max-width: 800px) {
    #categoryCarousel .category-card {
        min-width: 140px;
    }
}

@media (max-width: 480px) {
    #categoryCarousel .category-card {
        min-width: 120px;
    }
}

/*logo_page.tpl*/
#logos-page .estate-agents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

#logos-page .estate-agents .heading h1 {
    margin-bottom: 6px;
    font-size: 26px;
    color: #222;
}

#logos-page .secbusiness {
    margin: 20px 0 28px;
}

#logos-page .secbusiness h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #5a2d6b;
    border-left: 4px solid #f0f0f0;
    padding-left: 10px;
}

#logos-page .refagencies {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 24px;
    align-items: start;
}

#logos-page .refagencies .flcls {
    margin: 0;
}

#logos-page .blockref {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    justify-content: flex-start;
    box-sizing: border-box;
}

#logos-page .blockref a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logos-page .blockref img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    border-radius: 6px;
    background: #fafafa;
    margin-bottom: 10px;
}

#logos-page .blockref h3 {
    margin: 10px 0 0;
    font-size: 14px;
    color: #333;
    word-break: break-word;
    text-align: center;
}

#logos-page .blockref:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width:900px) {
    #logos-page .refagencies {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (max-width:600px) {
    #logos-page .blockref img {
        height: 100px;
    }

    #logos-page .refagencies {
        gap: 16px;
    }
}

/*liting_set.tpl*/
.listing-item {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.listing-item:Hover {
    border: 1px solid #7d3ca4;
}

.right-side-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.right-side-box {
    justify-content: flex-start;
}


.right-side-box:not(:has(.block_img img)) {
    justify-content: center;
}


.block_img {
    margin-bottom: 6px;
}

.right-side-box>div {
    text-align: center;
}

#listing_title {
    text-transform: capitalize;
    font-size: 24px;
    color: #1F2937;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

#listing_seller_name {
    font-size: 18px;
    color: #251d1df5;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}

#listing_set_item {
    padding: 20px 0;
    cursor: pointer;
    border-radius: 15px;
    margin-left: -2rem;
    width: 104%;
}

#listing_details {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    display: flex;
}

#listing_description {
    margin: 10px 0 15px;
    font-size: 17px;
    color: #000000bf;
    width: 80%;
}

#post_available_btn {
    background-color: #e6f6ee;
    border: none;
    padding: 8px 5px;
    color: #2e9e2f;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
}

#post_available_btn_span {
    padding: 1px 6px;
    border-radius: 50px;
    background: #129512;
    color: #fff;
    margin-right: 3px;
}

#post_available_btn_recruteur {
    background-color: #fef5e6;
    border: none;
    padding: 8px 5px;
    color: #f5b160;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

#listing_right_side_box {
    text-align: right;
 
   
    font-size: 13px;
    color: #666;
    min-width: 120px;
}

#agency_image-listing {
    border-radius: 6px;
    display: block;
    margin: 0 auto 6px;
}

#listing_date{ font-size:13.5px;font-weight:600;text-align:center; }

#today_date{
color:#007600;
}

#other_date{
color: #777;
}

#favoris_listing{
display:block; margin-bottom:6px;
}

#listing_image{
margin-top: -3rem;
}

/*list.tpl*/
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listing-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    cursor: pointer;
    transition: all 0.25s ease;
}

#list-global-font {
    margin-left: 15px;
    position: relative;
}

#list-title-link {
    text-transform: capitalize;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

#list-name-link {
    font-size: 18px;
    color: #251d1df5;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}

#list-details-container {
    display: flex;
    font-size: 15px;
    width: 70%;
    color: #777;
    line-height: 1.7;
}

#list-price-container {
    margin-top: 5px;
}

#list-price-value {
    font-size: 16px;
}

#list-final-price {
    text-decoration: line-through;
    color: #777;
    font-size: 11px;
}

#list-description {
    margin: 10px 0 15px;
    font-size: 17px;
    color: #000000bf;
    width: 100%;
}

#list-buttons-container {

}

#list-available-jobs {
    background-color: #e6f6ee;
    border: none;
    padding: 8px 5px;
    color: #2e9e2f;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

#list-job-badge {
    padding: 1px 6px;
    border-radius: 50px;
    background: #129512;
    color: #fff;
    margin-right: 3px;
}

#list-recruiter-active {
    background-color: #fef5e6;
    border: none;
    padding: 8px 5px;
    color: #f5b160;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

#list-sidebar {
    text-align: right;
    position: absolute;
    right: 1px;
    top: 35%;
    font-size: 13px;
    color: #666;
    min-width: 120px;
}

#list-agency-image {
    border-radius: 6px;
    display: block;
    margin: 0 auto 6px;
}

#list-date-info {
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
}

#list-date-today {
    color: #007600;
}

#list-date-past {
    color: #777;
}

#list-time {
    color: #777;
}

#list-favorite-btn {
    display: block;
    margin-bottom: 6px;
}

/*front.tpl*/
#publishAdButtonContainer{
    display: flex;
    justify-content: center;
}
#publishAdButtonContainer a{
    border:1px solid #e0e0e0;
    padding:10px;
    font-size:20px;
    color: #5e2b82 ;
}
#publishAdButtonContainer a:hover{
    border:1px solid #5e2b82;
}

/*recrutes_logo.tpl*/
.logo-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 77%;
    margin-left: 11rem;
    overflow: hidden;
}

.logo-slider-wrapper .logo-slider {
    overflow: hidden;
    width: 100%;
}

.logo-slider-wrapper .logo-track {
    display: flex;
    gap: 12px;
    transition: transform 0.6s ease-in-out;
}

.logo-slider-wrapper .logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider-wrapper .logo-item img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-slider-wrapper.logo-item img:hover {
    transform: scale(1.08);
    opacity: 0.85;
}
.logo-slider-wrapper .nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background 0.3s;
}

.logo-slider-wrapper .nav-btn:hover {
    background: #f2f2f2;
}

/*extra_question_name.tpl*/

.extraQuestionName {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; 
}

.extraQuestionName li {
    width: 50%;        
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 14px;
}

.extraQuestionName li::before {
    content: "▪";
    color: #7b2cbf;
    font-size: 18px;
    line-height: 1;
}
