/*
Theme Name: uBella - Child theme
Theme URI: http://webdesign-finder.com/ubella/
Author: MWTemplates
Author URI: http://modernwebtemplates.com
Description: uBella – Modelling Agency WordPress Theme
Version: 1.4.1
Template: ubella
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
*/


.listing-title a {
  color: #000;
}
.listing-pagination {
  margin-top: 30px;
  text-align: center;
}

.listing-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 5px;
  border-radius: 6px;
  background: #f1f1f1;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.listing-pagination .current {
  background: linear-gradient(45deg,#7b61ff,#ff4ecd);
  color: #fff;
}

.listing-pagination .page-numbers:hover {
  background: #ddd;
}
.single-listing .container {
  padding: 50px !important;
}
.single-listing .container-fluid {
  padding-bottom: 50px !important;
}
.listing-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.listing-card {
    position: relative;
  display: flex;
  gap: 50px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}

.listing-image img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.listing-content {
  flex: 1;
}

.listing-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.listing-tags span {
  background: #eee;
  padding: 5px 12px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 13px;
  color: #000000cf;
}

.listing-description {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #000;
}

.listing-buttons a {
  padding: 10px;
  border-radius: 100%;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  display: inline-flex;
}

.listing-buttons a img {
  width: 26px !important;
  height: 26px !important;
  animation: rotateIcon 3s linear infinite;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.call-btn {
  background: linear-gradient(45deg,#7b61ff,#ff4ecd);
}

.whatsapp-btn {
  background: linear-gradient(45deg,#ff6a00,#ffb347);
}

/* Badge container */
.new-badge {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  color: #ff5a1f;
  font-size: 18px;
  z-index: 2;
}

/* Text styling */
.new-badge span {
  position: relative;
}

/* Animated rays */
.new-badge span::before,
.new-badge span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* Rays animation */
.new-badge span::before {
  background:
    radial-gradient(circle, #ff5a1f 2px, transparent 3px) 0 0/20px 20px;
  animation: rotateRays 6s linear infinite;
  opacity: 0.5;
}

/* Second layer */
.new-badge span::after {
  background:
    radial-gradient(circle, #ff5a1f 2px, transparent 3px) 10px 10px/20px 20px;
  animation: rotateRaysReverse 8s linear infinite;
  opacity: 0.3;
}

@keyframes rotateRays {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotateRaysReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to   { transform: translate(-50%, -50%) rotate(0deg); }
}


@media only screen and (max-width: 768px) {
    .listing-card {
        width: 100% !important;
        padding: 10px;
        gap: 21px;
    }
    .listing-buttons {
      display: block ruby !important;
    }
    .new-badge {
        top: 2px;
        font-size: 14px;
    }
    .listing-content {
      width: 100%;
      flex: unset;
      margin-top: 15px;
    }
    .listing-image img {
        width: 188px;
        height: 205px;
    }
    .listing-tags {
      display: none;
    }
    .listing-description {
      height: 88px;
      overflow: hidden;
      font-size: 13px;
      line-height: 18px;
    }
    .listing-title {
      font-size: 17px !important;
      line-height: 23px;
      font-weight: 500;
    }
    .listing-buttons a {
        padding: 5px;
        border-radius: 20px;
        color: white;
        text-decoration: none;
        margin-right: 3px;
        font-size: 13px;
    }
    .modexle .item-media img {
      height: 215px;
      width: 100%;
    }
    .locationbox .item-media img {
      width: 100%;
    }
}

 /* ===============================
   AGE POPUP – RESPONSIVE (DARK BLACK THEME)
================================ */
h2 {
  font-family: Pacifico,cursive !important;
}
p {
  font-family: Jost,sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
body.age-popup-active .fixed-ui {
  display: none !important;
}

/* Overlay */
.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  z-index: 999999;
}

/* Modal Wrapper */
.age-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 999999;
}

.age-overlay,
.age-modal {
  display: none;
}

/* ===============================
   MODAL BOX – BLACK BASE
================================ */
.age-modal-content {
  background: #000000;
  color: #ffffff;
  max-width: 440px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 24px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(120, 0, 30, 0.35); /* subtle dark red border */
  animation: popupZoom .35s ease;
}

@keyframes popupZoom {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* ===============================
   TEXT
================================ */
.age-modal-content h2 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  color: #ff4d6d; /* vibrant but dark-friendly red-pink */
}

.age-modal-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #d0d0d0;
}

.confirm-statement {
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0 10px;
  color: #ff758c;
}

.age-modal-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
}

.age-modal-content ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #e0e0e0;
}

.disclaimer {
  font-size: 13px;
  color: #a0a0a0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
  margin-bottom: 22px;
}

/* ===============================
   BUTTONS
================================ */
.age-buttons {
  display: flex;
  gap: 12px;
}

.age-buttons button, .age-buttons a {
  flex: 1;
  padding: 8px 0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s;
  text-align: center;
  font-family: inherit;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 0;
}

/* Enter – glowing red accent */
.btn-yes {
  background: linear-gradient(to right, #ff4d6d, #c41e3b);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 77, 109, 0.4);
}

.btn-yes:hover {
  background: linear-gradient(to right, #ff758c, #e63950);
  box-shadow: 0 6px 20px rgba(255, 77, 109, 0.55);
  transform: translateY(-2px);
}

/* Exit – subtle glass */
.btn-no {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.btn-no:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 480px) {
  .age-modal-content {
	padding: 24px 18px;
	border-radius: 20px;
  }

  .age-modal-content h2 {
	font-size: 20px;
  }

  .age-modal-content p,
  .age-modal-content ul li {
	font-size: 13px;
  }

  .confirm-statement {
	font-size: 14px;
  }

  .age-buttons {
	flex-direction: column;
	gap: 10px;
  }
  .location-btn {
  display: grid;
}
.age-modal-content.cosmi {
  background-size: 265% !important;
}
}

/* Desktop hover (already included above) */
@media (hover: hover) {
  .btn-yes:hover,
  .btn-no:hover {
	transform: translateY(-2px);
  }
}


.locations-list {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-bottom: 120px;
  z-index: 999;
  position: relative;
  margin-top: 100px;
}

.location-btn {
  background: #a90f0f;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  margin: 7px 6px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #ff8c8c;
  box-shadow: 0 0 6px rgba(255,0,0,0.5);
  float: left;
}

.location-btn:hover{
background:#c51414;
}