* {
    scrollbar-width: thin;
    scrollbar-color: #004D71 #cccccc;
}

/* Webkit scrollbar styling */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #004D71;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #003d5a;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    pointer-events: auto;
}
.grecaptcha-badge {
    display: none !important;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: white;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3e4a59;
    margin: 0px 0px 15px 0px;
}

p {
    margin: 0px 0px 15px 0px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select optgroup {
    color: #000000;
    font-style: normal;
    font-weight: normal;
}

optgroup:before {
    content: attr(label);
    display: block;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

a {
    color: #007bff;
    text-decoration: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

input,
select {
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 2px;
    color: #2c2c2c;
    font-weight: 400;
    height: 100%;
    min-height: 28px;
    width: calc(100% - 30px);
}

input[type="file"] {
    padding: 13.5px 15px;
    min-height: 20px;
}

select {
    width: 100%;
    min-height: 40px;
}

input[type="submit"] {
    color: #fff;
    background-color: #004D71;
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

textarea {
    padding: 15.5px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 2px;
    color: #2c2c2c;
    font-weight: 400;
    height: 100%;
    max-height: 48px;
    width: 100%;
}

.text-danger {
    color: #ff9a9a;
    margin: 10px 0 0 0;
    display: inline-block;
}

p.success {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 10px 0 0 0;
    line-height: 26px !important;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-input {
    display: none;
}

.file-label {
    padding: 10px 16px;
    background-color: #eeeeee;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #dadada;
    margin: 0px !important;
    width: calc(100% - 32px);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.file-name {
    display: block;
    font-size: 14px;
    color: #333;
    font-style: italic;
    text-align: center;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* Optional: Style the input on focus */
.file-input:focus + .file-label {
    outline: none;
    border: 1px solid #666;
}

.form-group {
    margin: 0 0 15px 0;
}

.form-group label {
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.form-group label span {
    color: red;
}

.form-group .form-control > span {
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin: 10px 0px 0px 0px;
    color: gray;
}

[hidden] {
    display: none;
}

.forgot-pass-link {
    display: inline-block;
    margin-top: 10px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

.m-0 {
    margin: 0px !important;
}

.title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

h3.title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px;
}

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

input[type="button"],
.btn {
    color: #fff;
    background-color: #004D71;
    padding: 0px 10px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

input[type="button"]:hover,
.btn:hover {
    background-color: #004D71;
}

.btn svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.btn-secondary {
    background: #2e8b57;
}

.ads {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ads .item {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: calc(25% - 32px);
    text-decoration: none;
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px #2e8b57;

    transition: all 0.3s ease;
}
.ads .item:hover {
    transform: translateY(-6px); /* lift card */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* stronger shadow */
    border-color: #004D71; /* your theme color on hover */
}

.ads .item .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    border-radius: 3px;
}

.ads .item .thumbnail img {
    display: flex;
    width: 100%;
    height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.ads .item .thumbnail .dog-sold {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(0 0 0 / 70%);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.ads .item .thumbnail .dog-sold img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.badge_boosted {
    color: #000000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    background: #ffbf00;
    padding: 1px 5px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: 5px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ads .item .thumbnail span.badge_boosted svg {
    width: 12px;
    height: 12px;
}

.ads .item .ad_meta {
    padding: 0px 0px 0px 15px;
}

.ads .item .ad_meta h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    margin: 10px 0;
}

.ads .item .ad_meta p.price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 1.6;
    margin: 0px;
    text-align: right;
    width: 100%;
}

.ads .item .ad_meta ul {
    margin: 0;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.ads .item .ad_meta ul li {
    font-size: 13px;
    color: #595143;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ads .item .ad_meta ul li:last-child {
    margin: 0px;
}

.ads .item .ad_meta ul li span {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ads .item .ad_meta ul li span svg {
    width: 12px;
    height: 12px;
    background: #595143;
    fill: #ffffff;
    padding: 2px;
    border-radius: 50%;
}

.ads .item .ad_meta p {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 1.6;
    margin: 0px;
}

.ads .item .ad_meta hr {
    border: 0px;
    height: 1px;
    background: #eee;
    margin: 15px 0px;
}

.ads .item .ad_meta .breeder_ifo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ads .item .ad_meta .breeder_ifo .profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ads .item .ad_meta .breeder_ifo .profile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #eee;
}

.ads .item .ad_meta .breeder_ifo .user_meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div {
    display: flex;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div h3 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div p {
    color: #007bff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div p svg {
    width: 15px;
    height: 15px;
    fill: #007bff;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div.location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #595143;
    font-size: 12px;
}

.ads .item .ad_meta .breeder_ifo .user_meta > div.location svg {
    display: flex;
    align-items: center;
    gap: 5px;
    fill: #595143;
    width: 15px;
    height: 15px;
}

.slick-next,
.slick-prev {
    background: #2e8b57 !important;
    border-radius: 50%;
    width: 33px !important;
    height: 33px !important;
    display: flex !important;
    justify-content: center;
    border: 1px solid #000 !important;
    z-index: 9999;
}

.slick-prev {
    left: -7px !important;
}

.slick-next {
    right: -7px !important;
}

.slick-next:before,
.col .slick-prev:before {
    font-size: 36px !important;
}

.slick-next:hover:before,
.slick-next:hover:before,
.slick-prev:hover:before,
.slick-prev:hover:before {
    color: gold;
}

.navbar-toggler {
    display: none;
}

header {
    background-color: #fff;
}

header .header-top {
    padding: 8px 0px;
    background: #004D71;
    color: #fff;
}

header .header-top .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-top .col p {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0px;
}

header .header-top .col ul,
header .header-top .col .social-liks ul {
    display: flex;
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

header .header-top .col ul li {
    margin: 0px 10px 0px 0px;
}

header .header-top .col ul li:last-child {
    margin: 0px;
}

header .header-top .col ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

header .header-top .col ul li a svg {
    fill: #004D71;
    height: 15px;
    width: 15px;
}

header .header-bottom .col {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .header-bottom .col .logo {
    min-width: 150px;
}

header .header-bottom .col .logo a {
    display: flex;
}

header .header-bottom .col .logo img {
    width: 100%;
    max-width: 150px;
}

header .header-bottom .col nav {
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
}

header .header-bottom .col nav ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

header .header-bottom .col nav ul li {
    display: inline-flex;
    margin-right: 20px;
}

header .header-bottom .col nav ul li:last-child {
    margin-right: 0px;
}

header .header-bottom .col nav ul li:last-child {
    margin-right: 0px;
}

header .header-bottom .col nav ul li a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #000;
    transition: color 0.3s ease;
}

header .header-bottom .col nav ul li a:hover,
header .header-bottom .col nav ul li a.active {
    color: #004D71;
}

header .header-bottom .col nav ul li.active a {
    color: #004D71;
}

header .header-bottom .btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: auto;
    min-width: 220px;
}

header .header-bottom a.btn {
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    height: 20px;
    padding: 9px 12px;
    min-width: 130px;
    background-color: #2e8b57;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .header-bottom a.btn:hover {
    background-color: #2e8b57;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 77, 113, 0.3);
}

header .header-bottom a.btn svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}

section.hero_image {
    background: url(../img/basic.jpg);
    /*background: "https://basc.org.uk/wp-content/uploads/2023/02/basc-live-test-banner-1920x500-1.jpg";*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 93px);
    position: relative;
    display: flex;
    align-items: center;
}

section.hero_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 82%);
    opacity: 0.5;
    z-index: 1;
}

section.hero_image .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 999;
    gap: 30px;
    max-width: 600px;
    margin-left: 50px;
}

section.hero_image .col h1 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

section.hero_image .col p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin: 0 0 30px 0;
    opacity: 0.95;
}

/* Hero Search Interface */
.hero-search {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 500px;
    border: 2px solid #ff0000;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.hero-search .category-dropdown {
    flex: 1;
    position: relative;
}

.hero-search .category-dropdown select {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.hero-search .search-btn {
    padding: 15px 25px;
    background: #2E8B57;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero-search .search-btn:hover {
    background: #228B22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 139, 87, 0.3);
}

.hero-search .search-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

section.newsletter {
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #c6a052, #2e8b57);
    padding: 75px 0px;
}

section.newsletter .col {
    max-width: 1080px;
    margin: 0px auto;
}

section.newsletter .col h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

section.newsletter .col p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
}

section.newsletter .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 700px;
    margin: 0px auto;
}

section.newsletter .form-group .form-control {
    display: flex;
    width: 40%;
}

section.newsletter .form-group .form-control:last-child {
    display: flex;
    width: 20%;
}

section.categories {
    padding: 75px 0px;
}

section.categories .col .slick-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0px 12px;
}

section.categories .col .slick-slide img {
    display: block;
    border: 2px solid #caa137;
    border-radius: 50%;
    width: 100%;
}

section.categories .col .slick-slide a {
    text-decoration: none;
    color: #2e8b57;
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}

section.categories .col .slick-slide a h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    color: #000;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 0px !important;
}

section.latest_ads {
    padding: 75px 0px;
    /*background: url(../img/golden_bg.png);*/
    background: #efefef;
    background-size: cover;
    background-position: center;
}

section.latest_ads .ads .item .thumbnail {
    max-width: 260px;
}

section.latest_ads .ads .item .thumbnail img {
    height: 260px;
    max-height: 260px;
}

section.latest_ads .title {
    text-align: center;
}

section.latest_ads .ads .item .ad_meta {
    padding: 10px 0px 0px 0px;
}

section.latest_ads .ads .item .ad_meta h2 {
    min-height: 40px;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

section.latest_ads .ads .item .ad_meta ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
}

section.latest_ads .ads .item .ad_meta ul li {
    justify-content: space-between;
    margin: 0px;
}

section.latest_ads .my-account-btn {
    margin: 50px 0px 0px 0px;
}

section.adv {
    padding: 75px 0px;
    overflow: hidden;
}

section.adv .col .slick-slide {
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0px 12px;
}

section.adv .col .slick-slide a {
    display: flex;
}

section.adv .col .slick-slide a img {
    border-radius: 3px;
    border: 2px solid gold;
    width: 100%;
}

section.about {
    padding: 75px 0px;
    background: url("../img/green_bg.png");
    color: #fff;
}

section.about .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

section.about .col .content-item {
    width: 100%;
}

section.about .col .content-item h2.title,
section.about .col .content-item p {
    text-align: center;
}

section.contact {
    padding: 75px 0px;
    background: #efefef;
}

section.contact .col {
    margin: 0px auto;
    max-width: 780px;
}

section.contact .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

section.contact .form-group .form-control {
    width: 50%;
}

footer {
    color: #fff;
    background: #000000;
    padding: 100px 0px 25px 0px;
}

footer .col {
    display: flex;
    gap: 25px;
}

footer .col .content-item {
    width: 20%;
}

footer .col .content-item:first-child {
    width: 40%;
}

footer .col .content-item img {
    max-width: 150px;
    margin: 0 0 20px 0;
}

footer .col .content-item h3.title {
    font-size: 18px;
    color: #2e8b57;
    font-weight: 500;
    margin: 0 0 10px 0;
}

footer .content-item .social-liks {
    margin: 15px 0px 0px 0px;
}

footer .content-item .social-liks ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

footer .content-item .social-liks ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

footer .content-item .social-liks ul li a svg {
    width: 20px;
    height: 20px;
}

footer .col .content-item ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

footer .col .content-item ul li {
    margin: 0px 0px 10px 0px;
}

footer .col .content-item ul li:last-child {
    margin: 0px;
}

footer .col .content-item ul li a {
    color: #fff;
    text-decoration: none;
}

footer .col .content-item ul li a:hover {
    text-decoration: underline;
}

footer .copyright {
    padding: 75px 0px 0px 0px;
}

footer .copyright .col {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

footer .copyright .col p {
    margin: 0px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

section.breadcrumb {
    padding: 15px 0px;
    background-color: #000;
}

section.breadcrumb ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

section.breadcrumb ul li {
    display: inline-flex;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: capitalize;
}

section.breadcrumb ul li::after {
    content: "/";
    margin: 0 0 0 7px;
    color: #fff;
}

section.breadcrumb ul li:last-child::after {
    display: none;
}

section.breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
}

section.main_breadcrumb {
    padding: 70px 0px;
    background: url(../img/green_bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

section.main_breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 82%);
    opacity: 0.5;
    z-index: 1;
}

section.main_breadcrumb h1.title {
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 999;
}

section.main_breadcrumb ul {
    text-align: center;
    position: relative;
    z-index: 999;
}

section.ad_details {
    padding: 50px 0px;
}

section.ad_details .col {
    width: 100%;
    display: flex;
    gap: 15px;
}

section.ad_details .col h2.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: capitalize;
}

section.ad_details .col h2.title span span {
    font-size: 18px;
}

section.ad_details .col .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.ad_details .col .content .thumbnails {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.ad_details .col .content .thumbnails h2.title {
    margin: 0px !important;
}

section.ad_details .col .content .thumbnails p.location {
    margin: 0px !important;
    color: #caa137;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
}

section.ad_details .col .content .thumbnails p.location svg {
    width: 12px;
    height: 18px;
    fill: #caa137;
}

.slick-slide {
    height: unset;
}

.main-slider .slick-slide img {
    aspect-ratio: 1.33;
    object-fit: contain;
    border: 2px solid #eee;
    border-radius: 3px;
    width: calc(100% - 4px) !important;
    background: #f1f1f1;
}

.main-slider .slick-slide .dog-sold {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.main-slider .slick-slide .dog-sold img {
    border: 0px;
    background: transparent;
    width: 60% !important;
    height: auto;
}

.thumbnail-slider .slick-slide {
    margin: 0px 10px;
}

.thumbnail-slider .slick-slide img {
    aspect-ratio: 1;
    object-fit: cover;
    height: 65px !important;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 2px;
}

.thumbnail-slider .slick-slide.slick-current img {
    border: 1px solid green;
}

.thumbnail-slider .slick-track {
    min-width: 100%;
}

section.ad_details .col .content .thumbnails .slider-for > div img,
section.ad_details .col .content .thumbnails .slider-nav > div img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.1;
    border-radius: 3px;
}

section.ad_details .col .content .slider-nav .slick-track {
    display: inline-flex;
    gap: 10px;
}

section.ad_details .col .content .description {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .content .details {
    background: #fff;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.ad_details .col .content .details > div:last-child {
    margin: 0px;
}

section.ad_details .col .content .details ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

section.ad_details .col .content .details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 16px);
    border-top: 1px solid #eee;
    padding: 7px 5px;
    font-size: 13px;
}

section.ad_details .col .content .details ul li:last-child,
section.ad_details .col .content .details ul li:nth-last-child(2) {
    border-bottom: 1px solid #eee;
}

section.ad_details .col .content .details ul li strong {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.ad_details .col .content .details ul li strong svg {
    width: 15px;
    height: 15px;
    fill: #cecece;
    display: flex;
    align-items: center;
    gap: 5px;
}

section.ad_details .col .sidebar {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.ad_details .col .sidebar .adv_info {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .sidebar .adv_info h3.title {
    color: #2e8b57;
    margin: 0 0 5px 0;
}

section.ad_details .col .sidebar .adv_info img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #eee;
    margin: 10px auto -40px auto;
    z-index: 9;
}

section.ad_details .col .sidebar .adv_info span.badge {
    color: #fff;
    background: #518ecb;
    padding: 5px 10px;
    text-align: center;
    display: inline-flex;
    max-width: 180px;
    border-radius: 20px;
    margin: 0 auto 15px auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

section.ad_details .col .sidebar .adv_info ul {
    margin: 0px -20px;
    list-style-type: none;
    padding: 20px;
    background: #eaf0ff;
}

section.ad_details .col .sidebar .adv_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-transform: capitalize;
}

section.ad_details .col .sidebar .adv_info ul li:nth-child(odd) {
    text-align: start;
}

section.ad_details .col .sidebar .adv_info ul li:nth-child(even) {
    text-align: right;
}

section.ad_details .col .sidebar .adv_info .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 0 0 0;
}

section.ad_details .col .sidebar .adv_info .buttons a {
    background: #004D71;
    border: 1px solid #004D71;
    border-radius: 3px;
    color: white;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.ad_details .col .sidebar .adv_info .buttons a svg {
    fill: #fff;
    height: 40px;
    width: 20px;
}

section.ad_details .col .sidebar .adv_info .buttons a:hover {
    background-color: #004D71;
    border: 1px solid #004D71;
}

section.ad_details .col .sidebar .adv_info .buttons a.sold {
    background-color: red;
    border: 1px solid #d40000;
    cursor: default;
}

section.ad_details .col .sidebar .adv_info .buttons a.sold:hover {
    background-color: #d40000;
    border: 1px solid #d40000;
}

section.ad_details .col .sidebar .adv_info p {
    font-weight: 600;
}

section.ad_details .col .sidebar .adv_info a {
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #2e8b57;
}

section.ad_details .col .sidebar .help {
    background: linear-gradient(
        180deg,
        rgba(199, 157, 56, 1) 0%,
        rgba(233, 187, 116, 1) 100%
    );
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .sidebar .help .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    height: auto;
    cursor: pointer;
}
.btn.clicked,
.btn.selected-plan {
    background-color: #28a745 !important;
    color: white;
}
.spinner-border {
    display: none;
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.btn-loading .spinner-border {
    display: inline-block;
}

section.ad_details .col .sidebar .help .video-container iframe {
    position: absolute;
    top: -11px;
    left: -5px;
    width: 104%;
    height: 103%;
    border-radius: 3px;
}

section.ad_details .col .sidebar .safe {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .sidebar .safe h3.title {
    color: #0b5b36;
    text-align: center;
}

section.place_ad {
    padding: 75px 0px;
}

section.place_ad .col {
    width: 100%;
    display: flex;
    gap: 15px;
}

section.place_ad .col h2.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.place_ad .col h2.title span span {
    font-size: 18px;
}

section.place_ad .col .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.place_ad .col .sidebar {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.place_ad .col .sidebar .card {
    background: linear-gradient(
        180deg,
        #2e8b57 0%,
        #6fbf92 100%
    );

    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}
section.place_ad .col .sidebar .card .title{
    color: black;
}

section.place_ad .col .sidebar .card ul {
    margin: 0 0 15px 0;
    padding: 0 0px 0 20px;
}

section.place_ad .col .sidebar .card ul li {
    margin-bottom: 15px;
}

section.place_ad .col .sidebar .card ul li:last-child {
    margin-bottom: 0px;
}

section.place_ad .col .sidebar .card ul li svg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #eee;
}

section.place_ad .details h3.title {
    margin: 0px;
}

section.place_ad .form-group {
    margin: 0px;
}

.form-group.double {
    display: flex;
    gap: 15px;
    margin: 0px;
}

.double .form-control {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.form-group .form-control .form-check input[type="radio"] {
    min-height: 20px;
    width: 20px;
}

.form-group .form-control .form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-group .form-control .form-check label {
    margin: 0px;
}

.boost_packages {
    padding: 0px;
}

.boost_packages .packages {
    margin: 0px 0px 0px 0px;
}

.boost_packages .content > p:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 500;
    color: darkgreen;
}
.d-none {
    display: none;
}
.is-invalid {
    border: 1px solid red;
}

.packages {
    display: flex;
    gap: 15px;
}

.packages .item {
    text-align: center;
    background: #eee;
    border-radius: 3px;
    border: 2px solid #004D71;
    width: 100%;
    margin: 0px auto;
}

.packages .item .title {
    background: #004D71;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0px;
}
.packages .item .title h3{
    color: white !important;
}

.packages .item .title h3 {
    font-size: 14px;
    margin: 0px;
}

.packages .item .meta {
    padding: 15px;
}

.packages .item .meta > div:first-child,
.packages .item .meta > div:nth-child(2),
.packages .item .meta > div:nth-child(3) {
    margin: 0px 0px 15px 0px;
}

.packages .item .meta h4 {
    font-size: 16px;
    margin: 0px;
}

.packages .item .meta small {
    display: block;
}

.packages .item ul {
    margin: 0 0 20px 0;
    list-style-type: none;
    padding: 0px;
}

.packages .item .meta p {
    font-size: 11px;
    font-style: italic;
    color: gray;
}

.one_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.one_line label {
    margin: 0px;
}

.one_line p {
    margin: 0px;
}

.dropzone {
    border: 1px solid #eee !important;
    border-radius: 3px;
}

.photos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.photos .dropzone {
    width: calc(25% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    overflow: hidden;
}

.photos .dropzone .dz-preview {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.dropzone .dz-preview .dz-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    font-size: 10px !important;
    font-weight: 600;
    border: 1px solid #b7b7b7 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: unset;
    text-decoration: none;
    z-index: 9999;
}

.step_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.step_btns .btn,
.step_btns .prev-step,
.step_btns .next-step {
    width: 50%;
}

.w-100 {
    width: 100% !important;
}

#card-element {
    padding: 15px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 2px;
    color: #2c2c2c;
    font-weight: 400;
    height: 100%;
    min-height: 18px;
    width: calc(100% - 30px);
}

.details.video-container {
    margin: 20px 0;
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-player {
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

video {
    border-radius: 8px;
    width: 100%; /* Ensure the video stretches to fit its container */
    height: auto; /* Maintain the aspect ratio */
    display: block;
}

video::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0.8);
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-fullscreen-button {
    color: #fff;
}

section.blog {
    padding: 75px 0px;
}

section.blog .items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

section.blog .items .item {
    color: #000;
    width: calc(33.33% - 16px);
    text-decoration: none;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
}

section.blog .items .item .thumbnail {
    display: flex;
    border: 1px solid #eee;
}

section.blog .items .item .thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

section.blog .items .item .blog-post {
    text-align: center;
    padding: 20px;
}

section.blog .items .item .blog-post ul {
    margin: 0 0 15px 0;
    list-style-type: none;
    padding: 0px;
    display: inline-flex;
    gap: 10px;
}

section.blog .items .item .blog-post ul li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #9e9e9e;
    font-size: 12px;
    letter-spacing: 1px;
}

section.blog .items .item .blog-post ul li svg {
    width: 12px;
    height: 12px;
    background: #9e9e9e;
    fill: #2e8b57;
    padding: 5px;
    border-radius: 3px;
}

section.blog .items .item .blog-post h2 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 48px;
    color: #2e8b57;
}

section.blog_single {
    padding: 75px 0px;
}

section.blog_single .content {
    display: flex;
    flex-direction: column;
}

section.blog_single .content img {
    width: 100%;
    height: 500px;
    margin: 0px auto;
    border: 1px solid #eee;
    border-radius: 3px;
    object-fit: cover;
}

section.blog_single .content ul {
    margin: 0px 0px 15px 0px;
    list-style-type: none;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
}

section.blog_single .content ul li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: gray;
    font-size: 14px;
    letter-spacing: 1px;
}

section.blog_single .content ul li svg {
    width: 16px;
    height: 16px;
    fill: gray;
}

section.blog_single .content h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 25px 0px;
    text-align: center;
}

nav.mobile-menu.open,
nav.mobile-menu-filter.open {
    left: 0;
    opacity: 1;
    overflow-y: scroll;
    padding: 20px 0px;
}

nav.mobile-menu,
nav.mobile-menu-filter {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease;
    background-color: #2e8b57;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

nav.mobile-menu {
    justify-content: center !important;
}

nav.mobile-menu .close-menu-btn,
nav.mobile-menu-filter .close-menu-btn-filter {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50% !important;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #dddddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

nav.mobile-menu ul,
nav.mobile-menu-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 280px;
    text-align: center;
    margin-bottom: 15px;
}

nav.mobile-menu-filter ul {
    width: calc(100% - 24px);
}

nav.mobile-menu ul li {
    padding: 5px 15px;
}

nav.mobile-menu ul li.active a {
    color: #caa137;
}

nav.mobile-menu-filter ul li {
    padding: 0px !important;
    margin-bottom: 10px;
}

nav.mobile-menu ul li a,
nav.mobile-menu-filter ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    padding: 0px;
}

nav.mobile-menu-filter ul li a {
    font-size: 14px;
    display: inline-flex;
    width: auto;
}

.navbar-collapse,
.navbar-collapse-filter {
    display: none;
}

section.page {
    padding: 75px 0px;
    word-break: break-word;
}

section.page ul li,
section.page ol li {
    margin: 0 0 5px 0;
}

.my-account-btn {
    background: #004D71;
}

.my-account-btn svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

section.dfs {
    padding: 75px 0px;
}

section.dfs .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

section.dfs .content .sidebar {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.dfs .content .sidebar h2.title {
    margin: 0px;
}

section.dfs .content .sidebar .filter-card {
    background: #fff;
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.dfs .content .sidebar .filter-card h3.title {
    margin: 0px;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

section.dfs .content .sidebar .filter-card h3.category-title {
    margin: 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

section.dfs .content .sidebar .filter-card .category {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0px 10px;
}

section.dfs .content .sidebar .filter-card .category ul {
    margin: 0px;
    list-style-type: none;
    padding: 10px 5px 0px 5px;
}

section.dfs .content .sidebar .filter-card .category ul li.active a {
    color: #2e8b57;
}

section.dfs .content .sidebar .filter-card .category ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #646464;
    text-decoration: none;
}

section.dfs .content .sidebar .filter-card .category ul li a:hover {
    color: #2e8b57;
    font-weight: 600;
}

.arrow {
    font-size: 0.6em;
    margin-left: 10px;
}

.down::after {
    content: " ▼";
}

.up::after {
    content: " ▲";
}

.spinner-border {
    width: 1rem; /* Adjust size */
    height: 1rem; /* Adjust size */
    vertical-align: text-bottom;
    border: 0.2em solid currentColor; /* Matches text color */
    border-right-color: transparent; /* Creates spinning effect */
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite; /* Smooth spin */
}

/* Spinner Animation */
@keyframes spinner-border {
    to {
        transform: rotate(360deg); /* Full rotation */
    }
}

#card-errors {
    font-size: 12px;
    color: red;
}

section.dfs .content .insite_lists {
    width: 60%;
}

section.dfs .content .insite_lists .sorting-filter {
    margin-bottom: 24px;
    background-color: whitesmoke;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

section.dfs .content .insite_lists .sorting-filter h4 {
    margin: 0px;
}

section.dfs .content .insite_lists .sorting-filter select {
    max-width: 250px;
}

section.dfs .content .insite_lists .ads .item {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}

section.dfs .content .insite_lists .ads .item:hover {
    transform: scale(1.01);
    background: #fffce6;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.dfs .content .insite_lists .ads .item.boosted {
    background: #fffce6;
}

section.dfs .content .insite_lists .ads .item.boosted:hover {
    background-color: #fffacc;
    box-shadow: 0 3px 6px rgba(21, 27, 60, 0.1),
        0 10px 20px rgba(24, 36, 55, 0.15);
}

section.dfs .content .external_adverts {
    width: 15%;
}

section.dfs .content .external_adverts .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

section.dfs .content .external_adverts .items a {
    width: 100%;
}

section.dfs .content .external_adverts .items a img {
    width: calc(100% - 0px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

section.login {
    padding: 75px 0px;
    min-height: calc(100vh - 150px);
}

section.login .content {
    width: calc(100% - 24px);
    max-width: 600px;
    margin: 0px auto;
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.login .content .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

section.login .content .logo a {
    display: flex;
    max-width: 150px;
}

section.login .content .logo a img {
    width: 100%;
}

section.login .content form {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}

section.account {
    padding: 75px 0px;
}

section.account h2.title {
    margin: 0px;
}

section.account .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.account .content .user_profile {
    background: #fff;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 3px;
}

section.account .content .user_profile > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: center;
}

section.account .content .user_profile img {
    width: 200px;
    height: 200px;
    border-radius: 3px;
    border: 1px solid #eee;
    object-fit: cover;
}

section.account .content .user_profile .user_profile_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

section.account .content .user_profile .user_profile_meta h3 {
    margin: 0px;
}

section.account .content .user_profile .user_profile_meta p {
    margin: 0px;
}

section.account .content .my_ads {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /*background: #fff;*/
    /*padding: 20px;*/
    /*border: 2px solid #eee;*/
    /*border-radius: 3px;*/
}

section.account .content .my_ads .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: whitesmoke;
    padding: 20px;
    border-radius: 3px;
    width: 100%;
}

section.account .content .my_ads .item .thumbnail {
    position: relative;
}

section.account .content .my_ads .item .thumbnail img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    display: flex;
    border: 1px solid #eee;
    border-radius: 3px;
}

section.account .content .my_ads .item .thumbnail .dog-sold {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(0 0 0 / 70%);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
}

section.account .content .my_ads .item .thumbnail .dog-sold img {
    width: 60%;
    object-fit: contain;
    background: transparent;
    border: 0px;
}

section.account .content .my_ads .badge_boosted {
    color: #000000;
    top: 5px;
    right: 5px;
    position: absolute;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    background: #ffbf00;
    padding: 1px 5px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    gap: 5px;
}

.badge_boosted svg {
    width: 15px;
    height: 15px;
}

.badge_verified {
    color: #000000;
    bottom: 5px;
    right: 5px;
    position: absolute;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    background: #0ed89c;
    padding: 1px 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    gap: 5px;
}

.badge_verified svg {
    width: 12px;
    height: 12px;
    fill: #000;
}

section.account .content .my_ads .item .my_ads_meta {
    text-align: center;
    width: 65%;
}

section.account .content .my_ads .item .my_ads_meta h2 {
    font-size: 16px;
    font-weight: 600;
}

section.account .content .my_ads .item .my_ads_meta ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

section.account .content .my_ads .item .my_ads_meta ul li {
    font-size: 13px;
    letter-spacing: 1px;
    color: grey;
}

section.account .content .my_ads .item .btns {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.account .content .my_ads .item .btns input[type="button"],
section.account .content .my_ads .item .btns .btn {
    text-align: center;
    padding: 0px 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

section.account .content .my_ads .item .btns .btn svg {
    width: 20px;
    height: 20px;
}

section.account .content .my_ads .item .btns .btn {
    height: 32px;
}

@media (max-width: 767.98px) {
    section.account .content .my_ads .item .btns {
        max-width: 100%;
    }

    footer .content-item .social-liks ul {
        justify-content: center;
    }
}

.error-message {
    font-size: 12px;
    letter-spacing: 2px;
    color: red;
}

.alert {
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
    width: calc(100% - 32px);
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.alert-info {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}

.alert-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
}

.alert .close {
    position: absolute;
    top: 10px;
    right: 2px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.alert .close span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

.alert {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

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

.quick-nav {
    display: none;
}

.table-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px 0px 0px;
    flex-direction: column;
    gap: 10px;
}

.table-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.table-pages a {
    min-width: 25px;
}

.table-current-page {
    background-color: #004D71;
}

section.categories .row .col,
section.adv .row .col {
    width: calc(100% - 30px);
}

.place_ad_now {
    display: none;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    border-radius: 3px;
    margin: 0 0 25px 0;
}

.leaflet-touch .leaflet-control-attribution {
    display: none !important;
}

.marker-price {
    color: #000 !important;
    font-weight: 600 !important;
    font-family: "Lato", sans-serif !important;
    background-color: #ffffff !important;
    border-radius: 28px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18),
        0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px 0px 0px 1px rgba(0, 0, 0, 0.08) !important;
    letter-spacing: 0.5px !important;
    padding: 2px 5px !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: transparent !important;
    padding: 0px !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
}

.leaflet-popup-content {
    margin: 0px 0px 13px 30px !important;
    font-size: 13px !important;
    font-size: 1.08333em !important;
}

.swiper-slide img {
    border-radius: 0px !important;
}

.swiper-pagination {
    top: 130px !important;
    left: 15px !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.leaflet-container a.leaflet-popup-close-button {
    top: 5px !important;
    right: 6px !important;
    color: #000000 !important;
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-card-content {
    font-family: "Lato", sans-serif;
}

.popup-card-content h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: #000 !important;
}

.leaflet-popup-content p {
    color: #000;
    font-size: 12px !important;
    font-weight: 500;
    margin: 8px 0 0 0 !important;
}

.show {
    display: block !important;
}

.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    header .header-bottom .col .logo img {
        max-width: 125px;
    }

    header .header-bottom a.btn {
        min-width: 125px;
    }

    header .header-bottom .col nav {
        width: 40%;
    }

    header .header-bottom .col nav ul li {
        line-height: 30px;
    }

    .title {
        font-size: 22px;
        line-height: 26px;
    }

    section.main_breadcrumb h1.title {
        font-size: 36px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }

    section.dfs .content .sidebar {
        width: 35%;
    }

    section.dfs .content .insite_lists {
        width: 62%;
    }

    .ads .item {
        width: calc(50% - 28px) !important;
    }

    section.dfs .content .external_adverts {
        width: 100%;
        margin: 50px 0 0 0;
    }

    section.dfs .content .external_adverts .items a {
        width: calc(20% - 12px);
    }

    section.account .content .my_ads .item {
        width: 100%;
    }

    section.ad_details .col .content .details ul li {
        width: 100%;
    }

    section.ad_details .col .content .details ul li:nth-last-child(2) {
        border-bottom: 0px;
    }

    section.ad_details .col .sidebar .adv_info ul li {
        font-size: 12px;
    }

    footer .col {
        flex-wrap: wrap;
    }

    footer .col .content-item {
        text-align: center;
    }

    footer .col .content-item:first-child {
        width: 100%;
    }

    footer .col .content-item:nth-child(2),
    footer .col .content-item:nth-child(3) {
        width: calc(50% - 13px);
    }

    footer .col .content-item:last-child {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .quick-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0px;
        z-index: 9998;
        border-top: 1px solid #eee;
    }

    .quick-nav a {
        width: 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
        border-right: 1px solid #eee;
        color: #07aa5b;
        font-size: 12px;
        min-height: 60px;
        gap: 7px;
    }

    .quick-nav a:last-child {
        border-right: 0px;
    }

    .quick-nav a svg {
        width: 22px;
        height: 22px;
    }

    header .header-bottom .col nav,
    header .header-bottom .col .post-ad,
    header .header-bottom .col a.dropdown-item,
    header .header-bottom .col .btn {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid #eee;
        background: #ffffff;
        padding: 0px 4px;
        border-radius: 3px;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .navbar-toggler svg {
        width: 18px;
        height: 18px;
    }

    section.main_breadcrumb {
        padding: 50px 0px;
    }

    section.main_breadcrumb h1.title {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 10px 0;
    }

    .title {
        font-size: 24px;
        line-height: 24px;
    }

    section.hero_image .col h1 {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    section.hero_image .col {
        margin-left: 20px;
        max-width: 100%;
    }

    .hero-search {
        flex-direction: column;
        gap: 10px;
    }

    .hero-search .category-dropdown {
        width: 100%;
    }

    .hero-search .search-btn {
        width: 100%;
        justify-content: center;
    }

    section.newsletter .col h2 {
        font-size: 26px;
        line-height: 34px;
    }

    section.newsletter .col p {
        font-size: 14px;
        line-height: 20px;
    }

    section.newsletter .form-group {
        flex-direction: column;
    }

    section.newsletter .form-group .form-control,
    section.newsletter .form-group .form-control:last-child {
        width: 100%;
    }

    .slick-prev {
        left: 0px !important;
    }

    .slick-next {
        right: 0px !important;
    }

    .ads {
        flex-wrap: wrap;
    }

    section.about .col {
        flex-direction: column-reverse;
    }

    section.about .col .content-item {
        width: 100%;
    }

    footer .col {
        flex-wrap: wrap;
    }

    footer .col .content-item {
        text-align: center;
    }

    footer .col .content-item:first-child {
        width: 100%;
    }

    footer .col .content-item:nth-child(2),
    footer .col .content-item:nth-child(3) {
        width: calc(50% - 13px);
    }

    footer .col .content-item:last-child {
        width: 100%;
    }

    section.place_ad .col {
        flex-direction: column;
    }

    section.place_ad .col .content,
    section.place_ad .col .sidebar {
        width: calc(100% - 1px) !important;
    }

    .packages {
        flex-direction: column;
        gap: 12px;
    }

    section.place_ad .form-group.double {
        flex-direction: column;
    }

    section.place_ad .form-group.double .form-control {
        width: 100%;
    }

    .photos .dropzone {
        width: calc(50% - 10px);
    }

    .ads .item {
        width: 100%;
        flex-direction: column;
    }

    .ads .item .ad_meta {
        padding: 15px 0px 0px 0px;
    }

    section.blog .items .item,
    section.dfs .content .sidebar,
    section.dfs .content .insite_lists,
    section.dfs .content .insite_lists .ads .item {
        width: 100%;
    }

    section.dfs .content,
    section.dfs .content .insite_lists .sorting-filter,
    section.account .content .user_profile > div,
    section.account .content .my_ads .item {
        flex-direction: column;
    }

    section.account .content .my_ads .item .my_ads_meta {
        width: 100%;
        text-align: center;
    }

    section.account .content .my_ads .item {
        width: 100%;
    }

    footer {
        color: #fff;
        background: #000000;
        padding: 100px 0px 25px 0px;
        margin-bottom: 67px;
    }

    .place_ad_now {
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #fff;
        background-image: linear-gradient(to right,  #2e8b57);
        bottom: 85px;
        right: 31px;
        border-radius: 3px;
        position: fixed;
        z-index: 9998;
        padding: 0px 10px;
        -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
        box-shadow: 0 5px 28px rgba(0, 0, 0, 0.12);
    }

    .place_ad_now svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }

    section.ad_details .col {
        width: calc(100% - 30px);
        flex-direction: column;
    }

    section.ad_details .col .content {
        width: 100%;
    }

    section.ad_details .col .content .details ul li {
        width: 100%;
    }

    section.ad_details .col .content .details ul li:nth-last-child(2) {
        border-bottom: 0px;
    }

    section.ad_details .col .sidebar {
        width: 100%;
    }

    section.dfs .content .external_adverts {
        width: 100%;
    }
}

#map {
    height: calc(100vh - 130px);
}

.dropzone .dz-preview .dz-error-message {
    top: -39px !important;
}

.dropzone .dz-preview .dz-error-message:after {
    top: unset !important;
    bottom: -6px !important;
    border-top: 6px solid #be2626 !important;
    border-bottom: unset !important;
    left: 44% !important;
}

.selected-plan {
    background: #2e8b57 !important;
}

section.chat {
    padding: 75px 0px;
}

section.chat .content {
    display: flex;
    min-height: 100vh;
    gap: 15px;
}

section.chat .content .chat_contacts {
    width: 25%;
    background: #fff;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.chat .content .chat-box {
    width: 75%;
    background: #fff;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.chat .content .chat-box .chat-box-header {
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

section.chat .content .chat-box .chat-box-header p {
    margin: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: capitalize;
    text-align: center;
}

section.chat .content .chat-box .chat-box-body {
    overflow-y: scroll;
    height: calc(100vh - 306px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.chat .content .chat-box .chat-box-body .chat-message {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px;
    border-radius: 3px;
}

section.chat .content .chat-box .chat-box-body .chat-message.receiver {
    justify-content: flex-start;
}

section.chat .content .chat-box .chat-box-body .chat-message .message-content {
    padding: 10px;
    border-radius: 3px;
    word-wrap: break-word;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: aliceblue;
    font-size: 12px;
}

section.chat .content .chat-box .chat-box-body .chat-message img {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #eee;
    border-radius: 50%;
}

section.chat .content .chat-box .send-message-box {
    background: whitesmoke;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.chat .content .chat-box .send-message-box textarea {
    width: calc(100% - 33px);
}

section.chat .content .chat-box .send-message-box textarea::placeholder {
    font-size: 12px;
}

section.chat .content .chat-box .send-message-box .btn {
    padding: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.chat-message {
    animation: fadeIn 0.3s ease-in-out;
}

/* Slide-In Animation for Chat Contacts */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.chat_contacts ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    animation: slideIn 0.5s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat_contacts ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f8ff;
    padding: 10px;
    border-radius: 3px;
    color: #000;
}

.chat_contacts ul li img {
    width: 40px;
    height: 40px;
    border: 2px solid #eee;
    border-radius: 50%;
}

/* Fade-Slide-In for Chat Box */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.chat-box {
    animation: fadeSlideIn 0.5s ease;
}

@media (min-width: 1023.98px) and (max-width: 1299.98px) {
    section.dfs .content .insite_lists {
        width: 73%;
    }

    section.dfs .content .external_adverts {
        width: 100%;
        margin: 50px 0px 0px 0px;
    }

    section.dfs .content .external_adverts .items a {
        width: calc(20% - 12px);
    }
}

@media (min-width: 1300px) {
    section.dfs .content .sidebar {
        width: 22%;
    }
}

@media (max-width: 767.98px) {
    section.chat .content {
        flex-direction: column;
    }

    section.chat .content .chat_contacts,
    section.chat .content .chat-box {
        width: calc(100% - 40px);
    }

    section.account .content .user_profile .user_profile_meta {
        text-align: center;
    }
}
