:root {
    --golden: #D7BC67;
    --white: #ffffff;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


a {
    text-decoration: none !important;
    color: #fff !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Carlito", sans-serif
}

/* Paragraphs and spans */
p,
span {
    font-family: 'Carlito', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Carlito", sans-serif;
    background: linear-gradient(107.74deg, #010101 0.59%, #20201F 47.78%, #424140 99.41%);
    font-size: 1rem;
    color: #fff;
    min-height: 100vh;
    line-height: 1.5;
}


img {
    max-width: 100%;
}

.text-golden {
    color: var(--golden);
}

.heading {
    font-family: "Libre Bodoni", serif;
    font-weight: bolder;
}

.girl-title {
    color: #fff;
}

/* custom css */
.language-selector {
    position: relative;
    background-color: rgb(255 255 255 / 20%);
    color: white;
    border-radius: 30px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: 1px solid #868484;
    margin-left: 15px;
}

.language-selector img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.language-dropdown {
    display: none;
    position: absolute;
    background-color: #444;
    top: 100%;
    left: 0;
    min-width: 160px;
    border-radius: 6px;
    margin-top: 4px;
    z-index: 1;
}

.language-dropdown a {
    display: block;
    width: 100%;
    padding: 10px;
}

.language-dropdown div {
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-dropdown div:hover {
    background-color: #555;
}

.language-selector.open .language-dropdown {
    display: block;
}

.logo_Brand img,
.logo_Brand {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.language-selector span img {
    max-width: 15px;
}

.headerFixed .logo_Brand img {
    max-height: 45px;
}

/*@keyframes HeaderslideDown {*/
/*    from {*/
/*        transform: translateY(-100%);*/
/*    }*/

/*    to {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

.headerFixed header {
    /*transition: all 1.5s;*/
    /*-webkit-transition: all 1.5s;*/
    background-color: #010101;
    padding: 10px 0;
    /*animation: HeaderslideDown 1.5s ease-out;*/
}


.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerRight {
    display: flex;
    align-items: center;
}

.headerRightNav {
    display: flex;
}

.headerRightNav li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 15px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 24px 0;
    /*transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
}

main {
    padding-top: 184px;
}

.banner_content {
    padding: 0 300px;
    position: relative;
    text-align: center;
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_left {
    padding-right: 64px;
}

.banner_right_image {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0;
}

.banner_title h1 {
    font-size: 54px;
    margin-bottom: 15px;
}

.banner_title p {
    font-size: 28px;
}

.banner_title {
    margin-bottom: 24px;
}

.filter-Form-main ul {
    display: flex;
    align-items: end;
}

.filter-Form-main ul li {
    flex: 1;
    padding: 10px;
    width: 100%;
}


.filter-Form-main ul li p {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
}

.theme-form,
.theme-select {
    height: 50px;
    background: transparent;
    border: 1px solid var(--golden);
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    width: 100%;
}

.theme-form:focus {
    border-color: var(--golden);
}

.filter_btn {
    background-color: #d7bc67;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
}

.testimonial_section {
    background: #010101;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.testimonial_slider .owl-nav button span {
    font-size: 94px;
    line-height: .2;
    color: var(--golden);
}

.iconWrap {
    display: inline-flex;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.testimonial_item img {
    width: 61px;
    height: 42px;
    margin: auto;
}

.testimonial_section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: "Libre Bodoni", serif;
    font-weight: 500;
}


.testimonial_item p {
    font-size: 24px;
    padding: 15px 0;
    color: #fff;
}

.testimonial_item strong {
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0 0 0;
    color: #fff;
}

.Erotische_Inner {
    display: flex;
    align-items: center;
}

.Erotische {
    flex-shrink: 0;
    line-height: 0;
}

.Erotische_content_wrap {
    padding-left: 36px;
    line-height: 1.4;
}

.erotische_section {
    padding-top: 64px;
    position: relative;
    overflow-x: hidden;
}

.erotische_section h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.erotische_section p {
    font-size: 24px;
    margin-bottom: 15px;
}

.erotische_link_outer {
    display: flex;
    padding: 10px 0;
    margin-bottom: 36px;
}

.erotische_link_block {
    flex: 1;
}

.erotische_link_block h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.erotische_link_block li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px 0 6px 16px;
    position: relative;
}

.erotische_link_block li a::before {
    content: "";
    background-image: url(../images/rightArrow.svg);
    width: 8px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: 0;
    background-repeat: no-repeat;
}



.erotische_link_block ul {
    padding: 0;
    margin: 0;
}


.erotische_link_outerMain h3 {
    font-size: 24px;
}

.Erotische_content_wrap .heading-group {
    margin-bottom: 36px;
}

.erotische_link_outerMain .erotische_link_outer {
    margin: 0;
}


.footer_container {
    background: #010101;
    padding: 50px 0 0 0;
    border-top: 1px solid var(--golden);
}

.footer_cols h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.footer_cols a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.footer_cols a:hover {
    color: var(--golden);
    padding-left: 6px;
}

.bulidIcon {
    position: absolute;
    top: -180px;
    right: 0;
}

.footer_container .container {
    position: relative;
}


.testimonial_slider .owl-nav button.owl-next:hover,
.testimonial_slider .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.testimonial_slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.testimonial_slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.on-load-modal .modal-content {
    background: linear-gradient(330.31deg, #010101 18.38%, #20201F 38.24%, #424140 81.62%);
    border-radius: 32px;
    padding: 44px 32px;
    text-align: center;
    border: none;
}

.on-load-modal .modal-dialog {
    max-width: 600px;
}

.on-load-modal h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.loadmodal_Contnt {
    padding: 36px 0 0px 0;
}

.loadmodal_Contnt p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #fff;
}

.loadmodal_Contnt .age-modal-btn {
    display: block;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    background: var(--golden);
    border: none;
    box-shadow: 0px 14px 25px 0px #CBB65740;
    color: #fff;
    max-width: 400px;
    margin: 48px auto 24px auto;
}

.loadmodal_Contnt span {
    font-size: 20px;
}

.on-load-modal .modal-body {
    padding: 0;
}



.breadcrumb-item+.breadcrumb-item::before {
    background-image: url(../images/rightArrowLight.svg);
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    content: "";
    margin-top: 2px;
    margin-right: 10px;
    background-size: 10px;
}

.breadcrumb a {
    color: #62646C;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
    color: #fff;
}


.pricepage_section {
    padding: 54px 0 70px 0;
}

.price-page-content h2 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 15px;
}

.price-page-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.price-list-point h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.price-list-point {
    padding: 24px 0 0 0;
}

.price-list-point ul {
    list-style: disc;
    padding-left: 16px;
}

.price-list-point li {
    font-size: 20px;
    padding: 7px 0;
}

.price-page-content {
    position: relative;
    padding-right: 300px;
}

.price-listing {
    padding: 0 0 64px 0;
    background: #010101;
}

.silver-gold-cols {
    background: #2C303E;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    border: 2px solid #F8F5F0;
}

.silver-gold-cols ul {
    padding: 24px 15px;
}

.silver-gold-cols h3 {
    padding: 15px;
    background: #F8F5F0;
    height: 100px;
    color: #010101;
    font-size: 36px;
    text-align: center;
    font-family: "Libre Bodoni", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.pack-value {
    padding: 15px;
    background: #fff;
    height: 100px;
    color: #010101;
    font-size: 36px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.silver-gold-cols ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 20px;
}

.silver-gold-cols ul li span {
    margin-right: 10px;
    flex-shrink: 0;
}

.price-listing h2,
.help_section h2 {
    font-size: 40px;
    margin-bottom: 32px;
}

.list_filter_tabs .nav-link {
    position: relative;
    background-color: rgb(255 255 255 / 20%);
    color: white;
    border-radius: 30px !important;
    padding: 10px 20px;
    border: 1px solid #868484;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0 4px;
    justify-content: center;
}

.list_filter .nav-item .nav-link {
    min-width: 124px;
}

.help_tabs_style {
    border: none;
    margin: 24px 0 32px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}


.help_tab_cnt p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.help_section {
    padding: 64px 0;
}

.border_outer_cta {
    background: linear-gradient(90deg, #CBB657 0%, #4C4E50 100%);
    padding: 1px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    top: -70px;
    color: #fff;
}

.priceCTA {
    background-image: url(../images/cta_background.png);
    padding: 24px;
    border-radius: 16px;
    background-size: 100%;
}

.priceCTA h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.priceCTA p {
    font-size: 24px;
}

.priceCTA p strong {
    padding-left: 8px;
}

.pricepage_section .container {
    position: relative;
}

.price-page-left {
    padding-bottom: 70px;
}

.golden_grid h3 {
    background: var(--golden);
}

.golden_grid {
    border-color: var(--golden);
}

.golden_grid .pack-value {
    background-color: var(--golden);
}

.silver-gold-cols h3:after {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    background: linear-gradient(146deg, #ffffff00, #0000000d 100%);
    transform: rotate(-50deg);
    top: 0;
    right: 60px;
}


.page_head_section {
    background-image: url(../images/page_head.png);
    padding: 180px 0 32px 0;
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #202020;
}

@media (max-width: 479px) {
    .page_head_section {
        padding: 80px 0 10px 0 !important;
    }
}

.page_head_section:after {
    content: "";
    background: #000000b8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.page_head_section .container {
    position: relative;
    z-index: 9;
}

.sownArrow {
    position: relative;
    top: 4px;
}

.listing_filter {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.list_filter,
.list_filter_action {
    flex: 0 0 220px;
    margin: 0 10px;
}

.listing_grid_section {
    padding: 50px;
}

.listing_grid_section h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 54px;
}

.list_filter_tabs {
    justify-content: center;
    display: flex;
}

.list_filter_tabs .nav-item {
    padding: 0 15px;
}

.list_filter_tabs .nav-link {
    min-width: 120px;
}

.help_tabs_style .nav-link.active {
    background-color: var(--golden) !important;
    color: #fff !important;
    border-color: var(--golden) !important;
}

.help_tabs_style .nav-link:hover {
    border: 1px solid #e9ecef !important;


}


.help_tabs_style .nav-link {
    color: #ffff;
    border-color: var(--golden);
}

.golden_service {
    background: #D7BC67;
}

.silver_service {
    background: linear-gradient(180deg, #CECECE 0%, #E5E5E5 100%);
    /*max-width: 50%;*/
}

.service_block {
    padding: 4px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.service_block_inner {
    box-shadow: 0px 0px 10px 0px #D7BC67CC;
    border-radius: 20px;
    overflow: hidden;
    background: #2C303E;
    position: relative;
    height: 100%;
}

.golden_service .service_figure img {
    width: 50%;
    height: auto;
}

.service_figure-single img {
    width: 100%;
    height: auto;
}

.service_detail_outer {
    padding: 20px;
}

.service_footer {
    padding: 10px 20px;
    border-top: 1px solid #474F69;
    bottom: 0;
    left: 0;
    right: 0;
}

.service_footer .btn {
    background-color: var(--golden);
    padding: 15px 20px;
    border-radius: 12px;
    margin: 4px;
    color: #fff;
    box-shadow: 0px 14px 25px 0px #CBB65740;

}

.service_footer .btn:hover {
    background-color: #bda147;
}

.service_detail_outer h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: var(--golden);
}

.service_detail_outer h3 span {
    margin: 0 5px;
}

.service_detail_outer p {
    margin-bottom: 15px;
    font-size: 18px;
}

.service_statush span {
    background-color: #4F5159;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: 2px solid #868484;
    margin: 5px;
}

.service_statush {
    margin: 0 -5px;
}

.service_figure {
    line-height: 0;
    position: relative;
    height: 400px;
    overflow: hidden;
    display: flex;
}

.service_figure-single {
    line-height: 0;
    position: relative;
    height: 400px;
    overflow: hidden;
    display: flex;
}

.img_count {
    display: none;
    /*inline-flex*/
    align-items: center;
    background: #86848463;
    padding: 8px 12px;
    border-radius: 0 8px 8px 0;
    border: 3px solid #ffffff57;
    position: absolute;
    top: 20px;
    left: 0;
}

.top-girl-badge {
    display: none;
    /*inline-flex*/
    align-items: center;
    background: #D7BC67;
    color: #fff;
    padding: 15px 12px;
    border-radius: 8px 0 0 8px;
    border: 3px solid #ffffff57;
    position: absolute;
    top: 20px;
    right: 0;
    font-weight: bold;
}

.img_count img {
    max-height: 22px;
    width: auto;
    margin-right: 8px;
}


.detail_page_row {
    display: flex;
}

.detail_page {
    padding: 64px 0;
}

.detail_page_figure {
    flex: 0 0 46%;
    max-width: 46%;
}

.detail_page_caption {
    flex: 1;
    padding-left: 20px;
}

.detail_page_caption .service_footer {
    position: initial;
    padding: 20px 15px;
}

.detail_page_caption h1 {
    font-size: 36px;
    font-weight: bold;
    color: var(--golden);
}

.btn.btnWasapp {
    background: linear-gradient(180deg, #5AFF80 0%, #28D246 100%);
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0px 5px #0000007a;
    font-size: 18px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
    box-shadow: 0px 6px 16px 0px #50DA4840;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.contact_point {
    padding: 10px 0 0 0px;
}

.contact_point .btn {
    display: inline-flex;
    align-items: center;
}

.contact_point .btn img {
    margin-right: 10px;
}

.btn.btncall {
    background: linear-gradient(360deg, rgba(32, 31, 31, 0.39) 0%, rgba(134, 132, 132, 0.39) 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid #868484;
    height: 50px;
    box-shadow: 0px 6px 16px 0px #333333;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.detail_page_caption .service_statush {
    border-top: 1px solid #474F69;
    padding-top: 15px;
    margin-top: 10px;
    padding: 20px 10px;
}

.erotic_service {
    background: #0E0E0F;
    border-radius: 12px;
    border: 1px solid #323236;
    padding: 20px;
    margin: 0 0 20px 0;
    color: #d3d3d1;

}

.erotic_service h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: #D7BC67
}

.erotic_service ul {
    display: flex;
    flex-wrap: wrap;
}

.erotic_service li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}

.erotic_service li span {
    margin-right: 10px;
    height: 20px;
}

.detail_page_head {
    padding: 0 0 15px 15px;
}

.location_pick {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.location_pick img {
    margin-right: 10px;
    font-size: 33px;
}

.about_me {
    padding: 36px 0;
    color: #969191;
}

.about_me h4 {
    font-size: 40px;
    margin-bottom: 10px;
}

.about_me p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.detail_page .border_outer_cta {
    top: 0;
    position: initial;
    margin-bottom: 100px;
}

.faq_row {
    display: flex;
}

.faq_pic_one {
    /* flex: 0 0 45%; */
    /* max-width: 45%; */
    position: relative;
    /* text-align: right; */
}



.faq_detail {
    flex: 1;
    padding: 30px;
}

.h-group-simple h3 {
    color: var(--golden);
    margin-bottom: 10px;
    font-size: 24px;
}

.h-group-simple p {
    margin-bottom: 20px;
    font-size: 18px;
}

.h-group-simple {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(71 79 105 / 50%);
}

.h-group-simple:last-child {
    border: none;
    margin-bottom: 0;
}

.faq_section_no-Pic {
    background: #010101;
    padding: 44px 0;
}

.about_section_no-Pic {
    padding: 54px 0;
}

.about_section_no-Pic h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 40px;
}

.filter_btn:hover {
    color: #fff;
    box-shadow: 0 5px 24px rgb(215 188 103 / 30%);
}


.theme-btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .0);
}

.theme-btn:after {
    content: "";
    position: absolute;
    left: 0;
    background: #b49841;
    bottom: 0;
    /*transition: all .2s;*/
    /*-webkit-transition: all .2s;*/
    width: 100%;
    height: 0;
    top: 0;
}

.theme-btn:hover:after {
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
}

.theme-btn span {
    position: relative;
    z-index: 2;
}

.img_halfUI {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.service_statush span:hover {
    background: #2e3038;
}

.faq_section_withPic,
.faq_section_withPic {
    position: relative;
}

.btn.btnWasapp:hover {
    background: linear-gradient(180deg, #189a36 0%, #189a36 100%);
}

.btn.btncall:hover {
    background: linear-gradient(177deg, rgba(32, 31, 31, 0.39) 0%, rgba(134, 132, 132, 0.39) 100%);
}

.silver-gold-cols:hover {
    box-shadow: 0px 14px 25px 0px #CBB65740;
}

.service_block:hover {
    box-shadow: 0px 0px 10px 0px #D7BC67CC;
}

.silver_service:hover {
    box-shadow: 0px 0px 10px 0px #E4E4E4CC;
}

.not_iam {
    background-color: transparent;
    border: none;
}

.post-48 {
    padding: 0 60px;
}

@media (max-width: 820px) {
    .wp-block-column{
        padding:0 10px;
    }
}
@media (max-width: 768px) {
    .home-space-col {
        padding: 0 10px;
    }

    .home-subh {
        text-align: center;
        padding: 0 10px;
    }

    .filter-home-form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .post-48 {
        padding: 0 10px;
    }
   

}

.mid-content {
    margin: 0 auto !important;
    padding: 20px;

}

/*.spacing-content {*/
/*    padding-right: 50px;*/
/*    padding-left: 10px;*/
/*}*/

.girl-post-card {
    height: 100%;
}

.slider-container {
    display: flex;
    background-color: #11111100;
    color: white;
    padding: 5px;
    gap: 10px;

}

.main-image {
    position: relative;
    flex-grow: 1;
    border: 2px solid #d7bc67;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 100%;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.nav {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #d7bc67;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    z-index: 10;
    border-radius: 50%;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.nav.prev {
    left: 10px;
}

.nav.next {
    right: 10px;
}

.thumbnail-list {
    display: flex;
    width: 100% !important;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

.thumbnail-list .thumbnail {
    width: 150px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail.active {
    border-color: #d7bc67;
}

.post-content,
.post-title {
    color: #fff;
}

.blog-archive-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.blog-archive-title {
    font-size: 2.8rem;
    font-weight: bolder;
    margin-bottom: 40px;
    color: #d7bc67;
    font-family: "Libre Bodoni", serif;
    border-bottom: 2px solid #d7bc67;
    padding-bottom: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000;
}

.blog-card h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: black;
}

.blog-meta {
    font-size: 0.9rem;
    color: #d7bc67;
    margin-bottom: 10px;
}

.blog-meta span {
    display: inline-block;
    margin-right: 10px;
}

.blog-excerpt {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-block;
    background-color: #d7bc67;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.read-more-btn:hover {
    background-color: #c4a84d;
    color: black;
}

.custom-sidebar {
    background-color: #0000001c;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    font-size: 0.95rem;
    border: 1px solid #403f3f;
}

.custom-sidebar h3 {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.custom-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-sidebar ul li {
    margin-bottom: 10px;
}

.custom-sidebar ul li a {
    text-decoration: none;
    color: #fff;
}

.custom-sidebar ul li a:hover {
    text-decoration: underline;
    color: #d7bc67;
}

.single-post-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.post-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.featured-section {
    display: flex;
    gap: 0px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sidebar-left {
    flex: 1;
    min-width: 250px;
}

.featured-image {
    flex: 2;
}

.featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    justify-self: center;


}

.post-meta {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.wp-block-heading {
    font-family: "Libre Bodoni", serif !important;
}

.filter-home-form {
    display: flex;
    gap: 1rem;
}

.filter-home-form input,
.filter-home-form select,
.filter-home-form button {
    padding: 0.8rem 1.2rem;
    width: 180px;
    /* Equal width for all */
    border: 1px solid #d7bc67;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.filter-home-form input::placeholder {
    color: #aaa;
}

.filter-home-form select {
    background-color: #242423;
    color: #fff;
    appearance: none;
}

.filter-home-form button {
    background-color: #d7bc67;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.filter-home-form button:hover {
    background-color: #c6aa5e;
}

.is-style-default {
    margin: 0 !important;
}



/*------------------ twl customization --------------*/

.golden_service .service_figure {
    /*display:grid;*/
}

.golden_service .service_figure {
    max-height: 400px;
}

/*.silver_service .service_figure{*/
/*    max-height:200px;*/
/*}*/

select option {
    background-color: #424140;
}

.girl-post-card {
    position: relative;
}

.girl-card-overlay-link {
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.thumbnail.active {
    border: 2px solid #ffc107;
    opacity: 1;
}

.thumbnail {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    width: 100px;
    position: relative;
}

.thumbnail-list-container {
    height: 400px;
    overflow-y: hidden;
    position: relative;
}

.thumbnail-nav-btn {
    background: #d7bc67;
    border: none;
    color: white;
    padding: 8px;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    transition: background 0.3s ease;
}

.thumbnail-nav-btn:hover {
    background: #b49841;
}

.thumbnail-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    position: relative;
}

/*.thumbnail-list {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 10px;*/
/*  overflow-y: auto;*/
/*  width: 20%;*/
/*}*/

.thumbnail-list img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    opacity: 0.7;
}

.thumbnail-list img.active {
    border: 2px solid #ffc107;
    opacity: 1;
}

.main-image {
    width: 80%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
}

.main-image .carousel-item {
    height: 100%;
}

.main-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {

    .help_tabs_style .nav-link {
        margin-bottom: 5px;
    }

    .slider-container {
        flex-direction: column;
    }

    .thumbnail-list-container {
        height: auto;
        width: 100%;
        overflow-x: auto;
    }

    .thumbnail-wrapper {
        width: 100%;
        flex-direction: row;
    }

    .thumbnail-list {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: 100px;
    }

    .main-image {
        width: 100%;
    }

    .thumbnail-list img {
        height: 100%;
        width: auto;
    }

    .thumbnail-nav-btn {
        margin: 0 5px;
    }

    .thumbnail-nav-up,
    .thumbnail-nav-down {
        transform: rotate(90deg);
    }
}


.golden_service .service_figure .img_count img {
    width: auto;
}


/*login */
.login-container {
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.login-container .login-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(215, 188, 103, 0.2);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.login-container .login-title {
    color: #d7bc67;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.login-container .login-subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.8;
}

.login-container .form-label {
    color: #d7bc67;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-container .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(215, 188, 103, 0.3);
    border-radius: 12px !important;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.login-container .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #d7bc67;
    box-shadow: 0 0 0 0.2rem rgba(215, 188, 103, 0.25);
    color: #fff;
}

.login-container .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.login-container .btn-login {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #d7bc67;
    border-radius: 10px;
    color: #d7bc67;
    font-weight: 600;
    padding: 12px 30px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.login-container .btn-login:hover {
    background: #d7bc67;
    color: #010101;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(215, 188, 103, 0.3);
    text-decoration: none;
}

.login-container .forgot-password {
    color: #d7bc67;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-container .forgot-password:hover {
    color: #fff;
    text-decoration: underline;
}

.login-container .divider {
    text-align: center;
    margin: 30px 0 25px 0;
    position: relative;
}

.login-container .input-group {
    position: relative;
}

.login-container .input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #d7bc67;
    z-index: 10;
}

.login-container .form-control.with-icon {
    padding-left: 10px;
}

.login-container .password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #d7bc67;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
}

.login-container .password-toggle:hover {
    color: #fff;
}

.login-container .signup-section {
    margin-top: 20px;
}

.login-container .signup-card {
    background: rgba(215, 188, 103, 0.08);
    border: 1px solid rgba(215, 188, 103, 0.2);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.login-container .signup-card:hover {
    background: rgba(215, 188, 103, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(215, 188, 103, 0.15);
}

.login-container .signup-title {
    color: #d7bc67;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.login-container .signup-description {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.login-container .btn-signup {
    color: #d7bc67;
    font-weight: 600;
    padding: 12px 30px;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.login-container .btn-signup:hover {
    color: #d7bc67;
    transform: translateY(-2px);
    box-shadow: rgba(215, 188, 103, 0.3);
    text-decoration: underline;
}

.login-container .login-logo {
    display: flex;
    justify-content: center;
}


/*update profile*/
.form-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(215, 188, 103, 0.2);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 1000px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.form-title {
    color: #d7bc67;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.form-label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(215, 188, 103, 0.3);
    border-radius: 10px;
    color: #fff;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #d7bc67;
    box-shadow: 0 0 0 0.2rem rgba(215, 188, 103, 0.25);
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-select option {
    background: #2c2c2c;
    color: #fff;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 38px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 38px;
    border: 2px solid rgba(215, 188, 103, 0.3);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(215, 188, 103, 0.1), transparent);
    transition: left 0.6s ease;
}

.slider:hover::before {
    left: 100%;
}

.slider:after {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 3px;
    top: 3px;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider:hover {
    border-color: rgba(215, 188, 103, 0.6);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(215, 188, 103, 0.2);
}

input:checked+.slider {
    background: linear-gradient(135deg, #d7bc67, #f4d03f);
    border-color: #d7bc67;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 15px rgba(215, 188, 103, 0.4);
}

input:checked+.slider:after {
    transform: translateX(32px);
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.2);
}

input:checked+.slider:hover {
    background: linear-gradient(135deg, #f4d03f, #d7bc67);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(215, 188, 103, 0.5);
}

.checkbox-group,
.service-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.form-check {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(215, 188, 103, 0.2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.form-check::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(215, 188, 103, 0.1), transparent);
    transition: left 0.5s ease;
}

.form-check:hover {
    background: rgba(215, 188, 103, 0.08);
    border-color: #d7bc67;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(215, 188, 103, 0.15);
}

.form-check:hover::before {
    left: 100%;
}

.form-check.checked {
    background: linear-gradient(135deg, rgba(215, 188, 103, 0.15), rgba(215, 188, 103, 0.05));
    border-color: #d7bc67;
    box-shadow: 0 4px 15px rgba(215, 188, 103, 0.2);
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    border: 2px solid rgba(215, 188, 103, 0.4);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-left: 5px !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(215, 188, 103, 0.3);
    border-color: #d7bc67;
}

.form-check-input:checked {
    background: linear-gradient(135deg, #d7bc67, #f4d03f);
    border-color: #d7bc67;
    box-shadow: 0 0 0 2px rgba(215, 188, 103, 0.3);
}

/*.form-check-input:checked::after {*/
/*    content: '✓';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*}*/

.form-check-label {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.form-check:hover .form-check-label {
    color: #d7bc67;
}

.form-check.checked .form-check-label {
    color: #d7bc67;
}

.checkbox-section {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(215, 188, 103, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.checkbox-section-title {
    color: #d7bc67;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(215, 188, 103, 0.2);
}

.checkbox-section-title i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.select-all-btn {
    background: rgba(215, 188, 103, 0.1);
    border: 1px solid rgba(215, 188, 103, 0.3);
    border-radius: 8px;
    color: #d7bc67;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
}

.select-all-btn:hover {
    background: rgba(215, 188, 103, 0.2);
    border-color: #d7bc67;
}

.upload-area {
    border: 2px dashed rgba(215, 188, 103, 0.5);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-area:hover {
    border-color: #d7bc67;
    background: rgba(215, 188, 103, 0.1);
}

.upload-icon {
    font-size: 3rem;
    color: #d7bc67;
    margin-bottom: 1rem;
}

.upload-text {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.upload-subtext {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.btn-primary {
    background: linear-gradient(45deg, #d7bc67, #f4d03f);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(215, 188, 103, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(215, 188, 103, 0.4);
    background: linear-gradient(45deg, #f4d03f, #d7bc67);
    color: #000;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #d7bc67;
    color: #d7bc67;
}

.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #d7bc67, transparent);
    margin: 2rem 0;
    border-radius: 2px;
}

.toggle-label {
    color: #fff;
    font-weight: 600;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
}

.toggles-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.toggle-item {
    flex: 1;
    width: 100%;
}

@media (max-width: 768px) {
    .toggle-item {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: calc(50% - 0.5rem);
    }
}

@media (max-width: 480px) {
    .toggle-item {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.toggle-container {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(215, 188, 103, 0.15);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.toggle-container:hover {
    background: rgba(215, 188, 103, 0.05);
    border-color: rgba(215, 188, 103, 0.3);
}

.file-input {
    display: none;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.preview-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #d7bc67;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-preview {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #d7bc67;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(215, 188, 103, 0.1);
}

.tab-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(215, 188, 103, 0.2);
    border-radius: 10px;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 140px;
    justify-content: center;
}

.tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(215, 188, 103, 0.1), transparent);
    transition: left 0.5s ease;
}

.tab-btn:hover {
    background: rgba(215, 188, 103, 0.08);
    border-color: #d7bc67;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(215, 188, 103, 0.15);
    color: #d7bc67;
}

.tab-btn:hover::before {
    left: 100%;
}

.tab-btn.active {
    background: linear-gradient(135deg, rgba(215, 188, 103, 0.2), rgba(215, 188, 103, 0.1));
    border-color: #d7bc67;
    color: #d7bc67;
    box-shadow: 0 4px 15px rgba(215, 188, 103, 0.2);
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-title {
    color: #d7bc67;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(215, 188, 103, 0.3);
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .tab-navigation {
        flex-direction: column;
    }

    .tab-btn {
        min-width: 100%;
        flex: none;
    }
}

@media (max-width: 576px) {
    .tab-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}


/*by vinit*/
@media (max-width: 768px) {
    .silver_service .service_figure {
        height: auto;
    }

    .silver_service .service_figure img {
        width: 100%;
    }

    .service_footer {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .golden_service .service_figure {
        height: auto;
    }
}


.login-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #d7bc67;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 25px;
    padding: 8px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background-color: #b49841;
    color: #000;
}

.login-btn:active {
    background-color: #b49841;
    color: #000;
}

.login-btn:focus {
    background-color: #b49841;
    color: #000;
}


/*header css*/

/* Mobile header layout */
@media (max-width: 768px) {
    .headerFixed header {
        /*transition: all 1.5s;*/
        /*-webkit-transition: all 1.5s;*/
        background-color: #010101;
        padding: 10px 0;
        /*animation: HeaderslideDown 1.5s ease-out;*/
    }

    .header_wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        /* center the logo */
        align-items: center;
        flex-direction: row-reverse;
    }

    /* Logo centered */
    .logo_Brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Hamburger toggle left */
    .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1001;
        font-size: 26px;
        color: #fff;
    }

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        margin: 5px 0;
    }

    .close-icon .emoji {
        color: #fff !important;
        font-size: 31px;
        background: #fff !important;

    }

    /* Hide checkbox */
    #menu {
        display: none;
    }

    /* Language selector right */
    .language-selector {
        position: absolute;
        left: 15px;
        top: 50%;
        padding: 7px 7px !important;
        transform: translateY(-50%);
        z-index: 1001;
    }

    /* Navigation menu hidden initially */
    .headerRightNav {
        display: none;
        flex-direction: column;
        background: #1a1a1a;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        padding: 15px 0;
        z-index: 1000;
        align-items: flex-start;
        height: 100vh;
    }

    .headerRightNav.show {
        display: flex;
    }

    .headerRightNav li {
        text-align: center;
        padding: 10px 0;
    }

    .headerFixed header {
        padding: 20px 0 !important;
    }

    .git-header-cont {
        padding: 15px 0px !important;
    }

    .language-selector span {
        display: none !important;
    }

    .language-dropdown a {
        font-size: 0;
        /* hides text */
        display: block;
        width: 100%;
    }

    .language-dropdown {
        min-width: 40px !important;
    }
}

.display-3 {
    padding: 40px;
}


.wp-block-heading {
    font-family: "Libre Bodoni", serif !important;
}

/*registration form start*/

.register-container {
    border: 1px solid #d7bc67;
    border-radius: 24px;
    padding: 48px 40px;
    width: 100%;
    max-width: 420px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 215, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    margin: 2em auto;
}

.register-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
}

.register-header {
    text-align: center;
    margin-bottom: 40px;
}

.register-title {
    color: #d7bc67;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.register-subtitle {
    color: #737373;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.register-group {
    margin-bottom: 24px;
    position: relative;
}

.register-label {
    display: block;
    color: #d7bc67;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.register-input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.register-input:focus {
    outline: none;
    border-color: #d7bc67;
    background: rgba(255, 255, 255, 0.05);
    box-shadow:
        0 0 0 4px rgba(255, 215, 0, 0.1),
        0 8px 25px rgba(255, 215, 0, 0.15);
    transform: translateY(-1px);
}

.register-input::placeholder {
    color: #737373;
    font-weight: 400;
}

.register-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
}

.register-checkbox-input {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.register-checkbox-input:checked {
    background: linear-gradient(135deg, #d7bc67, #ffed4e);
    border-color: #d7bc67;
}

.register-checkbox-input:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a1a2e;
    font-size: 12px;
    font-weight: bold;
}

.register-checkbox-label {
    color: #737373;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.register-checkbox-label a {
    color: #d7bc67;
    text-decoration: none;
    font-weight: 500;
}

.register-checkbox-label a:hover {
    text-decoration: underline;
}

.register-submit-button {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #d7bc67;
    border-radius: 10px;
    color: #d7bc67;
    font-weight: 600;
    padding: 12px 30px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.register-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(215, 188, 103, 0.3);
    background: #d7bc67;
    color: #424140;
}

.register-submit-button:active {
    transform: translateY(0);
}

.register-login-link {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.register-login-link p {
    color: #737373;
    font-size: 14px;
    margin: 0;
}

.register-login-link a {
    color: #d7bc67;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.register-login-link a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 480px) {
    .register-container {
        padding: 32px 24px;
        margin: 10px;
        border-radius: 20px;
        width: auto;
        max-width: 100%;
    }

    .register-title {
        font-size: 28px;
    }

    .register-subtitle {
        font-size: 15px;
    }

    .register-input {
        padding: 14px 16px;
        font-size: 16px;
    }

    .register-submit-button {
        padding: 16px;
        font-size: 15px;
    }
}

/* Animation for form appearance */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.register-container {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Registration Message Styles */
.git-message {
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
    font-weight: 500;
    border: 1px solid;
}

.git-message-success {
    background: rgba(212, 237, 218, 0.1);
    color: #d4edda;
    border-color: #c3e6cb;
}

.git-message-error {
    background: rgba(248, 215, 218, 0.1);
    color: #f8d7da;
    border-color: #f5c6cb;
}

.git-message-info {
    background: rgba(204, 231, 255, 0.1);
    color: #cce7ff;
    border-color: #b3d7ff;
}

/* Header Register Button Styles */
.headerRightNav .register-button {
    background: #d7bc67;
    color: #424140 !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.headerRightNav .register-button:hover {
    background: #ffed4e;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(215, 188, 103, 0.3);
}

/*registration form end*/


/* Post Navigation Styles */
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-previous a,
.nav-next a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: transparent;
    transform: translateY(-2px);
    color: #fff;
}

.nav-previous a {
    text-align: left;
}

.nav-next a {
    text-align: right;
    flex-direction: row-reverse;
}

.nav-arrow {
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    color: #d7bc67;

}

.nav-text {
    font-size: 16px;
    color: #d7bc67;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-title {
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px;
}

/* For advanced version with thumbnails */
.nav-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 15px;
}

.nav-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-content {
    flex: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .post-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .nav-previous,
    .nav-next {
        width: 100%;
    }

    .nav-previous a,
    .nav-next a {
        padding: 10px;
    }
}


/*age pop-up*/

.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.age-verification-modal {
    background: linear-gradient(330.31deg, #010101 18.38%, #20201F 38.24%, #424140 81.62%);
    border-radius: 32px;
    max-width: 600px;
    padding: 44px 32px;
    text-align: center;
    border: none;
}

.age-verification-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.age-verification-title {
    font-size: 40px;
    font-family: "Libre Bodoni", serif;
    margin-bottom: 15px;
    color: #D7BC67;
}

.age-verification-text {
    font-size: 20px;
    font-family: "Carlito", sans-serif;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
}

.age-verification-btn {
    background-color: #d7bd67;
    border: none;
    font-family: "Carlito", sans-serif;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 48px auto 24px;
    width: 100%;
    box-shadow: 0px 14px 25px 0px #CBB65740;
    color: #fff;
    transition: background-color 0.3s;
}

.age-verification-btn:hover {
    background-color: #b49841;
    -webkit-transition: all .2s;
    width: 100%;
}

.age-verification-exit {
    background: none;
    border: none;
    color: #d7bc67;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
}

.age-verification-exit:hover {
    color: #d7bd67;
    font-size: 1em;
}

@media (max-width: 768px) {

    .age-verification-modal {
        max-width: 100%;
        width: 100%;
        margin: 20px;
        padding: 20px 20px;
    }

    .age-verification-title {
        font-size: 24px;
        margin-bottom: 10px;

    }

    .age-verification-text {
        font-size: 16px;
    }

    .age-verification-btn {
        padding: 15px;
        font-size: 16px;
        margin: 18px auto 18px;
        width: 100%;
    }

    .age-verification-logo {
        max-width: 80px;
        margin-bottom: 20px;
    }
}