@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.hrt-flag {
    display: flex;
    gap: 5px;
}

.hrt-flag a img {
     width: 40px;
     height: 40px;
     object-fit: cover;
}

.hrt-left ul {
    padding-left: 5px;
}

.hrt-left ul li {
    border-right: 1px solid #333;
    margin-right: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.hrt-left ul li a {
    color: #333;
    text-decoration: none;
}

.hrt {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.search-box{
    position: relative;
    width: 100%;
    margin: 18px 0 0 0;
}

.search-box .form-control{
    height: 56px;
    padding: 0 60px 0 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: none;
}

.search-box .form-control:focus{
    border-color: #e0107b;
    box-shadow: 0 0 0 0.15rem rgba(155, 11, 34, 0.15);
}

.search-btn{
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #e0107b;
    color: #fff;
    transition: all .3s ease;
}

.search-btn:hover{
    background: #8fbb5d;
}

.site-main-nav {
    background-color: #dbf6ff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body .site-main-nav ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

body .site-main-nav ul li:first-child a {
    border-left: 1px solid #fff;
}

body .site-main-nav ul li a {
    display: block;
    padding: 15px 25px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #fff;
    text-decoration: none;
}

body .site-main-nav ul li a:hover {
    background: #e0107b;
    color: #fff;
}

ul, ul li {
    list-style: none;
}

ul {
    padding: 0;
}

.wtitle {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .wtitle::before {
    font-family: 'Font Awesome\ 7 Free';
    content: "\f521";
    font-weight: 900;
    margin-right: 5px;
    color: #e0107b;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 1.3rem;
} */

.wtitle .fa-crown {
    color: #e0107b;
    position: relative;
    top: 0;
    font-size: 20px;
    transform: rotate(-45deg);
}

.premium-ads {
    padding: 35px 0;
}

.pl-name {
    background: #dbf6ff;
    text-align: center;
    color: #333;
    text-align: center;
    padding: 10px 0;
    height: 55px;
}

.sl-info-name {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    line-height: 1.125rem;
}

.sl-info-ort {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.crawn {
    background: linear-gradient(to right, #780841 0%, #ef1082 50%, #780841 100%);
    font-size: 0.625rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    height: 18px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    transform-origin: 40px -23px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.premium-listing {
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.plimg {
    position: relative;
    height: 375px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crawn {
}

.fa-crown {
    position: absolute;
    top: -12px;
    font-size: 16px;
}

.wtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wtitle .swiper-button-prev, .wtitle .swiper-button-next {
    position: relative;
    color: #333;
    opacity: 1 !important;
    background: transparent !important;
    border: 1px #000000 solid;
    border-radius: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 18px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.wtitle .wtitle-nav {
    gap: 28px !important;
    height: 36px;
}

.filter-area {
    background-color: #f0fbff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.find-contact-area {
    padding: 40px 0;
}

.premiumLabel {
    clip-path: polygon(30px 0px, 95px 0px, 125px 30px, 0px 30px);
    background-color: #d20c72;
    z-index: 105;
    position: absolute;
    top: 18px;
    left: -30px;
    width: 125px;
    height: 30px;
    rotate: -45deg;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}

.premiumLabel a {
    color: #fff;
}

.fcalist .plimg img {
    border-top: 5px #d20c72 solid;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btn-theme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: #e0107b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #e0107b;
    border-radius: 4px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-theme::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #8fbb5d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1;
}

.btn-theme:hover {
    color: #fff;
    border-color: #8fbb5d;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(155, 11, 34, .25);
}

.btn-theme:hover::before {
    transform: scaleX(1);
}

.btn-theme-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: transparent;
    color: #e0107b;
    border: 2px solid #e0107b;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all .35s ease;
}

.btn-theme-outline:hover {
    background: #e0107b;
    color: #fff;
    box-shadow: 0 10px 25px rgba(155, 11, 34, .2);
}

.job-club-area {
    background-color: #f4fcff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.jca-card {
    background-color: #dbf6ff;
    padding: 25px 25px 15px 25px;
    height: 100%;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}

.titleBox {
    color: #333;
    background: none;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.clubBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 185px;
}


.clubName {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #d20c72;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clubtags {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #e0107b;
    color: #fff;
    padding: 2px 5px;
    z-index: 105;
    -webkit-border-radius: 0.375rem;
    -khtml-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.subssearch {
    padding: 3%;
    max-width: 980px; /*max width of search*/
    margin: 0 auto;
}
.no-margin-top {
    margin-top: 0
}


/* ------ form-control-lg */
.form-control-lg {
    min-height: 46px;
    border-radius: 6px;
    font-size: 18px;
    line-height: normal;
}


/* ------ disjointed form group custom */
.subssearch.has-button .btn {
    margin-top: 5px;
    width: 100%;
}

.subscribe-area {
    background: url('../images/bg-newsletter.webp') center center no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.subscribe-area .input-group .btn {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 120px;
    border-radius: 0 !important;
}

.subscribe-area h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 25px;
}

.subscribe-area h5 {
    text-transform: uppercase;
}

.btn-danger {
    background: #e0107b;
    border-color: #e0107b;
}

footer .footer-links-wrapper {
    background-color: #dbf6ff;
    padding: 40px 0;
}

footer .footer-links-wrapper h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.footerItem {
    margin-bottom: 12px;
}

.footer-links-wrapper .footerItem a {
    display: block;
    color: #333;
    background-color: #a8e3f7;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 25px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.125rem;
    text-decoration: none;
}

.footer-text {
    padding: 40px 0;
}

.footer-text a {
    text-decoration: none;
    color: #000;
}

.footer-links li{
    border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-links li:last-child{
    border-bottom:none;
}

.footer-links a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 0;
    color:#000;
    text-decoration:none;
    transition:all .3s ease;
}

.footer-links a i{
    color:#e0107b;
    font-size:14px;
    transition:all .3s ease;
}

.footer-links a:hover{
    color:#e0107b;
    padding-left:8px;
}

.footer-links a:hover i{
    transform:translateX(4px);
}

.filter-area .filter-btn{
    width:100%;
    height:50px;
    border:1px solid #d6eaf2;
    background:#fff;
    border-radius:8px;
    color:#333;
    text-align:left;
    padding:0 16px;
    position:relative;
    transition:.3s;
}

.filter-area .filter-btn:hover,
.filter-area .filter-btn.show{
    border-color:#e0107b;
}

.filter-area .dropdown-toggle::after{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
}

.filter-area .dropdown-menu{
    border:none;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.filter-box{
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    background:#fff;
    border:1px solid #d6eaf2;
    border-radius:8px;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.filter-box:hover{
    border-color:#e0107b;
    color:#e0107b;
}

.filter-dropdown{
    width:100%;
    background:#fff;
    border:1px solid #dcecf3;
    border-radius:12px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.filter-btn{
    height:50px;
    border:1px solid #dcecf3;
    background:#fff;
    border-radius:8px;
}

.btn-theme{
    background:#e0107b;
    color:#fff;
    border:none;
    padding:10px 20px;
}

.btn-theme:hover{
    background:#82091c;
    color:#fff;
}

.form-check{
    padding:12px 15px;
    border:1px solid #eef3f6;
    border-radius:8px;
}

.filter-dropdown{
    display:none;
    width: calc(100% - 20px);
    background:#fff;
    border:1px solid #dcecf3;
    border-radius:12px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
}

.filter-dropdown{
    display:none;
}

.filter-dropdown.show-filter{
    display:block;
}

.famain {
    position: relative;
}

.form-check .form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

/* Track */
.form-range::-webkit-slider-runnable-track{
    background: #dcecf3;
    height: 6px;
    border-radius: 10px;
}

/* Thumb */
.form-range::-webkit-slider-thumb{
    background: #e0107b;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.form-range::-moz-range-track{
    background: #dcecf3;
    height: 6px;
    border-radius: 10px;
}

.form-range::-moz-range-thumb{
    background: #e0107b;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.footer-copyright {
background-color: #e3e3e3;
padding: 20px 30px;
font-size: 14px;
color: 333;
text-transform: uppercase;
font-weight: bold;
}

/*left sidebar*/
.dashboard-sidebar{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    /* position:sticky;
    top:20px; */
}

.new-ad-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:linear-gradient(135deg,#d81681,#a30058);
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    padding:16px;
    border-radius:12px;
    transition:.3s;
    margin-bottom:25px;
	border: 0;
}

.new-ad-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 10px 20px rgba(216,22,129,.35);
}

.new-ad-btn i{
    font-size:18px;
}

.user-info{
    text-align:center;
    border-bottom:1px solid #eee;
    padding-bottom:25px;
    margin-bottom:25px;
}

.user-avatar{
    width:85px;
    height:85px;
    background:#fde7f3;
    border-radius:50%;
    margin:0 auto 15px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.user-avatar i{
    font-size:34px;
    color:#d81681;
}

.user-info h5{
    margin-bottom:4px;
    font-weight:700;
}

.user-name{
    color:#777;
    margin-bottom:18px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    margin-bottom:12px;
    color:#555;
    text-align:left;
}

.info-item i{
    width:18px;
    color:#d81681;
}

.balance-box{
    background:#fff4fa;
    border:1px solid #ffd3e8;
    border-radius:14px;
    padding:18px;
    text-align:center;
    margin-bottom:22px;
}

.balance-box small{
    display:block;
    color:#777;
    margin-bottom:6px;
}

.balance-box h3{
    margin:0;
    font-size:32px;
    font-weight:700;
    color:#d81681;
}

.sidebar-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    text-decoration:none;
    background:#d81681;
    color:#fff;
    padding:14px;
    border-radius:10px;
    font-weight:600;
    margin-bottom:12px;
    transition:.3s;
}

.sidebar-btn:hover{
    background:#a30058;
    color:#fff;
    transform:translateY(-2px);
}

.sidebar-btn i{
    font-size:18px;
}

.internal-main-sec {
    padding: 50px 0;
}

.info-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.info-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
}

.info-header h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.edit-profile-btn{
    background:#d81681;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.edit-profile-btn:hover{
    background:#a30058;
    color:#fff;
}

.info-view-item {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
    transition: .3s;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
}

.info-view-item:hover{
    border-color:#d81681;
    box-shadow:0 5px 18px rgba(216,22,129,.08);
}

.info-view-item span:first-child{
    display:block;
    color:#888;
    font-size:13px;
    margin-bottom:6px;
}

.info-view-item strong{
    display:block;
    font-size:17px;
    color:#222;
    font-weight:600;
}

.status{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}

.status.yes{
    background:#e8fff0;
    color:#198754;
}

.status.no{
    background:#ffe9ea;
    color:#dc3545;
}

@media(max-width:768px){

    .info-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}

.form-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.form-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.form-header h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.save-btn{
    border:none;
    background:#d81681;
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.save-btn:hover{
    background:#a30058;
}

.dashboard-input{
    height:60px;
    border:1px solid #ddd;
    border-radius:12px;
    box-shadow:none !important;
}

.dashboard-input:focus{
    border-color:#d81681;
    box-shadow:0 0 0 .2rem rgba(216,22,129,.15) !important;
}

.form-floating>label{
    color:#777;
}

.form-select.dashboard-input{
    padding-top:1.625rem;
}

.newsletter-switch{
    padding-left:3rem;
    width:100%;
}

.newsletter-switch .form-check-input{
    width:55px;
    height:28px;
    cursor:pointer;
}

.newsletter-switch .form-check-input:checked{
    background-color:#d81681;
    border-color:#d81681;
}

.newsletter-switch label{
    font-weight:600;
    margin-left:12px;
}

.save-profile-btn{
    background: linear-gradient(135deg,#d81681,#a30058);
    color:#fff;
    border:none;
    border-radius:12px;
    padding:14px 34px;
    font-size:16px;
    font-weight:600;
    letter-spacing:.3px;
    transition:all .3s ease;
    box-shadow:0 8px 20px rgba(216,22,129,.25);
}

.save-profile-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(216,22,129,.35);
}

.save-profile-btn:active{
    transform:translateY(0);
}

.save-profile-btn:focus{
    box-shadow:0 0 0 .25rem rgba(216,22,129,.2);
}

.section-title{
    margin-bottom:25px;
}

.section-title h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}

.section-title p{
    margin:0;
    color:#777;
    font-size:15px;
}

.email-box{
    border:1px solid #eee;
    border-radius:14px;
    overflow:hidden;
}

.email-value{
    padding:20px 25px;
    background:#fafafa;
}

.email-value label{
    display:block;
    color:#888;
    font-size:13px;
    margin-bottom:5px;
}

.email-value h5{
    margin:0;
    font-weight:600;
    color:#333;
}

.email-note{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#fff7fb;
    border-top:1px solid #f3d0e5;
    padding:18px 25px;
    color:#666;
    line-height:1.6;
}

.email-note i{
    color:#d81681;
    margin-top:3px;
    font-size:18px;
}

.email-note a{
    color:#d81681;
    text-decoration:none;
    font-weight:600;
}

.email-note a:hover{
    color:#a30058;
}

.card-sec {
    margin-top: 40px;
    /* padding-top: 30px;
    border-top: 2px dashed #ccc; */
}

.sidebar-nav{
    margin-top:30px;
}

.sidebar-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.sidebar-title i{
    color:#d81681;
    margin-right:8px;
}

.sidebar-nav .accordion-item{
    border:none;
    margin-bottom:10px;
    border-radius:12px !important;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.sidebar-nav .accordion-button{
    background:#fff;
    font-weight:600;
    box-shadow:none !important;
    padding:15px 18px;
}

.sidebar-nav .accordion-button:not(.collapsed){
    background:#d81681;
    color:#fff;
}

.sidebar-nav .accordion-button i{
    width:20px;
    color:#d81681;
}

.sidebar-nav .accordion-button::after{
    filter: grayscale(100%);
}

.nav-link-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#555;
    padding:13px 20px;
    border-top:1px solid #f4f4f4;
    transition:.3s;
    font-size:15px;
}

.nav-link-item:hover{
    background:#fff5fa;
    color:#d81681;
}

.nav-link-item.active{
    background:#fff0f7;
    color:#d81681;
    font-weight:600;
}

.count{
    background:#d81681;
    color:#fff;
    min-width:26px;
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
}

.nav-link-item:hover .count{
    background:#a30058;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) !important;
}

.info-header-sc{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:18px;
    margin-bottom:30px;
    border-bottom:1px solid #e5e5e5;
}

.info-header-sc h3{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#686868;
}

.edit-profile-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#111;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s ease;
    position:relative;
}

.fancy-textarea {
		min-height: 220px;
		border: 1px solid #e5e7eb;
		border-radius: 12px;
		padding: 1.1rem 1.2rem;
		font-size: .95rem;
		line-height: 1.7;
		resize: vertical;
		background: linear-gradient(180deg, #fafafa 0%, #ffffff 40px);
		transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
	}
	.fancy-textarea:focus {
		border-color: #777;
		box-shadow: 0 0 0 4px rgba(147, 51, 234, .12);
		background: #fff;
		outline: none;
	}
	.fancy-textarea::placeholder {
		color: #9ca3af;
	}
	/* form-floating labels sit awkwardly over a tall textarea by default; nudge it back to the top-left */
	.form-floating > .fancy-textarea ~ label {
		padding: .85rem 1.2rem;
	}
	.form-floating > .fancy-textarea:focus ~ label,
	.form-floating > .fancy-textarea:not(:placeholder-shown) ~ label {
		transform: scale(.8) translateY(-.6rem) translateX(.15rem);
		color: #777;
	}

.edit-profile-link i{
    font-size:15px;
}

.edit-profile-link::after{
    content:"";
    position:absolute;
    left:23px;
    bottom:-3px;
    width:calc(100% - 23px);
    height:1px;
    background:#111;
    transform:scaleX(0);
    transform-origin:left;
    transition:.3s;
}

.edit-profile-link:hover{
    color:#000;
}

.edit-profile-link:hover::after{
    transform:scaleX(1);
}

.sec-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:32px;
    margin-bottom:30px;
    box-shadow:
        0 1px 3px rgba(0,0,0,.05),
        0 10px 30px rgba(0,0,0,.04);
}

.media-object{
    display:flex;
    align-items: center;
    gap:16px;
    margin-bottom:24px;
}

.media-object i{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 24px;
}

.form-field-view{
    display:flex;
    flex-direction:column;
}

.form-field-view span{
    font-size:13px;
    color:#777;
    margin-bottom:0px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.form-field-view strong{
    font-size:17px;
    font-weight:600;
    color:#111;
    line-height:1.5;
    word-break:break-word;
}

.card-theme-color {
    border:1px solid #ececec;
    border-radius:16px;
    background: #f4b7d7;
    background: linear-gradient(
        135deg,
        #f4b7d7 0%,
        #fff8fc 52%,
        #efc2da 100%
    );
    padding:32px;
    box-shadow:
        0 1px 3px rgba(0,0,0,.05),
        0 10px 30px rgba(0,0,0,.04);   
}

.dashboard-nav-single {
    display:flex;
    align-items:center;
    gap:1px;
    text-decoration:none;
    background:#fff;
    color:#000;
    padding:12px 18px;
    border-radius:8px;
    transition:.3s ease;
    margin-bottom: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    font-weight: 600;
}

.dashboard-nav-single i {
    color: #d81681;
}

/*17-07-2026*/
.place-ad-card{
    border:0;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    overflow:hidden;
    position:relative;
    text-align: center;
    text-decoration: none;
}

.place-ad-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#ff3d81,#8b5cf6);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.place-ad-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.place-ad-card:hover::before{
    transform:scaleX(1);
}

.place-ad-card .card-body{
    padding:35px 30px;
}

.icon-box.purple {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
    color: #777;
    font-size: 1.5rem;
    margin: 0 auto 1.1rem;
    position: relative;
    flex-shrink: 0;
}

.icon-box.purple img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.icon-box.purple i.fa-layer-group {
    font-size: 1.5rem;
}

.icon-box.purple i.fa-spinner {
    font-size: 1.3rem;
}

.icon-box i{
    font-size:30px;
    color:#fff;
}

.icon-box.pink{
    background:linear-gradient(135deg,#ff4b7d,#ff8bb4);
}

.icon-box.purple{
    background:linear-gradient(135deg,#d40980,#b06cff);
}

.icon-box.blue{
    background:linear-gradient(135deg,#2563eb,#60a5fa);
}

.icon-box.orange{
    background:linear-gradient(135deg,#f97316,#fbbf24);
}

.icon-box.green{
    background:linear-gradient(135deg,#10b981,#34d399);
}

.place-ad-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
    color:#333;
}

.place-ad-card p{
    margin:0;
    color:#333;
    line-height:1.2;
    font-size:16px;
}



.pro-des{
    /* background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.06); */
}

.pro-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:24px;
    font-weight:700;
    margin-bottom: 8px;
    color:#222;
}

.pro-title i{
    color:#7b2cbf;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.feature-list li{
    display:flex;
    align-items: center;
    gap:14px;
    padding:12px 0;
    font-size:15px;
    color:#555;
    border-bottom:1px dashed #ececec;
}

.feature-list li:last-child{
    border-bottom:none;
}

.feature-list i{
    color: #7b2cbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.pricing-card{
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ececec;
}

.pricing-head{
    padding:14px;
    text-align:center;
    font-weight:700;
    font-size:18px;
}

.pricing-card.free .pricing-head{
    background:#eafaf0;
    color:#18a558;
}

.pricing-card.premium .pricing-head{
    background:linear-gradient(135deg,#7b2cbf,#9d4edd);
    color:#fff;
}

.pricing-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 18px;
    border-top:1px solid #f2f2f2;
}

.pricing-item span{
    color:#666;
    font-weight:500;
}

.pricing-item strong{
    font-size:18px;
    color:#222;
}

.pricing-card.free strong{
    color:#18a558;
}

.pricing-card.premium strong{
    color:#7b2cbf;
}

.duration-pass{
    position:relative;
    display:block;
    background:#fff;
    border:2px solid #e8e8e8;
    border-radius:20px;
    padding:15px;
    cursor:pointer;
    transition:.35s;
    height:100%;
    overflow:hidden;
}

.duration-pass:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.duration-pass input{
    display:none;
}

/* FREE */
.pass-type{
    display: inline-flex;
    padding: 6px 18px;
    border-radius: 50px;
    background: #16a34a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* PREMIUM */
.premium-badge{
align-items: center;
  gap: 8px;
  padding: 6px 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  border-radius: 0;
  background: linear-gradient(135deg,#8b5cf6,#6d28d9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transform: rotate(-45deg);
  margin: 0;
  position: absolute;
  top: -39px;
  left: -57px;
  height: 75px;
  padding-top: 77px;
  padding-bottom: 13px;
  width: 125px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
}

.duration-pass h3{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin-bottom:0px;
	text-align: center;
	margin-top: 15px;
}

.price{
    font-size:32px;
    font-weight:800;
    color:#d40980;
    margin-bottom:10px;
	text-align: center;
	line-height: normal;
}

.price span{
    color:#16a34a;
    font-size:22px;
}

.duration-pass ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.duration-pass ul li{
    padding: 3px 0;
    color:#666;
    display:flex;
    align-items:center;
    gap:10px;
	font-size: 13px;
    border-bottom:1px dashed #eee;
}

.duration-pass ul li:last-child{
    border-bottom:none;
}

.duration-pass ul i{
    color:#16a34a;
}

/* Select Button */

.select-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    height:52px;
    border-radius:12px;
    border:2px solid #ddd;
    font-weight:700;
    transition:.3s;
    color:#444;
}

.select-btn i{
    display:none;
}

.duration-pass:hover .select-btn{
    border-color:#d40980;
    color:#d40980;
}

/* Selected */

.duration-pass.selected{
    /* border-color:#d40980; */
    background: #fff4fa;
    box-shadow:0 20px 45px rgba(124,58,237,.18);
}

.duration-pass.selected .select-btn{
    background:#d40980;
    color:#fff;
    border-color:#d40980;
}

.duration-pass.selected .select-btn i{
    display:inline-block;
}

.duration-pass.selected::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:20px;
    border:2px solid #d40980;
    pointer-events:none;
}

.preference-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.preference-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px 20px;
    border:1px solid #e8e8e8;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    transition:.3s;
}

.preference-item input{
    display:none;
}

.checkbox-custom{
    width:24px;
    height:24px;
    border:2px solid #cfcfcf;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:.3s;
}

.checkbox-custom i{
    font-size:12px;
    color:#fff;
    opacity:0;
    transform:scale(.4);
    transition:.3s;
}

.pref-text{
    font-size:15px;
    font-weight:600;
    color:#444;
}

.preference-item:hover{
    border-color:#d81681;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(124,58,237,.10);
}

.preference-item:has(input:checked){
    border-color:#d81681;
    background:#faf7ff;
}

.preference-item:has(input:checked) .checkbox-custom{
    background:#d81681;
    border-color:#d81681;
}

.preference-item:has(input:checked) .checkbox-custom i{
    opacity:1;
    transform:scale(1);
}

.preference-item:has(input:checked) .pref-text{
    color:#d81681;
}

@media(max-width:991px){
    .preference-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .preference-grid{
        grid-template-columns:1fr;
    }
}

.category-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px 20px;
    border:2px solid #e8e8e8;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    transition:.3s;
}

.category-item input{
    display:none;
}

.radio-custom{
    width:24px;
    height:24px;
    border:2px solid #cfcfcf;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    flex-shrink:0;
}

.radio-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    transform:scale(0);
    transition:.25s;
}

.category-item:hover{
    border-color:#d81681;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(124,58,237,.10);
}

.category-item:has(input:checked){
    border-color:#d81681;
    background:#faf7ff;
}

.category-item:has(input:checked) .radio-custom{
    background:#d81681;
    border-color:#d81681;
}

.category-item:has(input:checked) .radio-dot{
    transform:scale(1);
}

.category-item:has(input:checked) .pref-text{
    color:#d81681;
}

.pref-text{
    font-size:15px;
    font-weight:600;
    color:#444;
}

.region-tabs{
    display:flex;
    gap:15px;
    margin-bottom:30px;
    flex-wrap:wrap;
}

.region-tab{
    border:none;
    background:#f5f5f5;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    color:#555;
    transition:.3s;
}

.region-tab:hover{
    background:#ede5ff;
    color:#d81681;
}

.region-tab.active{
    background:#d81681;
    color:#fff;
    box-shadow:0 10px 25px rgba(124,58,237,.25);
}

.region-content{
    display:none;
}

.region-content.active{
    display:block;
}

.form-select {
    height: 58px;
}

.ig-inp .form-control {
    height: 56px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #d81681;
}

textarea.form-control:focus {
    box-shadow: none;
    border-color: #d81681;
}

.w-auto {
    display: inline-block;
    width: auto;
}

.image-upload-box{
    position:relative;
    border:2px dashed #cfcfcf;
    border-radius:16px;
    padding:45px;
    text-align:center;
    cursor:pointer;
    transition:.3s;
    background:#fafafa;
    width: 100%;
}

.image-upload-box:hover{
    border-color:#d81681;
    background:#faf7ff;
}

.image-upload-box input{
    display:none;
}

.image-upload-box i{
    font-size:52px;
    color:#d81681;
    margin-bottom:15px;
}

.image-upload-box h5{
    font-weight:700;
    margin-bottom:10px;
}

.image-upload-box p{
    color:#777;
    margin:0;
}

.image-upload-box span{
    color:#d81681;
    font-weight:600;
}

.gallery-preview{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:20px;
}

.preview-card{
    position:relative;
    border-radius:15px;
    overflow:hidden;
    border:2px solid #ececec;
    background:#fff;
}

.preview-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

.preview-card .preview-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#d81681;
    color:#fff;
    padding:5px 12px;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
}

.remove-image{
    position:absolute;
    top:10px;
    right:10px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.75);
    color:#fff;
    cursor:pointer;
}

.remove-image:hover{
    background:#dc3545;
}

.video-field input[type="file"]{
    height:56px;
    line-height:42px;
    padding:10px 12px;
}

.video-field .form-control{
    height:56px;
    padding:14px 16px;
}

.video-field input[type="file"]{
    height:56px;
    padding:10px 12px;
}

.video-field input[type="file"]::file-selector-button{
    height:54px;
    margin:-10px 12px -10px -12px;
    padding:0 20px;
    border:none;
    background:#f8f9fa;
    cursor:pointer;
}

/*17-07-2026*/


.dash-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    height: 100%;
    transition: box-shadow 0.2s ease;
}

.dash-stat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.dash-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.dash-stat-body span {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 2px;
}

.dash-stat-body strong {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}
.dashboard-nav-single {
    display:flex;
    align-items:center;
    gap:1px;
    text-decoration:none;
    background:#fff;
    color:#000;
    padding:12px 18px;
    border-radius:8px;
    transition:.3s ease;
    margin-bottom: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    font-weight: 600;
}

.dashboard-nav-single i {
    color: #d81681;
}
.sidebar-nav .accordion-button i {
    width: 20px;
    color: #d81681;
}

.dashboard-nav-single.active {
color: #d81681;
}

@media(max-width:768px){

    .pricing-wrapper{
        grid-template-columns:1fr;
    }

    .pro-des{
        padding:20px;
    }

}

@media (max-width:768px){
    .sec-card{
        padding:20px;
        border-radius:12px;
    }
}
@media (max-width: 991px) {
    
   .header-logo {
        width: 220px;
        height: auto;
        margin: 0 auto 25px auto;
        display: block;
    }

	.famain .btn-theme {
		margin-top: 20px;
	}

	.premium-listing {
		margin-bottom: 30px;
	}

	.clubBox {
		margin-bottom: 30px;
	}

	.footer-text img {
		width: 250px;
		height: auto;
		margin: 0 0 25px 0;
		display: block;
	}

	header {
		padding: 20px 0;
	}
}

.contact-item{
    height:100%;
}

.contact-item i{
    font-size:22px;
    color:#d63384;
    min-width:24px;
}

.sr-header-nav {
	display: none;
}

@media (max-width: 991px) {
.hrt-flag {
    position: absolute;
    right: 15px;
    top: 26px;
    z-index: 10;
}

.header-logo {
    width: 220px;
    height: auto;
    margin: 0 auto 25px 0;
    display: block;
    z-index: 10;
}

.hrt-left {
    width: 100%;
}

.login-nav-mobile{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0 10px 0;
    list-style: none;
    background: linear-gradient(135deg,#fde7f3 0%,#f8d4e9 55%,#f3bddc 100%);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 10px 30px rgba(230, 95, 145, .15);
}

.login-nav-mobile li{
    flex: 1;
    position: relative;
}

.login-nav-mobile li:not(:last-child){
    border-right: 1px solid rgba(204,70,120,.18);
}

.login-nav-mobile .link-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 120px;
    text-decoration: none;
    color: #7b123f;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.login-nav-mobile button.link-item{
    cursor: pointer;
}

.login-nav-mobile .link-item:hover{
    background: rgba(255,255,255,.35);
}

.login-nav-mobile .link-item i{
    font-size: 38px;
    color: #cf3d78;
}

.login-nav-mobile form{
    width: 100%;
    height: 100%;
}

.login-nav-mobile sup{
    position: absolute;
    top: 18px;
    right: 35%;
    z-index: 5;
}

.login-nav-mobile .badge{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a0827;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
}

.login-nav-mobile .badge span{
    line-height: 1;
}



    .login-nav-mobile .link-item{
        height: 95px;
        font-size: 13px;
        gap: 8px;
    }

    .login-nav-mobile .link-item i{
        font-size: 30px;
    }

    .login-nav-mobile sup{
        right: 25%;
        top: 12px;
 
}

  .contact-info .col-6{
        margin-bottom:0 !important;
    }

    .contact-item{
        background:#fff;
    }

    .contact-item .fw-semibold{
        font-size:14px;
    }

    .contact-item a,
    .contact-item div{
        font-size:13px;
        word-break: break-word;
    }
	
	.contact-info {
		margin-bottom: 15px;
	}
	
	 .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 0px;
    }
	
.sr-header-nav {
	display: block;
}

header {
	display: none;
}


}


.mobile-navbar {
    background:#fff;
    border-bottom:1px solid #e9e9e9;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

/*.mobile-navbar .dropdown-toggle::after {
	display: none;
}*/

.mobile-navbar .dropdown-menu {
	width: 100px;
	min-width: 140px !important;
}

.lang-dd {
	width: 100px;
	min-width: 100px !important;
}

.mobile-navbar .navbar-brand img{
    height:54px;
    width:auto;
}

.lang-dd .dropdown-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-dd .dropdown-item img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #ddd;
}

/* Hover */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus{
    color: #e0107b;
    background-color: #fde7f2;
}

/* Active */
.dropdown-menu .dropdown-item:active{
    color: #fff;
    background-color: #e0107b;
}

.nav-icon-btn img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.nav-icon-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-icon-btn::after{
    margin-left: 6px;
}

.nav-icon-btn{
    display:flex;
    align-items:center;
    gap:6px;
    border:1px solid #ddd;
    border-radius:50px;
    padding:7px 12px;
    background:#fff;
    color:#222;
    font-size:14px;
    transition:.3s;
}

.nav-icon-btn:hover,
.nav-icon-btn:focus{
    background:#f8f8f8;
    color:#000;
    border-color:#ccc;
}

.nav-icon-btn i{
    font-size:16px;
}

.dropdown-menu{
    min-width:180px;
    border-radius:12px;
    border:none;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
    padding:8px 0;
}

.dropdown-item{
    padding:10px 18px;
    font-size:14px;
}

.dropdown-item:hover{
    background:#f5f5f5;
}

.nav-icon-btn i{
    font-size:16px;
    color: #d20c72;
}

@media (min-width:992px){
    .mobile-navbar{
        display:none;
    }
}