.escort-icon-user:after,
.escort-icon-user:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.auth-switch a,
.escort-btn,
.escort-links a,
.escort-sign-form a {
  text-decoration: none;
}
.auth-btn,
.auth-switch a,
.escort-btn,
.escort-close a,
.escort-logo,
.search-close {
  font-weight: 700;
}
.close,
.next-arrow {
  right: 20px;
}
.auth-btn,
.btn,
.escort-btn {
  text-transform: uppercase;
}
.form-group input,
.video-popup-overlay {
  box-sizing: border-box;
}
.close,
.modal-close,
.video-popup-close {
  cursor: pointer;
  line-height: 1;
}
.escort-header {
  border-top: 3px solid #d32f2f;
  background: #2d2d2d;
  width: 100%;
}
.escort-header
  .escort-part-top
  .escort-login-section
  .escort-sign-form
  .escort-btn {
  background-color: #d32f2f !important;
  color: #fff !important;
  padding: 4px 15px !important;
  border: none !important;
  font-size: 12px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  margin: 0 5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 2px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  line-height: normal !important;
  box-sizing: border-box !important;
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
}
.escort-header .escort-part-top .escort-login-section .escort-sign-form {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.escort-header .escort-part-top .escort-login-section {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}
.escort-part-top {
  background-color: #1d1d1d;
  padding: 6px 20px;
}
.escort-part-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.escort-icon-email,
.escort-icon-user {
  color: #d32f2f;
  margin-right: 5px;
}
.escort-links,
.escort-login-section,
.escort-sign-form {
  display: flex;
  align-items: center;
}
.escort-links a {
  color: #fff;
  margin-right: 15px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.escort-icon-email:before {
  content: "✉";
}
.escort-icon-user {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
.escort-icon-user:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d32f2f;
  top: 0;
}
.escort-icon-user:after {
  content: "";
  width: 10px;
  height: 8px;
  border-radius: 50%/60% 60% 40% 40%;
  background-color: #d32f2f;
  bottom: 0;
}
.escort-btn {
  background-color: #d32f2f;
  color: #fff;
  padding: 4px 15px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 2px;
}
.escort-btn:hover {
  background-color: #b71c1c;
}
#js-sign-form-openable {
  background-color: transparent;
  color: #fff;
  border: 1px solid #666;
}
.escort-sign-form input[type="email"],
.escort-sign-form input[type="password"] {
  height: 24px;
  padding: 0 8px;
  border: none;
  background-color: #111;
  color: #fff;
  margin: 0 3px;
  width: 120px;
  font-size: 12px;
  border-radius: 2px;
}
.escort-sign-form a {
  color: #ccc;
  font-size: 11px;
  margin: 0 10px;
}
.escort-icon-mode-switch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(to right, #fff 0, #fff 50%, #000 50%, #000 100%);
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.escort-menu {
  background-color: #2d2d2d;
  padding: 0;
}
.escort-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.escort-logo,
.escort-nav-center {
  align-items: center;
  display: flex;
}
.escort-logo {
  font-size: 18px;
}
.escort-logo-img {
  height: 40px;
  width: auto;
}
.escort-nav-center {
  gap: 20px;
}
.escort-search-container {
  position: relative;
  display: flex;
  align-items: center;
}
.escort-search-icon {
  color: #fff;
  cursor: pointer;
  padding: 8px;
  transition: 0.3s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  background: rgba(255, 255, 255, 0.1);
}
.escort-search-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
.escort-search-input {
  display: none;
}
.escort-search-dropdown {
  display: none;
  background: #2d2d2d;
  border-top: 1px solid #444;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.escort-menu-list.escort-menu-open,
.escort-search-dropdown.search-open {
  display: block;
}
.escort-search-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.escort-search-dropdown input {
  flex: 1;
  max-width: 600px;
  background: #333;
  border: 2px solid #555;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
}
.escort-search-dropdown input::placeholder {
  color: #aaa;
  font-style: italic;
}
.escort-search-dropdown input:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: #777;
  background: #444;
}
.search-close {
  background: 0 0;
  border: none;
  color: #d32f2f;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
  transition: color 0.3s;
}
.search-close:hover {
  color: #ff5252;
}
.auth-modal,
.report-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  animation: 0.3s fadeIn;
}
.auth-modal-content,
.report-modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: 0.3s slideIn;
}
.auth-modal.show,
.modal-close,
.modal.show,
.report-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-modal-content {
  background: #2d2d2d;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
}
.auth-modal-header,
.report-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 15px;
  border-bottom: 1px solid #444;
}
.escort-location,
.user-info {
  align-items: center;
  display: flex;
}
.auth-modal-header h2,
.report-modal-header h2 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.auth-form,
.report-form {
  padding: 25px;
}
.form-group input::placeholder {
  color: #aaa;
}
.auth-btn {
  width: 100%;
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 15px;
}
.auth-btn:hover,
.btn.red:hover {
  background: #b71c1c;
}
.auth-switch {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  margin: 0;
}
.auth-switch a {
  color: #d32f2f;
}
.auth-switch a:hover {
  color: #ff5252;
  text-decoration: underline;
}
.user-info {
  gap: 10px;
}
.user-name {
  color: #fff;
  font-size: 12px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logout-btn {
  background-color: #666 !important;
  font-size: 10px !important;
  padding: 4px 10px !important;
}
.logout-btn:hover {
  background-color: #555 !important;
}
.escort-icon-mode-switch::before {
  content: none !important;
}
.escort-search-container.search-active .escort-search-icon {
  background: rgba(211, 47, 47, 0.8);
}
.escort-location {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.escort-menu-toggle {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.escort-icon-menu,
.escort-menu-toggle {
  transform: none !important;
  writing-mode: initial !important;
  font-style: normal !important;
}
.escort-icon-menu {
  margin-right: 1px;
  font-size: 16px;
}
.escort-icon-menu::before {
  content: "☰";
}
.escort-menu-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #2d2d2d;
  border-top: 1px solid #444;
}
.escort-menu-list li,
.escort-model-item {
  border-bottom: 1px solid #444;
}
.escort-menu-list li a,
.escort-model-item a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px;
  display: block;
  transition: 0.3s;
}
.escort-menu-list li a:hover,
.escort-model-item a:hover {
  background: #333;
  color: #d32f2f;
}
.escort-menu-list li a.escort-active {
  color: #d32f2f;
  font-weight: 600;
  background: #333;
}
.escort-close {
  border-top: 1px solid #666;
}
.escort-close a {
  color: #d32f2f !important;
}
@media (min-width: 1024px) {
  .escort-close,
  .escort-menu-toggle {
    display: none;
  }
  .escort-menu-list {
    display: flex !important;
    flex-wrap: wrap;
    background: 0 0;
    border: none;
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .escort-menu-list li {
    border: none;
    margin-right: 25px;
  }
  .escort-menu-list li a {
    padding: 8px 0;
    background: 0 0 !important;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .escort-part-top {
    padding: 6px 15px;
  }
  .escort-main-nav {
    padding: 10px 15px;
  }
  .escort-nav-center {
    gap: 15px;
  }
  .escort-logo {
    font-size: 16px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.close,
.counter,
.nav-arrow {
  color: #fff;
  z-index: 1001;
  font-weight: 700;
}
.counter,
.prev-arrow {
  left: 20px;
}
.modal-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close,
.corner-model-vip:after,
.counter,
.nav-arrow,
.video.icon-right {
  position: absolute;
}
.modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.close {
  top: 20px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close:hover,
.nav-arrow:hover {
  color: #ff6b6b;
}
.nav-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  padding: 5px;
}
.counter {
  top: 20px;
  background: #ff4757;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 16px;
  min-width: 50px;
  text-align: center;
}
.corner-model-vip:after {
  content: "";
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("img/corner-vip.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.availability-status.on-request {
  background-color: rgba(255, 152, 0, 0.1);
  border-color: #ff9800;
  color: #ef6c00;
}
.availability-status span:first-child {
  font-weight: 400;
}
.availability-status strong {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-icon {
  font-size: 18px;
}
.report-modal-content {
  background: #2d2d2d;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-close {
  background: 0 0;
  border: none;
  color: #ccc;
  font-size: 28px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
.modal-close:hover {
  color: #d32f2f;
}
.form-group label {
  color: #ccc;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #555;
  border-radius: 6px;
  background: #333;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s;
  font-family: inherit;
  resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}
.form-buttons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 25px;
}
.btn {
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}
.btn.red {
  background: #d32f2f;
  color: #fff;
}
.btn.gray {
  background: #666;
  color: #fff;
}
.btn.gray:hover {
  background: #555;
}
.btn.black {
  background: #333;
  color: #fff;
  border: 1px solid #555;
}
.btn.black:hover {
  background: #444;
  border-color: #666;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.report-form.sending {
  pointer-events: none;
  opacity: 0.7;
}
.report-form.sending .btn.red {
  background: #666;
  cursor: not-allowed;
}
.report-form.sending .btn.red::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notification-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  z-index: 3000;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.3s;
  max-width: 300px;
  word-wrap: break-word;
}
.notification-message.show {
  transform: translateX(0);
  opacity: 1;
}
.notification-message.success {
  background: #4caf50;
  border-left: 4px solid #388e3c;
}
.notification-message.error {
  background: #f44336;
  border-left: 4px solid #d32f2f;
}
.notification-message.info {
  background: #2196f3;
  border-left: 4px solid #1976d2;
}
.popup-form {
  position: fixed;
  top: 20% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 500px;
  overflow: hidden;
  transition: 0.3s;
}
.popup-header {
  background: #f5f5f5;
  padding: 15px 20px;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-profile .photos .thumbs a {
  display: block;
  padding: 4px;
  height: 201px;
  overflow: hidden;
}
.popup-header .js-close {
  color: #888;
  transition: color 0.2s;
}
.popup-header .js-close:hover {
  color: #333;
}
.popup-inner {
  padding: 20px;
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
  flex: 1;
}
.form-group.full {
  width: 100%;
}
.form-group.required label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}
.form-group input[type="email"],
.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .popup-form {
    width: 95%;
  }
}
.video.icon-right {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(220, 53, 69, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.video.icon-right::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.video.icon-right:hover {
  background: #dc3545;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.video.icon-right::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid rgba(220, 53, 69, 0.6);
  border-radius: 50%;
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 20px;
}
.video-popup-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(220, 53, 69, 0.9);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 10001;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.video-popup-close:hover {
  background: #dc3545;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}
.video-popup-close:active {
  transform: scale(0.95);
}
.video-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#popup-video-player {
  width: 100%;
  height: auto;
  max-height: 90vh;
  display: block;
  outline: 0;
}
.video-error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}
.video-error-message p {
  margin: 0;
  color: #dc3545;
}
@media (max-width: 768px) {
  .escort-part-top {
    padding: 8px 15px;
  }
  .escort-part-top-inner {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
  .escort-links {
    justify-content: flex-start;
    order: 1;
    flex-shrink: 0;
  }
  .escort-links a {
    margin-right: -11px;
    padding: 8px 12px;
  }
  .escort-icon-email,
  .escort-icon-user {
    font-size: 18px;
    margin-right: 8px;
  }
  .escort-icon-email:before {
    font-size: 18px;
  }
  .escort-icon-user {
    width: 18px;
    height: 18px;
  }
  .escort-icon-user:before {
    width: 8px;
    height: 8px;
  }
  .escort-icon-user:after {
    width: 12px;
    height: 10px;
  }
  .escort-login-section {
    order: 2;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  .escort-sign-form input[type="email"],
  .escort-sign-form input[type="password"] {
    display: none;
  }
  .escort-btn {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 700;
  }
  .escort-btn:hover {
    background-color: #b71c1c;
  }
  .escort-sign-form {
    gap: 8px;
  }
  .escort-main-nav {
    padding: 12px 15px;
  }
  .escort-logo-img {
    height: 45px;
  }
  .escort-nav-center {
    gap: 15px;
  }
  .escort-location span {
    font-size: 16px;
    font-weight: 500;
  }
  .escort-search-content {
    padding: 15px;
    flex-direction: column;
    gap: 15px;
  }
  .escort-search-dropdown input {
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    max-width: none;
  }
  .escort-menu-list li a {
    padding: 15px;
    font-size: 16px;
  }
  .close,
  .next-arrow {
    right: 15px;
  }
  .counter,
  .prev-arrow {
    left: 15px;
  }
  .modal-content {
    max-width: 98%;
    max-height: 98%;
  }
  .close {
    top: 15px;
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
  .nav-arrow {
    font-size: 22px;
    padding: 8px;
  }
  .counter {
    top: 15px;
    font-size: 14px;
    padding: 8px 12px;
    min-width: 45px;
  }
  .availability-status {
    padding: 10px;
    margin-bottom: 10px;
  }
  .availability-status strong {
    font-size: 14px;
  }
  .status-icon {
    font-size: 16px;
  }
  .report-modal-content {
    width: 95%;
    margin: 10px;
  }
  .report-modal-header {
    padding: 15px 20px 10px;
  }
  .report-modal-header h2 {
    font-size: 20px;
  }
  .report-form {
    padding: 20px;
  }
  .form-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .btn {
    width: 100%;
  }
  .video-popup-container {
    width: 95vw;
    max-width: none;
  }
  .video-popup-close {
    top: -45px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .video-popup-overlay {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .escort-part-top {
    padding: 8px 12px;
  }
  .escort-part-top-inner {
    gap: 12px;
  }
  .escort-icon-email,
  .escort-icon-user {
    font-size: 16px;
    margin-right: 6px;
  }
  .escort-icon-email:before {
    font-size: 16px;
  }
  .escort-icon-user {
    width: 16px;
    height: 16px;
  }
  .escort-btn {
    padding: 6px 16px;
    font-size: 12px;
  }
  .escort-main-nav {
    padding: 10px 12px;
  }
  .escort-logo-img {
    height: 40px;
  }
  .escort-search-content {
    padding: 12px;
  }
  .escort-search-dropdown input {
    font-size: 12px;
    padding: 8px 12px;
    width: 100%;
    max-width: none;
  }
  .escort-location span {
    font-size: 14px;
  }
  .close,
  .next-arrow {
    right: 10px;
  }
  .counter,
  .prev-arrow {
    left: 10px;
  }
  .modal-content {
    max-width: 100%;
    max-height: 100%;
  }
  .close {
    top: 10px;
    font-size: 26px;
  }
  .nav-arrow {
    font-size: 20px;
    padding: 10px;
  }
  .counter {
    top: 10px;
    font-size: 12px;
    padding: 6px 10px;
    min-width: 40px;
  }
  .video-popup-container {
    width: 100vw;
    height: auto;
    border-radius: 0;
  }
  .video-popup-overlay {
    padding: 0;
  }
  .video-popup-close {
    top: 15px;
    right: 15px;
    background: rgba(220, 53, 69, 0.95);
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}

/* Навигация */
.nav {
  font-size: 11px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

/* Левая группа кнопок */
.nav-left {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* Правая группа кнопок */
.nav-right {
  display: flex;
  gap: 5px;
  align-items: center;
}

.nav .btn {
  color: #fff !important;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ed3857 0, #a81c34 100%);
  text-decoration: none;
  font-size: 11px;
  transition: all 0.2s ease;
  height: 26px;
  box-sizing: border-box;
  padding: 6px 10px 5px 10px;
  font-weight: 700;
  border: 1px solid #ea667d;
  text-align: center;
  display: inline-flex; /* Изменено с inline-block на inline-flex */
  align-items: center; /* Добавлено для вертикального выравнивания */
  justify-content: center; /* Добавлено для горизонтального выравнивания */
}

.nav .btn:hover {
  background: linear-gradient(180deg, #f04868 0, #b82344 100%);
  transform: translateY(-1px);
}

/* Кнопка назад к списку - квадратная */
.js-nextprev-nav-back {
  padding: 6px 8px 5px 8px !important;
  min-width: 26px;
  width: 26px;
}

/* Кнопка PREVIOUS - обычная с текстом */
.js-nextprev-nav-prev {
  padding: 6px 10px 5px 10px !important;
  min-width: auto;
  width: auto;
}

/* Кнопка NEXT - справа */
.js-nextprev-nav-next {
  padding: 6px 10px 5px 10px !important;
  min-width: auto;
  width: auto;
}

/* Иконки */
.nav i {
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  line-height: 1; /* Добавлено для точного выравнивания */
}

/* Иконка сетки для кнопки каталога */
.icon-grid:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 3px 3px;
  background-repeat: no-repeat;
  background-position:
    0 0,
    4px 0,
    8px 0,
    0 4px,
    4px 4px,
    8px 4px,
    0 8px,
    4px 8px,
    8px 8px;
  vertical-align: middle;
}

/* Стрелка влево для PREVIOUS */
.icon-left {
  margin-right: 4px; /* Перенесено с :before */
}

.icon-left:before {
  content: "‹";
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1; /* Добавлено */
}

/* Стрелка вправо для NEXT */
.icon-right {
  margin-left: 4px; /* Перенесено с :before */
}

.icon-right:before {
  content: "›";
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1; /* Добавлено */
}

/* Мобильная версия - ИСПРАВЛЕННАЯ */
@media (max-width: 768px) {
  .nav {
    gap: 3px;
  }

  .nav-left {
    gap: 3px;
    margin-right: 137px;
  }

  .nav-right {
    gap: 3px;
  }

  /* ВАЖНО: Переопределяем общее правило для кнопок */
  .nav .btn {
    font-size: 10px;
    height: 24px;
    width: auto !important; /* Отменяем width: 20% */
    min-width: auto !important;
  }

  .js-nextprev-nav-back {
    padding: 5px 6px 4px 6px !important;
    min-width: 24px !important;
    width: 24px !important;
  }

  .js-nextprev-nav-prev,
  .js-nextprev-nav-next {
    padding: 5px 8px 4px 8px !important;
    width: auto !important;
    min-width: 70px !important;
  }

  .icon-grid:before {
    width: 10px;
    height: 10px;
    background-size: 2px 2px;
    background-position:
      0 0,
      3px 0,
      6px 0,
      0 3px,
      3px 3px,
      6px 3px,
      0 6px,
      3px 6px,
      6px 6px;
  }

  .icon-left:before,
  .icon-right:before {
    font-size: 14px;
  }
}

/* Убираем проблемное правило */
@media (max-width: 768px) {
  .btn:not(.nav .btn) {
    width: 100% !important;
  }
}


.photos:after {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(img/corner-vip.webp) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}




.video-model-image{
max-width: 100%;
}

.detail-profile .media{
    width: 100%;
    max-width: 500px;
}
.model-image-main{
    max-height: 500px;
    width: 100% !important;
    max-width: 100%;
}
.model-image-main > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* === НОВА CSS GRID ГАЛЕРЕЯ (Без конфліктів) === */
.ngm-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 рівні колонки */
    gap: 5px; /* Відстань між фото */
    width: 100%;
    margin-bottom: 20px;
        padding: 5px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
    border: 1px solid #ddd;
    position: relative;
}


.ngm-container:before {
     content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(img/corner-vip.webp) ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
.ngm-main-item::before{
   content: '';
    right: -9px;
    bottom: -8px;
    position: absolute;
    width: 105px;
    height: 105px;
    object-fit: cover;
    background-image: url(img/corner-premium-top-bottom.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;

}

/* Головне фото */
.ngm-main-item {
    grid-column: 1 / -1; /* Розтягується на всі 3 колонки */
    height: 500px; /* Максимальна висота */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ngm-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обрізає зайве, зберігаючи пропорції */
    transition: transform 0.3s ease;
}

.ngm-main-item:hover .ngm-main-img {
    transform: scale(1.02);
}

/* Мініатюри та Відео */
.ngm-thumb-item {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8 / 1; 
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ngm-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ngm-thumb-item:hover .ngm-thumb-img {
    transform: scale(1.05);
}

/* Бейджи */
.ngm-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}

.ngm-badge {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    margin-top: -10px;
    word-break: break-word;
    padding: 8px;
    text-decoration: none;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
        text-align: center;
}

.ngm-badge-available{
      background: #77c126;
    background: linear-gradient(180deg, #77c126 0, #4b8e2f 100%);
}
.ngm-badge-video {
 background: #328cfc;
    background: linear-gradient(180deg, #328cfc 0, #0b55b4 100%);
    position: relative;
   
 }
.ngm-badge-indep {
     background: #51105d;
    background: linear-gradient(180deg, #8236aa 0, #51105d 100%);
 }

.ngm-verified {
    position: absolute;
    z-index: 1;
    background: -o-linear-gradient(top,#0480dc 0,#094c9e 50%,#0480dc 100%);
    background: linear-gradient(180deg, #0480dc 0, #094c9e 50%, #0480dc 100%);
    color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-transform: uppercase;
    font-weight: 900;
    left: -98px;
    bottom: -69px;
    width: 140px;
    height: 140px;
    font-size: 18px;
    padding: 0 50px;
    min-width: fit-content;
}

/* Оверлей для відео (кнопка Play) */
.ngm-play-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.ngm-thumb-item:hover .ngm-play-overlay {
    background: rgba(0,0,0,0.1);
}

.ngm-play-icon {
    width: 46px;
    height: 46px;
    background: rgba(220, 53, 69, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ngm-play-icon svg {
    fill: white;
    width: 20px;
    height: 20px;
    margin-left: 4px; /* Візуальний центр для трикутника */
}

/* Адаптація для телефонів */
@media (max-width: 480px) {
    .ngm-main-item {
        height: 500px; /* Трохи менша висота для смартфонів */
    }
}
/* === БЛОК ВІДЕО НА ВСЮ ШИРИНУ === */
.ngm-video-item {
    grid-column: 1 / -1; /* Розтягується на всі 3 колонки */
    height: 350px; /* Оптимальна висота для банера відео */
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-top: 10px; /* Невеликий відступ від мініатюр */
}

.ngm-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%; /* Фокус на обличчя/верхню частину для широкого формату */
    transition: transform 0.3s ease;
    filter: brightness(0.8); /* Трохи затемнюємо для контрасту з кнопкою Play */
}

.ngm-video-item:hover .ngm-video-img {
    transform: scale(1.02);
    filter: brightness(0.6);
}

/* Текст на відео */
.ngm-video-label {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.model-params-row{
    display: flex;
    gap: 30px;
}
.model-params-row > *{
   flex: 1 1 50%;
   align-self: flex-start;
}
.model-params-wrapper-info{

}
.verified-contact{
  display: flex;
  align-items: center;
  gap: 2px;
      color: #4d952a;
    font-size: 14px;
    white-space: nowrap;
}
.verified-contact-wrapper{
  display: flex;
  align-items: center;
}

.icon-right:before , .icon-left:before {
  font-size: 23px;
}
.icon-right , .icon-left {
  font-size: 23px;
  margin-top: -4px;
}


@media (max-width: 768px) {
  .model-params-row {
  flex-wrap: wrap;
  }
}
.btn.full {
 color: #fff !important;
}