@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

/* ------------------------------------------------------------------
 * Name         : Wicodus - HTML Template
 * File         : styles.css
 * Author       : ScanThemes
 * Author URI   : scanthemes@gmail.com
 *
 * All Rights Reserved.
 * --------------------------------------------------------------------- */


/* ---------------------------------------------------------------------

  [Table of contents]

    - Global
    - Typography
    - Floating arrow
    - Read More
    - Tag-list
    - Breadcrumb
    - Product Body
    - Carousel
    - Blocks
    - Store
    - Filters
    - Checkbox
    - Hr
    - Pagination
    - News
    - Profile
    - Forum
    - Help-Center
    - Chat
    - Footer

    - User CSS

------------------------------------------------------------------------ */


/* ---------------------------------------------------------------------

  *** All that is included here refers to additional user-defined styles.
      You can freely change them or add new ones.

/*---------------------------------------------------------------------- */


/* [ shape ] */

.rating_circle-wrapper {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 2.625rem;
    background: rgba(15, 19, 30, 0.75);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.rating_circle-wrapper:after {
    content: "";
    display: block;
    width: 2.625rem;
    height: 2.625rem;
    background: none;
    border-radius: 2.625rem;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    z-index: 6;
    box-sizing: inherit;
    overflow: hidden;
}

.rating_circle-foreground {
    display: block;
    position: absolute;
    margin: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background: #0f131e;
    border-radius: 1.875rem;
    z-index: 2;
}

.rating_circle-foreground .rating_circle-number {
    font-size: 80%;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 1.875rem;
    display: block;
    height: 100%;
    color: #ffc107;
}

.rating_circle {
    display: block;
    position: relative;
    width: 1.3125rem;
    height: 2.625rem;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-left: 1.3125rem;
}

.rating_circle:before {
    content: " ";
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
    position: absolute;
    left: -100%;
    border-radius: 0.5em 0 0 0.5em;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.rating_circle[data-rating-total="1"]:before {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.rating_circle[data-rating-total="2"]:before {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.rating_circle[data-rating-total="3"]:before {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.rating_circle[data-rating-total="4"]:before {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.rating_circle[data-rating-total="5"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rating_circle[data-rating-total="6"]:before {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
    left: 0;
}

.rating_circle[data-rating-total="7"]:before {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
    left: 0;
}

.rating_circle[data-rating-total="8"]:before {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
    left: 0;
}

.rating_circle[data-rating-total="9"]:before {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
    left: 0;
}

.rating_circle[data-rating-total="10"]:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 0;
}

.rating_circle[data-rating-total="6"] {
    width: 2.625rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.rating_circle[data-rating-total="6"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
}

.rating_circle[data-rating-total="7"] {
    width: 2.625rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.rating_circle[data-rating-total="7"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
}

.rating_circle[data-rating-total="8"] {
    width: 2.625rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.rating_circle[data-rating-total="8"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
}

.rating_circle[data-rating-total="9"] {
    width: 2.625rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.rating_circle[data-rating-total="9"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
}

.rating_circle[data-rating-total="10"] {
    width: 2.625rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.rating_circle[data-rating-total="10"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 1.3125rem;
    height: 2.625rem;
    background: #ffc107;
}

.XL-rating_circle-wrapper {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 4.2rem;
    background: rgba(15, 19, 30, 0.75);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.XL-rating_circle-wrapper:after {
    content: "";
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    background: none;
    border-radius: 4.2rem;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    z-index: 6;
    box-sizing: inherit;
    overflow: hidden;
}

.XL-rating_circle-foreground {
    display: block;
    position: absolute;
    margin: 0.25rem;
    width: 3.7rem;
    height: 3.7rem;
    background: #0f131e;
    border-radius: 3.7rem;
    z-index: 2;
}

.XL-rating_circle-foreground .rating_circle-number {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 3.7rem;
    display: block;
    height: 100%;
    color: #ffc107;
}

.XL-rating_circle {
    display: block;
    position: relative;
    width: 2.1rem;
    height: 4.2rem;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-left: 2.1rem;
}

.XL-rating_circle:before {
    content: " ";
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
    position: absolute;
    left: -100%;
    border-radius: 0.5em 0 0 0.5em;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.XL-rating_circle[data-rating-total="1"]:before {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.XL-rating_circle[data-rating-total="2"]:before {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.XL-rating_circle[data-rating-total="3"]:before {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.XL-rating_circle[data-rating-total="4"]:before {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.XL-rating_circle[data-rating-total="5"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.XL-rating_circle[data-rating-total="6"]:before {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
    left: 0;
}

.XL-rating_circle[data-rating-total="7"]:before {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
    left: 0;
}

.XL-rating_circle[data-rating-total="8"]:before {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
    left: 0;
}

.XL-rating_circle[data-rating-total="9"]:before {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
    left: 0;
}

.XL-rating_circle[data-rating-total="10"]:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 0;
}

.XL-rating_circle[data-rating-total="6"] {
    width: 4.2rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.XL-rating_circle[data-rating-total="6"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
}

.XL-rating_circle[data-rating-total="7"] {
    width: 4.2rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.XL-rating_circle[data-rating-total="7"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
}

.XL-rating_circle[data-rating-total="8"] {
    width: 4.2rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.XL-rating_circle[data-rating-total="8"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
}

.XL-rating_circle[data-rating-total="9"] {
    width: 4.2rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.XL-rating_circle[data-rating-total="9"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
}

.XL-rating_circle[data-rating-total="10"] {
    width: 4.2rem;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-left: 0;
}

.XL-rating_circle[data-rating-total="10"]:after {
    left: 50%;
    border-radius: 0 0.5em 0.5em 0;
    content: " ";
    position: absolute;
    width: 2.1rem;
    height: 4.2rem;
    background: #ffc107;
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url("../plugins/slick/ajax-loader.gif") center center no-repeat;
}


/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 0;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir="rtl"] .slick-next:before {
    content: "";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* Global */

@media screen and (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 2.125rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.45rem;
    }
    h5,
    .h5 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 1.5rem;
    }
    h2,
    .h2 {
        font-size: 1.38rem;
    }
    h3,
    .h3 {
        font-size: 1.35rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 992px) {
    .lead-lg {
        font-size: 1.1875rem !important;
    }
}

@media screen and (max-width: 991.98px) {
    .section-header {
        margin: 0 auto 3rem;
    }
}

.parallax-mirror {
    pointer-events: none;
}

.mnh-auto {
    min-height: auto !important;
}

.bg-theme {
    background: #0f131e;
}

.offcanvas-cart {
    background: rgba(21, 21, 21, 0.95);
    width: 23.75rem;
}

.offcanvas-cart input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.offcanvas-cart input[type="number"]::-webkit-inner-spin-button,
.offcanvas-cart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.offcanvas-cart .number-input {
    display: inline-flex;
}

.offcanvas-cart .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0.5rem;
}

.offcanvas-cart .number-input input[type="number"] {
    max-width: 2rem;
    padding: 0.5rem;
    height: 1.5rem;
    color: #ffc107;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    background: transparent;
    border: 0;
}

.offcanvas-cart .offcanvas-cart-list .ocs-cart-item:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3a4048;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.list-style-image {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.badge-cart {
    min-width: 0.9375rem;
    min-height: 0.9375rem;
    line-height: 0.9375rem;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0;
}


/* logo */

.navbar .logo .logo-light,
.navbar .logo .logo-dark {
    max-height: 2.6875rem;
}

.fixed-top~.navbar:not(.fixed-to) {
    margin-top: 5.3125rem;
}

.border-nav {
    border: 1px solid;
    border-color: #212529;
}

.main-content {
    position: relative !important;
}

.media-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.page-body {
    background-color: #181818;
    color: #eaf8ff;
}

.product_name {
    margin-bottom: 0;
}

.alert-share {
    background-color: #232533;
}

a {
    color: #ffffff;
}

a:hover,
a:focus {
    color: #58bdf7;
}

.card {
    background: transparent;
}

.btn-sub.btn-light {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.text-lt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

figure.effect-layla-dark::before,
figure.effect-layla-dark::after {
    border-color: #3a4048;
}

.breadcrumb-nowrap {
    flex-wrap: nowrap;
}

.breadcrumb-nowrap .breadcrumb-item {
    white-space: nowrap;
}

.breadcrumb-nowrap .breadcrumb-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.triangle-bottomleft {
    poents-events: none;
    border-bottom: 100vh solid rgba(0, 0, 0, 0.77);
}

.triangle-bottomleft:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.text__gradient {
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient( top, #fff 0, #c6c6c6 7%, #fff 20%, #cfcfcf 38%, #fef9ef 68%, #c7beac 83%, #dccdbc 100%);
    background-size: 1em 1em;
    background-position: center;
}

.text__gradient.text-mod:before {
    display: inline-block;
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    text-shadow: 0 1px 9px rgba(0, 0, 0, 0.7), 0 1px 9px rgba(0, 0, 0, 0.7);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.7);
}

.text-shadow {
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.text-mod {
    font-family: "Open Sans", sans-serif;
}

.text-dotted-warning {
    border-bottom: 1px dotted #ffc107;
}

.ls-n {
    letter-spacing: normal !important;
}

@media (max-width: 575.98px) {
    .text-fnwp {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
    }
    .text-fnwp .nav-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.text-warning.text-underline:after {
    background-color: #ffc107;
}

.text-warning.text-underline:hover:after {
    opacity: 0.6;
}

.review_score-btn,
.autor-btn-se {
    z-index: 2;
    display: flex;
    align-items: center;
    height: 30px;
    background: #ffc107;
    position: relative;
    padding: 5px 8px 5px 16px;
    color: #3a4048;
    font-weight: 600;
}

.review_score-btn:after,
.autor-btn-se:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ffc107;
    position: absolute;
    top: 0;
    left: 100%;
}

.autor-name-ft,
.autor-date-ft {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 480px) {
    .autor-date-ft {
        max-width: 14rem;
    }
    .autor-name-ft {
        max-width: 5rem;
    }
}

@media only screen and (max-width: 420px) {
    .autor-date-ft {
        max-width: 7.4rem;
    }
}

.star_rating-se,
.post-date-se {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 30px;
    background: #151515;
    position: relative;
    padding: 5px 3px 5px 25px;
    color: #ffc107;
    font-weight: 600;
    letter-spacing: 4px;
}

.star_rating-se:after,
.post-date-se:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 14px;
    border-color: transparent transparent transparent #151515;
    position: absolute;
    top: 0;
    left: 100%;
}


/* dropdown-share */

.dropdown-menu-share {
    background: #111931;
    border: 1px solid #3a4048;
}

.dropdown-menu-share a {
    color: #ffffff;
}

.dropdown-menu-share a:hover {
    background: #ffc107;
}


/* Typography */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #ffffff;
}


/* Floating arrow */

.down-arrow {
    font-size: 1rem;
    position: absolute;
    bottom: 1.8rem;
}

.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}


/* Read More */

.readmore {
    position: relative;
}

.readmore p {
    margin: 0;
}

.readmore:not(.show) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6.875rem;
    overflow: hidden;
}

.readmore:not(.show).r-fade.collapse p:after {
    content: "";
    display: block;
    width: 100%;
    height: 3.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(15, 19, 30, 0.5), #0f131e);
}

.readmore.collapsing {
    min-height: 6.875rem !important;
}

.readmore-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    color: #ffba00;
    cursor: pointer;
}

.readmore-btn:after {
    content: "+ Read More";
}

.readmore-btn:not(.collapsed):after {
    content: "- Show Less";
}


/* Tag-list */

.tag-list {
    display: flex;
}

.tag-list .tag-item {
    margin-right: 0.5rem;
}

.tag-list .tag-item:not(:last-child):after {
    content: "|";
    margin-left: 0.5rem;
}


/* Breadcrumb */

.breadcrumb-product .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-product .breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-product .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}


/* Product Body */

.product-body {
    border: 1px solid #3a4048;
    padding: 0.9375rem;
}

.release-date {
    color: #ffffff;
}

.release-soc {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
}

@media screen and (max-width: 767.98px) {
    .release-soc-container {
        display: flex;
        position: absolute;
        top: -1rem;
        right: 1rem;
    }
}

.platform,
.developer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.platform-item {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
}

.developer-wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.developer-item {
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
    color: #ffffff;
}

.price-wrapper .input-group {
    background-color: transparent;
    border-color: #3a4048;
    max-width: 5rem;
}

.price-wrapper .input-group .form-control {
    color: #17a2b8;
    background-color: transparent;
}

.price-wrapper .discount {
    display: flex;
    align-items: center;
    background-color: #da2f69;
    padding: 0.3rem 0.75rem;
    border-radius: 0.15rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.price-wrapper .price {
    line-height: 1.4;
}

.price-wrapper .price .price-prev {
    display: inline-block;
    font-size: 0.775rem;
    position: relative;
}

.price-wrapper .price .price-prev:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    left: 0;
    right: 0;
    top: 50%;
}

.price-wrapper .price .price-current {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffc107;
    margin-bottom: 0.6rem;
}


/* Price */

.price-box {
    display: flex;
    border: 1px solid #3a4048;
    padding: 0.75rem;
}

.quantity_wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.quantity_wrapper .btn-quantity {
    cursor: pointer;
    height: 50%;
    border-left: 1px solid #3a4048;
    text-align: center;
    padding: 0rem 0.3rem;
}

.quantity_wrapper .btn-quantity:hover {
    background: #3a4048;
}

.quantity_wrapper .btn-quantity:not(:last-child) {
    border-bottom: 1px solid #3a4048;
}


/* Carousel */

.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    width: 3.75rem;
}

.carousel-header .carousel-shape {
    margin-left: 9rem;
}

.carousel-header .carousel-shape__light {
    margin-left: 13rem;
}

@media (min-width: 576px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 4.5rem;
    }
}

@media screen and (min-width: 992px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 7%;
    }
}

@media screen and (min-width: 1300px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 9%;
    }
}

@media screen and (min-width: 1400px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 12%;
    }
}

@media screen and (min-width: 1525px) {
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 15%;
    }
}

.spotlight-tabs.nav-tabs.spotlight-tabs-dark::after {
    border-bottom: 1px solid #3a4048;
}

.carousel-product .product-slider-nav .slick-list {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.carousel-product .product-slider-nav .slick-track .slick-slide .slide-item .screenshot {
    cursor: pointer;
}

.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item {
    position: relative;
}

.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffc107;
    position: absolute;
    top: -12px;
    left: calc(50% - 10px);
}

.slick-active.slick-center img {
    border: inset 2px #ffba00;
}

.video-popup-modal {
    background: rgba(0, 0, 0, 0.53);
    backdrop-filter: blur(3px);
}

.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item .screenshot {
    border: 1px solid #ffc107;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 0.7);
}

.carousel:not(.carousel-header) .icon-cl-prev,
.carousel:not(.carousel-header) .icon-cl-next {
    background-color: #0f131e;
}


/* carousel fix */

.carousel .carousel-item [data-carousel-animation="fade"]:not(.active) {
    animation-fill-mode: none;
}

.owl-carousel-spotlight .owl_item_review:hover .review_h {
    background: rgba(255, 193, 7, 0.9);
}


/* Extra small devices */

@media (max-width: 320.98px) {
    .header .carousel .main_carousel__content .carousel__heading {
        font-size: 1.425rem;
    }
    .header .carousel .main_carousel__content .carousel__discount {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .header .carousel .main_carousel__content .carousel__text {
        max-height: 130px;
        overflow: hidden;
    }
}

.carousel_sm .owl-dots {
    justify-content: center;
}

.carousel_sm .owl-dots .owl-dot span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0;
}

.carousel_sm .owl-dots .owl-dot.active span {
    background: #ffc107;
}


/* ig */

.ig-sl-gr {
    background: linear-gradient( to bottom, rgba(17, 25, 49, 0.8) 30%, rgba(15, 19, 30, 0.8) 50%);
}

.ig-slider-def,
.ig-slider-def .carousel-inner,
.ig-slider-def .carousel-inner .carousel-item .ig-img {
    height: 78vh;
}

@media (min-width: 992px) {
    .ig-slider-def,
    .ig-slider-def .carousel-inner,
    .ig-slider-def .carousel-inner .carousel-item .ig-img {
        height: 70vh;
    }
}

.po_carousel__wrapper {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    /* bottom: 20px; } */
    .po_carousel-indicators {
        display: flex;
        justify-content: center;
        padding: 1rem;
        background: rgba(15, 19, 30, 0.9);
        border-radius: 0.25rem;
        margin-bottom: 0;
    }
    .po_carousel-indicators>li {
        border-radius: 3px;
        width: 24px;
        height: 4px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .po_carousel-indicators.active {
        background: rgba(15, 19, 30, 0.9) !important;
    }
    .po_carousel-indicators.carousel-indicators {
        position: static;
        margin-left: 0;
        margin-right: 0;
        z-index: 16;
    }
}


/* Blocks */

.h-fullscreen__page {
    height: calc(100vh - 143px);
    /* fullscreen - navbar height */
}

.about {
    color: #ced4da;
}

.about-features .counter-total {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 992px) {
    .about-features .counter-total {
        font-size: 2.5rem;
    }
}

.sreq_nav {
    background: linear-gradient( to right, rgba(23, 162, 184, 0.15) 0%, rgba(23, 162, 184, 0) 100%);
    border-color: #3a4048;
}

.sreq_nav.nav-tabs-minimal .nav-link.active,
.sreq_nav.nav-tabs-minimal .nav-item.show .nav-link {
    border-bottom-color: #ffc107;
}

.avatar {
    min-width: 3.125rem;
    height: 3.125rem;
}

.review-box .review-item {
    width: 100%;
}

.review-box .dropdown .dropdown-toggle::after {
    display: none;
}

.review-box .dropdown .dropdown-menu {
    min-width: auto;
}

.gradient-lg {
    background: linear-gradient(to bottom, #111931 0%, #0f131e 100%);
}

.main-fb-product:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 149.0196078431%;
}


/* Store */

.top_sellers .product-item .img {
    max-height: 4.5rem;
}

.top_sellers .spotlight-tabs.nav-tabs.spotlight-tabs-dark::after {
    border-bottom: 1px solid #3a4048;
}

.top_sellers .spotlight-tabs.nav-tabs.spotlight-tabs-dark .nav-item:not(:last-child) .nav-link::after {
    border-right: 2px solid #3a4048;
}

.top_sellers .spotlight-tabs~.tab-content a:hover,
.top_sellers .spotlight-tabs~.tab-content a:focus {
    color: rgba(255, 255, 255, 0.9);
}

.checkout-order-body [data-step].timeline-item::after {
    font-family: "themify";
    top: -2rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
    left: calc(50% - 2rem + 0.125rem);
}

.checkout-order-body .timeline-item::after {
    background-color: #12172e;
}

.checkout-order-body .text-rp.text-primary.t-underline:after,
.checkout-order-body .text-rp.text-primary.text-underline:after {
    background-color: #00a8ff;
}

.checkout-order-body .text-rp.text-primary.t-underline:hover:after,
.checkout-order-body .text-rp.text-primary.text-underline:hover:after {
    background-color: #0086cc;
    opacity: 0.6;
}

.checkout-order-body .checkout-order-img {
    max-width: 6rem;
}

.checkout-order-body .amount-wrapper {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2rem;
    padding: 0.25rem;
}

.checkout-order-body .amount-wrapper input[type="number"] {
    max-width: 1.5rem;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.checkout-order-body .amount-wrapper input[type="number"]::-webkit-inner-spin-button,
.checkout-order-body .amount-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.checkout-order-body .btn-amount {
    width: 2rem;
    height: 2rem;
}

.checkout-order-body .input-amount {
    background: transparent;
    border: 0;
    color: #ffffff;
    text-align: center;
}

.checkout-order-body .input-transparent .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.checkout-order-body .accordion .card {
    background-color: transparent;
    border-color: #3a4048;
}

.checkout-order-body .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom-color: #3a4048;
}

.checkout-order-body .accordion .card .card-header {
    background-color: transparent;
}

.checkout-order-body .accordion .card .card-header .icon {
    transform: none !important;
    -webkit-transition: auto;
    -moz-transition: auto;
    -ms-transition: auto;
    transition: auto;
}


/* Filters */

.filters {
    /* sidebar */
    /* collapse */
}

.filters .sidebar-nav-light-hover .nav-item.active .nav-link {
    background: transparent;
}

.filters .sidebar-nav-light-hover .nav-item.active>.nav-link {
    background: rgba(255, 255, 255, 0.2);
}

.filters .sidebar-nav-light-hover .nav-item:not(.active) .nav-link:hover,
.filters .sidebar-nav-light-hover .nav-item:not(.active) .nav-link.collapser-active {
    background: rgba(255, 255, 255, 0.15);
}

.filters a.collapsed.collapser {
    position: relative;
}

.filters a.collapsed.collapser:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0.75rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filters a.collapsed.collapser.collapser-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters .sidebar-nav-light-hover .nav-item:last-child {
    margin-bottom: 0 !important;
}


/* Checkbox */

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before {
    border: 1px solid #3a4048;
    background-color: #0f131e;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #3a4048;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #3a4048;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    color: #ffffff;
    background-color: #3a4048;
}

.custom-checkbox .custom-control-label::after {
    border-color: #ffffff;
}


/* Hr */

.hr-text,
.hr-text-left {
    justify-content: center;
}

.hr-text:before,
.hr-text-left:before {
    border-color: #3a4048;
}

.hr-text:after,
.hr-text-left:after {
    border-color: #3a4048;
}


/* Pagination */

.pagination .page-link {
    background: transparent;
    border-color: #3a4048;
}

.pagination .page-link:not(:first-child):not(:last-child) {
    border-color: transparent;
}

.pagination .page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
}

.pagination a {
    color: #ffffff;
}

.characters .article-image {
    border: 1px solid #0c0c0c;
}

.countdown-outline-box {
    border-radius: 0.1rem;
    border-color: rgba(255, 255, 255, 0.45) !important;
}


/* News */

.release-subheader {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1200px) {
    .release-subheader {
        max-width: 1110px;
        padding-left: 15px;
    }
}

.release-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media screen and (min-width: 576px) {
    .release-container {
        max-width: 540px;
    }
}

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

@media screen and (min-width: 992px) {
    .release-container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .release-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.news-header {
    height: 30rem;
    background: #0f131e;
}

.news-header .release-subheader {
    background: rgba(15, 19, 30, 0.85);
}

.news-section .news-list .news-item:not(:first-child) {
    padding-top: 1rem;
}

.news-section .news-list .news-item:not(:last-child) {
    border-bottom: 1px solid #3a4048;
    padding-bottom: 1rem;
}

.news-section .news-list .news-item .comments {
    color: #adb5bd;
}

.entry-content {
    background: rgba(0, 0, 0, 0.15);
}

.comments .comment-item {
    display: flex;
    padding-bottom: 1rem;
}

.comments .comment-item a.comment-metadata {
    text-transform: uppercase;
}

.comments .comment-reply-link {
    text-transform: uppercase;
    color: rgba(58, 64, 72, 0.95);
    font-weight: 500;
    font-size: 0.8125rem;
}

.comments .comment-main {
    position: relative;
    width: 100%;
    border: 1px solid #3a4048;
}

.comments .comment-main .comment-header {
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #3a4048;
}

.comments .comment-main .comment-reply {
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    border: 1px solid #ffc107;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #ffc107;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comments .comment-main .comment-reply:hover {
    background: #edb100;
}

.comments .comment-item .comment-img img {
    max-width: 6.25rem;
}

@media screen and (min-width: 768px) {
    .comments .comment-item .comment-reply {
        right: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .comments .comment-item .comment-img img {
        max-width: 5rem;
    }
}

@media only screen and (max-width: 480px) {
    .comments .comment-item .comment-img img {
        max-width: 4.375rem;
    }
}

@media only screen and (max-width: 420px) {
    .comments .comment-item .comment-img img {
        max-width: 3.75rem;
    }
}

.post-date-se {
    background: rgba(255, 255, 255, 0.05);
}

.post-date-se:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.05);
}


/* Profile */

.profile-nav {
    background-color: rgba(15, 19, 30, 0.8);
}

.profile-nav .profile-nav-link.active .pr-icon-nav {
    color: #ffc107;
}

.profile-tabs {
    border-bottom: 0;
    gap: 10px 20px;
}

.profile-tabs .profile-nav-link {
    display: inline-block;
    padding: 1.5rem;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .profile-tabs .profile-nav-link {
        border: 3px solid transparent;
    }
    .navbar-expand-lg .profile-tabs .profile-nav-link.active {
        border-bottom: 3px solid #ffc107;
    }
    .navbar-expand-lg .profile-tabs .profile-nav-link.active .pr-icon-nav {
        color: inherit;
    }
}

.profile-carousel .owl-nav button {
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.profile-carousel .owl-nav button.owl-prev {
    left: 0;
}

.profile-carousel .owl-nav button.owl-next {
    right: 0;
}

.profile-carousel .owl-nav span {
    display: block;
    color: #ffffff;
    background-color: rgba(15, 19, 30, 0.5);
}

.dropdownSmile .dropdown-toggle::after {
    display: none;
}

.dropdownSmile .dropdown-menu {
    background: #0f131e;
    border-left: 1px solid #3a4048;
    border-top: 1px solid #3a4048;
    border-right: 1px solid #3a4048;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 11.25rem;
}

.dropdownSmile .dropdown-menu .dropdown-item {
    color: #ffffff;
    width: auto;
}

.dropdownSmile .dropdown-menu.show {
    display: flex;
}

.profile-progress {
    height: 0.3125rem;
}

.profile-ttip {
    cursor: pointer;
    vertical-align: text-top;
    color: #3a4048;
}

.profile-glib {
    max-width: 10rem;
}

@media screen and (min-width: 768px) {
    .profile-glib {
        max-width: 16rem;
    }
}

.tooltip-inner {
    background-color: #3a4048;
    border-radius: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #3a4048;
}

.gr-img {
    width: 5rem;
    height: 5rem;
}


/* Forum */

.forum-list .forum-topic-inner {
    padding: 1rem 0;
}

.forum-list .forum-topic-item:not(:last-child) .forum-topic-inner {
    border-bottom: 1px solid #3a4048;
}

.forum-topic-img {
    max-width: 10rem;
    width: 100%;
}


/* Help-Center */

.help_c .help_m .help_card {
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 3px solid #3a4048;
}

.help_c .help_m .help_card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-top-color: #ffc107;
}

.help_c .help_trt {
    color: rgba(255, 255, 255, 0.8);
}

.help_c .help_trt:hover {
    color: rgba(255, 255, 255, 0.95);
}


/* Chat */

.chat-sch .input-group {
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.chat-sch .input-group .input-group-prepend .input-group-text {
    color: rgba(255, 255, 255, 0.65);
}

.chat-sch .input-group:focus,
.chat-sch .input-group:focus-within {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.chat-sch input.form-control {
    height: auto;
    background: transparent;
    line-height: 1.6;
}

.chat-list-section {
    /* height controlled by JS spacer */
}

.chat-dialogue-sc {
    height: 30rem;
}

.chat-msg-item .chat-dialogue-item:not(:first-child) {
    margin-top: 0.5rem;
}

.chat-msg-item .chat-dialogue-item:not(:first-child)>.chat-dialogue-me:before {
    display: none;
}

.chat-msg-item .chat-dialogue-item:not(:first-child)>.chat-dialogue-me:after {
    border: 0;
}

.chat-dialogue-item>.chat-dialogue-me:last-child {
    margin-left: 1.25rem;
    margin-right: 0;
    border-left: 0;
}

.chat-dialogue-item>.chat-dialogue-me:last-child:after {
    top: 0;
    left: -9px;
    right: 100%;
    border-left: 1px solid #3a4048;
    border-bottom: 1px solid #3a4048;
    border-top: none;
    border-right: none;
    width: 17px;
    height: 17px;
    margin-top: 22px;
    transform: rotate(45deg);
}

.chat-dialogue-item>.chat-dialogue-me:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    border-radius: 0.25rem;
    background: linear-gradient( to bottom, rgba(58, 64, 72, 0) 0%, #3a4048 1px, #3a4048 18px, rgba(58, 64, 72, 0) 19px, rgba(58, 64, 72, 0) 42px, #3a4048 43px, #3a4048 calc(100% - 1px), rgba(58, 64, 72, 0) 100%);
}

.chat-dialogue-item .chat-dialogue-me:last-child:first-child {
    margin-left: 5.75rem;
    border-left: 1px solid #3a4048;
}

.chat-dialogue-me {
    background: #3a4048;
    color: #ffffff;
    padding: calc(1rem + 0.0625rem);
    position: relative;
    font-weight: 500;
    border-radius: 0.25rem;
    margin-right: 1.25rem;
    margin-left: 0;
    text-align: left;
    margin-bottom: 10px;
}

.chat-dialogue-me:after {
    content: "";
    position: absolute;
    left: calc(100% - 9px);
    top: 0;
    width: 17px;
    height: 17px;
    margin-top: 22px;
    border-left: 17px solid #3a4048;
    border-bottom: 1px solid #3a4048;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chat-dialogue-avatar {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
}

.chat-dialogue-sm-avatar {
    width: 3rem;
    height: 3rem;
}

.chat-list-section .chat-dialogue-avatar {
    margin: 0.5rem;
}

.chat-list-section .chat-dialogue-avatar:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid #ffc107;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chat-user-status,
.chat-user-status-border {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.chat-user-status:after {
    content: "";
    position: absolute;
    width: calc(1.125rem - 0.125rem * 2);
    height: calc(1.125rem - 0.125rem * 2);
    left: 0.125rem;
    top: 0.125rem;
    background: #748290;
    border-radius: 50%;
}

.chat-user-status.active:after {
    background: #26d847;
}

.chat-user-status-border {
    border: 0.125rem solid transparent;
    background: #1a1f2d;
}

.chat-msg-item .chat-dialogue-me {
    background: transparent;
    border: 1px solid #3a4048;
    color: #ffffff;
    padding: 1rem;
}

.chat-msg-item .chat-dialogue-avatar:after {
    display: none;
}

.chat-cat-list .chat-dialogue-avatar {
    margin: 0;
}

.chat-cat-list .chat-dialogue-avatar:after {
    display: none;
}

.chat-dialogue-avatar-st {
    position: absolute;
    bottom: 0.1rem;
    right: -0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.625rem;
    color: #ffffff;
    padding: 0 0.25rem;
    border-radius: 0.25rem;
}

.chat-ct-form .input-group {
    border-color: rgba(255, 255, 255, 0.2);
}

.chat-ct-form .form-control {
    background: transparent;
}

.chat-ct-form .dropdown-menu {
    max-width: 272px;
    padding: 0.5rem;
}

.chat-ct-form .dropdown-menu .dropdown-item {
    width: 47.25px;
    height: 47.25px;
    display: inline-block;
    padding: 0.75rem;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
}

.chat-ct-form .dropdown-menu .dropdown-item>* {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chat-cat-list .chat-cat-item.active,
.chat-cat-list .chat-cat-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.msg-fill {
    background: rgba(255, 255, 255, 0.05);
}

.msg-snd .input-group .input-group-append .input-group-text,
.msg-snd .input-group .input-group-prepend .input-group-text {
    color: rgba(255, 255, 255, 0.75);
}


/* Footer */

.footer .logo .logo-dark,
.footer .logo .logo-light {
    max-height: 2.5rem;
}


/* [ User CSS ] */


/*# sourceMappingURL=styles.css.map */


/*# sourceMappingURL=styles.css.map */

body {
    background: #181818;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}


/* ================================================ Navbar css Start ================================================*/

.navbar-wrapper {
    margin-top: 10px;
    padding: 8px;
    border-radius: 32px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-wrapper .navbar-inside {
    padding: 8px 8px 8px 30px;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(24, 24, 24, 0.7);
    box-shadow: 8px 8px 27px 0 rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(7px);
}

.navbar-wrapper .navbar-inside .logo-container {
    gap: 2px;
    text-decoration: none !important;
}

.navbar-wrapper .navbar-inside .logo-container .logo {
    width: 41px;
    height: auto;
}

.navbar-wrapper .navbar-inside .logo-container .logo-text {
    color: #fff;
    text-align: center;
    text-shadow: 8.153px 6.523px 8.969px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 29.352px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none !important;
}

.navbar-wrapper .navbar-inside .navbar-nav {
    gap: 25px;
}

.navbar-wrapper .navbar-inside .nav-link {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px !important;
}

.navbar-wrapper .navbar-inside .nav-link.active,
.nav-link:hover {
    color: #ffba00 !important;
}

.navbar-wrapper .navbar-inside .nav-btn-wrapper {
    padding: 0 10px;
    gap: 10px;
}

.navbar-wrapper .navbar-inside .nav-btn-wrapper .login-btn {
    padding: 5px 20px;
    gap: 5px;
    border-radius: 13px;
    border: 1px solid #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #ffba00;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-wrapper .navbar-inside .nav-btn-wrapper .login-btn:hover {
    background-color: #ffba00;
    color: #181818;
}

.navbar-wrapper .navbar-inside .nav-btn-wrapper .sell-btn {
    padding: 5px 20px;
    border-radius: 13px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-wrapper .navbar-inside .nav-btn-wrapper .sell-btn:hover {
    transform: scale(0.95) !important;
    transition: ease-in-out 0.3s;
}

.navbar-wrapper .navbar-inside .navbar-toggler:focus,
.navbar-wrapper .navbar-inside .navbar-toggler:active,
.navbar-wrapper .navbar-inside .navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}

.navbar-wrapper .navbar-inside .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-wrapper .navbar-inside .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23FFBA00' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-wrapper .profile-wrapper {
    position: relative;
}

.navbar-wrapper .profile-wrapper .profile-dropdown {
    position: absolute;
    top: 45px;
    right: 0;
    width: 180px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 2000;
}

.navbar-wrapper .profile-wrapper .profile-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-wrapper .profile-wrapper .profile-dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #181818;
    font-size: 14px;
    font-family: Poppins;
}

.navbar-wrapper .profile-wrapper .profile-dropdown a:hover {
    background: #f3f3f3;
}

.navbar-wrapper .profile-wrapper .profile-btn {
    width: 34px;
    height: 34px;
    background-color: #fff;
    backdrop-filter: blur(75px);
    border-radius: 100%;
    cursor: pointer;
}

.navbar-wrapper .profile-wrapper .profile-btn .img {
    width: 25px;
    height: 25px;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 1199px) {
    .navbar-wrapper .navbar-inside .navbar-nav {
        gap: 15px;
    }
    .navbar-wrapper .profile-wrapper .profile-dropdown.show {
        right: 160%;
    }
}

/* ── Mobile Nav Menu ────────────────────────────────────── */
.mobile-nav-menu {
    padding: 8px 0 4px;
    width: 100%;
}
.mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.15s;
    border-radius: 10px;
    margin: 1px 4px;
}
.mobile-nav-item:hover {
    background: rgba(255,186,0,0.08);
    color: #ffba00;
}
.mobile-nav-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffba00;
}
.mobile-nav-label {
    flex: 1;
}
.mobile-nav-badge {
    background: #ffba00;
    color: #181818;
    font-size: 11px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}
.mobile-nav-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 6px 16px;
}
.mobile-nav-logout {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 16px;
    color: rgba(255,100,100,0.85);
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    margin: 1px 4px;
    transition: background 0.15s;
}
.mobile-nav-logout:hover { background: rgba(220,53,69,0.1); }

@media (max-width: 1199.5px) {
    .navbar-wrapper .navbar-inside .collapse.navbar-collapse {
        padding: 8px 0 12px;
    }
}

@media (max-width: 424.5px) {
    .navbar-wrapper .navbar-inside {
        padding: 8px 8px 8px 15px;
    }
    .navbar-wrapper .navbar-inside .logo-container .logo {
        width: 35px;
    }
    .navbar-wrapper .navbar-inside .navbar-nav {
        gap: 15px;
    }
    .navbar-wrapper .navbar-inside .logo-container .logo-text {
        font-size: 20px;
    }
    .navbar-wrapper .navbar-inside .nav-btn-wrapper .sell-btn {
        padding: 5px 10px;
    }
    .navbar-wrapper .profile-wrapper .profile-dropdown.show {
        right: 110%;
    }
}

@media (max-width: 357px) {
    .navbar-wrapper .profile-wrapper .profile-dropdown.show {
        right: -205%;
    }
}


/* ================================================ Navbar css End ================================================*/


/* ================================================ Footer css Start ================================================*/

.footer {
    /* margin-top: 138px; */
    padding-top: 0;
    margin-top: -3px;
    border: none;
    background-color: #0a0905;
}

.footer .footer-trust-bar {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,198,0,0.1);
}

.footer .footer-main-content {
    padding-top: 55px;
}

.footer .footer-line-img {
    position: absolute;
    top: -11px;
    width: -webkit-fill-available;
}

.footer .first-part {
    padding: 15px;
    gap: 16px;
}

.footer .first-part .logo-wrapper {
    gap: 2px;
    text-decoration: none !important;
    padding: 3.5px 0;
}

.footer .first-part .logo-wrapper .footer-logo {
    width: 41px;
    height: auto;
}

.footer .first-part .logo-wrapper .logo-text {
    color: #fff;
    text-align: center;
    text-shadow: 8.153px 6.523px 8.969px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 29.352px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.footer .first-part .text {
    color: #f8f9fa;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.5px;
}

.cursor-pointer {
    cursor: pointer;
}

.footer .second-part {
    padding: 14px 15px 35px 15px;
    gap: 16px;
}

.footer .second-part .heading {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 25.5px;
    text-transform: uppercase;
}

.footer .second-part .options {
    color: #f8f9fa;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: 28.5px;
    letter-spacing: 1px;
}

.footer .second-part .icon-wrapper {
    /* padding: 8px 0 8.2px 0; */
    gap: 15.8px;
}

.footer .second-part .icon-wrapper .icon {
    height: 35px;
    width: auto;
}

.footer .line {
    opacity: 0.56;
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background-color: #fff;
    border-radius: 10px;
}

.footer .text-or-btn {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-w {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
    display: block;
    line-height: 1.8;
}
.c-w svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    flex-shrink: 0;
}
.footer .text-or-btn .copyright {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
}

.footer .text-or-btn .copyright a {
    opacity: 0.8;
    color: #ffba00;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer .text-or-btn .footer-btn {
    gap: 5px;
    text-decoration: none;
}

.footer .text-or-btn .footer-btn .text {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 991.5px) {
    .footer .first-part {
        padding: unset;
        gap: 16px;
    }
    .footer .second-part {
        padding: unset;
        gap: 5px;
    }
    .footer .footer-line-img {
        top: -8px;
    }
}

@media (max-width: 767.5px) {
    .footer .footer-line-img {
        top: -6px;
    }
}

@media (max-width: 575.5px) {
    .footer {
        padding-top: 0;
    }
    .footer .first-part .text {
        text-align: center;
    }
    .footer .second-part .options {
        text-align: center;
    }
    .footer .second-part {
        padding: unset;
        gap: 0px;
    }
    .footer .footer-line-img {
        top: -5px;
    }
}

@media (max-width: 524.5px) {
    .footer .footer-line-img {
        top: -5px;
    }
}

@media (max-width: 424.5px) {
    .footer .first-part .logo-wrapper .logo-text {
        font-size: 20px;
    }
    .footer .footer-line-img {
        top: -3px;
    }
}


/* ================================================ Footer css End ================================================*/


/* ================================================ Common css Start ================================================*/

.common-section {
    padding-top: 80px;
}

.common-section .wrapper {
    padding-bottom: 0.7px;
    gap: 20px;
}

.common-section .heading {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
}

.common-section .heading span {
    color: #ffba00;
}

.common-section .common-btn {
    padding: 13px 40px;
    gap: 5px;
    border-radius: 43px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
    color: #181818 !important;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.common-section a.text-light:hover {
    color: #181818;
}

.thank-you-text {
    color: #fff;
    font-family: Poppins;
    font-size: 69px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-align: center;
}

.thank-you-text span {
    color: #ffba00;
    text-shadow: 10px 8px 11px rgba(0, 0, 0, 0.25);
}

.thankYouModel {
    padding: 50px 30px 50px 30px !important;
    gap: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgb(18 18 18) !important;
    box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, 0.35) !important;
}

.popup-btn {
    padding: 13px 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: white !important;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.popup-video-container {
    width: 100%;
    height: auto;
}

.video-popup-modal .modal-body {
    padding: 0 !important;
}

.video-popup-modal .modal-content {
    background: transparent;
    position: relative;
}

.close-video-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 20;
    cursor: pointer;
}

.account-details-slider-display-img {
    cursor: pointer;
}

.close-video-btn img {
    width: 30px;
    height: 30px;
}

@media (max-width: 992px) {
    .thank-you-text {
        font-size: 48px;
    }
}

@media (max-width: 550px) {
    .thank-you-text {
        font-size: 40px;
    }
    .popup-btn {
        margin-top: 15px;
    }
}

@media (max-width: 767.5px) {
    .common-section .heading {
        line-height: normal;
    }
    .common-section .common-btn {
        padding: 13px 29px;
    }
}

@media (max-width: 575.5px) {
    .common-section .wrapper {
        gap: 10px;
    }
    .common-section .heading {
        font-size: 30px;
    }
}

.ff-acc-cards-sec {
    margin-top: 30px;
    padding-bottom: 25px;
}

.ff-acc-cards-sec .ff-acc-card-container {
    row-gap: 60px;
}

.ff-acc-card-container .ff-acc-cards {
    gap: 20px;
    max-width: 312px;
    cursor: pointer;
}

.ff-acc-card-container .ff-acc-cards .main-img-wrapper {
    overflow: hidden;
    width: 100%;
}

.ff-acc-card-container .ff-acc-cards .main-img-wrapper .main-img {
    height: 186px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ff-acc-card-container .ff-acc-cards .ff-card-btn {
    width: -webkit-fill-available;
    padding: 13px 25.6px;
    bottom: -40px;
    background: #ffba00;
    color: #181818;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.ff-acc-card-container .ff-acc-cards .main-img-wrapper:hover .ff-card-btn {
    bottom: 0px;
    transition: ease-in-out 0.3s;
}

.ff-acc-card-container .ff-acc-cards .bottom-part {
    gap: 15px;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .first-part {
    gap: 5px;
    align-self: stretch;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .first-part .level {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .first-part .price {
    color: #ffc107;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .first-part .acc-id {
    color: #fff;
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.85;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .first-part .acc-uid {
    color: #fff;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.85;
    word-break: break-all;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .line {
    /* width: 312px; */
    width: -webkit-fill-available;
    height: 1px;
    opacity: 0.3;
    background: #fff;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .name-img {
    gap: 10px;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .name-img .image {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .name-img {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    gap: 7px;
}
.ff-acc-card-container .ff-acc-cards .bottom-part .name-img .name {
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.ff-acc-card-container .ff-acc-cards .bottom-part .name-img .image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}
.card-star-icon {
    color: #ffba00;
    font-size: 11px;
    line-height: 1;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .capsule {
    padding: 4px 8px;
    gap: 4px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    align-items: center;
    white-space: nowrap;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .capsule .text {
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.2px;
    opacity: 0.9;
    line-height: 1;
}

.ff-acc-card-container .ff-acc-cards .bottom-part .capsule .second-part {
    color: rgba(255,255,255,0.6);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}



/* ================================================ Common css End ================================================*/


/* ================================================ Login Page css Start ================================================*/

.login {
    background-image: url(../img/login-page-bg.png);
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: bottom center;
    /* padding-top: 230px; */
    padding-top: 130px;
    padding-bottom: 150px;
}

.login .information {
    gap: 37px;
}

.login .information .first-part {
    gap: 10px;
}

.login .information .first-part .heading {
    color: #fff;
    font-family: Poppins;
    font-size: 69px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.login .information .first-part .heading span {
    color: #ffba00;
    text-shadow: 10px 8px 11px rgba(0, 0, 0, 0.25);
}

.login .information .first-part .text {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.9;
}

.login .information .line-img {
    width: -webkit-fill-available;
    height: auto;
}

.login .information .last-part {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.9;
    gap: 10px;
    flex-wrap: wrap;
}

.login .information .last-part a {
    opacity: 0.9;
    color: #ffba00;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.login .form-part {
    padding: 30px 30px 40px 30px;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, 0.35);
}

.login .form-part .form-fields {
    row-gap: 10px;
}

.login .form-part .form-fields .gap {
    gap: 7.75px;
}

.login .form-part .form-fields .gap .custom-label {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.5px;
    letter-spacing: 0.5px;
}

.login .form-part .form-fields .gap .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

.login .form-part .form-fields .gap .custom-input {
    height: 42.5px;
    padding: 5.8px 27.8px 5.8px 15.8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
}

.login .form-part .form-fields .gap .custom-input:-webkit-autofill,
.login .form-part .form-fields .gap .custom-input:-webkit-autofill:hover,
.login .form-part .form-fields .gap .custom-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #1e1e1e inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.login .form-part .form-fields .gap .custom-input.active {
    border: none;
    box-shadow: none;
}

.login .form-part .form-fields .forgot-ps {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.5px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.login .form-part .login-btn {
    margin-top: 15px;
    width: -webkit-fill-available;
    padding: 13px 40px;
    gap: 5px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
/* Ensure button elements inherit font correctly */
button.login-btn {
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #181818;
    background: #ffba00;
    border: 1px solid #fff;
}

.register-or-login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1400px) {
    .login .information .first-part .heading {
        font-size: 60px;
    }
}

@media (max-width: 1200px) {
    .login {
        padding-top: 170px;
        padding-bottom: 100px;
    }
    .login .information .first-part .heading {
        font-size: 48px;
    }
}

@media (max-width: 991.5px) {
    .login .information .first-part .heading {
        font-size: 45px;
    }
    .login .information {
        gap: 20px;
    }
}

@media (max-width: 767.5px) {
    .login {
        padding-top: 140px;
    }
    .login .information .first-part .heading {
        font-size: 30px;
    }
}

@media (max-width: 575.5px) {
    .login {
        padding-top: 150px;
    }
    .login .information .first-part .heading,
    .login .information .first-part .text {
        text-align: center;
    }
}

@media (max-width: 424.5px) {
    .login .information .last-part {
        font-size: 15px;
    }
}


/* ================================================ Login Page css End ================================================*/


/* ================================================ Home page css Start ================================================*/


/* // Hero section Start // */

.home-page-hero {
    background-image: url(../img/home-page-hero-bg.jpg);
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.home-page-hero .left-img {
    bottom: 0px;
    left: 0px;
    max-width: 444px;
    height: auto;
}

.home-page-hero .right-img {
    bottom: 0px;
    right: 0px;
    max-width: 326px;
    height: auto;
}

.home-page-hero .bottom-img {
    bottom: -25px;
    width: 100%;
}

.home-page-hero .content {
    padding-top: 140px;
    padding-bottom: 80px;
    display: flex;
    /* gap: 10px; */
    position: relative;
    z-index: 2;
}

.home-page-hero .content .ff-sign {
    max-width: 524px;
    height: auto;
}

.home-page-hero .content .hero-heading {
    color: #fff;
    font-family: Poppins;
    font-size: 69px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.home-page-hero .content .hero-heading span {
    color: #ffba00;
}

.home-page-hero .content .text {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.9;
}

@media (max-width: 1400px) {
    .home-page-hero .bottom-img {
        bottom: -21px;
    }
}

@media (max-width: 1199px) {
    .home-page-hero .bottom-img {
        bottom: -17px;
    }
    .home-page-hero .left-img {
        max-width: 364px;
    }
    .home-page-hero .right-img {
        max-width: 246px;
    }
    .home-page-hero .content {
        gap: 10px;
    }
}

@media (max-width: 991.5px) {
    .home-page-hero .bottom-img {
        bottom: -13px;
    }
    .home-page-hero .content .hero-heading {
        font-size: 60px;
    }
    .home-page-hero .left-img {
        max-width: 344px;
    }
    .home-page-hero .content .ff-sign {
        max-width: 490px;
    }
}

@media (max-width: 767.5px) {
    .home-page-hero .content {
        padding-top: 130px;
        /* padding-bottom: 110px; */
        padding-bottom: 50px;
    }
    .home-page-hero .bottom-img {
        bottom: -10px;
    }
    .home-page-hero .content .ff-sign {
        max-width: 350px;
    }
    .home-page-hero .content .hero-heading {
        font-size: 45px;
    }
    .home-page-hero .left-img {
        max-width: 294px;
    }
    .home-page-hero .right-img {
        max-width: 196px;
    }
    .home-page-hero .content .text {
        font-size: 15px;
    }
}

@media (max-width: 575.5px) {
    .home-page-hero .bottom-img {
        bottom: -8px;
    }
    .home-page-hero .left-img {
        max-width: 210px;
    }
    .home-page-hero .right-img {
        max-width: 150px;
    }
    .home-page-hero .content .hero-heading {
        font-size: 36px;
    }
}

@media (max-width: 425.5px) {
    .home-page-hero .content {
        padding-top: 120px;
        /* padding-bottom: 90px; */
        padding-bottom: 30px;
    }
    .home-page-hero .content .ff-sign {
        max-width: 300px;
    }
    .home-page-hero .bottom-img {
        bottom: -5px;
    }
    .home-page-hero .left-img {
        max-width: 160px;
    }
    .home-page-hero .right-img {
        max-width: 110px;
    }
    .home-page-hero .content .hero-heading {
        text-align: center;
    }
}


/* // Hero section End // */


/* // Select Container Start // */

.select-container {
    margin-top: -35px;
    z-index: 10;
}

.search-wrapper {
    display: flex;
    max-width: 760px;
    width: 100%;
    padding: 8px 8px 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid rgba(255,186,0,0.25);
    background: rgba(24,24,24,0.85);
    box-shadow: 8px 14px 30px 0 rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
}

.search-wrapper .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px 32px 9px 14px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background-color: rgba(255,255,255,0.07);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffba00' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    color: rgba(255,255,255,0.85);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.search-wrapper .custom-select option {
    background-color: #1e1e1e;
    color: #fff;
}

.search-wrapper .divider {
    width: 1px;
    height: 29px;
    opacity: 0.3;
    background: #fff;
}

.search-wrapper .search-group {
    display: flex;
    align-items: center;
    flex: 1;
}

.search-wrapper .select-level { width: 145px; min-width: 145px; }
.search-wrapper .select-price { width: 200px; min-width: 200px; }

.search-wrapper .search-input {
    border: none;
    background: transparent;
    flex: 1 0 0;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.85;
}
.search-wrapper .search-input::placeholder { color: rgba(255,255,255,0.4); }

.search-input:focus {
    outline: none;
}

.search-wrapper .search-btn {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    border: 2px solid #fff;
    background: #ffba00;
    box-shadow: 8px 7px 12px 0 rgba(0, 0, 0, 0.3);
}
.search-wrapper .search-btn .search-fa-icon {
    color: #181818;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 991.5px) {
    .search-wrapper .custom-select {
        padding: 10px 7px;
        background-position: right 8px center;
    }
}

@media (max-width: 768px) {
    .select-container {
        margin-top: -30px;
    }
    .search-wrapper {
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
        gap: 10px;
        width: 90%;
        background: rgba(20,20,20,0.92);
        box-shadow: 0 8px 24px rgba(0,0,0,0.4);
        border: 1px solid rgba(255,186,0,0.2);
        padding: 14px;
    }
    .search-wrapper .custom-select {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        background-color: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 10px;
        padding: 11px 36px 11px 14px;
        color: rgba(255,255,255,0.85);
        font-size: 14px;
    }
    .search-wrapper .select-level,
    .search-wrapper .select-price {
        width: 100%;
        min-width: unset;
    }
    .search-wrapper .divider {
        display: none;
    }
    .search-wrapper .search-group {
        width: 100%;
        background: rgba(255,255,255,0.07);
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.12);
        padding: 5px 5px 5px 12px;
    }
    .search-wrapper .search-input {
        font-size: 14px;
        color: #fff;
        min-width: 0;
    }
    .search-wrapper .search-btn {
        width: 36px;
        height: 36px;
        min-width: 36px;
        padding: 0;
        background: #ffba00;
        border: none;
        box-shadow: none;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-wrapper .search-btn .search-fa-icon {
        color: #181818;
        font-size: 14px;
        line-height: 1;
    }
}


/* // Select Container End // */


/* // Home Content css Start // */

.home-content {
    margin-top: -35px;
    padding-top: 33px;
    background-image: url(../img/home-content-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

@media (max-width: 767.5px) {
    .home-content {
        margin-top: -160px;
        padding-top: 135px;
    }
}


/* // Home Content css End // */


/* // how-we-work css Start // */

.how-we-work {
    margin-top: 80px;
    margin-bottom: 80px;
}

.how-we-work .common-section {
    padding-top: 0px;
}

.how-we-work .content-gap {
    row-gap: 30px;
    margin-top: 130px;
}

.how-we-work .line-img {
    top: 80px;
    width: -webkit-fill-available;
}

.how-we-work .topic-line-img {
    display: flex;
    width: 21.498px;
    height: auto;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.how-we-work .content {
    padding: 0 10.749px;
    /* gap: 21.498px; */
}

.how-we-work .content .number {
    color: #fff;
    font-family: Inter;
    font-size: 107.492px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.how-we-work .content .text {
    color: rgba(255, 255, 255, 0.7);
    font-family: Poppins;
    font-size: 17.199px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 1200px) {
    .how-we-work {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .how-we-work .content-gap {
        margin-top: 100px;
    }
    .how-we-work .content .number {
        font-size: 90px;
    }
    .how-we-work .topic-line-img {
        width: 18px;
    }
    .how-we-work .content .text {
        font-size: 16px;
    }
}

@media (max-width: 991.5px) {
    /* .how-we-work {
        margin-top: 80px;
    } */
    .how-we-work .content-gap {
        margin-top: 80px;
    }
}

@media (max-width: 767.5px) {
    .how-we-work {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .how-we-work .content-gap {
        margin-top: 80px;
    }
}

@media (max-width: 575.5px) {
    .how-we-work {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .how-we-work .line-img {
        top: 50px;
    }
    .how-we-work .content-gap {
        margin-top: 50px;
    }
    .how-we-work .topic-line-img {
        width: 12px;
    }
    .how-we-work .content .number {
        font-size: 70px;
    }
}

@media (max-width: 475px) {
    .how-we-work .content-gap {
        margin-top: 30px;
    }
}


/* // how-we-work css End // */


/* // home-full-screen-card css Start // */

.home-full-screen-card1 {
    background-image: url(../img/home-full-screen-card-bg1.jpg);
    background-position: bottom left;
}

.home-full-screen-card1 .custom-padding {
    /* padding: 70px 0px; */
    padding: unset;
}

.home-full-screen-card1 .content {
    padding: 0 12.096px;
}

.home-full-screen-card1 .content .heading {
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.home-full-screen-card1 .content .heading span {
    color: #181818;
}

.home-full-screen-card1 .content .line-image {
    height: 9px;
}

.home-full-screen-card1 .content .text {
    padding: 14px 0 20px 0;
    color: #fff;
    text-align: right;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.419px;
    text-transform: uppercase;
    padding-left: 90px;
}

.home-full-screen-card1 .content .my-btn {
    padding: 13px 20px;
    gap: 5px;
    border-radius: 33px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 10px 14px 18px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: right;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.home-full-screen-card2 {
    background-image: url(../img/home-full-screen-card-bg2.jpg);
    background-position: bottom right;
}

.home-full-screen-card2 .content {
    gap: 12.902px;
}

.home-full-screen-card2 .content .heading {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.home-full-screen-card2 .content .heading span {
    color: #ffba00;
}

.home-full-screen-card2 .content .line-image {
    height: 9px;
}

.home-full-screen-card2 .content .text {
    color: #f8f9fa;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
}

.home-full-screen-card2 .content .my-btn {
    padding: 13px 20px;
    gap: 5px;
    border-radius: 33px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 10px 14px 18px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: right;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .home-full-screen-card1 {
        background-position: top left;
    }
    .home-full-screen-card2 {
        background-position: 100% 35%;
    }
}

@media (max-width: 991.5px) {
    .home-full-screen-card1 {
        background-position: bottom left;
    }
    .home-full-screen-card2 {
        background-position: top right;
    }
}

@media (max-width: 991.5px) {
    .home-full-screen-card1 {
        background-position: bottom left;
    }
    .home-full-screen-card1 .bg-light_A-90 {
        background-color: transparent !important;
    }
    .home-full-screen-card2 {
        background-position: top right;
    }
}

@media (max-width: 767.5px) {
    .home-full-screen-card1 {
        background-position: bottom right;
    }
    .home-full-screen-card1 .content .text {
        padding-left: 120px;
    }
}

@media (max-width: 575.5px) {
    /* .home-full-screen-card1 {
    background-position: top right;
  } */
    .home-full-screen-card2 {
        background-position: bottom left;
    }
    .home-full-screen-card1 .custom-padding {
        padding: 40px 0px;
    }
    .home-full-screen-card1 .content .heading,
    .home-full-screen-card2 .content .heading,
    .home-full-screen-card2 .content .text {
        text-align: center;
    }
    .home-full-screen-card1 .content .text {
        padding-left: unset;
    }
}


/* // home-full-screen-card css End // */


/* // home slider css Start // */

.home-slider {
    margin-top: 150px;
    margin-bottom: 150px;
}

.home-slider .top-padding {
    margin-top: 40px;
}

.home-slider .common-section {
    padding-top: 0px;
}

.home-slider .home-slider-btns {
    gap: 15px;
    width: -webkit-fill-available;
}

.home-slider .home-slider-btns button:focus {
    outline: none;
}

.home-slider .home-slider-btns .slider-btn-left,
.home-slider .home-slider-btns .slider-btn-right {
    padding: 10px 13px;
    opacity: 0.5;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    opacity: 0.5;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.home-slider .home-slider-btns .slider-btn-left .icon,
.home-slider .home-slider-btns .slider-btn-right .icon {
    height: 24px;
    width: 24px;
}

.home-slider .home-slider-btns .slider-btn-left:hover,
.home-slider .home-slider-btns .slider-btn-right:hover {
    border: 2px solid #fff;
    background-color: #ffba00;
    opacity: 1;
}

.home-slider .home-slider-btns .slider-btn-left:hover .icon {
    content: url(../img/home-slider-hover-left-btn.png);
}

.home-slider .home-slider-btns .slider-btn-right:hover .icon {
    content: url(../img/home-slider-hover-right-btn.png);
}

.home-slider .home-slider-card {
    max-width: 366px;
    width: 100%;
    padding: 20px;
    gap: 25px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(rgb(36, 36, 36)) padding-box, linear-gradient( to bottom right, rgba(255, 193, 7, 1), rgba(255, 255, 255, 0), rgba(255, 193, 7, 1)) border-box;
    box-shadow: 11px 3px 26px 0 rgba(0, 0, 0, 0.32);
}

.home-slider .home-slider-card .top-side {
    gap: 15px;
}

.home-slider .home-slider-card .top-side .image {
    width: 60px;
    height: auto;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    object-fit: cover;
    flex-shrink: 0;
}

.home-slider .home-slider-card .top-side .text {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.7;
}

.home-slider .home-slider-card .bottom-side-text {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home-slider .home-slider-card .bottom-side-text-2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .home-slider {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .home-slider .home-slider-card {
        max-width: 422px;
        width: 100%;
    }
}

@media (max-width: 991.5px) {
    .home-slider {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .home-slider .home-slider-card {
        max-width: 350px;
    }
}

@media (max-width: 767.5px) {
    .home-slider .home-slider-card {
        max-width: 300px;
        padding: 15px;
        gap: 15px;
    }
    .home-slider .home-slider-card .top-side .image {
        width: 50px;
    }
    .home-slider .home-slider-card .top-side {
        gap: 10px;
    }
}

@media (max-width: 575.5px) {
    .home-slider {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .home-slider .home-slider-card {
        max-width: 290px;
    }
    .home-slider .home-slider-btns {
        gap: 15px;
        width: 80%;
    }
    .home-slider .top-padding {
        margin-top: 25px;
    }
}


/* // home slider css End // */


/* ================================================ Home Page css End ================================================*/


/* ================================================ Account List Page css Start ================================================*/


/* // account list hero sec css Start // */

.account-list-hero {
    background-image: url(../img/account-list-page-bg.jpg);
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.account-list-hero .bottom-img {
    bottom: -25px;
    width: 100%;
}

.account-list-hero .content {
    padding-top: 140px;
    padding-bottom: 60px;
    display: flex;
    position: relative;
    z-index: 2;
}

.account-list-hero .content .hero-heading {
    color: #fff;
    font-family: Poppins;
    font-size: 69px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.account-list-hero .content .hero-heading span {
    color: #ffba00;
}

.account-list-hero .content .text {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.9;
}

@media (max-width: 1400px) {
    .account-list-hero .bottom-img {
        bottom: -21px;
    }
}

@media (max-width: 1199px) {
    .account-list-hero .bottom-img {
        bottom: -17px;
    }
    .account-list-hero .content {
        gap: 10px;
    }
}

@media (max-width: 991.5px) {
    .account-list-hero .bottom-img {
        bottom: -13px;
    }
    .account-list-hero .content .hero-heading {
        font-size: 60px;
    }
}

@media (max-width: 767.5px) {
    .account-list-hero .content {
        padding-top: 130px;
        padding-bottom: 70px;
    }
    .account-list-hero .bottom-img {
        bottom: -10px;
    }
    .account-list-hero .content .hero-heading {
        font-size: 46px;
    }
    .account-list-hero .content .text {
        font-size: 15px;
    }
}

@media (max-width: 575.5px) {
    .account-list-hero .bottom-img {
        bottom: -8px;
    }
    .account-list-hero .content .hero-heading {
        font-size: 36px;
    }
}

@media (max-width: 425.5px) {
    .account-list-hero .content {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .account-list-hero .bottom-img {
        bottom: -5px;
    }
    .account-list-hero .content .hero-heading {
        text-align: center;
    }
}


/* // account list hero sec css End // */


/* // account list capsule css Start // */

.acc-list-capsule {
    padding: 3px 9px 3px 12px;
    gap: 4px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.acc-list-capsule .count {
    color: #ffba00;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.acc-list-capsule .text {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.acc-list-page .common-section .wrapper {
    gap: 5px;
}

.acc-list-page .common-section .wrapper-2 {
    gap: 18px;
}

.acc-list-page .common-section .wrapper-2 .small-capsule {
    padding: 9px 9px 9px 12px;
    gap: 5px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.acc-list-page .common-section .wrapper-2 .small-capsule .first-side {
    gap: 2px;
}

.acc-list-page .common-section .wrapper-2 .small-capsule .first-side .text-1 {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.acc-list-page .common-section .wrapper-2 .small-capsule .first-side .text-2 {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}

.acc-list-page .common-section .wrapper-2 .last-capsule {
    padding: 9px 9px 7px 12px;
    width: 160px !important;
    gap: 5px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/acc-list-page-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.acc-list-page .common-section .wrapper-2 .last-capsule option {
    color: #fff;
    background: rgb(51, 36, 50);
    border: none;
}

@media (max-width: 991.5px) {
    .acc-list-page .common-section .wrapper-2 {
        gap: 8px;
    }
    .acc-list-page .common-section .wrapper-2 .last-capsule {
        width: 160px;
    }
}


/* // account list capsule css End // */


/* // account list last button css End // */

.account-list-last-btn {
    margin-top: 16px;
    padding-bottom: 35px;
    margin-bottom: 80px;
}

/* ── Custom pagination (public pages) ── */
.custom-pagination { gap: 8px; padding: unset; }
.custom-pagination .page-item { overflow:hidden; height:36px; width:36px; padding:0; background:transparent; border:1px solid rgba(255,255,255,0.15); border-radius:4px; display:flex; align-items:center; justify-content:center; }
.custom-pagination .page-link { padding:0; border:none; margin:unset; color:#fff; text-align:center; font-family:"Open Sans"; font-size:15px; font-weight:300; line-height:1; background:transparent; width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.custom-pagination .page-item:hover { border-color:#ffba00; background:#ffba00; }
.custom-pagination .page-item:hover .page-link { color:#181818; font-weight:600; }
.custom-pagination .page-item.active { border-color:#ffba00; background:#ffba00; }
.custom-pagination .page-item.active .page-link { color:#181818; font-weight:600; }
.custom-pagination .page-item.disabled { opacity:0.4; pointer-events:none; }
.custom-pagination .pagination-arrow { font-size:22px; font-weight:300; line-height:1; color:#fff; display:flex; align-items:center; justify-content:center; width:100%; height:100%; }

.account-list-last-btn .last-btn {
    padding: 13px 40px;
    gap: 5px;
    border-radius: 43px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: right;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .account-list-last-btn {
        padding-bottom: 0;
    }
}

@media (max-width: 767.5px) {
    .account-list-last-btn {
        padding-bottom: 80px;
    }
}


/* // account list last button css End // */


/* ================================================ Account List Page css End ================================================*/


/* ================================================ Account List Detail Page css Start ================================================*/

.acc-details-page {
    margin-top: 120px;
}

.acc-details-page .acc-details-share-icon {
    width: 14px;
    height: auto;
    cursor: pointer;
}
.copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffba00;
    color: #181818;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    z-index: 9999;
    display: none;
}

.acc-details-page .acc-details-tips {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.acc-details-page .acc-details-rules {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
    letter-spacing: 0.32px;
    opacity: 0.7;
}

.acc-details-page .readmore-btn a:hover,
a:focus {
    color: #ffba00;
}

.acc-details-page .acc-details-page-gap-1 {
    gap: 5px;
}

.acc-details-page .acc-details-page-gap-1 .text-1 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}

.acc-details-page .acc-details-page-gap-1 .text-2 {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-decoration: underline;
}

.acc-details-page .acc-details-page-gap-2 {
    gap: 10px;
}

.acc-details-page .acc-details-page-gap-2 .rating {
    color: #3a4048;
    font-family: "Open Sans";
    font-size: 12.416px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.591px;
}

.acc-details-page .acc-details-page-gap-2 .my-date span {
    color: #f8f9fa;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.5px;
}

.acc-details-page .acc-details-page-gap-2 .my-date {
    color: #f8f9fa;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.5px;
}

.acc-details-page .acc-details-page-price-level {
    padding: 15px;
    gap: 5px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.07);
    margin: 20px 0px;
}

.acc-details-page .acc-details-page-price-level .text-1 {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.acc-details-page .acc-details-page-price-level .text-2 {
    color: #ffc107;
    font-family: "Open Sans";
    font-size: 25.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.acc-details-page .acc-details-other-heading {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.5px;
}

.acc-details-page .acc-details-other-text-1 {
    color: #f8f9fa;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.acc-details-page .acc-details-other-text-2 {
    color: #f8f9fa;
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.6px;
}

.acc-details-page .acc-details-page-button {
    margin-top: 20px;
    height: 43px;
    padding: 13px 40px;
    gap: 5px;
    width: webkit-fill-available;
    border-radius: 43px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: right;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.acc-details-page .star_rating-se,
.post-date-se {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.07);
}

.acc-details-page .star_rating-se:after,
.post-date-se:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 14px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.07);
    position: absolute;
    top: 0;
    left: 100%;
}

.acc-details-slider-heading {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.acc-details-page-slider .ff-acc-card-container {
    margin-bottom: 100px !important;
}

/* ── Account Detail Sidebar ──────────────────────────────── */
.acc-detail-sidebar {
    background: rgba(14,14,14,0.92);
    border: 1px solid rgba(255,186,0,0.2);
    border-radius: 16px;
    padding: 24px;
    position: sticky;
    top: 90px;
}

/* Seller section */
.ads-seller-section {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 16px;
}
.ads-seller-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffba00;
    margin-bottom: 12px;
}
.ads-seller-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.avatar-default {
    object-fit: contain !important;
    background: rgba(255, 198, 0, 0.12) !important;
    padding: 5px !important;
}
.seller-profile-status-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
    pointer-events: none;
    white-space: nowrap;
}
.ads-seller-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,186,0,0.4);
    flex-shrink: 0;
}
.ads-seller-info {
    flex: 1;
    min-width: 0;
}
.ads-seller-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ads-seller-name:hover { color: #ffba00; }
.ads-member-since {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
}
.ads-rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ads-rating-score {
    font-size: 15px;
    font-weight: 700;
    color: #ffba00;
}
.ads-stars { font-size: 13px; }
.ads-rating-count {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
}

/* Price / Level */
.ads-price-level {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,186,0,0.08);
    border: 1px solid rgba(255,186,0,0.2);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 20px;
}
.ads-level-badge {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 4px 12px;
    letter-spacing: 1px;
}
.ads-price {
    font-size: 24px;
    font-weight: 800;
    color: #ffba00;
    font-family: Montserrat;
}

/* Account info table */
.ads-info-heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}
.ads-info-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.ads-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ads-info-row:last-child { border-bottom: none; }
.ads-info-label {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    font-weight: 400;
}
.ads-info-value {
    font-size: 13px;
    font-weight: 600;
    color: #f8f9fa;
    text-align: right;
}

/* Status pills */
.ads-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}
.ads-status-available   { background: rgba(40,167,69,0.2);  color: #4caf77; border: 1px solid rgba(40,167,69,0.35); }
.ads-status-pending     { background: rgba(255,193,7,0.2);  color: #ffc107; border: 1px solid rgba(255,193,7,0.35); }
.ads-status-discussion  { background: rgba(102,16,242,0.2); color: #9b59b6; border: 1px solid rgba(102,16,242,0.35); }
.ads-status-sold        { background: rgba(108,117,125,0.2);color: #adb5bd; border: 1px solid rgba(108,117,125,0.35); }
.ads-status-rejected    { background: rgba(220,53,69,0.2);  color: #ff6b6b; border: 1px solid rgba(220,53,69,0.35); }

/* Chat button */
.ads-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 50px;
    background: #ffba00;
    color: #181818;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
}
.ads-chat-btn:hover {
    background: #e6a800;
    color: #181818;
    transform: translateY(-1px);
}

/* ── Similar / More Like This ─────────────────────────────── */
.acc-details-similar-section {
    padding: 0 0 80px;
}
.ads-similar-heading {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.ads-similar-heading span { color: #ffba00; }
.ads-similar-divider {
    height: 2px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 24px;
}
.similar-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,186,0,0.3) transparent;
    margin-top: 24px;
}
.similar-scroll::-webkit-scrollbar { height: 5px; }
.similar-scroll::-webkit-scrollbar-track { background: transparent; }
.similar-scroll::-webkit-scrollbar-thumb { background: rgba(255,186,0,0.3); border-radius: 4px; }
.similar-card-wrap {
    flex: 0 0 220px;
    min-width: 220px;
}
.similar-card-wrap .ff-acc-cards { width: 100%; }

/* ── Safety Tips ─────────────────────────────────────────── */
.acc-safety-section {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 22px 24px 16px;
    margin-top: 24px;
}
.acc-safety-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.acc-safety-icon-wrap {
    width: 36px;
    height: 36px;
    background: rgba(255,186,0,0.15);
    border: 1px solid rgba(255,186,0,0.3);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffba00;
    font-size: 15px;
    flex-shrink: 0;
}
.acc-safety-title {
    font-size: 14px;
    font-weight: 700;
    color: #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.acc-safety-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 24px;
}
.acc-safety-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.acc-safety-item span { flex: 1; }
.acc-safety-check {
    color: #ffba00;
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 14px;
}
@media (max-width: 768px) {
    .acc-safety-grid { grid-template-columns: 1fr; }
}

/* ── Designer Promo Section ──────────────────────────────── */
.detail-promo-section {
    position: relative;
    background: linear-gradient(135deg, #0a0a14 0%, #12082a 40%, #0e0e1e 100%);
    border-top: 1px solid rgba(255,186,0,0.12);
    overflow: hidden;
    padding: 70px 0 80px;
    text-align: center;
}
.dps-orb {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
}
.dps-orb-left {
    background: radial-gradient(circle, rgba(138,43,226,0.18) 0%, transparent 70%);
    top: -100px;
    left: -100px;
}
.dps-orb-right {
    background: radial-gradient(circle, rgba(255,186,0,0.12) 0%, transparent 70%);
    bottom: -100px;
    right: -100px;
}
.dps-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.dps-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
.dps-logo { width: 36px; height: 36px; }
.dps-logo-text {
    font-size: 18px;
    font-weight: 800;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dps-headline {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.dps-headline span { color: #ffba00; }
.dps-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    max-width: 420px;
}
.dps-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px 40px;
    margin: 8px 0;
}
.dps-stat { padding: 0 32px; }
.dps-stat-num {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 800;
    color: #ffba00;
    line-height: 1;
}
.dps-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dps-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.dps-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffba00;
    color: #181818;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 8px;
    transition: background 0.2s, transform 0.15s;
}
.dps-cta:hover { background: #e6a800; color: #181818; transform: translateY(-2px); }

@media (max-width: 576px) {
    .dps-headline { font-size: 26px; }
    .dps-stats-row { flex-direction: column; padding: 20px; gap: 16px; }
    .dps-stat { padding: 0; }
    .dps-stat-divider { width: 40px; height: 1px; }
}

@media (max-width: 1200px) {
    .acc-details-page {
        margin-top: 120px;
    }
}

@media (max-width: 992px) {
    .acc-details-page {
        margin-top: 80px;
    }
}

@media (max-width: 767.5px) {
    .acc-details-page-slider .ff-acc-card-container {
        margin-bottom: 70px !important;
    }
}

@media (max-width: 575.5px) {
    .acc-details-page {
        margin-top: 70px;
    }
}


/* ================================================ Account List Detail Page css End ================================================*/


/* ================================================ Multistep form Page css Start ================================================*/

.multistep-from-page {
    margin-top: 50px;
}

.multistep-from-page .my-form-text {
    color: #f8f9fa;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.7px;
    text-transform: uppercase;
}


/* .multistep-from-page .checkout-order-body [data-step].timeline-item::after {
  font-family: 'themify';
  top: -2rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.7rem;
  left: calc(50% - 2rem + .125rem);
  background-image: url(../img/multistep-page-icon-1.png);
  content: "";
    position: absolute;
    top: -2rem;
    left: calc(50% - 2rem + .125rem);

    width: 4rem;
    height: 4rem;
} */

.multistep-from-page .login {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 0px;
}

.multistep-from-page .login .information .first-part .heading {
    font-size: 60px;
}

.multistep-from-page .login .form-part .form-fields .gap .custom-select {
    height: 42.5px;
    padding: 5.8px 27.8px 5.8px 15.8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #181818;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: -webkit-fill-available;
    background-image: url(../img/multistep-form-page-select.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
.multistep-from-page .login .form-part .form-fields .gap .custom-select option {
    background-color: #181818;
    color: #fff;
}
/* Hide number input spin arrows */
.multistep-from-page input[type="number"]::-webkit-outer-spin-button,
.multistep-from-page input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.multistep-from-page input[type="number"] {
    -moz-appearance: textfield;
}

.multistep-from-page .login .other-text {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    opacity: 0.5;
}

.multistep-from-page .one-custom-input {
    padding-right: 5px !important;
}

.multistep-from-page .another-custome-input {
    height: -webkit-fill-available;
    padding: 5.8px 0px 5.8px 0px;
    border: none;
    background-color: transparent;
    color: #fff;
}

.multistep-from-page .multistep-page-field-btn {
    padding: 6px 10px;
    gap: 5px;
    border-radius: 13px;
    border: 1px solid #ffba00;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
    color: #ffba00 !important;
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-shrink: 0;
    cursor: pointer;
}

.multistep-from-page .image-custome-input {
    /* display: flex; */
    padding: 17px 15px;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    gap: 10px;
    /* align-self: stretch; */
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.multistep-from-page .image-custome-input .image {
    height: 30px;
    width: auto;
}

.multistep-from-page .image-custome-input .input-img-text {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.multistep-from-page .the-final-input-field {
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    padding: 30px 35px;
    gap: 27px;
}

.multistep-from-page .the-final-input-field .my-gap {
    gap: 27px;
}

.multistep-from-page .the-final-input-field .image {
    height: 30px;
    width: 54px;
}

.multistep-from-page .the-final-input-field .my-gap2 {
    gap: 10px;
}

.multistep-from-page .the-final-input-field .my-gap2 .text-1 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.multistep-from-page .the-final-input-field .my-gap2 .text-2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}

.multi-img-show-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.multistep-from-page .uploded-ss-list .image-container {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.multi-img-img {
    object-fit: contain;
}

.image-container .video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
}
.image-container .video-play-overlay::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

.ss-video-placeholder {
    width: 100%;
    height: 100%;
    background: #0d0d1a;
}

.multistep-from-page .uploded-ss-list .image-container .close-wrapper {
    padding: 5px;
    gap: 10px;
    border-radius: 0 5px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    /* height: max-content;
  width: max-content; */
    position: absolute;
    top: 0;
    right: 0;
}

.outline-btn {
    width: 100%;
    padding: 13px 40px;
    gap: 5px;
    border-radius: 20px;
    border: 1px solid #ffba00;
    background: transparent;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #ffba00 !important;
    text-align: right;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.contact-social-container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

.next-prev-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap-reverse;
}

.select-value-text {
    color: black;
}

.next-prev-btn-container a,
.next-prev-btn-container button {
    width: unset !important;
    flex-grow: 1;
    text-align: center !important;
}

.prev-btn {
    padding: 13px 40px;
    gap: 5px;
    border-radius: 20px;
    border: 1px solid #ffba00;
    background: transparent;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #ffba00 !important;
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.prev-btn-step2 {
    font-weight: 500;
}

.selected-img-img {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    border-radius: 8px;
    object-fit: contain;
}


/* .multistep-from-page .login .form-part .custom-padding {
  padding: 13px 17px;
} */

@media (max-width: 1200px) {
    .multistep-from-page .login .information .first-part .heading {
        font-size: 48px;
    }
}

@media (max-width: 991.5px) {
    .multistep-from-page .login .information .first-part .heading {
        font-size: 45px;
    }
    .login .information {
        gap: 20px;
    }
}

@media (max-width: 767.5px) {
    .login .information .first-part .heading {
        font-size: 30px;
    }
}

@media (max-width: 575.5px) {
    .multistep-from-page .login .information .first-part .heading {
        text-align: center;
    }
    .multistep-from-page .login {
        padding-top: 30px;
    }
    .multistep-from-page .login .information .first-part .heading {
        font-size: 35px;
    }
    .multistep-from-page .the-final-input-field .my-gap {
        gap: 10px;
    }
    .multistep-from-page .the-final-input-field {
        padding: 30px 20px;
    }
    .multistep-from-page .login .form-part .custom-padding {
        padding: 13px 15px;
        font-size: 14px;
    }
    .multistep-from-page .uploded-ss-list .image-container {
        height: 105px;
    }
}


/* ================================================ Multistep form Page css End ================================================*/


/* ================================================ User Profile Page css Start ================================================*/

.user-profile-hero {
    padding-top: 150px;
}

.user-profile-content {
    margin-bottom: 70px;
}

.user-profile-content .custom-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.user-profile-hero .hero-content {
    gap: 15px;
}

.user-profile-hero .hero-content .profile-image {
    background-position: center;
    background-size: cover;
}
.profile-image-placeholder {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}
.profile-placeholder-logo {
    width: 50%;
    opacity: 0.85;
}

/* ── Seller profile avatar ── */
.seller-avatar-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffba00;
    flex-shrink: 0;
    background: rgba(255,186,0,0.1);
}
.seller-avatar-circle .seller-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Login method badge on account cards ── */
.acc-login-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    z-index: 2;
    text-transform: uppercase;
}
.acc-badge-google   { background: rgba(66,133,244,0.85); color: #fff; }
.acc-badge-facebook { background: rgba(24,119,242,0.85); color: #fff; }
.acc-badge-twitter  { background: rgba(29,161,242,0.85); color: #fff; }
.acc-badge-vk       { background: rgba(0,119,255,0.85);  color: #fff; }

.user-profile-hero .hero-content .name {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: 42px;
}
.other-user-profile-hero .hero-content .name {
    text-align: center;
    width: 100%;
}

.user-profile-hero .hero-content .content {
    gap: 15px;
}

.user-profile-hero .hero-content .content .value-wrapper {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 15px;
    gap: 5px;
}

.user-profile-hero .hero-content .content .value-wrapper .heading {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user-profile-hero .hero-content .content .value-wrapper .value {
    color: #ffba00;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user-profile-hero .hero-content .content .another-wrapper {
    display: flex;
    align-items: flex-start;
    border-radius: 30px 0 0 30px;
}

.user-profile-hero .hero-content .content .another-wrapper .review_score-btn {
    display: flex;
    height: 30px;
    padding: 5px 8px 5px 16px;
    align-items: center;
    gap: 3px;
    border-radius: 30px 0 0 30px;
    background: #ffc107;
    color: #181818;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user-profile-hero .hero-content .content .another-wrapper .review_score-btn .text {
    color: #181818;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user-profile-hero .hero-content .content .another-wrapper .star_rating-se {
    background: rgba(0, 0, 0, 0.25);
    height: 30px;
    padding: 5px 5px 5px 25px;
    gap: 4px;
}

.user-profile-hero .hero-content .content .another-wrapper .star_rating-se:after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
}

.user-profile-tab-container {
    border-top: 0.8px solid #3a4048 !important;
    border-bottom: 0.8px solid #3a4048 !important;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
}

.user-profile-hero .tab-content {
    gap: 6px;
    justify-content: center;
}

.user-profile-hero .tab-text {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.notification-capsule {
    padding: 0 10px;
    gap: 10px;
    border-radius: 20px;
    background: #ffba00;
    color: #181818;
    text-align: center;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}

.user-profile-hero {
    z-index: 5;
}

.user-profile-hero .tab-icons {
    height: 30px;
    width: 30px;
}

.z-index-high {
    z-index: 5 !important;
}

.user-profile-hero .profile-tabs .profile-nav-link {
    padding: 14px;
}

@media (max-width: 1199.5px) {
    .user-profile-hero {
        padding-top: 140px;
    }
    .user-profile-content {
        margin-bottom: 150px;
    }
}

@media (max-width: 991.5px) {
    .user-profile-content {
        margin-bottom: 70px;
    }
    .user-profile-hero .profile-tabs .profile-nav-link {
        padding: 19px;
    }
}

@media (min-width: 767.5px) and (max-width: 991.5px) {
    .user-profile-hero .profile-nav .custom-padding {
        padding-bottom: 0px !important;
        align-self: end;
    }
}

.profile-tabs .profile-nav-link.active {
    border-bottom: 3px solid #ffc107 !important;
}

@media (max-width: 767.5px) {
    .user-profile-content {
        margin-bottom: 80px;
    }
    .user-profile-hero .profile-tabs .profile-nav-link {
        padding: 10px;
    }
}


/* // First tab css Start // */

.user-profile-first-tab .chat-box {
    margin-top: 36px;
}

.user-profile-first-tab .custom-heading {
    color: #fff;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
}

.user-profile-first-tab .custom-sub-heading {
    color: #f8f9fa;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 13px;
}

.user-profile-first-tab .custom-listing-btn {
    padding: 12px 30px;
    gap: 5px;
    border-radius: 43px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: #181818;
    text-align: right;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.user-profile-first-tab .chat-box .chat-list-menu {
    scrollbar-width: none;
    background-color: transparent;
    height: auto !important;
    max-height: calc(100vh - 320px);
    min-height: 300px;
    overflow-y: auto;
    outline: none;
    touch-action: pan-y !important;
    cursor: grab;
    padding-bottom: 16px;
}

/* Admin chat — pinned gold card */
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin {
    position: sticky;
    top: 0;
    z-index: 20;
    background: linear-gradient(135deg, #ffba00 0%, #ffd84d 100%);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 4px 12px rgba(255,186,0,0.25);
}
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin:hover {
    background: linear-gradient(135deg, #ffc107 0%, #ffe066 100%);
}
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin .heading,
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin .sub-heading,
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin .time {
    color: #181818 !important;
}
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item-admin .tag-capsule {
    background: rgba(0,0,0,0.15);
    color: #181818;
}

/* Regular chat items — dark cards */
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item:not(.chat-cat-item-admin) {
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background .15s;
}
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item:not(.chat-cat-item-admin):hover,
.user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item:not(.chat-cat-item-admin).active {
    background: rgba(255,198,0,0.08);
    border-bottom-color: rgba(255,198,0,0.15);
}

.user-profile-first-tab .chat-box .chat-list-menu .heading {
    color: #181818 !important;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
}

.user-profile-first-tab .chat-box .chat-list-menu .sub-heading {
    color: #181818;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-profile-first-tab .chat-box .chat-list-menu .time {
    color: #181818;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-profile-first-tab .chat-box .custom-chat-cat .heading-2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
}

.user-profile-first-tab .chat-box .chat-list-menu .sub-heading-2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-profile-first-tab .chat-box .chat-list-menu .time-2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.7px;
}

.user-profile-first-tab .chat-box .chat-list-menu .tag-capsule {
    border-radius: 4px;
    background: #ffc107;
    display: flex;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    color: #3a4048;
    text-align: center;
    font-family: "Open Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.user-profile-first-tab .chat-box .custom-chatting {
    scrollbar-width: none;
    background-color: transparent;
    height: 500px !important;
    overflow-y: scroll;
    outline: none;
    cursor: grab;
    touch-action: pan-y !important;
}

.user-profile-first-tab .chat-box .custom-chatting .conversation-msg {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
}

@media (max-width: 1199.5px) {
    .user-profile-first-tab .chat-box .chat-list-menu {
        max-height: calc(100vh - 340px);
    }
}

@media (max-width: 767.5px) {
    .user-profile-first-tab .chat-box .custom-chatting {
        height: 380px;
    }
}

@media (max-width: 575.5px) {
    .user-profile-first-tab .listing-btn {
        padding: 8px 15px;
    }
}


/* Admin-style chat body — dynamic height */
.admin-chat-body {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 340px);
    min-height: 380px;
}
@media (max-width: 767px) {
    .admin-chat-body {
        flex: 1 1 0 !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }
}

/* // First tab css End // */


/* // Second tab css Start // */

.user-profile-second-tab .common-section {
    padding-top: 60px !important;
}

.user-profile-second-tab .ff-acc-card-container {
    margin-top: 30px;
    row-gap: 60px;
}

.user-profile-second-tab .ff-acc-card-container .button-container {
    gap: 15px;
}

.user-profile-second-tab .ff-acc-card-container .button-container .other-buttons {
    padding: 10px 16px;
    gap: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    font-family: Urbanist, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    flex: 1;
}
.user-profile-second-tab .ff-acc-card-container .button-container .other-buttons:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.user-profile-second-tab .ff-acc-card-container .button-container .edit-btn {
    border: 1.5px solid #ffba00;
    color: #ffba00;
    background: transparent;
}

.user-profile-second-tab .ff-acc-card-container .button-container .view-btn {
    border: 1.5px solid #ffba00;
    background: #ffba00;
    color: #181818 !important;
    font-weight: 700 !important;
}

.user-profile-second-tab .ff-acc-card-container .button-container .delete-btn {
    border: 1.5px solid rgba(220, 53, 69, 0.8);
    color: #ff6b6b;
    background: transparent;
}
.user-profile-second-tab .ff-acc-card-container .button-container .delete-btn:hover {
    background: rgba(220, 53, 69, 0.15);
}

/* Listing status pill */
.listing-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    font-family: Urbanist, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
.listing-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.listing-status-pending-review  { background: rgba(255,186,0,0.12);  border: 1px solid rgba(255,186,0,0.5);  color: #ffba00; }
.listing-status-pending-review  .listing-status-dot { background: #ffba00; box-shadow: 0 0 6px #ffba00; }
.listing-status-available       { background: rgba(40,167,69,0.12);  border: 1px solid rgba(40,167,69,0.5);  color: #5dde7a; }
.listing-status-available       .listing-status-dot { background: #5dde7a; box-shadow: 0 0 6px #5dde7a; }
.listing-status-rejected        { background: rgba(220,53,69,0.12);  border: 1px solid rgba(220,53,69,0.5);  color: #ff6b6b; }
.listing-status-rejected        .listing-status-dot { background: #ff6b6b; box-shadow: 0 0 6px #ff6b6b; }
.listing-status-under-discussion{ background: rgba(13,110,253,0.12); border: 1px solid rgba(13,110,253,0.5); color: #6ea8fe; }
.listing-status-under-discussion .listing-status-dot { background: #6ea8fe; box-shadow: 0 0 6px #6ea8fe; }
.listing-status-sold            { background: rgba(108,117,125,0.12);border: 1px solid rgba(108,117,125,0.5);color: #adb5bd; }
.listing-status-sold            .listing-status-dot { background: #adb5bd; box-shadow: 0 0 6px #adb5bd; }
.listing-status-finalized       { background: rgba(13,202,240,0.12); border: 1px solid rgba(13,202,240,0.5); color: #6edff6; }
.listing-status-finalized       .listing-status-dot { background: #6edff6; box-shadow: 0 0 6px #6edff6; }
.listing-status-approved        { background: rgba(13,202,240,0.12); border: 1px solid rgba(13,202,240,0.5); color: #6edff6; }
.listing-status-approved        .listing-status-dot { background: #6edff6; box-shadow: 0 0 6px #6edff6; }

/* Rejected reason cell */
.rejected-reason-cell { max-width: 160px; }
.rejected-reason-text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; color: rgba(255,100,100,0.85); line-height: 1.4; word-break: break-word; cursor: help; }

/* List New Account button */
.list-new-btn {
    font-size: 13px !important;
    padding: 9px 18px !important;
}
@media (max-width: 575.5px) {
    .list-new-btn {
        font-size: 12px !important;
        padding: 7px 14px !important;
    }
}
.acc-status-pending-review  { background: rgba(255,186,0,0.2);  border: 1px solid #ffba00; color: #ffba00; }
.acc-status-available       { background: rgba(40,167,69,0.2);  border: 1px solid #28a745; color: #5dde7a; }
.acc-status-rejected        { background: rgba(220,53,69,0.2);  border: 1px solid #dc3545; color: #ff6b6b; }
.acc-status-under-discussion{ background: rgba(13,110,253,0.2); border: 1px solid #0d6efd; color: #6ea8fe; }
.acc-status-sold            { background: rgba(108,117,125,0.2);border: 1px solid #6c757d; color: #adb5bd; }
.acc-status-approved        { background: rgba(13,202,240,0.2); border: 1px solid #0dcaf0; color: #6edff6; }


/* // Second tab css End // */


/* // fourth tab css Start // */

.user-profile-fourth-tab .ff-acc-card-container .content-wrap {
    gap: 20px;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .top-side {
    gap: 10px;
}

.user-profile-fourth-tab .ff-acc-card-container .ff-acc-cards .main-img-wrapper .main-img {
    height: 176px;
    width: auto;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .top-side .text {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .top-side .line {
    border-top: 0.8px solid #3a4048;
    height: 0.8px;
    align-self: stretch;
    width: -webkit-fill-available;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side {
    gap: 15px;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating {
    gap: 10px;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating .star-icon {
    height: 24px;
    width: auto;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .your-msg {
    display: flex;
    padding: 5.8px 11.8px 11.8px 11.8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #3a4048;
    background-color: transparent !important;
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.5px;
    scrollbar-width: none;
}

.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .send-btn {
    padding: 6.8px 25.8px;
    border-radius: 2.4px;
    border: 1px solid #ffc107;
    background: #ffc107;
    color: #212529;
    text-align: center;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.9px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content {
    padding-bottom: 15px;
    gap: 15px;
    border: 1px solid #3a4048;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side {
    padding: 12px 16px;
    border-bottom: 0.8px solid #3a4048;
    width: -webkit-fill-available;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating {
    gap: 5px;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating .name {
    color: #fff;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating .rating {
    gap: 4px;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating .rating .star-icon {
    height: 15px;
    width: auto;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .date-time {
    color: #ffba00;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.8px;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .bottom-side {
    padding: 0 15px;
    gap: 10px;
}

.user-profile-fourth-tab .ff-acc-card-container .other-content .bottom-side .text {
    color: #f8f9fa;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
}

.user-profile-fourth-tab .ff-acc-card-container .sell-history {
    padding: 15px;
    gap: 15px;
    border: 1px solid #3a4048;
}

.user-profile-fourth-tab .ff-acc-card-container .sell-history .top-wrapper {
    padding: 12px 16px;
    border-bottom: 0.8px solid #3a4048;
}

.user-profile-fourth-tab .ff-acc-card-container .sell-history .top-wrapper .name {
    color: #fff;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.user-profile-fourth-tab .ff-acc-card-container .sell-history .top-wrapper .date {
    color: #ffba00;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.8px;
}

.user-profile-fourth-tab .ff-acc-card-container .sell-history .bottom-wrapper {
    padding: 15px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    font-family: Montserrat;
    /* font-size: 24px; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 575px) {
    .user-profile-fourth-tab .ff-acc-card-container .other-content .top-side {
        padding: 12px;
    }
    .user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating .name,
    .user-profile-fourth-tab .ff-acc-card-container .sell-history .top-wrapper .name {
        font-size: 14px;
    }
    .user-profile-fourth-tab .ff-acc-card-container .other-content .top-side .name-rating {
        gap: 0px;
    }
    .user-profile-fourth-tab .ff-acc-card-container .sell-history .top-wrapper {
        padding: 0px;
    }
    .user-profile-fourth-tab .ff-acc-card-container .sell-history .bottom-wrapper {
        font-size: 16px;
    }
}


/* Interactive star rating in review form */
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating input[type="radio"] {
    display: none;
}
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating label {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 0 3px;
    transition: color 0.15s;
}
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating input:checked ~ label,
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating label:hover,
.user-profile-fourth-tab .ff-acc-card-container .content-wrap .bottom-side .star-rating label:hover ~ label {
    color: #ffc107;
}

/* // fourth tab css End // */


/* // Fifth tab css Start // */

.user-profile-fifth-tab .common-section {
    padding-top: 60px !important;
}

.user-profile-fifth-tab .login {
    background-image: none;
    padding-top: 50px;
    padding-bottom: unset;
}


/* .user-profile-fifth-tab .login .login-btn,
.user-profile-fifth-tab .login .outline-btn {
  max-width: 200px;
} */


/* // Fifth tab css End // */


/* // sixth tab css Start // */

.user-profile-sixth-tab .common-section {
    padding-top: 60px !important;
}

.user-profile-sixth-tab .common-section .input-group-wrapper {
    max-width: 300px;
    border: none;
    /* flex-wrap: wrap; */
}

.user-profile-sixth-tab .common-section .input-group-wrapper .custom-input {
    border-radius: 4px 0 0 4px;
    border-top: 0.8px solid #3a4048;
    border-bottom: 0.8px solid #3a4048;
    border-left: 0.8px solid #3a4048;
    border-right: none;
    background-color: transparent !important;
    padding: 11.25px 12px 11.25px 12.8px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.user-profile-sixth-tab .common-section .input-group-wrapper .my-search-btn {
    padding: 0px 19.8px;
    border-radius: 0 2.4px 2.4px 0;
    border: 1px solid #ffc107;
    background: #ffc107;
    height: -webkit-fill-available;
}

.user-profile-sixth-tab .common-section .input-group-wrapper .my-search-btn .search-icon {
    height: 10px;
    width: 10px;
}

.user-profile-sixth-tab .notification-container {
    margin-top: 50px;
}

.user-profile-sixth-tab .notification-container .notification-wrapper {
    row-gap: 20px;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item {
    padding: 30px;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, 0.35);
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts {
    padding: 0 15px;
    gap: 0 25px;
    width: 100%;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts .part-1 {
    gap: 15px;
    width: -webkit-fill-available;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts .part-1 .name {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts .part-1 .message {
    color: #f8f9fa;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts .part-2 {
    width: 35px;
    height: 35px;
    /* padding: 6px 10px; */
    gap: 3px;
    border-radius: 2.4px;
    border: 1px solid #ffba00;
    background: #181818;
    flex-shrink: 0;
}

.user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts .part-2 .trash-icon {
    height: 20px;
    width: 20px;
}

@media (max-width: 575.5px) {
    .user-profile-sixth-tab .notification-container .notification-wrapper {
        row-gap: 20px;
    }
    .user-profile-sixth-tab .notification-container .notification-wrapper .notification-item .parts {
        gap: 15px;
        padding: unset;
    }
    .user-profile-sixth-tab .notification-container .notification-wrapper .notification-item {
        padding: 16px;
    }
}


/* // sixth tab css End // */

.profile-nav-link {
    width: 180px;
}


/* User-Profile Tab Menu CSS Start */

@media screen and (max-width: 768px) {
    .profile-tabs {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }
    .profile-nav-link {
        width: 150px;
    }
}

.search-contact-input {
    height: 48px !important;
}

@media screen and (max-width: 575px) {
    .user-profile-hero .hero-content .profile-image {
        max-width: 80px !important;
        margin: 0 !important;
    }
    .profile-image .tab-icons {
        height: 15px;
        width: 15px;
    }
    .profile-hero-content {
        justify-content: center !important;
        align-items: center !important;
    }
    .user-profile-hero .hero-content .name {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }
    .user-profile-hero .hero-content .content .value-wrapper .heading {
        font-size: 10px;
    }
    .user-profile-hero .hero-content .content .value-wrapper .value {
        font-size: 12px;
    }
    .user-profile-hero .hero-content .content .another-wrapper .review_score-btn {
        padding: 0px 0px 0px 7px;
    }
    .user-profile-hero .hero-content .content .another-wrapper .review_score-btn {
        font-size: 10px;
    }
    .user-profile-hero .hero-content .content .another-wrapper .review_score-btn .text {
        font-size: 11px;
    }
    .user-profile-hero .hero-content .content .another-wrapper .star_rating-se {
        background: rgba(0, 0, 0, 0.25);
        height: 30px;
        padding: 0px 0px 0px 20px;
        gap: 1px;
    }
    .fa,
    .fas {
        font-weight: 900;
        font-size: 10px;
    }
    .user-profile-hero .hero-content .content {
        gap: 8px;
        align-items: start !important;
    }
}

.close-chat-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.image-preview-img-tag {
    max-width: 40px;
    max-height: 40px;
    height: 100%;
    width: 100%;
}

.image-preview-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 15px;
}

.remove-preview-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.fixed-profile-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.content-section {
    background-color: #181818;
}
@media (min-width: 992px) {
    .content-section {
        padding-bottom: 4rem;
    }
}

@media (max-width: 1400px) {
    .profile-tabs {
        gap: 10px 0px;
    }
}

@media screen and (max-width: 767px) {
    .user-profile-chat-section {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #202020;
        z-index: 1050;
        display: none;
    }
    .user-profile-chat-show {
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }
    /* Header: fixed height */
    .user-profile-chat-show > .user-contact-chat-header {
        flex-shrink: 0 !important;
    }
    /* Body: take remaining height as flex column */
    .user-profile-chat-show > .admin-chat-body {
        flex: 1 1 0 !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }
    /* Messages: scrollable, takes all remaining space */
    .user-profile-chat-show #userChatMessages {
        flex: 1 1 0 !important;
        min-height: 0 !important;
        overflow-y: auto !important;
    }
    /* Input form: pinned at bottom, never shrinks */
    .user-profile-chat-show #sVHF_form {
        flex-shrink: 0 !important;
    }
    .content-section {
        padding-bottom: 50px !important;
    }
    .fixed-top.low-index {
        z-index: 2 !important;
    }
    .user-profile-first-tab .chat-box .custom-chatting {
        height: calc(100vh - 165px) !important;
    }
    .user-contact-chat-header {
        padding-top: 40px;
        position: relative;
    }
    .close-chat-icon {
        display: block;
    }
    .user-profile-first-tab .chat-box .chat-list-menu {
        height: 500px !important;
    }
    body.no-scroll {
        overflow: hidden;
        height: 100vh;
    }
    .user-profile-first-tab .chat-box .chat-list-menu .chat-cat-item:first-child {
        position: static;
    }
    .msg-snd {
        position: relative;
        background-color: #2b2b2b;
    }
    .navbar.chat-open-mobile-hide {
        display: none !important;
    }
    .user-profile-hero .tab-text {
        font-size: 12px;
        /* white-space: nowrap; */
    }
    .profile-nav .container {
        width: 100%;
        max-width: unset !important;
    }
    .user-profile-hero .tab-content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 625px) {
    .profile-nav-link {
        width: 100px;
    }
}

@media screen and (max-width: 575px) {
    .user-profile-hero .profile-tabs .profile-nav-link {
        padding: 5px;
    }
    .user-profile-hero .tab-text,
    .user-profile-hero .notification-capsule {
        font-size: 11px;
    }
    .user-profile-first-tab .custom-listing-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .user-profile-first-tab .custom-heading {
        font-size: 14px;
    }
    .user-profile-first-tab .custom-sub-heading {
        font-size: 12px;
    }
    .chat-list-section {
        height: auto !important;
        padding-bottom: 20px !important;
    }
    .user-contact-chat-header {
        padding-top: 20px;
        position: relative;
    }
    .user-profile-first-tab .chat-box .custom-chatting {
        height: calc(100vh - 140px) !important;
    }
    .user-profile-hero .tab-icons {
        height: 20px;
        width: 20px;
    }
    .user-profile-tab-img-container {
        margin-bottom: 5px !important;
    }
    .user-profile-hero .tab-content {
        flex-direction: column;
    }
    .profile-tabs {
        justify-content: center !important;
        gap: 45px 20px;
    }
    .profile-nav-link {
        width: 93px;
    }
}

.start-review-ak i {
    font-size: 20px;
}


/* User-Profile Tab Menu CSS End */


/* ================================================ User Profile Page css End ================================================*/


/* ================================================ Other User Profile Page css Start ================================================*/

@media screen and (max-width: 575px) {
    .other-user-profile-hero .profile-tabs {
        justify-content: space-evenly !important;
        gap: 0px;
    }
}


/* @media (max-width:1400px) { */

.other-user-profile-hero .profile-tabs {
    gap: 10px 0px;
}


/* } */


/* ================================================ Other User Profile Page css End ================================================*/

.delete-model {
    padding: 50px 30px 50px 30px !important;
    gap: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgb(18 18 18) !important;
    box-shadow: 10px 14px 15px 0 rgba(0, 0, 0, 0.35) !important;
}

.delete-model .delete-model-text {
    color: #fff;
    font-family: Poppins;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    text-align: center;
}

.delete-model .delete-model-text span {
    color: #ffba00;
    text-shadow: 10px 8px 11px rgba(0, 0, 0, 0.25);
}

.delete-model .btn-group {
    gap: 10px;
}

.delete-model .btn-group .delete-popup-btn {
    padding: 13px 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #ffba00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: white !important;
    text-align: right;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.delete-model .btn-group .cancel-btn {
    padding: 13px 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    color: white !important;
    text-align: right;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

@media (max-width: 992px) {
    .delete-model .delete-model-text {
        font-size: 48px;
    }
}

@media (max-width: 575.5px) {
    .delete-model {
        padding: 10px !important;
    }
    .delete-model .delete-model-text {
        font-size: 40px;
    }
    .delete-model .btn-group .delete-popup-btn,
    .delete-model .btn-group .cancel-btn {
        margin-top: 15px;
    }
    .header-2-navbar .profile-tabs .profile-nav-link {
        display: flex;
        justify-content: start;
        align-items: center;
        width: fit-content;
        padding: 0;
        gap: 10px;
    }
    .header-2-navbar .tab-icons {
        width: 30px;
        height: 30px;
    }
    .header-2-navbar .nav-btn-wrapper {
        padding: 0 !important;
        flex-direction: column !important;
        gap: 10px;
    }
    .header-2-navbar {
        padding-left: 10px;
    }
    .header-2-navbar-inside {
        padding: 20px 8px 20px 30px !important;
    }
    .header-2-navbar .tab-content {
        gap: 8px;
    }
    /* .header-2-navbar .profile-tabs {
    margin-top: 20px;
  } */
    .header-2-navbar .tab-text {
        color: #fff;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0px !important;
    }
    .header-2-navbar .nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .header-2-navbar .profile-tabs {
        margin: 0 !important;
        height: 100%;
    }
    .header-2-navbar .user-profile-tab-img-container {
        margin-bottom: 0 !important;
    }
    .header-2-navbar .custom-padding {
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .header-2-navbar.navbar-collapse {
        flex-basis: unset !important;
        height: 85vh;
    }
    .header-2-navbar .profile-tabs .profile-nav-link.active {
        padding-bottom: 10px;
    }
}

/* -----------------------------------------------------------------------
   Contact Page – Custom Select Dropdown
------------------------------------------------------------------------ */
.contact-select-wrapper {
    position: relative;
    width: 100%;
}

.contact-select-wrapper .select-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 198, 0, 0.3);
    background: #0d0d1a;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
}

.contact-select-wrapper .select-selected.has-value {
    color: #fff;
}

.contact-select-wrapper .select-selected:hover,
.contact-select-wrapper .select-selected.open {
    border-color: rgba(255, 198, 0, 0.7);
}

.contact-select-wrapper .select-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffc600;
    transition: transform 0.2s;
    flex-shrink: 0;
    margin-left: 10px;
}

.contact-select-wrapper .select-selected.open .select-arrow {
    transform: rotate(180deg);
}

.contact-select-wrapper .select-items {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #0d0d1a;
    border: 1px solid rgba(255, 198, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    z-index: 99;
    display: none;
}

.contact-select-wrapper .select-items.open {
    display: block;
}

.contact-select-wrapper .select-item {
    padding: 11px 16px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s;
}

.contact-select-wrapper .select-item:hover {
    background: rgba(255, 198, 0, 0.12);
    color: #ffc600;
}

.contact-select-wrapper .select-item.selected {
    color: #ffc600;
    font-weight: 600;
}

/* Hidden real input carries the value for form submission */
.contact-select-wrapper input[type="hidden"] {
    display: none;
}
/* ── Flash Messages ──────────────────────────────────────── */
.flash-msg {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    z-index: 9999;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
.flash-success { background: #28a745; }
.flash-error   { background: #dc3545; }

/* ── Global Lightbox ─────────────────────────────────────── */
.app-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.app-lightbox-img {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
    object-fit: contain;
}
.app-lightbox-close {
    position: absolute;
    top: 20px;
    right: 28px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    font-weight: 300;
}

/* ── Form display:contents ───────────────────────────────── */
.form-display-contents { display: contents; }

/* ── Search button reset ─────────────────────────────────── */
.search-btn-reset {
    background: none;
    border: none;
    padding: 0;
}

/* ── Profile mobile navbar — exact match to admin ── */
@media (max-width: 1199px) {
  /* Glass container — scoped to profile layout only via .header-2-navbar-inside */
  .header-2-navbar-inside {
    background: rgba(0, 0, 0, 0.88) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 186, 0, 0.35) !important;
    box-shadow: 0 0 0 1px rgba(255,186,0,0.22), 0 8px 28px rgba(0,0,0,0.5) !important;
    padding: 10px 16px !important;
  }

  /* Collapse area — override 85vh from old mobile block */
  .header-2-navbar-inside .header-2-navbar.navbar-collapse,
  .header-2-navbar-inside .header-2-navbar {
    background: transparent;
    border-top: 1px solid rgba(255, 186, 0, 0.12);
    margin-top: 10px;
    padding-top: 10px;
    height: auto !important;
    max-height: 75vh;
    overflow-y: auto;
  }

  /* Tab list */
  .header-2-navbar-inside .profile-tabs {
    gap: 2px;
    padding-bottom: 6px;
    height: auto !important;
  }

  .header-2-navbar-inside .profile-tabs .custom-padding {
    width: 100%;
    padding: 0;
  }

  /* Each nav item row */
  .header-2-navbar-inside .profile-tabs .profile-nav-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    border-bottom: none !important;
    width: 100%;
    text-align: left;
    transition: background 0.18s;
    text-decoration: none;
    color: #f8f9fa;
  }

  .header-2-navbar-inside .profile-tabs .profile-nav-link:hover,
  .header-2-navbar-inside .profile-tabs .profile-nav-link.active {
    background: rgba(255, 186, 0, 0.1) !important;
    border-bottom: none !important;
  }

  /* Icon container */
  .header-2-navbar-inside .profile-tabs .user-profile-tab-img-container {
    width: 24px;
    height: 24px;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  .header-2-navbar-inside .profile-tabs .tab-icons {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  /* Tab text + badge in a row */
  .header-2-navbar-inside .profile-tabs .tab-content {
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    flex: 1;
  }

  .header-2-navbar-inside .profile-tabs .tab-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #f8f9fa;
  }

  /* Count badge */
  .header-2-navbar-inside .profile-tabs .notification-capsule {
    padding: 2px 8px;
    border-radius: 20px;
    background: #ffba00;
    color: #181818;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    min-width: 22px;
    text-align: center;
  }

  /* Hide desktop-only buttons row on mobile */
  .header-2-navbar-inside .nav-btn-wrapper {
    display: none !important;
  }

  /* Ensure navbar always rises above page content when mobile menu is open */
  .navbar.fixed-top:has(.navbar-collapse.show) {
    z-index: 1035 !important;
  }
}

/* ── Account detail: video nav thumbnail (legacy) ────────── */
.acc-details-nav-video-thumb {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

/* ── Product Gallery ─────────────────────────────────────── */
.pg-gallery {
    margin-bottom: 24px;
}
.pg-main-wrap {
    position: relative;
    width: 100%;
    background: #0d1021;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pg-main-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
video.pg-main-media {
    cursor: default;
}
.pg-main-img:hover + .pg-zoom-hint,
.pg-main-wrap:hover .pg-zoom-hint {
    opacity: 1;
}
.pg-zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(0,0,0,0.55);
    color: rgba(255,255,255,0.8);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.pg-thumbs-wrap {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,186,0,0.3) transparent;
}
.pg-thumbs-wrap::-webkit-scrollbar { height: 4px; }
.pg-thumbs-wrap::-webkit-scrollbar-thumb { background: rgba(255,186,0,0.3); border-radius: 2px; }
.pg-thumb {
    flex-shrink: 0;
    width: 88px;
    height: 62px;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.08);
    transition: border-color 0.2s, transform 0.15s;
    position: relative;
    background: #0d1021;
}
.pg-thumb:hover { transform: translateY(-2px); border-color: rgba(255,186,0,0.5); }
.pg-thumb.pg-thumb-active { border-color: #ffba00; }
.pg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pg-thumb-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #111;
}
.pg-thumb-video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pg-thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 16px;
}
.pg-thumb-active .pg-thumb-play { color: #ffba00; }
