@font-face {
  font-family: "Jost";
  src: url("./fonts/Jost/static/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Jost";
  src: url("./fonts/Jost/static/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
}

:root {
  --whatsapp-color: #17bf45;
  --black0: #000000;
  --black1: #232323;
  --black2: #1d1d1d;
  --brown: #8a7450;
  --brown2: #877457;
  --white: #ffffff;
  --grey: #959595;
  --a-color: #e3bb2d;
  --a-hover-color: #666;
  --home-casino-small-img-width: 63px;
  --home-casino-small-img-height: 63px;
  --top-left-img-width: 215px;
  --top-left-img-height: 291px;

  --primary-header-color: #01090a;
  --primary-bg-color: #000000;
  --primary-footer-color: #000000;
  --primary-color: #12b4be;
  --primary-heading-color: #cba559;
  --primary-text-color: #ffffff;
  --primary-hover-color: #ffffff;
  --primary-link-color: #21b9c2;
  --primary-border-color: #0d464a;
}

/* My custom */
a.custom:hover,
a.custom:focus {
  color: var(--primary-hover-color) !important;
}

.mb-0 {
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

body {
  margin-top: 0 !important;
  font-size: 14px;
}

body.clm_body {
  margin: 0 auto;
  background: var(--primary-bg-color);
}

body.clm_body div,
body.clm_body h1,
body.clm_body h2,
body.clm_body h3,
body.clm_body h4,
body.clm_body h5,
body.clm_body h6,
body.clm_body span,
body.clm_body p {
  color: var(--primary-text-color);
}

body.clm_body h1,
body.clm_body h2,
body.clm_body h3,
body.clm_body h4,
body.clm_body h5,
body.clm_body h6 {
  text-align: unset;
}

body.clm_body main div,
body.clm_body footer div,
body.clm_body main h1,
body.clm_body footer h1,
body.clm_body main h2,
body.clm_body footer h2,
body.clm_body main h3,
body.clm_body footer h3,
body.clm_body main h4,
body.clm_body footer h4,
body.clm_body main h5,
body.clm_body footer h5,
body.clm_body main h6,
body.clm_body footer h6,
body.clm_body main span,
body.clm_body footer span,
body.clm_body main p,
body.clm_body footer p {
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

.clm_header {
  font-family: "Jost", sans-serif;
  padding: 15px 20px 5px 20px;
  position: relative;
  width: 100%;
  background-color: var(--primary-header-color);
}

.clm_header--left,
.clm_header--right {
  float: left;
}

.clm_header--left {
  width: 20%;
  display: flex;
  /* align-items: center; */
  align-items: end;
}

.clm_header--right {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.clm_header--right__left,
.clm_header--right__right {
  float: left;
}

.clm_header--right__left {
  /* margin-top: 25px; */
  margin-top: 10px;
}

.clm_header--right__right {
  /* width: 25%; */
  /* align-self: flex-end; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.clm_header--fullwidth {
  display: none;
}

.clm_header--left .logo {
  float: left;
}

.clm_header--left .logo a {
  display: block;
}

.clm_header--left .logo img {
  width: 100%;
}

.clm_rwd-information {
  text-align: right;
  margin-top: 0;
  margin-right: 0;
}

.clm_first_information--open {
  margin-bottom: unset;
}

.clm_first_information--email {
  color: var(--primary-color);
}

.clm_information {
  /* margin-top: 30px; */
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.clm_information .text-blue {
  font-size: 12px;
  font-weight: bold;
}

.clm_information .text-info {
  /* font-family: "Oswald", sans-serif; */
  font-size: 24px;
  display: block;
  color: white;
  margin-bottom: 0;
}

.clm_show-m,
.clm_show-s {
  display: none;
}

.clm_main-navigation {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  /* margin-top: 75px; */
  z-index: 999;
}

.clm_main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /* Space between menu items */
}

.clm_main-navigation ul li {
  position: relative;
}

.clm_main-navigation > ul > li > a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.clm_main-navigation > ul > li > a {
  color: var(--primary-text-color);
  padding: 2px 15px;
}

/* .clm_main-navigation>ul>li:not(:has(.ul-child))>a {
  color: var(--primary-text-color);
  padding: 2px 0;
} */

.clm_main-navigation > ul > li:not(:has(.ul-child)) > a {
  position: relative;
  text-decoration: none;
}

.clm_main-navigation > ul > li:not(:has(.ul-child)):hover > a,
.clm_main-navigation > ul > li:not(:has(.ul-child)):focus > a,
.clm_main-navigation > ul > li:not(:has(.ul-child)).active > a {
  color: var(--primary-color);
}

.clm_main-navigation > ul > li:not(:has(.ul-child)):hover > a::after,
.clm_main-navigation > ul > li:not(:has(.ul-child)):focus > a::after,
.clm_main-navigation > ul > li:not(:has(.ul-child)).active > a::after {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  height: 3px;
  bottom: -4px;
  left: 10px;
  right: 10px;
}

.clm_main-navigation .ul-child {
  display: none;
  position: absolute;
  min-width: 175px;
  z-index: 999;
  border: 1px solid var(--black0);
}

.clm_main-navigation .ul-child li {
  display: block;
  text-align: left;
  background-color: var(--primary-color);
  opacity: 0.9;
}

.clm_main-navigation .ul-child li > a {
  color: var(--primary-bg-color);
}

.clm_main-navigation .ul-child li:hover > a,
.clm_main-navigation .ul-child li:focus > a {
  background: var(--primary-bg-color);
  color: var(--primary-text-color);
}

.clm_main-navigation .ul-child li:hover > a:before,
.clm_main-navigation .ul-child li:focus > a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=ΓÇ¥ $value * 100 ΓÇ£)";
  filter: alpha(opacity=100);
  zoom: 1;
}

.clm_main-navigation .ul-child li > a {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 10px 15px 10px 30px;
  position: relative;
}

.clm_main-navigation .ul-child li > a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=ΓÇ¥ $value * 100 ΓÇ£)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  content: "\f0da";
  font-family: "FontAwesome";
  color: var(--primary-text-color);
  position: absolute;
  top: 8px;
  left: 15px;
  display: inline-block;
  font-size: 18px;
}

.clm_rwd-main-navigation {
  margin-top: 15px;
}

.clm_rwd-main-navigation .clm_main-navigation {
  padding-top: 0;
  margin-top: 20px;
  display: none;
}

.clm_btn-nav {
  display: inline-block;
  border-radius: 9px;
  background: var(--black1);
  color: var(--white);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 16px;
  background-color: unset;
  /* margin-top: 5px; */
  padding: 12px 16px;
}

.clm_btn-nav span {
  margin-right: 5px;
  color: var(--white);
}

.clm_btn-nav:hover,
.clm_btn-nav:focus {
  background-color: var(--blue);
}

.clm_mobile-nav .ul-child {
  display: block !important;
  padding-left: 0;
}

.clm_mobile-nav .ul-child li a {
  padding-left: 30px;
}

.clm_mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 180px;
  background-color: #d5b77a;
  opacity: 0.9;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  border-radius: 9px;
  overflow: hidden;
  max-height: 280px;
  overflow-y: scroll;
  z-index: 999;
}

.clm_mobile-nav li {
  display: block;
}

.clm_mobile-nav a {
  display: block;
  padding: 10px 15px;
  background-color: transparent;
  color: var(--white);
  text-transform: capitalize;
}

.clm_mobile-nav a:hover,
.clm_mobile-nav a:focus,
.clm_mobile-nav li.active > a {
  text-decoration: underline solid var(--brown);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.clm_information .text-info {
  /* font-family: "Oswald", sans-serif; */
  /* font-size: 24px; */
  display: block;
  color: var(--white);
  font-size: 20px;
}

.clm_information .text-blue {
  font-size: 12px;
  font-weight: bold;
  color: var(--blue);
}

.clm_whatsapp {
  background-color: var(--whatsapp-color);
  border: none;
  color: var(--white);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
  float: right;
}

.clm_home_introduce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.clm_home_introduce > h2.clm_home_introduce__heading {
  font-size: 26px;
  margin-bottom: 0;
}

.clm_home_introduce > a {
  color: var(--primary-text-color);
}

.clm_home_introduce__filter {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.clm-filter .select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  font-size: 14px;
}

.clm-filter .select {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  background-color: var(--black1) 0 0 no-repeat padding-box;
  border-color: transparent;
  border-radius: 10px;
}

.clm-filter .select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid var(--primary-border-color);
  width: 150px;
  text-transform: uppercase;
}

.clm-filter .options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  max-height: 150px;
  overflow-y: scroll;
  background: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
}

.clm-filter .select.open .options {
  position: absolute;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.clm-filter .option {
  position: relative;
  display: block;
  padding: 0 12px 0 12px;
  line-height: 31px;
  cursor: pointer;
  transition: all 0.5s;
}

.clm-filter .option a {
  color: var(--primary-color);
}

.clm-filter .arrow {
  border-top-color: var(--primary-color);
}

.clm_home_banner .gallery-holder.slick-slide {
  width: 304px;
}

.clm_home_banner .gallery-holder.slick-slide figure {
  padding-top: 464px;
}

.clm_home_banner .gallery-holder.slick-slide figure img {
  width: 270px;
  height: 460px;
  padding: 2px;
  border-radius: 10px;
}

.clm_home_right_widget {
  border-left: 1px solid var(--primary-color);
}

.clm_home_center_widget a,
.clm_home_right_widget a {
  color: var(--white);
}

.clm_home_left_widget {
  padding: 15px;
  padding-top: 0px;
  border-right: 1px solid var(--primary-color);
}


.clm_home_left_widget *:not(a) {
  color: #949294 !important;
}

.clm_home_left_widget__img {
  margin-bottom: 25px;
  text-align: center;
}

.clm_home_left_widget__img img {
  width: var(--top-left-img-width);
  height: var(--top-left-img-height);
  border-radius: 10px;
}

#escort_content a {
  position: relative;
}

#escort_content a:hover,
#escort_content a:focus,
#escort_content a:active {
  text-decoration: none;
}

#escort_content .img-girl-thumbnail {
  display: none;
}

#escort_content a:hover .img-girl-thumbnail,
#escort_content a.active .img-girl-thumbnail {
  display: block;
  position: absolute;
  z-index: 1;
  width: 110px;
  height: 149px;
  left: 50%;
  margin-left: -55px;
  bottom: 23px;
  max-width: inherit;
  box-shadow: 3px 3px 8px 0 var(--primary-color);
  -webkit-box-shadow: 3px 3px 8px 0 var(--primary-color);
  -moz-box-shadow: 3px 3px 8px 0 var(--primary-color);
  border-radius: 8px;
}

body.clm_body .clm_home_right_widget .item-girl-block {
  background-color: var(--black1);
  border: none;
  padding-bottom: unset;
  padding-top: unset;
  padding-left: unset;
  margin-bottom: 15px;
  color: var(--white);
  align-items: start;
}

body.clm_body .clm_home_right_widget .item-girl-block .desc {
  align-self: start;
}

body.clm_body .clm_home_right_widget .item-girl-block p {
  color: var(--grey);
}

body.clm_body .clm_home_right_widget .item-girl-block .girl-side-content p {
  color: var(--white);
}

body.clm_body .clm_home_right_widget .item-girl-block .featured-girl-left {
  width: var(--home-casino-small-img-width);
}

body.clm_body .clm_home_right_widget .item-girl-block .featured-girl-left img {
  width: var(--home-casino-small-img-width);
  height: var(--home-casino-small-img-height);
}

body.clm_body .gallery-holder__name {
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}

body.clm_body .gallery-holder__name-underline {
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
  margin-left: 10%;
  margin-right: 10%;
}

body.clm_body .gallery-holder__text p {
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
}

body.clm_body .gallery-holder__text p.w {
  padding-top: 0;
  text-transform: initial;
}

.subitem-girl-full img {
  margin: 10px 0;
  border-radius: 0;
  max-width: 420px;
  max-height: 200px;
}

.clm_home_banner {
  background: var(--primary-header-color);
}

.clm_home_banner__title {
  padding: 0 15px;
  font-size: 20px;
}

.clm_home_banner .gallery-holder__inner {
  padding: 15px;
}

.clm_home_banner .gallery-holder .gallery-holder__text {
  padding-bottom: unset;
}

.clm_home_banner .tag {
  right: 15px;
  font-size: 14px;
  width: 70px;
  top: 20px;
  right: 25px;
  padding: 0;
  text-transform: uppercase;
  padding: 2px 0;
  color: var(--white);
}

.clm_body .tag:nth-of-type(2) {
  top: 50px;
}

.clm_home_banner .tag.new {
  background: var(--brown);
  border: 2px solid hsla(0, 0%, 100%, 0.5);
}

.clm_home_banner .tag.video_tag {
  background: #986042;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
}

.article-title {
  text-transform: uppercase;
  color: var(--primary-heading-color) !important;
}

.article-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.article-card {
  flex: 1;
  border: 1px solid var(--primary-color);
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-basis: calc(50% - 15px);
}

.article-card--img-wrapper {
  display: flex;
  justify-content: center;
}

.article-card .article-card--img img {
  max-width: 152px;
  max-height: 228px;
  width: 100%;
  height: 100%;
}

.article-card .article-card--content {
  flex: 1;
}

footer.clm_footer {
  background: var(--primary-footer-color);
  margin: 0px 20px;
  /* border-top: 1px solid var(--primary-color); */
  border-top: unset;
  color: var(--black0);
}

.clm_footer .footer-left-column {
  text-align: start;
}

.clm_footer .footer-right-column,
.clm_footer .footer-right-column h3 {
  text-align: end;
}

footer.clm_footer div,
footer.clm_footer h1,
footer.clm_footer h2,
footer.clm_footer h3,
footer.clm_footer h4,
footer.clm_footer h5,
footer.clm_footer h6,
footer.clm_footer span,
footer.clm_footer p,
footer.clm_footer a,
footer.clm_footer ul li a {
  color: var(--primary-text-color);
}

.clm_pt-40 {
  padding-top: 40px;
}

.clm_pl-20 {
  padding-left: 20px;
}

.clm_pr-20 {
  padding-right: 20px;
}

.clm_pt-20 {
  padding-top: 20px;
}

.clm_pb-20 {
  padding-bottom: 20px;
}

.clm_pl-50 {
  padding-left: 50px;
}

/* Gallery Page */
section:has(.clm_gallery_page) {
  padding: 0;
}

.clm_gallery_page {
  background: var(--primary-bg-color);
}

.clm_gallery_page .clm_page_header {
  text-align: start;
}

.clm_gallery_page .clm_page_header h1 {
  text-align: start;
  font-size: 25px;
  padding-top: 30px;
  text-transform: unset;
}

/* .content_and_filter {
  background-color: var(--black0);
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  margin-bottom: 10px;
} */

.clm_gallery_page.member_gallery .clm_filter {
  justify-content: end;
}

.clm_filter .col-search h4 {
  text-transform: uppercase;
  text-align: center;
}

.clm_filter .custom-select-wrapper {
  font-size: 14px;
}

.clm_filter .custom-select {
  background-color: var(--black1) 0 0 no-repeat padding-box;
  border-color: transparent;
  border-radius: 10px;
}

.clm_filter .custom-select__trigger {
  /* background-color: var(--black1) 0 0 no-repeat padding-box; */
  background-color: var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.clm_filter .custom-select__trigger div {
  color: #5e5e5e;
}

.clm_filter .custom-select__trigger div.arrow {
  border-top-color: #dcc28d;
}

.clm_filter input.custom-select__trigger {
  width: 100%;
  background-color: var(--black1) 0 0 no-repeat padding-box;
  cursor: default;
  color: var(--brown);
  border: 1px solid var(--brown);
}

.clm_filter input.custom-select__trigger:focus {
  outline: none;
}

.clm_filter .custom-options {
  background: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
}

.clm_sort_group .custom-options {
  overflow-y: unset;
}

.clm_filter .custom-options a {
  color: var(--primary-color);
}

.clm_filter .custom-options .custom-option:hover,
.clm_filter .custom-options .custom-option.selected {
  background: var(--primary-color);
  color: var(--black0);
}

.clm_sort_group {
  display: flex;
  justify-content: flex-end;
}

.clm_sort_group .select-container {
  width: 150px;
  margin-left: 10px;
}

.clm_sort_group .custom-select__trigger {
  justify-content: center;
}

.clm_sort_group button {
  background: var(--black1);
  border-color: var(--brown);
  margin-left: 20px;
  color: var(--white);
  font-weight: bold;
}

.clm_gallery_page__header_and_filter {
  margin: 20px;
}

.clm_gallery_page__content {
  background-color: var(--primary-bg-color);
  padding: 0 20px;
}

.clm_gallery_page__content .location_name {
  padding-top: 20px;
}

.clm_list_escort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}

.clm_list_escort.international_list_escort {
  padding: 0;
}

.clm_list_escort--item {
  flex-basis: calc(25% - 20px);
  /* 25% for five items per row, subtract the gap */
}

.clm_list_escort--item .clm_list_escort--item__detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clm_list_escort--item .clm_list_escort--item__detail figure,
.review-container .article-card--img figure {
  position: relative;
}

.clm_list_escort--item .clm_list_escort--item__detail figure img,
.review-container .article-card--img figure img {
  max-width: 270px;
  max-height: 460px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* .clm_list_escort--item .clm_list_escort--item__detail figure img:first-child {
  opacity: 1;
} */

.clm_list_escort--item
  .clm_list_escort--item__detail
  figure
  img.secondary-image,
.review-container .article-card--img figure img.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.clm_list_escort--item
  .clm_list_escort--item__detail
  figure:hover
  img:last-child,
.review-container .article-card--img figure:hover img:last-child {
  opacity: 1;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag {
  background: var(--grey);
  font-size: 14px;
  width: 100px;
  padding: 0;
  text-transform: uppercase;
  padding: 2px 0;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  /* top: 1%;
  right: 15%; */
  top: 5px;
  right: 20px;
  color: var(--white);
}

.clm_list_escort--item .clm_list_escort--item__detail .tag:nth-of-type(2) {
  top: 35px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag:nth-of-type(3) {
  top: 65px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.new {
  background: var(--brown);
  width: 70px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.video_tag {
  background-color: #986042;
  width: 70px;
}

.clm_list_escort--item .clm_list_escort--item__detail .tag.order_type_tag {
  font-size: 11px;
  background-color: var(--primary-color);
  width: 120px;
}

.clm_list_escort--item .clm_list_escort--item__detail .gallery-holder__text {
  padding-top: 10px;
  padding-bottom: 30px;
}

.clm_list_escort--item .clm_list_escort--item__detail .gallery-holder__text p {
  line-height: 20px;
  margin-bottom: 0;
}

.clm_list_escort.escort_review {
  justify-content: center;
}

.clm_list_escort.escort_review .clm_list_escort--item {
  flex-basis: unset !important;
}

.clm_list_escort.escort_review .clm_list_escort--item img {
  border-radius: unset;
}

.clm_escort_detail {
  margin: 0 20px 20px 20px;
}

.clm_escort_detail__information {
  background-color: var(--primary-bg-color);
}

.clm_escort_detail__information--bio {
  text-align: center;
}

.clm_escort_detail__information--bio h1,
.xs_name {
  font-weight: bold;
  text-transform: unset;
}

.clm_escort_detail__information--bio .bio {
  text-align: start;
}

.xs_name {
  display: none;
}

.xs_portfolio {
  display: none;
}

.clm_escort_detail__information--price {
  font-size: 16px;
}

.clm_escort_detail__information--price .table {
  width: calc(100% - 50px);
  margin-top: 15px;
}

h2.clm_portfolio_heading {
  color: var(--primary-color) !important;
  text-align: center !important;
}

.clm_escort_detail__information--price.table-portfolio table tr td:first-child {
  text-align: start;
}

.clm_escort_detail__information--price.table-portfolio .table-stats tr {
  border-bottom: none;
}

.clm_escort_detail__information--price.table-portfolio .table-stats tr td {
  padding: 5px 2px;
}

.clm_escort_detail__information--price.table-portfolio .table-price tr.odd {
  background-color: var(--black1);
}

.clm_escort_detail__information--price.table-portfolio .table-price tr.title {
  text-transform: uppercase;
}

.clm_escort_detail__information--price--contact .clm_contact_content {
  padding: 10px 5px;
  margin: 20px;
}

.clm_escort_detail__information--price--contact h2 {
  text-align: center !important;
}

.description-further-info {
  margin: 0 20px;
  text-align: center;
}

.clm_tags {
  margin: 0 20px;
}

.clm_tags ul {
  list-style-type: none;
}

.clm_tags ul li::before {
  content: ">";
  margin-right: 8px;
}

.clm_tags ul li a {
  color: var(--primary-color);
}

.clm_recommended_girls .clm_recommend_girl {
  padding: 0 20px;
}

.clm_recommend_girl {
  margin-right: 0;
  margin-left: 0;
  gap: 20px;
}

.clm_recommend_girl--item {
  flex: 0 0 calc(33% - 20px);
}

.clm_review {
  padding: 0;
  width: 100%;
}

.clm_review .clm_bottom_line {
  width: 50%;
  margin: 0 auto 15px auto;
}

.clm_review .article-limit-container .article-limit {
  font-size: 14px;
  margin-bottom: 20px;
}

.clm_review .article-limit-container .article-limit p {
  letter-spacing: 1px;
}

.clm_escort_detail__gallery {
  padding-top: 50px;
}

.clm_escort_detail__gallery .row {
  margin: 0 20px;
}

.clm_escort_detail__gallery__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clm_escort_detail__gallery__list .landscape {
  width: 100%;
}

.clm_escort_detail__gallery__list .landscape figure img {
  width: 100%;
  max-width: 837px;
  max-height: 465px;
}

.clm_escort_detail__gallery__list .portrait {
  flex-basis: calc(50% - 20px);
}

.clm_escort_detail__gallery__list .portrait figure img {
  max-width: 406px;
  max-height: 608px;
  width: 100%;
  height: 100%;
}

.clm_escort_detail__gallery__list .portrait.video {
  width: 406px;
}

.clm_escort_detail__gallery__list .portrait.video #videoPortfolio {
  max-width: 406px;
}

.embed-container {
  --video--width: 406;
  --video--height: 608;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
  border-radius: 12px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clm_escort_detail__gallery__list .portrait.video #videoPortfolio.jwplayer,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio .jwplayer,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio .jw-media,
.clm_escort_detail__gallery__list .portrait.video #videoPortfolio video {
  border-radius: unset !important;
  background: transparent !important;
}

.clm_escort_detail__gallery__list
  .portrait.video
  #videoPortfolio.jwplayer
  .jw-preview {
  background-color: transparent;
}

.clm_body section.home {
  padding-top: 25px;
}

.clm_body section.home h1 {
  text-transform: unset;
}

.clm_body .select-escort-block2 .combo-box a {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clm_body .datepicker.dropdown-menu {
  background-color: var(--white);
}

/* .clm_body .dropdown-menu.service-level-menu a,
.clm_body .dropdown-menu.attract-level-menu a {
  background-color: var(--black1);
} */

.clm_body .select-escort-block2 .combo-box a span {
  color: #666;
  text-transform: none;
  margin-bottom: 0;
}

.clm_body .select-escort-block2 .combo-box a span.caret {
  top: 0;
  width: 0;
  height: 0;
}

.clm_body .bootstrap-timepicker-widget.dropdown-menu input {
  width: 100%;
}

.clm_body .form-group .datepicker {
  padding: 10px !important;
}

.clm_body .have_update_link a {
  color: var(--primary-link-color);
}

.clm_body .have_update_link a:hover {
  color: var(--primary-hover-color);
}

.clm_body .clm_escort_guide .escort-guide-block {
  border: unset;
}

.clm_body .clm_escort_guide .escort-guide-block h3 a {
  color: var(--primary-link-color);
}

.div_load_more {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.btn_load_more {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn_load_more img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.btn_load_more:hover img.hover {
  opacity: 1;
}

#waiting_load_more {
  display: none;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.right_header_title {
  color: var(--primary-text-color) !important;
  text-align: center !important;
}

.clm_bottom_line {
  border-bottom: 1px solid var(--primary-color);
}

.clm_play_video {
  margin: 15px 0;
}

.clm_play_video > a {
  font-size: 14px;
  color: var(--black0) !important;
  font-weight: 400;
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  padding: 3px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}

footer.clm_footer .footer_img_col {
  justify-content: start;
}

.clm_subscribe {
  padding-top: 20px;
  width: 100%;
}

.clm_subscribe_form {
  display: flex;
}

.clm_subscribe_title {
  text-transform: uppercase;
}

.clm_subscribe_form input {
  border: 1px solid #dddddd;
  background: var(--primary-footer-color);
  padding: 10px 10px;
  border-radius: 4px;
  width: 100%;
}

.clm_subscribe_form input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.clm_subscribe_form button {
  padding: 8px 30px;
  background: #000;
  border-radius: 4px;
  color: white;
}

.newletter-logo {
  padding-top: 15px;
}

.newletter-logo img {
  width: auto;
}

.header-top {
  margin-bottom: 15px;
}

.header-top__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-top__center img {
  max-width: 400px;
  max-height: 150px;
  width: auto;
}

.header-top__center .header-menu .clm_main-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header-top__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
}

.header-top__right * {
  color: var(--primary-text-color);
}

.header-top__right--phones {
  padding-left: 10px;
  font-size: 12px;
}

.header-top__right--phones div {
  display: flex;
}

.header-top__right--phones div > span {
  flex: 2;
  margin: 0;
}

.header-top__right--phones div > a {
  flex: 3;
}

.header-top__right--pages {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

/* .header-top__right--pages a {
  border: 1px solid var(--primary-color);
  padding: 5px 15px;
} */

.header-top img {
  width: auto;
}

.clm-review-menu-see {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  width: 100%;
  border-radius: 0;
  max-height: 250px;
  overflow: auto;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
}

.click_to_review {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  height: 28px;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 10px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.review-container {
  width: 100%;
  justify-content: space-between;
}

.review-container .article-card {
  flex: 0 0 calc(50% - 20px);
}

.review-container .article-card--content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
}

.review-container .article-card .article-card--img img {
  max-width: 221px;
  max-height: 331px;
  width: 100%;
  height: 100%;
}

.review-container .review-header p,
.review-container .review-footer p {
  color: var(--primary-color);
  margin-bottom: 0;
}

.review-container .review-header {
  display: flex;
  justify-content: space-between;
}

.review-container .review-header--right p {
  text-transform: uppercase;
}

.name_and_desc {
  width: 100%;
  text-align: center;
}

.name_and_desc > h1 {
  font-weight: unset;
  text-transform: uppercase;
  font-size: 26px;
}

.name_and_desc > h2 {
  font-size: 16px;
  text-transform: unset;
}

.wa-container {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding-top: 25px;
}

.wa-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--primary-color);
  padding: 20px;
}

.nav-list {
  list-style-type: none;
  padding: 0;
  column-count: 2;
  column-gap: 20px;
}

.footer-content {
  background-color: var(--primary-header-color);
  padding: 50px 0;
  margin-bottom: 20px;
}

.clm_gallery__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.clm_gallery__filter .clm-filter.w-100 {
  width: initial;
}

.clm_gallery__filter .clm-filter .select__trigger {
  width: 170px;
  border-radius: 3px;
}

.clm_escort_detail__information--top {
  background: var(--primary-header-color);
  border-left: 1px solid var(--primary-color);
  padding: 10px 30px 30px;
}

.name_and_desc {
  text-align: start;
}

.name_and_desc > h1 {
  color: var(--primary-color) !important;
}

.clm_escort_detail__information--bio {
  text-align: start;
}

.clm_escort_detail__information--price--contact {
  border: 1px solid var(--primary-color);
  text-align: center;
  padding: 20px;
}

h2.clm_portfolio_heading {
  color: var(--primary-text-color) !important;
  font-weight: bold !important;
}

.clm_escort_detail__information--price--contact .clm_contact_content {
  padding: 0;
  margin: 0;
}

.clm_tags {
  margin: 0;
}

.clm_tags ul {
  padding: 0;
}

.clm_tags ul li::before {
  content: "";
}

.clm_escort_detail__information--bottom {
  padding-top: 20px;
  text-align: center;
}

.clm_list_escort#recommend_escort {
  padding: 0px;
}

.clm_list_escort#recommend_escort .clm_list_escort--item {
  flex-basis: calc(20% - 20px);
}

.clm_recommended_girls .clm_portfolio_heading {
  color: var(--primary-color) !important;
  font-weight: normal !important;
}

.clm_recommended_girls {
  background-color: var(--primary-header-color);
  padding: 20px 0;
}

.name_and_tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.name_and_tags h1 {
  color: var(--primary-color) !important;
}

.hover_img {
  position: relative;
  cursor: pointer;
}

.hover_img .img_b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hover_img:hover .img_b {
  opacity: 1;
}

.next_girl {
  display: flex;
  justify-content: end;
  padding: 20px;
  width: 100%;
}

.logo-section {
  margin-bottom: 20px;
  text-align: center;
}

.logo-section__text-beneath {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
}

/* @description Container for the image and text overlay */
.logo-section__text_image {
  position: relative; /* Create a positioning context */
  width: 100%; /* Or specific width */
  display: inline-block;
}

/* @description The base image */
.logo-section__logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* @description The overlay text container */
.ckeditor-content-wrapper {
  width: 100%;
  text-align: initial;
}

.right-escort {
  background-color: var(--primary-header-color);
}

.img-with-flag {
  position: relative;
  max-width: 270px;
  max-height: 460px;
  width: 100%;
  overflow: hidden;
}

.img-with-flag__flag {
  position: absolute;
  top: 25px;
  right: -45px;
  transform: rotate(45deg);
  background-color: var(--primary-color);
  padding: 4px 0;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: bold !important;
  z-index: 10;
  color: black !important;
}

/* CkEditor reset global css */
.ckeditor-content-wrapper * {
  margin: initial;
}
/* End - CkEditor reset global css */

/**
 * @section Container Layout
 * Sets up the flex container to hold the items.
 */
.displayed-escort-item-container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  gap: 20px; /* Spacing between items (both row and column) */
}

/**
 * @section Item Layout
 * Defines the structure of each individual card (image + text).
 */
.displayed-escort-item {
  display: flex;
  gap: 10px; /* Spacing between the image and the description */
}

/**
 * @section Image Container (The Fix)
 * @fix Solves the issue where images shrink due to long text.
 */
.displayed-escort-item__figure {
  /* Enforce a fixed width for the image wrapper */
  width: 134px;
  min-width: 134px;

  /* CRITICAL: Prevents the container from shrinking even if sibling text is long */
  flex-shrink: 0;

  position: relative; /* Context for potential absolute elements (e.g., badges) */
}

/**
 * @section Description Area
 */
.displayed-escort-item__description {
  flex: 1; /* Takes up all remaining horizontal space */
  min-width: 0; /* Flexbox hack: allows the text to wrap correctly inside a flex child */
}

/**
 * @section Image Styling
 */
.displayed-escort-item__figure img {
  width: 100%; /* Fills the figure container */
  height: 228px; /* specific fixed height for consistency across all items */
  object-fit: cover; /* Ensures image covers the area without distortion */
  border-radius: 10px;
  display: block; /* Removes default inline-block spacing */
}

/**
 * @section Responsive Design
 * Adjusts layout for smaller screens (Mobile).
 */
@media (max-width: 600px) {
  .displayed-escort-item {
    flex-basis: 100%; /* Switch to a single-column layout */
  }
}

/* Extra Small (XS) - Phones in portrait */
@media (max-width: 575px) {
  .clm_header {
    display: block;
  }

  .clm_main-navigation {
    display: none;
  }

  .clm_rwd-navigation {
    display: block;
    width: 100%;
  }

  .clm_header--right__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header-top__right {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  .clm_header--fullwidth {
    display: block;
    width: 100%;
    float: left;
  }

  .clm_rwd-main-navigation {
    margin-top: 5px;
  }

  .clm_footer .footer-right-column h3 {
    text-align: center;
  }

  .clm_list_escort#recommend_escort .clm_list_escort--item,
  .clm_list_escort--item {
    flex-basis: calc(50% - 20px);
    /* Two items per row on even smaller screens */
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    /* right: 5%; */
    right: 5px;
  }

  .portfolio-section.clm_escort_detail__gallery__list {
    width: 100%;
    padding-bottom: 30px;
  }

  .clm_escort_detail {
    /* flex-direction: column-reverse; */
    margin: 20px 10px;
    /* flex-wrap: revert; */
  }

  .clm_escort_detail__information--bio {
    padding-right: 10px;
  }

  .description-further-info.clm_pl-20 {
    padding-right: 10px;
  }

  .clm_escort_detail__information {
    padding-left: 0;
  }

  li:has(.ul-child.is-parent) > a::after {
    content: "";
  }

  .clm_escort_detail__gallery__list .portrait {
    flex-basis: unset;
    /*flex-basis: calc(50% - 20px);*/
  }

  .xs_name {
    display: block;
    padding-bottom: 25px;
  }

  .md_screen {
    display: none;
  }

  .clm_escort_detail__gallery {
    padding-top: 25px;
  }

  .clm_escort_detail__information {
    padding-top: 25px;
  }

  .xs_portfolio {
    display: block;
  }

  .xs_portfolio .clm_bottom_line {
    width: 100%;
    margin: 0 auto 15px auto;
  }

  .md_portfolio {
    display: none;
  }

  .clm_gallery__filter .clm-filter .select__trigger {
    width: auto;
  }

  /* Your CSS rules for extra small screens go here */
}

@media (max-width: 592px) {
  .fancybox-slide--iframe .fancybox-content {
    height: 450px !important;
  }
}

@media (max-width: 600px) {
  .article-card {
    width: 100%;
    flex-direction: column;
    flex: auto;
  }
}

/* Small (SM) - Phones in landscape and small tablets */
@media (min-width: 576px) and (max-width: 767px) {
  /* Your CSS rules for small screens go here */
  .clm_main-navigation {
    display: none;
  }

  .clm_rwd-navigation {
    display: block;
    width: 100%;
  }

  .clm_header--fullwidth {
    display: block;
  }

  .clm_rwd-main-navigation {
    margin-top: 0;
  }

  .clm_btn-nav {
    padding: 0;
  }

  .hide-on-mobile {
    display: block;
  }
}

/* Medium (MD) - Larger tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .clm_header {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .clm_header--fullwidth {
    display: block;
    float: left;
    width: 100%;
  }

  .clm_header--fullwidth .clm_rwd-main-navigation {
    margin-top: 5px;
  }

  .clm_header--fullwidth .clm_rwd-main-navigation .clm_main-navigation {
    margin-top: 0px;
  }

  .clm_header--fullwidth .clm_main-navigation {
    display: block;
    font-size: 10px;
  }

  .clm_header--left,
  .clm_header--right {
    width: 100%;
  }

  /* .clm_header--right__right {
    display: none;
  } */

  .clm_header--right__left {
    width: 100%;
    display: none;
  }

  .clm_header--right__left .clm_rwd-information {
    display: block;
    float: right;
  }

  .clm_list_escort--item {
    flex-basis: calc(25% - 20px);
    /* Three items per row on smaller screens */
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    /* right: 5%; */
    right: 5px;
  }

  .clm_escort_detail__gallery__list {
    justify-content: center;
  }

  .clm_escort_detail__gallery__list .portrait {
    flex-basis: unset;
    /*flex-basis: calc(50% - 20px);*/
  }

  /* Set the last 2 items to 20% for left alignment */
  /* .clm_list_escort--item:nth-last-child(-n + 2) {
    flex-basis: 20%;
  } */
}

/* Large (LG) - Larger desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .clm_filter .custom-select__trigger {
    font-size: 10px;
  }
}

/* Extra Large (XL) - Wide desktop screens */
@media (min-width: 1200px) {
  body.clm_body {
    width: var(--xl-body-size);
  }

  .clm_main-navigation {
    font-size: 15px;
  }

  .clm_information {
    /* margin-top: 15px; */
    text-align: center;
  }
}

/* Large Desktop - From 1400px */
@media (min-width: 1400px) {
  body.clm_body {
    width: var(--l-body-size);
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    right: 60px;
  }
}

@media (min-width: 1450px) {
  body.clm_body {
    width: var(--l-body-size);
  }

  .clm_list_escort--item .clm_list_escort--item__detail .tag {
    right: 120px;
  }
}
