.pb-0{
  padding-bottom: 0 !important;
}
.pt-0{
padding-top: 0 !important;
}
.p-block-0{
  padding-block: 0 !important;
}
.mb{
  margin-bottom: 0 !important;
}
.m-top{
  margin-top: clamp(0.75rem, 3.5vw, 1.1rem);
}
.impotant{
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  font-size: clamp(1rem, 1.8vw, 1.125rem) !important;
  color:#00cc00;
  font-weight: 600;
}
.impotant strong{ 
  color:#cccc00;
  font-weight: 800;
}
.note{
  color: #ffd780;
  font-size: clamp(1rem, 1.8vw, 1.125rem) !important;
  font-weight: 600;
}
.hg-light{
  color: #ffcc80;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://bhopalangel.in/font/poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://bhopalangel.in/font/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://bhopalangel.in/font/poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.gallery-cta {
  margin-top: clamp(0.9375rem, 5vw, 1rem);
  text-align: center;
}
/* Gallery Section */
.escorts-gallery {
  background: rgba(0, 0, 0, 0.5);
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
.girl-card {
  background: #800000;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  contain: content;
  transition: background-color .35s ease, transform .35s ease;
}
.img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  backface-visibility: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  transition: transform .55s cubic-bezier(.25,.1,.25,1);
}
.float-button {
  position: absolute;
  right: 0.4375rem;
  bottom: 0.4375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
}
.button-action {
  width: clamp(2.5rem, 4vw, 3.125rem);
  height: clamp(2.5rem, 4vw, 3.125rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,.25);
  -webkit-tap-highlight-color: transparent;
  transition: transform .35s ease, box-shadow .35s ease;
}
.button-action {
  touch-action: manipulation;
}
.button-action svg {
  width: clamp(1.25rem, 2.5vw, 1.875rem);
  height: clamp(1.25rem, 2.5vw, 1.875rem);
  display: block;
  pointer-events: none;
}
.call-float{ background: #ff004f; }
.chat-float{ background: #17823e; }
.girl-name {
  margin: 0.625rem 0 0.25rem;
  text-align: center;
  font-size: clamp(0.95rem, 2.3vw, 1.05rem);
  font-weight: 700;
  color: #F5E6D3;
}
.girl-title {
  text-align: center;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 600;
  color: #ffe7b5;
  margin-bottom: 0.375rem;
}
@media (hover: hover) and (pointer: fine) {
  .girl-card:hover {
    background: #B8860B;
  }
  .girl-card:hover .img-box img {
    transform: scale(1.15);
  }
  .button-action:hover {
    transform: scale(1.15);
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-action:active {
    transform: scale(1.12);
  }
}
@media (max-width: 992px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .grid-gallery {
    grid-template-columns: 1fr;
  }
}
/* ABOUT US SECTION */
.about-us-sec .two-col {
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(0.9375rem, 3vw, 1.875rem);
  padding-top: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
}
.about-us-sec h2{
  text-align: center;
}
.about-us .first-col h3{
font-size: clamp(1.03125rem, 2.5vw, 1.15625rem);
margin-bottom: 0.625rem;
font-weight: 700;
line-height: 1.3;
color: #ffd780;
}
.col-image-box{
width: 100%;
max-width: 37.5rem;
aspect-ratio: 2 / 3;
overflow: hidden;
border-radius:12px;
}
.col-image-box img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
@media (max-width: 768px) {
  .about-us-sec{
    text-align: center;
  }
  .about-us-sec .two-col {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
/* SERVICE CARD */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(0.75rem, 3vw, 1.375rem);
  padding-top: clamp(1rem, 4vw, 2.5rem);
}
.service-card {
  background: rgba(0, 0, 0, 0.5);
  padding: clamp(1rem, 3vw, 1.375rem);
  text-align: center;
  border-radius: 14px;
  border: 1px solid #ffd0da;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.service-card-img {
  width: 5rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto clamp(0.75rem, 2vw, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-card h4 {
  font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
  font-weight: 700;
  margin: 0.5rem 0 0.625rem;
  color: #ff9800;
}
.service-card p {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.28);
  }
}
@media (hover: none) and (pointer: coarse) {
  .service-card:active {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,215,128,0.8);
    border-color: rgba(255,215,128,0.7);
  }
}

/* NEW ESCORTS GIRLS GRID */
.new-girls-gallery {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.new-girls-gallery h3 {
  margin-bottom: clamp(0.9375rem, 4vw, 2.5rem);
}
.girls-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(0.625rem, 3vw, 1.75rem);
  max-width: 75rem;
  margin: auto;
  justify-items: center;
}
.new-girl-card {
  position: relative;
  width: 100%;
  max-width: 13.75rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #caa84e;
  box-sizing: border-box;
  transition: transform 0.45s cubic-bezier(.25,.8,.25,1), box-shadow 0.45s ease;
}
.new-girl-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
  backface-visibility: hidden;
}
.girl-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;  
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  will-change: opacity;
}
.escort-name {
  font-size: clamp(0.875rem, 2.2vw, 1.125rem);
  line-height: 1.2;
  font-weight: 600;
  color: #ffd780;
}
.escort-location {
  font-size: clamp(0.75rem, 1.8vw, 1rem);
  opacity: 0.9;
}
@media (hover: hover) and (pointer: fine) {
  .new-girl-card:hover img {
    transform: scale(1.18) rotate(6deg);
  }
  .new-girl-card:hover {
    box-shadow: 0 0 30px rgba(202, 168, 78, 0.7);
  }
  .new-girl-card:hover .girl-overlay {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .new-girl-card:active .girl-overlay {
    opacity: 0.9;
  }
  .new-girl-card:active {
  box-shadow: 0 8px 25px rgba(202, 168, 78, 0.5);
}
}
@media (max-width: 480px) {
  .new-girl-card {
    border-width: 0.1875rem;
    max-width: 13.75rem;
  }
}
/*CATEGORY SECTION*/
.list-group {
  margin-block: clamp(1rem, 3vw, 1.8rem);
}
.service-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 0;
}
.service-list li {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
}
.service-list li:nth-child(5n+1) { background: #8b0000; }
.service-list li:nth-child(5n+2) { background: #c1121f; }
.service-list li:nth-child(5n+3) { background: #e63946; }
.service-list li:nth-child(5n+4) { background: #b45309; }
.service-list li:nth-child(5n)   { background: #3f0d4a; }

.list-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  list-style: none;
  align-items: start;
}
.list-items li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(180deg, #f5deb3, #ffb74d);
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  will-change: background, transform;
}
@media (hover: hover) and (pointer: fine) {
  .list-items li a:hover{
    background: linear-gradient(180deg, #c7923e, #cc6f00);
    color: #fff8ee;
    transform: translateY(-2px);
  }
}
@media (hover: none) and (pointer: coarse) {
  .list-items li a:active {
    background: linear-gradient(180deg, #c7923e, #cc6f00);
    color: #fff8ee;
    transform: translateY(-1px);
  }
}
@media (max-width: 1090px) {
  .list-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .list-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .list-items {
    grid-template-columns: 1fr;
  }
}
/* CATEGORY IMAGE GRID  */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
.escort-category-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.escort-category-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.escort-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .escort-category-card:hover .escort-category-img img {
    transform: scale(1.18) rotate(3deg);
  }
}
.top-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: clamp(0.25rem, 1vw, 0.375rem) clamp(0.75rem, 6vw, 1.125rem);
  background: linear-gradient(135deg, #ff005d, #d0006f);
  color: #fff;
  font-size: clamp(0.7rem, 1.8vw, 0.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  border-bottom-left-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  z-index: 20;
  pointer-events: none;
}
.top-badge {
    animation: ribbonPulse 2.2s infinite ease-in-out;
  }
@keyframes ribbonPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(0.5rem, 2vw, 0.75rem);
background: rgba(0, 0, 0, 0.55);
transform: translateZ(0);
}
.category-info h3 {
  margin: 0;
  font-size: clamp(0.95rem, 2.2vw, 1.10rem);
  font-weight: 700;
}
.category-info h3 a {
  color: #ffffff;
}
.category-info p {
  margin: 0.25rem 0 0;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  color: #ffd780;
  font-weight: 600;
}
@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
}
/* CLIENT SECTION */
.client {
  padding: clamp(1.5625rem, 6vw, 3.125rem) 0.9375rem;
  background: #480000;
}
.client-container {
  max-width: 56.25rem;
  margin: auto;
  text-align: center;
}
.client-title {
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9800;
  margin-bottom: 0.625rem;
}
.client-cta {
  display: inline-block;
  padding: clamp(0.375rem, 2.5vw, 0.75rem) clamp(0.75rem, 6vw, 1.375rem);
 font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-weight: 700;
  color: #000;
  background: linear-gradient(135deg, #ff9800, #ffc107);
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .client-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
  }
}

/* Mobile / Touch – tap feedback */
@media (hover: none) and (pointer: coarse) {
  .client-cta:active {
    transform: scale(0.97);
    filter: brightness(1.05);
  }
}
/* ESCORT BOOKING SECTION */
.booking-section .two-col{
  padding-top: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
}
.booking-section span{
  font-weight: 700;
}
.booking-section ol{
  margin-left: 0.9375rem;
}
.booking-section ul{
  list-style: none;
}
.booking-section ul li,
.booking-section ol li {
  margin-bottom: 0.25rem;
  font-size: clamp(0.9375rem, 1.8vw, 1rem);
}
@media (max-width: 768px) {
  .booking-section .two-col {
    grid-template-columns: 1fr;
    text-align: start;
    justify-items: center;
  }
  .booking-section .second-col{
  order: -1;
}
}
/* RATE SECTION */
.rates-section{
  background: rgba(0, 0, 0, 0.5);
}
.rates-section .two-col{
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(0.9375rem, 3vw, 1.875rem);
  padding-top: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
}
/* TABLE STYLE */
.rate-table-box table {
width: 100%;
max-width: 37.5rem;
border-collapse: collapse;
margin: 0 auto;
font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
background: linear-gradient(180deg, #f5deb3, #ffb74d);
color: #000;
table-layout: fixed;
}
.rate-table-box thead th {
background: #000;
color: #ffffff;
padding: 0.75rem 0.5rem;
font-weight: 600;
white-space: normal;
word-break: break-word;
text-align: center;
}
.rate-table-box tbody td {
padding: 0.5rem;
border-bottom: 1px solid #222;
text-align: center;
}
/* PAYMENT OPTION START*/
.pay-section{
  margin-top: 1.25rem !important;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.5);
}
.pay-section .second-col{
  order: -1;
}
.pay-buttons {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 0.625rem;
}
.pay-buttons li {
padding: 0.625rem 0;
text-align: center;
background: linear-gradient(135deg, #ffba4c, #ff8a00);
color: #000;
font-weight: 600;
font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
transition: 0.25s ease;
}
@media (max-width: 768px) {
  .rates-section .two-col {
    grid-template-columns: 1fr;
    text-align: start;
    justify-items: stretch;
  }
.pay-buttons{
    grid-template-columns: repeat(2, 1fr);
  }
  .pay-section .second-col{
    order: 0;
  }
}

/* FIANL ESCORTS BENEFIT SECTION*/
.benefit-section .two-col{
  padding-block: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
}
.benefit-section .second-col{
  order: -1;
}
@media (max-width: 768px) {
  .benefit-section .two-col {
    grid-template-columns: 1fr;
    text-align: start;
    justify-items: center;
  }
}
blockquote{
  line-height: 1.6;
  margin-bottom: 0.8125rem;
font-size: clamp(0.875rem, 2.5vw, 1rem);
}
/* FAQ SECTION */
.faq-section {
  background-color: rgba(0,0,0,0.5);
}
.faq-section .two-col{
  grid-template-columns: 1.6fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
/* CONTAINER CENTERED */
.faq-container {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
/* FAQ ITEM */
.faq-item {
  background: linear-gradient(180deg, #f5deb3, #ffb74d);
  border-radius: 10px;
  padding: clamp(0.375rem, 3vw, 0.625rem) clamp(0.625rem, 4vw, 0.9375rem);
  text-align: left;
}
/* SUMMARY / QUESTION */
.faq-item summary {
  font-size: clamp(0.9375rem, 2.5vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.25rem;
  color: #000;
}
/* REMOVE DEFAULT ARROW */
.faq-item summary::-webkit-details-marker {
  display: none;
}
/* CUSTOM PLUS / MINUS */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: red;
}
.faq-item[open] summary::after {
  content: "−";
}
/* ANSWER */
.faq-item p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}
.faq-cta{
  margin-top: 0.94rem;
}
/* MOBILE ADJUST */
@media (max-width: 768px) {
  .faq-section .two-col{
  grid-template-columns: 1fr;
    text-align: center;
    gap: 0.625rem;
}
}
.tag-list {
    list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 0;
  padding: clamp(0.5rem, 3vw, 0.9375rem) 0;
}
.tag-list li a {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}
.tag-list li:nth-child(5n+1) a { background: #8b0000; }
.tag-list li:nth-child(5n+2) a { background: #c1121f; }
.tag-list li:nth-child(5n+3) a { background: #e63946; }
.tag-list li:nth-child(5n+4) a { background: #b45309; }
.tag-list li:nth-child(5n)   a { background: #3f0d4a; }
@media (hover: hover) and (pointer: fine) {
  .tag-list li a:hover{
    transform: translateY(-2px);
  }
}
@media (hover: none) and (pointer: coarse) {
  .tag-list li a:active {
    transform: translateY(-1px);
  }
}
/* AREA SECTION*/
.location-list {
  list-style: none;
  padding: clamp(0.5rem, 3vw, 0.9375rem) 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.25rem, 2vw, 0.5rem);
}
.location-list li {
  flex: 0 0 auto;
}

.location-list li a {
  display: block;
  background: linear-gradient(180deg, #f5deb3, #ffb74d);
  border: 1px solid #ff9800;
  border-radius: 18px 10px;
  padding: clamp(0.25rem, 1.8vw, 0.5rem) clamp(0.6875rem, 3vw, 0.9375rem);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.3s ease;
  will-change: background, transform;
}
@media (hover: hover) and (pointer: fine) {
  .location-list li a:hover{
    background: linear-gradient(180deg, #c7923e, #cc6f00);
    color: #fff8ee;
    transform: translateY(-2px);
  }
}
@media (hover: none) and (pointer: coarse) {
  .location-list li a:active {
    background: linear-gradient(180deg, #c7923e, #cc6f00);
    color: #fff8ee;
    transform: translateY(-1px);
  }
}
/* FOOTER START */
.site-footer {
contain: layout paint;  
background: #000;
padding: clamp(1.875rem, 5vw, 3.125rem) clamp(0.9375rem, 4vw, 1.25rem);
border-top: 1px solid #b3cccc;
}
.footer-inner {
max-width: 75rem;
margin: auto;
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: clamp(1.5625rem, 5vw, 3.125rem);
}
.footer-logo{
margin-bottom: clamp(0.625rem, 1.5vw, 0.875rem);
}
/* HEADINGS */
.footer-title {
color: #ff9800;
font-size: clamp(1.125rem, 2.5vw, 1.375rem);
margin-bottom: clamp(0.625rem, 1.5vw, 0.875rem);
font-weight: 600;
letter-spacing: 0.01875rem;
}
/* ABOUT PARAGRAPH */
.footer-about p {
font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
color: #ddd;
}
/* LINKS */
.footer-links ul,
.footer-contact ul {
padding: 0;
margin: 0;
list-style: none;
}
.footer-links ul li,
.footer-contact ul li {
margin-bottom: clamp(0.5rem, 1.4vw, 0.625rem);
font-size: clamp(0.875rem, 1.8vw, 1rem);
}
.footer-links ul li a,
.footer-contact ul li a {
text-decoration: none;
color: #ffd780;
}
.footer-links ul li a:hover{
    color: #fbbc04;
  }
/* COPYRIGHT */
.footer-copy {
margin-top: clamp(1.5625rem, 4vw, 1.875rem);
padding-top: clamp(0.9375rem, 3vw, 1.5625rem);
border-top: 1px solid #222;
text-align: center;
color: #fbbc04;
}
.footer-copy p{
font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
letter-spacing: 0.01875rem;
}
@media (max-width: 768px) {
.footer-inner {
grid-template-columns: 1fr;
text-align: center;
gap: clamp(1.25rem, 4vw, 1.875rem);
}
}
/* FLOAT BOTTONS */
.bottom-button {
  position:fixed;
  display:flex;
  right: 1rem;
  bottom: 0.875rem;
  gap: 0.5rem;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  z-index: 9999;
}
/* JS HTML-CSS */
.site-popup {
position: fixed;
inset: 0;
z-index: 99999;
display: none;
align-items: center;
justify-content: center;
}
.popup-backdrop {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.6);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.popup-box {
position: relative;
background-color: #800000;
width: 92%;
max-width: 37.5rem;
padding: 1.375rem 1.25rem;
border-radius: 0.875rem;
color: whitesmoke;
z-index: 2;
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
animation: popupFade 0.35s ease;
}
@keyframes popupFade {
from { transform: scale(0.95); opacity: 0; }
to   { transform: scale(1); opacity: 1; }
}
.popup-box .logo{
font-size: 1.625rem;
font-weight:700;
margin-bottom: clamp(0.9375rem, 2.5vw, 1.875rem);
background: linear-gradient(90deg, #ffb347, #ff9800, #d9b97f);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}
.popup-box h4 {
margin: 0.625rem 0;
font-size: clamp(1rem, 1.4vw, 1.125rem);
text-align: center;
}
.popup-box p {
font-size: clamp(0.875rem, 1.4vw, 0.9375rem);
line-height: 1.5;
}
.popup-box ul {
padding-left: 1.125rem;
font-size: clamp(0.875rem, 1.4vw, 0.9375rem);
}
.popup-box li {
margin-bottom: 0.5rem;
}
.exit-note {
font-weight: 600;
margin-top: 0.625rem;
font-size: clamp(0.9375rem, 1.4vw, 1rem);
}
.popup-actions {
display: flex;
justify-content: center;
gap: 0.625rem;
margin-block: clamp(0.9375rem, 3vw, 1.875rem);
}
.popup-btn {
padding: 1rem 0.9375rem;
border-radius: 8px;
font-weight: 600;
border: none;
cursor: pointer;
width: auto;
font-size: clamp(0.9375rem, 1.4vw, 1rem);
letter-spacing: 0.025rem;
text-transform: uppercase;
}
.popup-btn.enter {
background: #cc7a00;
color: #fff;
}
.popup-btn.enter:hover {
  background: #e6a400;
}
.popup-btn.leave {
background: #dc3545;
color: #fff;
}
.popup-btn.leave:hover {
  background: #c82333;
}
/* Mobile fine-tuning */
@media (max-width: 480px) {
.popup-box {
padding: 1.125rem 1rem;
}
}

