@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Inter';
}

p, a, li, span:not(.fs-bold){
    font-family: 'Open Sans';
    font-weight: 400;
}

#app, #app2, .box-layout{
    padding-left: 160px;
    padding-right: 160px;
}

main {
    min-height: calc(100vh - 173px);
}

.first-section {
    min-height: calc(100vh - 452px);
}

.text-black{
    color: #000000 !important;
}

body {
    position: relative;
    transition: 0.5s ease;
}

body.overlay::after {
    content: "";
    position: absolute;
    background: #a5a5a5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: 0.5s ease;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

.p-20{
    padding: 20px !important;
}

.radius-50{
    border-radius: 50px !important;
}

.w-75{
    width: 75%;
}

.fw-100{
    font-weight: 100 !important;
}

.fw-200{
    font-weight: 200 !important;
}

.fw-300{
    font-weight: 300 !important;
}

.fw-400{
    font-weight: 400 !important;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

header.site-header {
    border-bottom: 1px solid #191919;
}

.navbar-brand{
    display: block;
}

.form-check-input {
    outline: 0;
    box-shadow: none !important;
}

.login-card{
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.5);
}

.main-header{
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.ban-section{
    height: 100vh;
    margin-top: -97px;
}

.banner{
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 93.75%);
}

.banner img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-cap {
    position: absolute;
    z-index: 9;
    width: calc(100% - 320px);
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.banner-cap h1, .banner-cap h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.banner-cap p {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 25px;
    line-height: 43px;
    color: #fff;
}

.bw-collection-mb{
    display: none !important;
}

.banner-btns {
    display: flex;
    gap: 20px;
}

.ft-collections, .discover, .testimonials-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}

.mission h2, .ft-collections h2, .com-barriers h2, .team-section h2, .discover h2, .list-services h2, .testimonials-section h2, .download-left h2, .blog-detail h2, .blog-sidebar h2{
    font-weight: 600;
    margin-bottom: 0;
}

.com-barriers p, .team-section p, .download-left p, .bl-text {
    margin-top: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.mission p {
    margin-top: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

.com-barriers, .team-section {
    background: #000000;
    padding-top: 75px;
    padding-bottom: 75px;
}

.ft-listings {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    grid-template-rows: repeat(2, auto);   /* 2 rows, height adjusts to content */
    gap: 30px; /* space between grid items */
}

.blog-archive-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 30px;
}

.bl-holder {
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 8px 5px #f1f1f1;
}

.bl-holder img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.bl-holder .bl-image {
    border: 1px solid #d1d1d1;
    flex-shrink: 0;
}

.bl-content {
    padding: 20px;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-card {
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 8px 5px #f1f1f1;
}

.list-details {
    padding: 20px;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ft-listings .listing-img{
    border: 1px solid #d1d1d1;
    flex-shrink: 0;
}

.ft-listings .listing-img img {
    width: 100%;
    max-width: 100%;
    height: 355px;
    object-fit: contain;
}

.add_services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service_box {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 8px 1px #ffffff;
}

.serv_name {
    font-size: 26px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 20px;
}

.add_services .serv_price {
    font-size: 40px !important;
    margin: 0;
}

.d-collections, .testimonials {
    display: flex;
    gap: 30px;
    padding-top: 50px;
}

.d-collections > *, .testimonials > * {
    flex: 1 1 calc((100% - 60px) / 3);
    box-sizing: border-box;
}

.tst-card {
    box-shadow: 0px 0px 8px 5px #f1f1f1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.t-author{
    font-weight: 600;
}

.c-card {
    border: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.c-text {
    border-top: 1px solid #d1d1d1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.c-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cimg-holder img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.global-comm img {
    height: 805px;
    object-fit: cover;
    object-position: center center;
}

.community-section, .join-section{
    background: #F9F8F9;
}

.combox{
    padding: 50px 160px;
}

.combox h2{
    font-weight: 600;
    line-height: 38px;
}

.i-head {
    display: block;
    padding-left: 25px;
    position: relative;
}

.i-head::before {
    content: "";
    background-image: url('../img/circle-check.png');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.download-apps {
    background-color: #000000;
    border-radius: 20px;
    padding: 0 80px;
    position: relative;
    min-height: 450px;
}

.download-left {
    width: 30%;
}

.download-left h2 {
    color: #fff;
}

.download-left p {
    color: #fff;
}

.store-btns img {
    width: 30px;
}

.store-btn {
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.download-right {
    position: absolute;
    right: 60px;
    top: -130px;
}

.download-right img {
    max-width: 750px;
}

ul.join-community {
    list-style: none; /* remove default bullets */
    padding-left: 0;
}

ul.join-community li {
    position: relative;
    display: flex;           /* Use flex to align items */
    align-items: center;     /* Vertically center icon and text */
    gap: 10px;               /* Space between icon and text */
    padding-left: 0;         /* No extra padding needed with flex */
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 18px;
}

ul.join-community li::before {
    content: "";
    flex-shrink: 0;          /* Prevent icon from shrinking */
    width: 28px;             /* Icon width */
    height: 28px;            /* Icon height */
    background: url('../img/check.png') no-repeat center center;
    background-size: contain;
}

.landing {
    min-height: 100vh;
    background-image: url('../images/auth-img.jpg');
    background-size: cover;
    background-position: center bottom;
}

.landing .top-bar .container-fluid{
    justify-content: end;
}

.landing .top-bar a.nav-link.text-black {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 24px;
    background-color: #fff;
}

.noauth .top-bar a.nav-link:not(.no-btn) {
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 24px;
    background-color: #000;
    color: #fff;
    font-weight: inherit;
}

.noauth .navbar-nav {
    gap: 15px;
}

.border-none{
    border: none !important;
}

.landing .navbar-nav {
    gap: 15px;
}

.top-bar .container-fluid{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.vw-lst {
    min-height: 35px !important;
    line-height: 35px !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1.4px !important;
}

/*.site-header.header-one .top-bar .logo-block {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/

ul.navbar-nav.me-auto {
    flex-direction: row;
}

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-weight: 600;
    font-size: 18px;
}

#login-page{
    background-image: url('../img/Login-Page.jpg');
    background-size: cover;
    background-position: center bottom;
}

.login-card{
    background-color: #fff;
    border-radius: 0;
}

.btn-theme, a.btn-theme{
    background-color: #000000;
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    border-radius: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding: 9px 20px;
    box-shadow: none !important;
    outline: none !important;
}

.btn-theme:hover, a.btn-theme:hover{
    background-color: #EF7D19;
    color: #ffffff;
    transition: 0.3s ease;
}

.btn-theme.active{
    background-color: #000000 !important;
    color: #ffffff;
}

.lg-form-title{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 26.72px;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
}

.login-form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #A19B9B;
    padding: 8px 0;
    outline: none !important;
    box-shadow: none !important;
}

.login-card .card-body{
    padding: 24px 40px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icons a > span.img {
    background-color: #F0EEEE !important;
    padding: 9px;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mobile-menu{
    display: none;
}

.mobile-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    width: 40px;
}

.footer-section {
    background-color: #000000;
    padding: 75px 160px;
}

.ft-col-title {
    font-size: 18px;
    color: #fff;
}

.ft-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.ft-links li a {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
}

.footer-wrapper{
    align-items: center;
}

.footer-links {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.footer-links a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.footer-section p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.bottom-bar .container-fluid {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    position: relative;
}

.footer-section.f-section-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

footer.site-footer.footer-one {
    background-color: #000000;
    padding: 30px 160px;
}

.welcome-section h2{
    font-family: 'Inter';
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.listing-card {
    display: flex;
    background-color: #F7F7F7;
}

.listing-card .listing-image {
    width: 40%;
    border: 1px solid #d1d1d1;
    position: relative;
}

.sold-out {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.sold-out img{
    max-width: 100%;
    height: auto !important;
}

.listing-image > img {
    width: 100%;
    max-width: 100%;
    height: 355px;
    object-fit: contain;
}

.listing-details .listing-image img {
    height: 650px;
    object-fit: contain;
}

.listing-card .listing-detail {
    width: 60%;
    display: flex;
    flex-direction: column; /* Flexbox column to align content */
    justify-content: space-between; /* Keeps the `.detail-bar` at the bottom */
}

.lst-desc{
    padding: 45px 25px 25px 25px;
}

.listing-detail p{
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #747474;
}

.listing-price {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.lst-authr{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.lst-title, .bl-title a{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.detail-bar {
    margin-top: auto; /* Pushes this to the bottom */
}

._listinginterests {
    padding: 25px;
}

.detail-inner {
    border-top: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}

.detail-bar p{
    margin-bottom: 0;
}

/* Ensures both are equally spaced */
/*.listing-card .listing-image,*/
/*.listing-card .listing-detail {*/
/*    flex: 1;*/
/*}*/

sup{
    color: red;
}

a.details-btn {
    color: #fff;
    background-color: #000;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

.listing-detail a.details-btn:hover {
    background-color: #EF7D19;
    color: #ffffff;
    transition: 0.3s ease;
}

a.btn-icon::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/chev-right-light.png');
    width: 13px;
    height: 13px;
}

.listing-detail a.btn-icon:hover::after{
    background-image: url('../img/chev-right-light.png');
}

a.btn-icon.icon-light::after {
    background-image: url('../img/chev-right-light.png');
}

.btn-theme.btn-icon.active::after{
    background-image: url('../img/chev-right-light.png');
}

.btn-icon{
    position: relative;
    padding: 9px 38px 9px 18px !important;
}

.account_menus ul.dropdown-menu {
    border: 0;
    background-color: #efeeee;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.account_menus ul.dropdown-menu li a {
    padding: 15px 18px;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

._usrname{
    cursor: pointer;
}

._usrname h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    margin: 0;
    color: #222222;
}

._usrname span {
    width: 49px;
    height: 49px;
    background-color: #EFEEEE;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

li.acc-nav a{
    padding: 9px 18px 9px 18px;
    border-radius: 20px;
    background-color: #EFEEEE;
}

li.acc-nav a.active {
    background-color: #151515;
}

li.acc-nav a.active{
    color: #fff;
}

li.acc-nav a{
    color: #191919;
}

.account_menus ul.top-side-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
}

li.acc-nav a {
    display: block;
    color: #191919;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
}

.gray-bg{
    background: #EFEEEE !important;
}

td, th{
    vertical-align: middle;
}

.site-table thead{
    background-color: #EFEEEE;
}

.site-table th{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 8px;
}

.site-table tbody tr{
    background: #FAFAFA;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.site-table {
    border-collapse: separate; /* Allows space between rows */
    border-spacing: 0 15px; /* Adjust the gap between rows (10px in this case) */
}

form .col-form-label{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 15px;
}

.accounts-form .form-control, .listings-form .form-control, .proposal-form .form-control{
    background: #F7F7F7 !important;
    border-color: #dfdfdf !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: 46px;
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

/** Custom Radio **/
.lbl-text [type="radio"]:checked, .lbl-text [type="radio"]:not(:checked), .lbl-text [type="checkbox"]:checked, .lbl-text [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 3px;
    top: 2px;

}
.lbl-text [type="radio"]:checked + label,
.lbl-text [type="radio"]:not(:checked) + label,
.lbl-text [type="checkbox"]:checked + label,
.lbl-text [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.lbl-text [type="radio"]:checked + label:before,
.lbl-text [type="radio"]:not(:checked) + label:before,
.lbl-text [type="checkbox"]:checked + label:before,
.lbl-text [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.lbl-text [type="radio"]:checked + label:after,
.lbl-text [type="radio"]:not(:checked) + label:after,
.lbl-text [type="checkbox"]:checked + label:after,
.lbl-text [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lbl-text [type="radio"]:not(:checked) + label:after, .lbl-text [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.lbl-text [type="radio"]:checked + label:after, .lbl-text [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/** Custom Radio **/

/** Custom File Upload **/
.img-container {
    width: 100%;
}

.image-preview-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-upload-box {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
}

.image-upload-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.upload-placeholder {
    font-size: 32px;
    color: #777;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 180px;
    cursor: pointer;
}

.image-preview-container .image-box {
    position: relative;
    width: 200px;
    height: 200px;
    width: calc(100% / 8 - 10px);
}

.image-preview-container .image-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.image-preview-container .image-box .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/** Custom File Upload **/


.lbl-text, .lbl-text label{
    position: relative;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.icons a.nav-active .nav-title{
    background-color: #000000 !important;
    color: #ffffff;
}

.date-group{
    position: relative;
}

/* .date-group::after {
    content: "";
    position: absolute;
    background-image: url('../img/calendar.png');
    width: 16px;
    height: 16px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
} */

img {
    max-width: 100%;
    height: auto;
}

.sub-heading{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 25px;
    line-height: 43px;
}

.page-note {
    background-color: #000;
    padding: 15px;
}

.page-note h4{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 21px;
    line-height: 42px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.bg-grey{
    background: #F7F7F7;
}

.img-txt-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-txt-section .img-holder,
.img-txt-section .txtbox {
    width: 50%;
    box-sizing: border-box; /* Ensures padding doesn't affect the width */
}

.img-txt-section .txtbox{
    padding: 0 25px;
}

/* Padding-Top (pt) */
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }

/* Padding-Bottom (pb) */
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }

/* Horizontal Padding (px) */
.px-5 { padding: 0 5px; }
.px-10 { padding: 0 10px; }
.px-15 { padding: 0 15px; }
.px-20 { padding: 0 20px; }
.px-25 { padding: 0 25px; }
.px-30 { padding: 0 30px; }
.px-35 { padding: 0 35px; }
.px-40 { padding: 0 40px; }
.px-45 { padding: 0 45px; }
.px-50 { padding: 0 50px; }
.px-55 { padding: 0 55px; }
.px-60 { padding: 0 60px; }
.px-65 { padding: 0 65px; }
.px-70 { padding: 0 70px; }
.px-75 { padding: 0 75px; }
.px-80 { padding: 0 80px; }
.px-85 { padding: 0 85px; }
.px-90 { padding: 0 90px; }
.px-95 { padding: 0 95px; }
.px-100 { padding: 0 100px; }

/* Vertical Padding (py) */
.py-5 { padding: 5px 0; }
.py-10 { padding: 10px 0; }
.py-15 { padding: 15px 0; }
.py-20 { padding: 20px 0; }
.py-25 { padding: 25px 0; }
.py-30 { padding: 30px 0; }
.py-35 { padding: 35px 0; }
.py-40 { padding: 40px 0; }
.py-45 { padding: 45px 0; }
.py-50 { padding: 50px 0; }
.py-55 { padding: 55px 0; }
.py-60 { padding: 60px 0; }
.py-65 { padding: 65px 0; }
.py-70 { padding: 70px 0; }
.py-75 { padding: 75px 0; }
.py-80 { padding: 80px 0; }
.py-85 { padding: 85px 0; }
.py-90 { padding: 90px 0; }
.py-95 { padding: 95px 0; }
.py-100 { padding: 100px 0; }


.faicons::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: #000000;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
}

.contact-details h5{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 19.33px;
    color: #222222;
}

.contact-details p{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585858;
}

.faicons {
    padding-right: 8px;
}

.contact-box {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-form, .contact-details{
    width: 50%;
    box-sizing: border-box; /* Ensures padding doesn't affect the width */    
}

.contact-form {
    padding-right: 30px;
}

.contact-details {
    padding: 0 30px;
}

.contact-form::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e7e7e7;
    transform: translateX(-50%);
}

button.btn-submit {
    color: #fff;
    background-color: #000;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 9px 18px 9px 18px;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    min-height: 40px;
    position: relative;
}

button.btn-submit:hover{
    color: #fff !important;
    background-color: #000 !important;
}

/*button.btn-submit::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 18px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background-image: url('../img/arrow.png');*/
/*    width: 14px;*/
/*    height: 12px;*/
/*}*/

.nav-link:focus, .nav-link:hover {
    color: #000000;
    outline: none;
}

.text-bold{
    font-weight: 700 !important;
}

.listing-details .listing-image {
    width: 70%;
    border: 1px solid #d1d1d1;
    text-align: center;
    position: relative;
}

.listing-details {
    display: flex;
    gap: 25px;
    align-items: start;
}

.listing-details .athr-details {
    width: 30%;
}

.text-orange {
    color: #EF7D19;
}

.text-orange:hover {
    color: #EF7D19;
}

.bg-orange{
    background-color: #EF7D19 !important;
    color: #fff;
}

.orange-outline {
    border: 2px solid #EF7D19;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}

.orange-outline-br {
    border: 2px solid #EF7D19;
    border-radius: 25px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
}

.athr-details {
    background: #F7F7F7;
    padding: 30px;
    position: sticky;
    top: 20px;
    z-index: 100;
}

.ath-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ath-box img {
    height: 120px;
    object-fit: cover;
}

.authr-name {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    color: #191919;
}

.prv-box .title, .auth-info .title {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

.prv-box .prc{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.btn-black{
    background-color: #2e2e2e !important;
}

.btn-orange{
    background-color: #EF7D19 !important;
}

.btn-check:focus+.btn, .btn:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

.lst-btn{
    min-height: 54px;
    line-height: 30px !important;
    border-radius: 35px !important;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #000;
}

.image-boxes{
    display: flex;
    gap: 20px;
}

.image-container img, .img-holder img{
    width: 100%;
}

.image-container {
    flex: 1;
}

ul.tags {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.tags li {
    padding: 4px 15px;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.list-tags {
    display: flex;
    align-items: center;
}

.list-tags h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
}

.l-title{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.section-head-separator{
    font-family: 'Inter';
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.17em;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.section-head-separator::before, .section-head-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: black;
}

.section-head-separator::before{
    margin-right: 1em;
}

.section-head-separator::after{
    margin-left: 1em;
}

ul.filters{
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: end;
    margin: 0;
}

ul.filters > li {
    position: relative;
    min-height: 40px;
    background-color: #efeeee;
    border-radius: 20px;
    padding: 0 50px 0 30px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
}

.date-filter::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url('../img/chev-down.png');
    width: 16px;
    height: 10px;
}

.oth-filters::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    background-image: url('../img/filter.png');
    width: 20px;
    height: 12px;
}

span.separator {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
}

.accounts-form .form-control.is-invalid, .listings-form .form-control.is-invalid {
    border-color: #dc3545 !important;
}

#toast-container>div{
    opacity: 1 !important;
}

span{
    position: relative;
}

span.ref-active, span.ref-inactive, span.ref-warning{
    font-weight: 500 !important;
    font-family: Inter !important;
}

span.ref-active::before {
    content: "";
    background-color: #00d300;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

span.ref-inactive::before {
    content: "";
    background-color: red;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

span.ref-warning::before {
    content: "";
    background-color: #FF9F29;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.radio-bg {
    background-color: #f7f7f7 !important;
}

.radius-4{
    border-radius: .25rem;
}

.h-46{
    height: 46px;
}

.summary-box{
    position: sticky;
    top: 20px;
    z-index: 100;
}

.order_summary {
    border: 1px solid #CBCBCBB5;
    border-radius: 8px;
}

ul.od_summary {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.od_summary li {
    padding: 1.5rem!important;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

ul.od_summary li:not(:last-child) {
    border-bottom: 1px solid #CBCBCBB5;
}

ul.od_summary .total{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: 0%;
}

.section-title{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.yearpicker-container.yearpicker-dropdown {
    top: 40px;
}

.yearpicker-items:hover {
    color: rgb(0 0 0);
}

.yearpicker-prev:hover, .yearpicker-next:hover {
    color: rgb(0 0 0);
}

.upload-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-box {
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.upload-box span {
    font-size: 24px;
    color: #999;
}

#imageUpload {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

#image-preview-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.image-preview-grid .image-box {
    margin: 5px;
    position: relative;
}

.upload-area .image-box img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.join-req .upload-box {
    width: 150px;
    height: 150px;
    background-color: #f5f5f5;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.join-req #imageUpload {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

.join-req .upload-area .image-box img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
}

.image-box .remove-btn, .image-box .remove-oldig {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(255 0 0);
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.custom-upload-box, .image-box {
    position: relative;
}

.lst-pagination ul.pagination{
    gap: 10px;
    margin: 0;
}

.lst-pagination .page-item .page-link {
    border-radius: 30rem !important;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
}

.lst-pagination .page-item .page-link:focus {
    outline: none !important;
    box-shadow: none;
}

.lst-pagination .page-item:first-child .page-link, .lst-pagination .page-item:last-child .page-link {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    border-color: #E7E7E7;
    background: #E7E7E7;
}

.page-item .page-link {
    color: #000000;
    border-color: #dfdfdf;
    background: #F7F7F7;
}

.center-border-horizontal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #D1D5DB;
    z-index: -1;
}

.center-border-horizontal {
    position: relative;
    z-index: 1;
}

.bg-base {
    background-color: #ffffff !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff !important;
    outline: none;
    background: #000 !important;
}

.slick-next {
    right: calc(50% - 40px) !important;
}

.slick-prev {
    left: calc(50% - 40px) !important;
}

.btn-dark-grey {
    background-color: #646464 !important;
}

.ldetails{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #2A2A2A;
}

.ldetails span{
    color: #646464;
}

.fs-16{
    font-size: 16px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

#listing-filters {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
}

.filcol {
    margin-right: 20px;
    flex: 1;
    min-width: 150px;
}

.filtitle {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.filcol ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filcol li {
    margin-bottom: 10px;
}

.filcol input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.apply-filters {
    margin-top: 20px;
}

.d-flex {
    display: flex;
    align-items: flex-start;
}

.filcol label {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#filterbox {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#filterbox.show {
    visibility: visible;
    opacity: 1;
    max-height: 100%; /* A large enough value to show content */
}

/* Pricing Plan */
.pricing__table {
    display: flex;
    gap: 20px;
    /*flex-direction: column;*/
    /*border: 1px solid #DEDEDE;*/
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
}

.pricing_card {
    position: relative;
    padding: 30px 45px;
    border: 1px solid #DEDEDE;
    background-color: #EFEFEF;
    border-radius: 20px;
    flex-grow: 1;
    box-shadow: 0px 0px 5px 4px #f1f1f1;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.included-plan {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #28a745;
    border-right: 90px solid transparent;
    z-index: 1;
}

.included-plan-text {
    position: absolute;
    top: 45px;
    left: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    white-space: nowrap;
    z-index: 9;
}

.pricing_card.hovered {
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 24%);
    transition: box-shadow 0.3s ease;
}

.pricing_card.selected {
    border: 1px solid #000; /* or whatever highlight you like */
    background-color: #f8f9fa;
    box-shadow: 0 0 5px 4px rgb(0 0 0 / 24%);
}

.pricing_card-features {
    min-height: 150px;
}

.pricing_card-pdescription{
    margin-top: 15px;
}

.pricing_card-ft {
    margin: 12px 0;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #6d7081;
    text-decoration-style: dashed;
    text-underline-position: under;
}

.pricing_card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.pricing_card-price {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 42px;
    text-align: center;
}

.pricing_card-seperator {
    border-top: 1px solid #dedede;
    margin: 32px 0;
    width: 100%;
}

.pricing_card-selection {
    margin-top: 24px;
    text-align: center;
}

.pricing__table .pt__title {
   display: flex;
}

.pricing__table .pt__title .pt__title__wrap {
   position: relative;
   display: flex;
   flex: 1;
   flex-direction: row;
   font-size: 18px;
   text-align: center;
}

.pricing__table .pt__title .pt__title__wrap .pt__row {
   display: flex;
   width: 25%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 0 15px;
   min-height: 60px;
   font-size: 20px;
   font-weight: 600;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2),
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(4) {
   border-bottom: 0;
   /*border-top-left-radius: 15px;
   border-top-right-radius: 15px;*/
   background-color: #EFEFEF;
}
.pricing__table .pt__option {
   position: relative;
}
.pricing__table .pt__option .pt__option__mobile__nav {
   position: absolute;
   z-index: 1;
   top: 25px;
   bottom: auto;
   left: 50%;
   right: auto;
   display: none;
   justify-content: space-between;
   width: calc(100% + 30px);
   transform: translateX(-50%);
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   color: #fff;
   border-radius: 50%;
   transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
   background-color: #0057e6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
   background-color: #c0beb6;
   pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
   position: relative;
   left: -5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
   position: relative;
   right: 5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
   width: 16px;
   color: #faf7f2;
}
.pricing__table .pt__option .pt__option__slider {
   overflow: visible;
}

.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
   display: flex;
   flex-direction: column;
   align-items: stretch;
   width: 100%;
}
.pricing__table .pt__option .pt__option__item {
   width: 100%;
   margin-right: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
   display: flex;
   flex-direction: row;
   font-size: 1.375rem;
   line-height: 1.4;
   position: relative;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 25%;
   min-height: 60px;
   padding: 0 15px;
   font-size: 16px;
   border-bottom: 1px solid #DEDEDE;
}

.pricing__table .pt__option .pt__option__item:last-child .pt__item .pt__row {
    border-bottom: none;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
   align-items: flex-start;
   text-align: left;
   font-weight: 600;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2),
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(4) {
   background-color: #EFEFEF;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
   display: inline-flex;
   padding: 20px 15px;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
   border-bottom: 0;
}

.transact-btn{
    color: #ffffff;
    background-color: #000000;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

.transact-btn:hover{
    color: #ffffff;
    background-color: #EF7D19;
}

.pt__row span.checked{
    background-image: url('../img/checked.svg');
    width: 20px;
    height: 20px;
}

.pt__row span.unchecked{
    background-image: url('../img/unchecked.svg');
    width: 20px;
    height: 20px;
}

span.planprice{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

span.pteg{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 42.15px;
}

.pt__title__wrap .pt__row {
    min-height: 120px !important;
    padding: 20px 15px !important;
}
/* Pricing Plan */

.agreement_details{
    background: #F7F7F7;
    padding: 35px;
}

.p-35{
    padding: 35px;
}

/* For bullet lists */
li[data-list="bullet"] {
    list-style-type: disc; /* or whatever style you prefer for bullets */
}

/* For ordered lists */
li[data-list="ordered"] {
    list-style-type: decimal; /* or whatever style you prefer for ordered lists */
}

.agreement_details p {
    margin-bottom: 0;
}

.agreement_details h5{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

/* .lst-agreement{
    height: 900px;
    overflow-y: scroll;
} */

.selpckg{
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.thnkyou-box{
    background: #F7F7F7;
    padding: 80px 40px;
}

.thnkyou-box h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ty-btn{
    background-color: #000;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: fit-content;
    height: 40px;
    line-height: 1.2;
    border-radius: 45px;
}

.ty-btn:hover{
    color: #fff;
}

.custom-checkbox {
    position: relative;
    border: 2px solid #b1b1b1;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
}

.custom-checkbox:checked {
    background-color: #000;
    border: 2px solid #000000;
    opacity: 1;
}

.custom-checkbox:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0px 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custom-checkbox:checked:before{
    border-color: #fff;
}

.ms_layout {
    display: flex;
    width: 100%;
    gap: 20px;
}

.user-list {
    flex-basis: 20%;
    flex-shrink: 0;
}

#chat-details {
    display: flex;
    gap: 20px;
}

.lst-preview {
    flex-basis: 30%;
    flex-shrink: 0;
}

.ch-container{
    flex-basis: 70%;
}

.chat-box {
    flex-basis: 80%;
    flex-grow: 1;
}

.lst-preview img{
    border-radius: 10px;
}

.vw-artwork-btn {
    border: 2px solid #222222;
    padding: 9px 20px;
    width: 100%;
    border-radius: 30px;
    min-height: 54px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    color: #222222;
}

.stitle {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    margin-bottom: 16px;
}

.user-item {
    max-height: 685px;
    overflow-y: scroll;
}

.user-item ul{
    list-style: none;
    padding: 0;
}

.user-item ul li{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px 10px;
}

.user-item ul li:not(:last-child) {
    margin-bottom: 15px;
}

span.msg_time {
    color: #717171;
    font-size: 11px;
    margin-left: 6px;
    font-weight: 400;
}

.sender-name {
    font-size: 16px;
    font-weight: 400;
}

p.m-0.date-gp {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

#chat-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin: 20px auto;
    padding: 10px;
}

#chat-box{
    height: 600px;
    overflow-y: scroll;
}

#chat {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
    min-height: 650px;
}

.message-item {
    margin-bottom: 10px;
}

.date-gp {
    text-align: center;
    margin-bottom: 10px;
    color: #888;
    font-weight: bold;
}

#chat-form {
    display: flex;
    padding: 10px;
}

#chat-form.cchat {
    background-color: #000000;
    color: #ffffff;
}

.chat-field {
    flex-grow: 1;
    padding: 10px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b0b0b0;
    margin-right: 10px;
    outline: none;
}

.sub-chat {
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.sub-chat img {
    max-width: 100%;
    width: 20px;
}

.nof {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 15px;
}

.stitle h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

h4.art_title {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 18px;
}

.usr-holder {
    display: flex;
}

.usr-holder img{
    max-height: 30px;
}

.ms-item {
    padding-left: 10px;
}

.message-item.sdr {
    justify-content: flex-end; /* Move entire message item to the right */
    text-align: right; /* Align the text to the right */
}

.message-item.sdr .usr-holder {
    flex-direction: row-reverse; /* Swap image and message content positions */
}

.sdr .ms-item {
    padding-right: 10px;
    padding-left: 0;
}

.sdr span.msg_time {
    margin-right: 6px;
    margin-left: 0;
}

input, textarea{
    font-family: 'Open Sans';
}

ul.filters > li a {
    font-weight: 600;
}

.lsdt{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ntfy {
    position: relative;
}

.ntfy::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00d300;
    border-radius: 20px;
    top: 0;
    right: 0;
}

/* Order Receipt */
.text-danger strong {
    color: #9f181c;
}

.art-title{
    height: 120px;
    min-height: 120px;
}
.receipt-main {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 12px solid #000000;
    border-top: 12px solid #EF7D19;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 30px !important;
    position: relative;
    box-shadow: 0 1px 21px #acacac;
    color: #000000;
    font-family: 'Open Sans';
}
.receipt-main p {
    color: #000000;
    font-family: 'Open Sans';
    line-height: 1.42857;
}
.receipt-footer h1 {
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0 !important;
}
.receipt-main thead {
    background: #000000 none repeat scroll 0 0;
}
.receipt-main thead th {
    color:#fff;
}
.receipt-right h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.receipt-right p {
    font-size: 12px;
    margin: 0px;
}
.receipt-right p i {
    text-align: center;
    width: 18px;
}
.receipt-main td {
    padding: 9px 20px !important;
}
.receipt-main th {
    padding: 13px 20px !important;
}
.receipt-main td {
    font-size: 13px;
    font-weight: initial !important;
}
.receipt-main td p:last-child {
    margin: 0;
    padding: 0;
}   
.receipt-main td h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.receipt-header-mid .receipt-left h1 {
    font-weight: 100;
    margin: 34px 0 0;
    text-align: right;
    text-transform: uppercase;
}
.receipt-header-mid {
    margin: 24px 0;
    overflow: hidden;
}
#container {
    background-color: #dcdcdc;
}
/* Order Receipt */

.cht-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.cht-sidebar .ch-info {
    flex-grow: 1;
    padding: 0 0.75rem;
}

.admin .ms-item div {
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15px;
}

.admin .ms-item div h5 {
    font-size: 24px;
}

.app-filters {
    color: #000;
    background-color: #fff;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    min-height: 40px;
    padding: 9px 18px 9px 18px;
    position: relative;
    transition: 0.3s ease;
}

li._usrname.act {
    background: #cdcdcd;
}

.col-form-label .btn{
    border: 0;
    line-height: 1;
}

.pst-views {
    padding-left: 25px;
    position: relative;
}

.pst-views::before {
    content: "";
    position: absolute;
    background-image: url('../img/view.png');
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.input-prefix input {
    padding-left: 30px;
}

.input-prefix span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.input-prefix {
    position: relative;
}

label.tcp {
    text-indent: -9999px;
}

/* .addonpackages td{
    padding: 30px 10px !important;
} */

.addonpackages td{
    padding: 8px !important;
}

span.currency-amount {
    display: inline-block;
    min-width: 4em;
    text-align: right;
}



.ath-img {
    width: 120px;
    border: 1px solid #d1d1d1;
    text-align: center;
}

.ath-img img{
    height: 119px;
    width: auto;
    object-filt: contain;
}

.ps-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

span.sep {
    background-color: #D1D1D1;
    width: 1px;
    height: 20px;
}

.ps-details p {
    font-size: 14px !important;
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
}

.fee-head h4 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: bold;
    line-height: 34.74px;
    letter-spacing: 0.17em;
    text-align: center;
    text-transform: uppercase;
}

.ps-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ml-proceed {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

.ml-proceed img {
    max-width: 100%;
    width: 30px;
}

.mb{
    display: none !important;
}

.mbhide{
    display: none !important;
}

.ltg-bts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* .nav-title{
    display: none;
} */

.add-lst{
    display: none;
}

header.fixed {
    position: fixed;
    width: calc(100vw - 40px);
    top: 0;
    z-index: 999;
}

header.fixed .icons{
    right: 0;
    opacity: 1;
    transition: 0.5s ease;
    z-index: 9999;
}

body.noscroll{
    overflow: hidden;
}

/* header.fixed + main {
    padding-top: 128px !important;
} */

#toggle-menu {
    background-color: #f0eeee;
    border-radius: 25px;
    padding: 0 8px;
}

#toggle-menu .line {
    width: 24px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin: 2px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#toggle-menu .line:nth-child(3) {
    width: 16px;
    margin: 2px auto 0 0;
}

#toggle-menu.is-active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

#toggle-menu.is-active .line:nth-child(2) {
    opacity: 0;
}

#toggle-menu.is-active .line:nth-child(3) {
    width: 24px;
    margin: 2px auto;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

._lisitngchat .user-list{
    display: none;
}

.close-overlay {
    display: none;
}

#msgfloat {
    display: none;
}

.clsmsg{
    display: none;
}

.agm-box {
    display: flex;
    gap: 20px;
}

.agm-ig {
    width: 30%;
}

.agm-ig img{
    width: 100%;
}

.gap-10{
    gap: 10px;
}

.gap-20{
    gap: 20px;
}

.gbox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.b-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
}

/* Connecting line between the circles */
.b-holder:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 100px;
    width: 50%;
    left: -25%;
    height: 1px;
    background: #999;
    z-index: 0;
}

.b-holder:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 100px;
    width: 50%;
    right: -25%;
    height: 1px;
    background: #999;
    z-index: 0;
}

.b-holder img {
    position: relative;
    z-index: 1;
}

.listing-services {
    margin: 0 -5px;
}

.lst-srv-table{
    border-collapse: separate;
    border-spacing: 5px;
}

.lst-srv-table thead {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
}

.lst-srv-table tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #EFEFEF;
}

.lst-srv-table tbody tr:nth-child(odd) td:nth-child(even) {
    background: #FAFAFA;
}

.lst-srv-table tbody tr:nth-child(even) td:nth-child(odd) {
    background: #FAFAFA;
}

.lst-srv-table tbody tr:nth-child(even) td:nth-child(even) {
    background: #EFEFEF;
}

.faq-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-box{
    padding: 24px;
    border-radius: 12px;
}

.faq-box:nth-child(odd){
    background: #FAFBFB;
}

.faq-box:nth-child(even){
    background: #EFEEEF;
}

.hguide{
    letter-spacing: 0.17em;
    text-transform: uppercase;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.rf-captcha{
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
}

.rf-captcha:hover {
    background-color: #000;
    color: #fff;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin {
    animation: spin 1s linear infinite;
}

ul.list-icon {
    list-style: none;
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
}

.list-icon li {
    text-align: left;
    position: relative;
    padding-left: 32px;
    margin: 10px 0;
}

ul.list-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    /* transform: translateY(-50%); */
    width: 22px;
    height: 22px;
    background: url('../images/list_icon.png') no-repeat center center;
    background-size: contain;
}

.optional-listing img{
    width: 24px !important;
}

.art-frame {
    position: relative;
    width: 100%;
}

.art-hang-line {
    position: relative;
    padding-top: 30px;
}

.art-pin {
    width: 10px;
    height: 10px;
    background: white;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.art-hang-line::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/hanger.png');
    z-index: 1;
    width: 249px;
    height: 34px;
}

.art-image {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #ffffff;
    border: 20px solid #efefef;
    margin-top: 15px;
    padding: 20px;
}

.artw-title {
    background: #efefef;
    padding: 15px 10px;
    border-top: 1px solid #ffffff;
}

.artw-title a{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.art-frame h1 {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.art-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.art-card {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.art-card-full {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

/*From Home*/
.listing-price.locked {
    filter: blur(6px);
    color: transparent;
    text-shadow: 0 0 5px rgb(0 0 0);
    pointer-events: none;
    user-select: none;
}
.select2-container .select2-selection--multiple {
    height: fit-content;
    background: #ffffff !important;
    border-color: #dfdfdf !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 46px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-weight: 400;
    font-family: 'Open Sans';
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 32px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 32px;
    line-height: 2;
    width: fit-content !important;
    margin-top: 0px;
    vertical-align: middle;
    font-family: Inter;
}

span.select2-search.select2-search--inline {
    height: 100%;
    width: 100%;
    display: inline-block;
}

/* Style for the filter section */
.filter-section {
    position: relative;
}

.filters {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.filters li {
    cursor: pointer;
}

/* Sort options floating box */
.sort-options {
    display: none; /* Hidden by default */
    position: absolute;
    top: 130%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #efeeee;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 150px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sort-options li a {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-align: left;
    line-height: 22px;
}

.sort-options li:last-child {
    border-bottom: none;
}

.sort-options li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.sort-options li:hover {
    background-color: #f0f0f0;
}

.ttip {
    position: relative;
    display: inline-block;
}

.ttip .ttip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* above the image */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ttip:hover .ttip-text {
    visibility: visible;
    opacity: 1;
}
/*From Home*/

.blog-bg-banner {
    position: relative;
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 350px;
    overflow: hidden;
}

.blog-bg-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* darker overlay */
    z-index: 1;
}

.blog-bg-banner h1 {
    position: relative;
    z-index: 2;
}

.post-navigation {
    display: flex;
    overflow: hidden;
    gap: 10px;
}

.post-navigation .post-navigation__link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(50% - .5px);
}

.post-navigation .post-navigation__link a {
    align-items: center;
    display: flex;
    gap: 15px;
    max-width: 100%;
}

.post-navigation span.post-navigation__link__next, .post-navigation span.post-navigation__link__prev {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next, .post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    font-size: 30px;
}

.post-navigation .post-navigation__next a {
    justify-content: flex-end;
}

span.post-navigation__prev--title, span.post-navigation__next--title {
    font-weight: 600;
    color: #EF7D19;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.post-navigation__prev--label, span.post-navigation__next--label {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.post-navigation__separator {
    background-color: #d5d8dc;
    height: 100%;
    margin: 0 auto;
    width: 1px;
}

.screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0;
}

.post-navigation .post-navigation__arrow-wrapper {
    color: #d5d8dc;
    display: flex;
    fill: #d5d8dc;
}

.bl-ft-image{
    width: 60%;
}

.blog-detail {
    display: flex;
    gap: 20px;
    position: relative;
}

.detail-panel {
    width: 80%;
}

.blog-sidebar {
    width: 20%;
    position: sticky;
    top: 20px; /* adjust based on your header height */
    align-self: flex-start;
}

.bl-thumb{
    width:80px;
    height:80px;
    object-fit:cover;
}

.join-room img {
    height: 650px;
    object-fit: cover;
}

.select2-container .select2-search--inline .select2-search__field{
    height: 25px !important;
}

@media only screen and (max-width: 1440px){
    #app, #app2, .box-layout {
        padding-left: 60px;
        padding-right: 60px;
    }

    .banner-cap{
        width: calc(100% - 120px);
    }

    .download-left {
        width: 40%;
    }

    .download-right {
        right: 0px;
    }

    .combox{
        padding: 50px 60px;
    }

    .combox h2 {
        line-height: 34px;
        margin-bottom: 34px !important;
    }

    .join-room img {
        height: 582px;
        object-fit: cover;
    }

    .footer-section{
        padding: 75px 60px;
    }

    footer.site-footer.footer-one {
        padding: 30px 80px;
    }
}

@media only screen and (max-width: 1200px){
    .b-holder:nth-child(2)::before {
        width: 40%;
        left: -20%;
    }

    .b-holder:nth-child(2)::after {
        width: 40%;
        right: -20%;
    }
}

@media only screen and (max-width: 1024px){
    #app, #app2, .box-layout {
        padding-left: 40px;
        padding-right: 40px;
    }

    .detail-panel {
        width: 70%;
    }

    .blog-sidebar {
        width: 30%;
    }
    
    .download-apps {
        padding: 0 40px;
        min-height: 340px;
        margin-top: 50px;
    }

    .download-left {
        width: 50%;
    }

    .download-right {
        right: -10px;
        top: -100px;
    }

    .download-right img {
        max-width: 540px;
    }

    .banner-cap {
        width: calc(100% - 80px);
    }

    .combox {
        padding: 50px 40px;
    }

    .listing-details .listing-image img {
        height: 500px;
    }

    .athr-details {
        padding: 20px;
    }

    .ath-box {
        flex-direction: column;
        align-items: start;
    }

    .ath-img {
        width: 90px;
    }

    .ath-img img {
        height: 90px;
    }

    .authr-name {
        font-size: 20px;
        line-height: 24px;
    }

    footer.site-footer.footer-one {
        padding: 30px 40px;
    }

    .bottom-bar .container-fluid{
        flex-direction: column;
        gap: 30px;
    }

    .footer-section.f-section-2.text-center {
        position: unset;
        -webkit-transform: none;
        transform: none;
    }

    .sub-heading {
        font-size: 22px;
        line-height: 32px;
    }

    .txtbox h4 {
        font-size: 22px;
    }

    .img-txt-section .img-holder img{
        height: 500px;
        object-fit: cover;
    }

    ul.join-community li::before {
        width: 22px;
        height: 22px;
    }

    ul.join-community li {
        font-size: 20px;
        line-height: 32px;
    }

    .pt-75 {
        padding-top: 50px;
    }

    .pb-75 {
        padding-bottom: 50px;
    }

    .com-barriers, .team-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }    

    .footer-section {
        padding: 50px 40px;
    }

    .combox h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px !important;
    }

    .mission h2, .ft-collections h2, .com-barriers h2, .team-section h2, .discover h2, .list-services h2, .testimonials-section h2, .download-left h2, .blog-detail h2, .blog-sidebar h2{
        font-size: 28px;
    }

    .lst-title, .bl-title a {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 820px){
    #app, #app2, .box-layout {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-archive-section{
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-detail {
        flex-direction: column;
    }

    .detail-panel, .blog-sidebar {
        width: 100%;
    }

    .blog-sidebar {
        position: static;
        top: auto;
    }

    .download-apps {
        flex-direction: column-reverse;
        padding: 50px 40px;
        margin-top: 70px;
    }

    .download-left {
        width: 100%;
        text-align: center;
    }

    .store-btns {
        justify-content: center;
    }

    .download-right {
        position: unset;
        margin-top: -150px;
    }

    .download-right img {
        max-width: 520px;
        width: 100%;
    }

    .banner-cap {
        width: calc(100% - 40px);
    }

    .combox {
        padding: 45px 20px;
    }

    .community-box > .row{
        flex-direction: column-reverse;
    }

    .ban-section{
        height: unset;
    }

    .banner img {
        height: 70vh;
    }

    .pt-75 {
        padding-top: 40px;
    }

    .pb-75 {
        padding-bottom: 40px;
    }

    .com-barriers, .team-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lst-title, .bl-title a {
        font-size: 20px;
        line-height: 24px;
    }

    .global-comm img, .join-room img {
        height: 450px;
    }

    .ft-listings {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .b-holder img {
        width: 130px;
    }

    .b-holder:nth-child(2)::before, .b-holder:nth-child(2)::after {
        top: 65px;
    }

    .agm-box {
        display: unset;
    }

    .agm-ig {
        width: 100%;
    }

    #msgfloat {
        display: block;
        position: fixed;
        left: 20px;
        top: 170px;
        transition: 0.5s ease;
    }

    .floater {
        background-color: #000;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        opacity: 0.7;
        line-height: 50px;
        text-align: center;
    }

    #msgfloat.show{
        left: 72%;
        z-index: 99;
    }

    #msgfloat.show .dspmsg{
        display: none;
    }

    #msgfloat.show .clsmsg {
        display: unset;
    }

    .user-list {
        position: fixed;
        left: -100%;
        top: 0;
        background: #fff;
        width: 70%;
        height: 100%;
        transition: 0.5s ease;
        padding: 20px;
    }

    .user-list.show {
        z-index: 99;
        left: 0;
    }

    .page-note h4 {
        font-size: 18px;
        line-height: 36px;
    }

    .img-txt-section{
        flex-direction: column;
    }

    .img-txt-section .img-holder, .img-txt-section .txtbox{
        width: 100%;
    }

    .img-txt-section .img-holder{
        order: 1;
    }

    .img-txt-section .txtbox{
        order: 2;
        padding: 45px 20px;
    }

    .img-txt-section .img-holder img {
        height: auto;
    }

    .quote h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .mb{
        display: block !important;
    }

    .p-mt-0{
        padding-top: 0;
    }

    .pc{
        display: none;
    }

    .filtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .ath-box {
        flex-direction: row;
        align-items: center;
    }

    .rhb {
        width: 200px !important;
    }

    footer.site-footer.footer-one {
        padding: 30px 20px;
    }

    .listing-card {
        flex-direction: column;
    }

    .listing-card .listing-image {
        width: 100%;
    }

    .listing-card .listing-detail {
        width: 100%;
    }

    .listing-details {
        flex-direction: column;
        gap: 0;
    }

    .listing-details .listing-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .listing-details .athr-details {
        width: 100%;
        padding: 20px;
        margin-top: 12px;
    }

    .tprow{
        padding-top: 0;
    }

    .ath-img {
        width: 90px;
    }

    .ath-img img {
        height: 90px;
    }

    .listing-details .listing-image img {
        height: 350px;
    }

    .authr-name {
        font-size: 20px;
        line-height: 24px;
    }

    h4.art_title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .list-tags {
        margin-top: 0 !important;
    }

    .welcome-section h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-head-separator{
        font-size: 24px;
        line-height: 30px;
    }

    .ltg-bts {
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
    }

    .lst-desc {
        padding: 30px;
    }

    .ch-container {
        flex-basis: 100%;
    }

    .lst-preview {
        position: fixed;
        right: -100%;
        width: 70%;
        background-color: #fff;
        padding: 40px;
        height: 100vh;
        top: 0;
        box-shadow: 1px 0px 15px #000000;
        transition: 0.5s ease;
        z-index: 99;
    }

    .lst-preview.show {
        right: -1px;
    }

    .close-overlay {
        display: block;
        position: absolute;
        top: 20px;
        left: -55px;
    }

    li.acc-nav a.dropdown-toggle  {
        padding: 1px;
        border-radius: 50px;
        background-color: transparent;
    }

    .dropdown-toggle::after{
        display: none;
    }

    .d-collections, .testimonials {
        gap: 20px;
        padding-top: 30px;
    }

    .ft-listings{
        padding-top: 30px;
    }

    .footer-section {
        padding: 50px 20px;
    }
}

@media (min-width: 576px) {
    .ntitle .nav-title {
        height: 40px;
        min-width: 40px;
        width: 100%;
        text-align: center;
        display: block;
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        background-color: rgb(240, 238, 238) !important;
        padding: 9px 16px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px){
    .gbox {
        flex-direction: column;
        gap: 80px;
    }

    .blog-archive-section{
        grid-template-columns: repeat(1, 1fr);
    }

    .bl-ft-image {
        width: 100%;
    }

    .store-btns {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .bw-collection-mb{
        display: inherit !important;
    }

    header.site-header{
        height: 97px;
    }

    header.fixed {
        width: 100%;
    }

    .bw-collection{
        display: none !important;
    }

    .mission h2, .ft-collections h2, .com-barriers h2, .team-section h2, .discover h2, .list-services h2, .testimonials-section h2, .download-left h2, .blog-detail h2, .blog-sidebar h2 {
        font-size: 22px;
    }

    .com-barriers h3 {
        font-size: 20px;
    }

    .combox h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .banner img {
        height: 80vh;
    }

    .banner-cap h1 {
        font-size: 24px;
    }

    .banner-btns {
        flex-direction: column;
        gap: 10px;
    }

    .banner-cap p {
        font-size: 18px;
        line-height: 24px;
    }

    .com-barriers p, .team-section p, .download-left p, .bl-text{
        font-size: 16px;
        line-height: 22px;
    }

    .mission p {
        font-size: 20px;
        line-height: 26px;
    }

    .image-boxes {
        flex-direction: column;
    }

    .ft-listings {
        grid-template-columns: repeat(1, 1fr);
    }

    .d-collections, .testimonials {
        flex-direction: column;
    }

    .w-75 {
        width: 100% !important;
    }

    .hguide {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
    }

    .shdesc h5 {
        text-align: left;
    }

    .b-holder:nth-child(2)::before {
        width: 1px;
        left: 65px;
        top: -55% !important;
        height: 50%;
    }

    .b-holder:nth-child(2)::after {
        width: 1px;
        left: 65px;
        bottom: -55% !important;
        height: 50%;
        top: unset;
    }

    .lst-srv-table td:first-child,
    .lst-srv-table th:first-child {
        position: sticky;
        left: 0;
        z-index: 9; /* Keeps it above other cells */
    }

    .lst-srv-table th:first-child{
        background: #343434;
    }

    .listing-services{
        margin: 0;
    }

    .lst-srv-table{
        margin-left: -15px;
    }

    .b-holder {
        flex-direction: row;
    }

    .login-card {
        background-color: #fff !important;
    }

    .contact-box {
        flex-direction: column;
    }

    .memdet tr th, .memdet tr td {
        font-size: 12px !important;
    }

    .contact-form::after{
        display: none;
    }

    .contact-form, .contact-details{
        width: 100%;
    }

    .contact-form, .contact-details {
        padding: 0;
    }

    .contact-form{
        order: 2;
    }

    .contact-details{
        order: 1;
        padding-bottom: 25px;
    }

    .nowrap{
        white-space: nowrap;
    }

    .agreement_details {
        padding: 20px;
    }

    .selpckg {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
        margin-bottom: 15px !important;
    }

    .site-table th {
        font-size: 15px;
        line-height: 17px;
    }

    .site-table tr td{
        font-size: 13px;
        line-height: 15px;
    }

    .mbnone{
        display: none;
    }

    .gap-mb-20{
        gap: 20px;
    }

    .txtbox h4 {
        font-size: 18px;
    }

    .page-note h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    #sortby, #filters{
        display: none;
    }

    ul.filters > li {
        width: 40px;
        padding: 0;
    }

    .sort-options{
        left: unset;
        right: 0;
    }

    .date-filter::after {
        background-image: url('../img/sort.svg');
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
        right: unset;
        background-size: contain;
    }

    .oth-filters::after {
        right: unset;
        left: 10px;
    }

    .filter-container{
        flex-direction: column;
    }

    .filcol {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .filter-container span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .p-mb-x-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .icons {
        position: fixed;
        padding: 20px;
        opacity: 0;
        right: -100%;
        height: 100vh;
        z-index: -9;
        background-color: #fff;
        width: 100%;
        top: 97px;
        flex-direction: column;
        transition: 0.5s ease;
    }

    .nav-ic-holder{
        width: 100%;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 15px;
    }

    .social-h a {
        width: fit-content !important;
    }

    .social-h {
        border-bottom: none;
    }

    header.fixed .nav-ic-holder a {
        display: flex !important;
        width: 100%;
        gap: 30px;
        align-items: center;
    }

    header.fixed span.nav-title {
        display: block;
    }

    span.nav-title {
        color: #000;
        line-height: 20px;
        font-size: 18px;
    }

    .icons.auth .nav-ic-holder:nth-child(4){
        order: 1;
    }

    .icons.auth .nav-ic-holder:nth-child(1),
    .icons.auth .nav-ic-holder:nth-child(2),
    .icons.auth .nav-ic-holder:nth-child(3),
    .icons.auth .nav-ic-holder:nth-child(5){
        order: 2;
    }

    .welcome-section h2 {
        font-size: 22px;
    }

    .usname {
        display: block;
    }

    .lst-desc {
        padding: 20px;
    }

    .lst-title, .bl-title a {
        font-size: 18px;
        line-height: 24px;
    }

    .listing-price {
        font-size: 18px;
        line-height: 22px;
    }

    .lst-authr {
        font-size: 16px;
        line-height: 20px;
    }

    .ps-details {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .ps-details span {
        display: none;
    }

    .listing-details .athr-details {
        width: 100%;
    }

    .ltg-bts {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 15px;
    }

    .rhb {
        width: 100% !important;
    }

    h4.art_title {
        font-size: 22px;
        line-height: 26px;
    }

    .ltg-bts .rhb:nth-child(2) {
        order: 1; /* Price button goes first */
        width: 100%;
    }

    .ltg-bts .rhb:nth-child(1),
    .ltg-bts .rhb:nth-child(3) {
        order: 2;
        width: 48% !important;
        margin-top: 0 !important;
    }

    .ltg-bts .rhb:nth-child(1),
    .ltg-bts .rhb:nth-child(3) {
        display: inline-block;
    }

    .ltg-bts .rhb:nth-child(2) {
        display: block;
    }

    .mobile-menu{
        display: block;
    }

    .mbhide{
        display: block !important;
    }

    .icons a > span.img {
        border-radius: 30px;
        height: 50px;
        min-width: 50px;
        width: 50px;
        line-height: 30px;
    }

    .lst-preview {
        width: 85%;
        padding: 20px;
    }

    .section-head-separator {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.06em;
    }

    .slick-slide {
        margin-right: 0 !important;
    }

    .slick-list{
        margin-right: 0 !important;
    }

    .ft-col-title {
        margin-top: 25px;
    }    
}