* {
    /* scrollbar-width: thin; */
    scrollbar-color: #C41E3A #cccccc;
}

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: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

main {
    display: block;
}

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

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 {
    background: none;
    color: #000;
}

select optgroup option:hover {
    background: #C41E3A;
    color: #FFF;
}

select optgroup option.selected {
    background: #C41E3A;
    color: #FFF;
}

select optgroup option.selected:hover {
    background: #C41E3A;
    color: #FFF;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    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;
    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: 5px;
    font-size: 15px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 1px;
    color: #2c2c2c;
    font-weight: 400;
    height: 100%;
    min-height: 38px;
    width: calc(100% - 30px);
}

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

select {
    width: 100%;
    min-height: 48px;
    -webkit-appearance: none;
    /* Safari, iOS */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Modern browsers */
}

input[type="submit"] {
    color: #FFF;
    background-color: #0047AB;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    height: 48px;
    width: 100%;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #C41E3A;
}

textarea {
    padding: 15.5px 15px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 5px;
    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: 5px;
    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;
}



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

.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: #0047AB;
    padding: 0px 10px;
    border: none;
    border-radius: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

input[type="button"]:hover,
.btn:hover {
    background-color: #C41E3A !important;
}

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

/* .btn-secondary {
    background: #C41E3A;
} */

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

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

.ads .item .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #EEE;
}

.ads .item .thumbnail img {
    display: flex;
    width: 100%;
    height: 260px;
    max-height: 260px;
    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: 11px;
    line-height: 20px;
    font-weight: 600;
    background: #ffe500;
    padding: 1px 5px;
    position: absolute;
    top: 8px;
    right: 5px;
    letter-spacing: 1px;
    border-radius: 5px;
    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: 10px 5px;
}

.ads .item .ad_meta h2 {
    font-size: 15px;
    line-height: 20px;
    color: #C41E3A;
    text-transform: capitalize;
    text-align: center;
    min-height: 60px;
}

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

.ads .item .ad_meta ul li {
    font-size: 13px;
    color: grey;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.ads .item .ad_meta ul li span {
    font-weight: 500;
}

.ads .item .ad_meta p {
    font-size: 16px;
    font-weight: 600 !important;
    color: #0047AB;
    text-decoration: none;
    line-height: 1.6;
    margin: 0px;
}

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

.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 .header-top {
    padding: 5px 0px;
    background: #C41E3A;
    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:hover {
    background-color: #EE7C22;
}

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: #C41E3A;
    height: 15px;
    width: 15px;
}

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

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

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

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: 10px;
}

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: 20px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

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

header .header-bottom .col nav ul li.active a {
    color: #C41E3A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
}

header .header-bottom .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header .header-bottom a.btn {
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    height: 30px;
    padding: 0px 15px;
    min-width: 150px;
}

header .header-bottom a.btn:hover {
    color: #FFF;
}

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

section.hero_image {
    background: url(../img/banner-gundogsusa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 150px);
    position: relative;
}

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 {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

section.hero_image .col h1 {
    color: #FFF;
    font-size: 4.5rem;
    line-height: 5rem;
    /* max-width: 755px; */
    text-align: center;
    margin-top: 120px;
}

section.newsletter {
    text-align: center;
    color: #FFF;
    background-image: linear-gradient(to right, #C41E3A, #0047AB);
    padding: 30px 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.newsletter input[type="submit"] {
    background-color: #C41E3A;
}

@media only screen and (max-width: 600px) {
    section.newsletter input[type="submit"] {
        border: 1px solid #FFF;
    }
}

section.newsletter input[type="submit"]:hover {
    background-color: #0047AB;
}

section.categories {
    padding: 30px 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: #C41E3A;
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}

section.categories .col .slick-slide a h3 {
    font-size: 15px;
    margin: 0px;
}

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

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

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

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

section.adv {
    padding: 45px 0px 20px 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: 8px;
    /* border: 2px solid gold; */
    width: 100%;
}

section.contact {
    padding: 40px 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%;
}

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: #888888;
    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: 60px 0px;
    background: url(../img/breadcrumb.jpg);
    background-position: 0px -100px;
    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;
    margin-bottom: 0;
}

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

section.ad_details {
    padding: 50px 0px 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: 5px;
    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: 5px;
    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: 5px;
    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: 5px;
}

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: 5px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .content .details {
    background: #FFF;
    padding: 20px;
    border: 2px solid #EEE;
    border-radius: 8px;
    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: 100%;
    border-top: 1px solid #EEE;
    padding: 7px 5px;
    font-size: 15px;
}

/* 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;
    padding-left: 5px;
}

section.ad_details .col .content .details ul li strong svg {
    width: 20px;
    height: 20px;
    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: 10px 20px;
    border: 1px solid #EEE;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

section.ad_details .col .sidebar .adv_info h3.title {
    color: #0047AB;
    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;
    padding-bottom: 5px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

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: #0047AB;
    border: 1px solid #0047AB;
    border-radius: 8px;
    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: #C41E3A;
    border: 1px solid #C41E3A;
}

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

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

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: #C41E3A;
}

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: 5px;
    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: 5px;
}

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

section.place_ad.step-1 {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0;
}

section.place_ad.step-1 .title,
section.place_ad.step-1 .content_display_on_select h3 {
    font-family: "Montserrat", sans-serif;
}

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

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: 20px;
}

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

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

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: 5px;
    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;
}

.boost_packages .step_btns {
    justify-content: center;
}

.boost_packages .step_btns button {
    background-color: #C41E3A;
    width: 50%;
}

.boost_packages .step_btns button:hover {
    background-color: #C41E3A;
    width: 50%;
}

.d-none {
    display: none;
}

.is-invalid {
    border: 1px solid red;
}

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

.packages .item {
    text-align: center;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: none;
    position: relative;
}

.packages .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.packages .item .title {
    color: #FFF;
    background: linear-gradient(135deg, #C41E3A, #0047AB);
    font-size: 16px;
    padding: 20px;
    margin: 0;
    position: relative;
}

.packages .item .title h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.packages .item .meta {
    padding: 25px 20px;
}

.packages .item .meta>div {
    margin-bottom: 20px;
}

.packages .item .meta h4 {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #333;
}

.packages .item .meta small {
    display: block;
    color: #777;
    margin-top: 5px;
    font-size: 14px;
}

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

.packages .item ul li {
    padding: 8px 0;
    color: #555;
    position: relative;
}

.packages .item ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.packages .item .meta p {
    font-size: 13px;
    font-style: italic;
    color: #888;
    margin-top: 15px;
}

/* Add a highlight for featured packages */
.packages .item.featured {
    transform: scale(1.05);
    border: 2px solid rgba(212, 175, 55, 0.3);
}

.packages .item.featured .title:after {
    content: "Best Value";
    position: absolute;
    top: -12px;
    right: -30px;
    background: #333;
    color: #FFF;
    font-size: 11px;
    padding: 3px 25px;
    transform: rotate(45deg);
    font-weight: 500;
}

/* Button styling */
.packages .item .btn {
    background: #0047AB;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    height: 20px;
}

.packages .item .btn:hover {
    background: #C41E3A;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 69, 163, 0.3);
}


/* Enhanced paragraph styling */
.content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
    max-width: 800px;
}

.content p:first-of-type {
    font-size: 1rem;
    color: #000;
    font-weight: 300;
}

.content strong {
    color: #C41E3A;
    font-weight: 600;
}

/* Welcome heading special styling */
.content p:first-child strong {
    font-size: 1.5rem;
    color: #C41E3A;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.content p:first-child strong:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0047AB;
}

/* Enhanced list styling */
.content ul {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
}

.content li {
    position: relative;
    padding: 0.75rem 0 0.75rem 3rem;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-left: 3px solid #0047AB4d;
    padding-left: 1.5rem;
    transition: all 0.2s ease;
}

.content li:hover {
    border-left-color: #0047AB;
    background-color: rgba(201, 161, 55, 0.05);
    padding-left: 1.75rem;
}

/* Styling for the marker pseudo-element */
.content li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0047AB;
}

/* Replace text marker with proper icon */
.content li marker {
    display: none;
}

/* Price highlight */
.content li strong:contains("$") {
    font-size: 1.2rem;
    color: #0047AB;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    section.ad_details .col .content .details ul li {
        font-size: 13px;
    }

    section.ad_details .col .content .details ul li strong svg {
        width: 15px;
        height: 15px;
    }

    .content p {
        font-size: 1rem;
    }

    .content p:first-of-type {
        font-size: 1.15rem;
    }

    .content p:first-child strong {
        font-size: 1.35rem;
    }

    .content li {
        padding-left: 1.25rem;
    }
}

.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: 5px;
}

.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;
}

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

#card-element {
    padding: 15px 15px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 5px;
    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 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    width: calc(33.33% - 16px);
    text-decoration: none;
    border-radius: 20px;
    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:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.16);
    box-shadow: 0 15px 50px rgba(190, 187, 0, 0.61);
}





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: #C41E3A;
    padding: 5px;
    border-radius: 5px;
}

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

/* Global Typography & Layout */
section.blog_single {
    padding: 75px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

section.blog_single .content {
    /* We allow natural block flow so text can wrap around floating elements */
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* Article Title */
section.blog_single .content h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0 20px;
    text-align: center;
}

/* Meta Info (list) */
section.blog_single .content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

section.blog_single .content ul li {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    color: gray;
    font-size: 14px;
    letter-spacing: 0.5px;
    transform: none;
    transition: none;
    background-color: unset;
    border-left: 0;
    padding: 0;
    margin-bottom: 0;
    line-height: unset;
}

section.blog_single .content ul li::before {
    display: none;
}

section.blog_single .content ul li i {
    color: gray;
    font-size: 14px;
}

/* Blog Body & Featured Image */
section.blog_single .blog-body {
    /* Additional spacing if desired */
    margin-bottom: 30px;
}

/* The magic: float image so text wraps around */
section.blog_single .blog-body .featured-img {
    float: left;
    width: 450px;
    height: auto;
    margin: 0 25px 15px 0;
    /* top, right, bottom, left */
    border: 1px solid #EEE;
    border-radius: 15px;
    object-fit: cover;
}

/* Responsive fallback: image full width above text on mobile */
@media (max-width: 767.98px) {
    section.blog_single .blog-body .featured-img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* h4 by default looks like body text */
section.blog_single .content h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #333;
}

/* Manually bold headings with class */
section.blog_single .content h4.heading,
section.blog_single .content h4.title,
section.blog_single .content h4.bold {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}





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: #C41E3A;
    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;
}

/* Modern Minimalist Styling for Gun Dog Page */
section.page {
    padding: 60px 0;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Page title and intro */
.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #222;
}

.intro-paragraph {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: #555;
    max-width: 900px;
}

.conclusion {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #EEE;
    color: #555;
}

/* Accordion Styling */
.accordion {
    width: 100%;
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 15px 50px #E2E2E2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-3px);
}

.accordion-header {
    background-color: #FFF;
    color: #333;
    cursor: pointer;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.accordion-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(53, 53, 53, 0.8);
    margin-right: 12px;
}

.accordion-title {
    flex-grow: 1;
}

.accordion-icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.accordion-icon:before,
.accordion-icon:after {
    content: '';
    position: absolute;
    background-color: rgba(53, 53, 53, 0.8);
    transition: all 0.3s ease-out;
}

.accordion-icon:before {
    top: 11px;
    left: 0;
    width: 24px;
    height: 2px;
}

.accordion-icon:after {
    top: 0;
    left: 11px;
    width: 2px;
    height: 24px;
}

.accordion-header.active .accordion-icon:after {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}

/* Grid layout for content inside accordion */
.grid-content {
    padding: 25px 30px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.grid-content .item {
    margin-bottom: 15px;
}

/* .grid-content .item strong {
    display: block;
    margin-bottom: 5px;
    color: rgba(53, 53, 53, 0.8);
    font-weight: 600;
} */

/* List styling */
section.page ul li,
section.page ol li {
    margin: 0 0 8px 0;
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .grid-content {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }

    .accordion-header {
        padding: 18px 20px;
    }
}



.my-account-btn {
    background: #0047AB;
}

input[type="button"]:hover,
.my-account-btn:hover {
    background-color: #C41E3A;
}

.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;
    position: relative;
}

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: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.dfs .content .sidebar .filter-card h3.title {
    margin: 0px;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 5px;
    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: #C41E3A;
}

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: #C41E3A;
    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: end;
    border-radius: 5px;
}

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: calc(33% - 28px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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;
}

section.login .content {
    width: calc(100% - 24px);
    max-width: 600px;
    margin: 0px auto;
}

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

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

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

@media (max-width: 767.98px) {
    footer .content-item .social-liks ul {
        justify-content: center !important;
    }
}

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

.alert {
    padding: 15px;
    border-radius: 5px;
    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;
    font-size: 35px;
}

.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: #C41E3A;
}

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: 5px;
    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 .sidebar .adv_info ul li {
        font-size: 12px;
    }

    footer .col {
        flex-wrap: wrap;
    }

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

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

    footer .col .content-item {
        width: calc(50% - 13px) !important;
    }
}

@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: #0047AB;
        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: 5px;
        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: 30px 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.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;
    }

    footer .col {
        flex-wrap: wrap;
    }

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

    footer .col .content-item {
        width: calc(50% - 13px) !important;
    }

    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%;
    }

    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, #C41E3A, #0047AB);
        bottom: 85px;
        left: 15px;
        border-radius: 5px;
        position: fixed;
        z-index: 9990;
        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 .sidebar {
        width: 100%;
    }

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


.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: #C41E3A !important;
}

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

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

section.chat .content .chat-box {
    width: 75%;
    background: #FFF;
    padding: 20px;
    border: 2px solid #EEE;
    border-radius: 5px;
    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: 5px;
}

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: 5px;
}

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: 10px;
    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: 5px;
    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: 5px;
    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%;
    }
}

.search-results-info {
    text-align: center;
}


.state-dropdown {
    position: relative;
    width: 100%;
    min-width: 250px;
}

.state-dropdown .dropdown-wrapper {
    display: inline-block;
    width: 100%;
}

.state-dropdown .dropdown-header {
    padding: 5px 15px;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #EEE;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
    min-height: 36px;
    font-family: "Lato", sans-serif !important;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2c2c2c;
}

.state-dropdown .dropdown-toggle-icon {
    font-size: 12px;
}

.state-dropdown .dropdown-list li {
    list-style-type: none;
}

.state-dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #EEE;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    font-family: "Lato", sans-serif !important;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2c2c2c;
}

.state-dropdown .dropdown-list.open {
    display: block;
}

.state-dropdown .country-title {
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}

.state-dropdown .country-title .collapse-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.state-dropdown .country-title .collapse-icon.open {
    transform: rotate(180deg);
}

.state-dropdown .state-list {
    list-style-type: none;
    padding-left: 0;
    display: none;
    margin-left: 20px;
    margin-top: 0px;
}

.state-dropdown .state-option {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.state-dropdown .state-option.selected {
    background-color: #C41E3A;
    color: #FFF;
}

.state-dropdown .state-option.selected:hover {
    color: #FFF;
}

.state-dropdown .state-option:hover {
    background-color: #C41E3A;
    color: #FFF;
}

.state-dropdown .dropdown-wrapper.open .dropdown-list {
    display: block;
}

.state-dropdown .collapse.show {
    display: block;
}

#filterForm>div {
    display: inline-block;
}

.place_ad.ad_details input,
.place_ad.ad_details select {
    height: fit-content !important;
}

#sendBtn:disabled {
    background-color: #ccc;
    /* Gray background */
    color: #666;
    /* Dim text */
    cursor: not-allowed;
    /* Show disabled cursor */
    opacity: 0.6;
    /* Reduce opacity */
}

#advert-title-tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9em;
    width: 250px;
    top: 100%;
    left: 0;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-control {
    position: relative;
}

#register-dotted {
    border-top: 1px dotted #000;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#register-dotted-text {
    float: left;
    padding: 0 10px 0 10px;
    margin: -20px 0 0 38%;
    background: #FFF;
}

/* Style for labels of required fields */
.required-label::after {
    content: " *";
    color: red;
}

.payment-ad-info {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.payment-ad-info .details {
    width: 45%;
}

.advert-info {
    width: 45%;
    background: #FFF;
    padding: 20px;
    border: 2px solid #EEE;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.advert-info h3 {
    margin-bottom: 0 !important;
}

.advert-info tr:not(:first-child):not(:last-child) {
    line-height: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.advert-info table {
    border-collapse: collapse;
    /* Ensures borders do not double */
    width: 100%;
}

.advert-info td {
    padding: 10px;
}

.advert-info p {
    margin-bottom: 0px !important;
}

@media (max-width: 1023.98px) {
    .payment-ad-info {
        display: block !important;
    }

    .payment-ad-info .details,
    .payment-ad-info .advert-info {
        width: auto !important;
    }
}

.prev-step,
.prev-step button,
.prev-step input,
button.next-step,
button.finish-step {
    color: #FFF;
    background-color: #0047AB;
    padding: 0px 10px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    appearance: button;
    -webkit-appearance: button;
}

.prev-step:hover,
.prev-step:hover input,
.prev-step:hover button,
.prev-step button:hover,
button.next-step:hover {
    background-color: #C41E3A;
}

button.finish-step {
    width: 52% !important;
    background-color: #0C5B34;
}

button.finish-step:hover {
    background-color: rgb(8, 63, 37);
    ;
}

.image_area {
    width: fit-content;
}

.ad_details #current_images {
    gap: 30px;
}

.image_move {
    position: relative;
}

.ui-sortable-helper {
    width: 150px !important;
    height: 150px !important;
    z-index: 9999;
}

.ui-sortable-helper img {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
}

.sortable-placeholder {
    background: #f0f0f0;
    border: 2px dashed #ccc;
    height: 150px;
    /* match image height */
    width: 150px;
}


.ad_details .image-preview {
    display: flex;
    flex-wrap: wrap;
}

.ad_details .image-preview div {
    position: relative;
    margin: 5px;
    cursor: move;
    /* indicates this item can be dragged */
}

.ad_details .image-preview img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
}

.ad_details .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: 1px solid red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Semi-transparent full-screen backdrop */
#noAccountModalBackdrop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

/* The actual modal box, centered in the viewport */
#noAccountModalBackdrop .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    max-width: 500px;
    width: 90%;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

#noAccountModalBackdrop .modal-buttons {
    margin-top: 20px;
    text-align: right;
}

#advert-advantages {
    background-color: #edf1f4;
    margin-top: 50px !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

#advert-advantages,
#buyers-checklist {
    background-color: #edf1f4;
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

#buyers-checklist .conclusion {
    border-top: 1px solid #ddd;
}

#advert-advantages h2,
#buyers-checklist h2 {
    font-weight: 500;
}

#advert-advantages p,
#buyers-checklist p,
#buyers-checklist .intro-text p strong,
#advert-advantages li,
#buyers-checklist li {
    color: rgb(102, 102, 102);
}

#advert-advantages li,
#buyers-checklist li {
    line-height: 25px;
}

#advert-advantages .pointer,
#buyers-checklist .pointer {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwcHgiIGhlaWdodD0iMTQwcHgiIHZpZXdCb3g9IjAgMCAxNjAgMTQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04MCAwTDAgMTQwaDE2MHoiLz48L2c+PC9zdmc+);
    background-size: cover;
    background-position-x: center;
    top: 0;
    height: 40px;
    z-index: 1;
    transform: scale(1, -1);
}

#advert-advantages .container,
#buyers-checklist .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#buyers-checklist strong {
    color: #000;
}

@media (max-width: 1023px) {
    #drag-msg {
        display: none !important;
    }
}

/* Styles for Back to Top Button */
/* Initially hidden until user scrolls */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background-color: #C41E3A;
    color: #FFF;
    padding: 8px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    opacity: 0.7;
    z-index: 9990;
}

/* Hover state on desktops */
@media (min-width: 1025px) {
    #backToTop:hover {
        opacity: 1;
    }
}

/* On screens <= 1024px, always fully opaque (no hover) */
@media (max-width: 1024px) {
    #backToTop {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #backToTop {
        bottom: 86px;
    }

    #backToTop svg {
        width: 15px !important;
        height: 15px !important;
    }
}

@media (max-width: 426px) {
    #backToTop {
        bottom: 86px;
        padding: 8px 8px;
    }
}

#backToTop svg {
    width: 25px;
    height: 25px;
    fill: #FFF;
    vertical-align: middle;
}

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

section.ad_details.boost-page {
    padding-bottom: 50px;
}

.btn.save-basic-info {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn.save-basic-info .spinner-border {
    margin-right: 8px;
}

.btn.save-basic-info.loading .spinner-border {
    display: inline-block !important;
}

.btn.save-basic-info.loading .btn-text {
    opacity: 0.6;
    pointer-events: none;
}

.btn.update-ad-submit-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn.update-ad-submit-button .spinner-border {
    margin-right: 8px;
}

.btn.update-ad-submit-button.loading .spinner-border {
    display: inline-block !important;
}

.btn.update-ad-submit-button.loading .btn-text {
    opacity: 0.6;
    pointer-events: none;
}

.place_ad.ad_details.step-2 .step_btns {
    justify-content: center;
}

.place_ad.ad_details.step-2 .step_btns .btn.save-basic-info {
    width: 50%;
}

.place_ad.ad_details.step-2 .step_btns .btn.save-basic-info .btn-text {
    font-size: 20px;
}

button[disabled] {
    cursor: not-allowed;
}

.place_ad.step-2 .one_line p {
    font-size: 14px;
}

.place_ad.step-2 .requirement-info {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.place_ad.step-2 .requirement-info span {
    color: red;
}

section.place_ad.edit-advert .col .content .details .details,
section.place_ad.step-3 .col .content .details {
    gap: 0;
}

section.place_ad.edit-advert .col h2.title,
section.place_ad.step-3 .col h2.title {
    margin-bottom: 5px;
}

section.place_ad.edit-advert .content p,
section.place_ad.step-3 .content p {
    font-size: 14px;
}

section.place_ad.edit-advert .content strong,
section.place_ad.step-3 .content strong {
    color: #000;
    font-weight: 600;
}

#drag-msg {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: italic;
}

section.place_ad.edit-advert .image_area p,
section.place_ad.step-3 .image_area p {
    margin: 0;
    margin-left: 2px;
    max-width: 100% !important;
}

#imageUploadModal,
#imageErrorModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-upload-modal {
    width: 200px !important;
    min-height: 140px;
}

.image-upload-modal,
.image-error-modal {
    background: #FFF;
    border-radius: 8px;
    padding: 20px;
    width: 80%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.image-error-modal-close-btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background: #C41E3A;
    color: #FFF;
    cursor: pointer;
    border-radius: 4px;
}

.image-error-modal-close-btn:hover {
    background: #C41E3A;
}

.image-upload-modal .image-upload-modal-spinner {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.image-upload-modal .image-upload-modal-spinner .spinner-border {
    display: flex;
    height: 35px;
    width: 35px;
    border: 5px solid green;
    border-right-color: transparent;
}

section.place_ad #current_images #no-images,
section.place_ad #image-count {
    font-weight: 100;
}

.btn.ad-image-upload {
    border-radius: 8px;
}

.btn.ad-image-upload .btn-text {
    text-align: center;
}

.btn.ad-image-upload.loading:hover {
    cursor: progress;
}

.step_btns .prev-step button.loading .spinner-border,
.step_btns .next-step.loading .spinner-border,
.btn.ad-image-upload.loading .spinner-border {
    display: inline-block !important;
}

.step_btns .prev-step button.loading .btn-text,
.step_btns .next-step.loading .btn-text,
.btn.ad-image-upload.loading .btn-text {
    opacity: 0.6;
    pointer-events: none;
}

@media only screen and (max-width: 426px) {
    section.edit-advert .container {
        padding: 0 5px;
    }

    .col {
        padding: 0;
    }

    section.edit-advert .col .content .details {
        padding: 10px;
    }

    .btn.ad-image-upload {
        border-radius: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

section.edit-advert .step_btns {
    justify-content: center;
}

section.edit-advert .btn.update-ad-submit-button {
    border-radius: 8px;
    width: 300px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #C41E3A;
    border-color: #C41E3A;
}

.btn-success {
    color: #FFF;
    background-color: #0047AB;
    border-color: #0047AB;
}


/* Select2 Drop down search */
span.select2-selection.select2-selection--single {
    height: 50px;
    border: 1px solid #EEE;
    align-content: center;
}

span.select2.select2-container {
    margin-top: 0;
}

span#select2-state-select-container {
    width: -webkit-fill-available;
    font-size: 16px;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-size: 30px;
}

span.select2-selection__clear {
    font-size: 30px;
    font-weight: 400 !important;
}

@media only screen and (max-width: 375px) {
    .place_ad_now span {
        display: none;
    }
}

input:disabled,
input:disabled:hover {
    cursor: not-allowed;
}
