* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a {
    text-decoration: none;
    color: red;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}
html, body {
    font-family: 'Montserrat', sans-serif;
}
body {
   background: #1a080a;
   color: #fff;
   line-height: 1.6;
   height: 3000px;
}
main{
    flex: 1;
    min-height: 100vh;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.mobile {
    display: none !important;
}
.d-grid {
    display: grid;
}
.d-flex {
    display: flex;
}
.hidden {
  opacity: 0;
  position: relative;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-padding {
    padding: 40px 0;
}
input,
textarea,
select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    color: #000;
    border-radius: 8px;
    outline: none;
    appearance: none;
    width: 100%;
}
input:focus,
textarea:focus,
select:focus{
    border-color: #f0c14b;
}
button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}
button:hover {
    opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
ul{
    list-style: none;
}
.menu-bar-container {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.menu-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    background: #b51929;
    padding: 20px;
    border-radius: 999px;
}
.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.nav-brand span {
    color: #f0c14b;
}
nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
nav a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 20px;
}
.top-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f22d2d;
    padding: 15px 25px;
    border-radius:999px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #f0c14b;
    min-width: 180px;
    justify-content: center;
}
.top-btn a svg {
    display: block;
}
.banner img {
    width: 100%;
    display: block;
}
.banner{
    border-bottom: 5px solid #781b25;
}
.section-title{
    text-align: center;
}
.section-title h1, .section-title .h1{
    font-size: 36px;
    position: relative;
    color: #ff1a1a;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.section-title p{
    font-size: 18px;
    color: #f0c14b;
}
.rate p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rate p span{
    color: #f0c14b;
}
.prof-location p{
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.prof-location p span:first-child svg path{
    fill: #f0c14b;
}
.prof-location p span:first-child svg{
    width: 20px;
    height: 20px;
}
.prof-location p span{
    display: block;
}
.other-spec{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.other-spec p{
    display: flex;
    align-items: center;
    background: #781b25;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
}
.other-spec p svg{
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}
.profile-card:hover .prof-img img{
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.prof-info{
    transition: all 0.3s ease;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 2;
}
.profile-card:hover .prof-info{
    background-color: #000;
    transition: all 0.3s ease;
}
.profile-card:hover .prof-contact{
    background: #000;
    border-bottom: 1px solid #5c1a22;
    border-radius: 0;
}
.profile-card:hover .prof-details h3, .profile-card:hover .rate p, .profile-card:hover .prof-location p{
    color: #fff;
    transition: all 0.3s ease;
}
.profile-card:hover .prof-contact::before{
    background-color: #5c1a22;
    transition: all 0.3s ease;
}
.banner-bottom{
    background: #120508;
}
.banner-bottom-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0;
}
.banner-bottom-spec{
    position: relative;
    background-color: #fff8e7;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    border-radius: 100px;
    gap: 18px;
    overflow: hidden;
}
.banner-bottom-spec span{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1a080a;
}
.banner-bottom-spec-ico {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background-color: #781b25;
    margin: 12px 0px 12px 12px;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    padding: 10px;
}
.banner-bottom-spec-ico img {
    width: 100%;
    display: block;
    transition: 0.4s ease-in-out;
}
.spec-text{
    display: flex;
    align-items: center;
    gap: 15px;
}
.spec-img img{
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #f0c14b;
    border-radius: 0 100px 100px 0;
}
.banner-bottom p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.welcom-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom-right-radius: 30px;
}
.welcom-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.welcome-text-cont{
    display: grid;
    grid-template-columns: 40% 60%;
}
.welcome-text{
    margin: 120px 0;
    padding: 40px;
     backdrop-filter: blur(4px) saturate(145%);
    -webkit-backdrop-filter: blur(4px) saturate(145%);
    background-color: rgba(120, 27, 37, 0.45);
    border-radius: 12px;
    border: 1px solid rgba(240, 193, 75, 0.35);
    border-radius: 30px 0 0 30px;
}
.welcom-section{
    position: relative;
    overflow: hidden;
}
.welcome-text h1{
    font-size: 28px;
    color: #f0c14b;
}
.welcome-text p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}
.duo-esorts{
    background-color: #781b25;
}
.duo-escorts-img{
    display: flex;
}
.duo-escorts-img a{
    flex: 1;
    display: block;
    overflow: hidden;
    border-radius: 0;
}
.duo-escorts-img a img{
    width: 100%;
    display: block;
    border-radius: 0;
}
.available{
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px) saturate(145%);
    -webkit-backdrop-filter: blur(4px) saturate(145%);
    background-color: rgba(0, 0, 0, 0.36);
    padding: 5px;
    border-radius: 20px;
}
.available span{
    display: block;
}
.available span:first-child{
    width: 12px;
    height: 12px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: inline-block;
}
.text-content{
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 30px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.text-content img{
    width: 100%;
    display: block;
}
.text-bg-accod-img-1{
    background: #000;
}
.text-content-col{
    padding: 40px;
}
.text-content-col h2{
    font-size: 24px;
    margin-bottom: 15px;
}
.text-content-col h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.text-content-col p{
    font-size: 16px;
    line-height: 30px;
}
.categories-grid-1{
    display: grid;
    grid-template-columns: calc(25% - 30px) calc(25% - 30px) calc(50% - 30px);
    gap: 30px;
}
.categories-grid-2{
    display: grid;
    grid-template-columns: calc(25% - 30px) calc(25% - 30px) calc(25% - 30px) calc(25% - 30px);
    gap: 30px;
    margin-top: 30px;
}
.category-card{
    padding: 20px;
    border-radius: 20px;
    background: #4a1016;
}
.category-card-border{
    border: 1px solid #f0c14b;
    border-radius: 20px;
    padding: 15px;
}
.category-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.category-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.category-text{
    text-align: center;
    color: #fff;
}
.category-text h3{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.category-text p{
    font-size: 16px;
    line-height: 26px;
}
.category-text a{
    display: inline-block;
    margin-top: 15px;
    background: #176225;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
}
.cat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.location-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.location-grid a{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px 25px;
    background: #781b25;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.location{
    background: url(../images/loc-bg.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.footer {
  background: #120508;
  color: #fff;
  padding: 60px 10%;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}
.footer-box h2,
.footer-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #f0c14b;
}
.footer-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.footer-box ul {
  list-style: none;
  padding: 0;
}
.footer-box ul li {
  margin-bottom: 10px;
}
.footer-box ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-box ul li a:hover {
  color: #f0c14b;
  padding-left: 5px;
}
.social-icons a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #f0c14b;
}
.footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #781b25;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol {
    background-color: #f22d2d;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.rcol {
    background-color: #176225;
}
nav {
  display: flex;
  gap: 20px;
}
.menu-ico{
  display: none;
  font-size: 25px;
  cursor: pointer;
}
.city_droupdown_bg{background:#0e0e0e; padding:15px 0; text-align:center; min-height:inherit; }
.select-option{display:inline-flex; align-items:center; justify-content:space-between;}
.select-option select{background:#781b25; padding:14px 10px; border-radius:0px; border:#781b25 solid 1px; color:#fff; font-size:15px; width:700px;}
.select-option label{color:#fff; font-size:17px; font-weight:500; text-transform:uppercase; margin-right:15px;margin-bottom:0;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}
.select-option button{background: #ff001c ;padding: 8px 20px 4px;cursor: pointer;height: 47px;border: none;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}
@media (max-width:768px){
  .menu-ico{
        display: block;
        color: #fff;
        border: solid 1px #f0c14b;
        padding: 0px 12px;
  }
  .nav-menu{
    display: none;
    flex-direction: column;
    background:#4a1016;
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    padding:20px;
  }
  .nav-menu a{
    color:#fff;
    padding:10px 0;
    text-decoration:none;
  }
  .nav-menu.active{
    display:flex;
    padding: 10px 20px;
  }
  .top-btn{
    display: none;
  }
  .nav-brand {
      font-size: 20px;
  }
  .banner {
      border-bottom: 5px solid #781b25;
      padding-top: 65px;
      background: #000000;
  }
  .select-option select {
      width: 300px;
  }
  .menu-bar-container {
      padding: 0px 0;
  }
  .menu-bar-container .container {
      width: calc(100% - 0px);
  }
  nav {
      gap: 3px;
  }
}
@media only screen and (max-width: 599px) {
  .grid-container, .welcome-text-cont, .text-content, .categories-grid-1, .categories-grid-2, .profile-grid, .banner-bottom-grid {
    grid-template-columns: 1fr; 
  }
  .container {
      width: calc(100% - 30px);
  }
  .text-content-col {
      padding: 10px;
  }
  .location-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .welcome-text {
      margin: 40px 0;
      padding: 20px;
  }
  .menu-bar {
        gap: 10px;
        justify-content: space-between;
        background: #781b25;
        padding: 12px;
        border-radius: 0;
  }
}

body {
    background: #120508;
    font-family: 'Poppins', sans-serif;
}

.main-title {
    color: white;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin: 40px 0 50px;
    background: linear-gradient(90deg, #fff, #f0c14b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.profile-card {
    background: #1a080a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 4px solid #781b25;
}
.profile-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(240, 193, 75, 0.35);
}
.card1, .card2, .card3, .card4, .card5,
.card6, .card7, .card8, .card9, .card10 { border-color: #781b25; }
.card-inner {
    display: flex;
    flex-wrap: wrap;
}
.image-side {
    width: 100%;
    max-width: 320px;
    height: 380px;
}
.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-side {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.profile-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}
.stars {
    color: #fbbf24;
    font-size: 1.1rem;
}
.service-tag {
    background: #a09212;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}
.description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #fff;
    margin: 15px 0;
}
.meta {
    color: #c9b8a0;
    margin-bottom: 20px;
}
.meta i {
    margin-right: 6px;
}
.action-buttons {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.btn {
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s;
    flex: 1;
    min-width: 130px;
}
.btn-call {
    background: #f22d2d;
    color: white;
    border: 2px solid #b02c2c;
}
.btn-whatsapp {
    background: #176225;
    color: white;
    border: 2px solid #2b7137;
}
.btn-view {
    background: #781b25;
    color: #fff;
    border: 2px solid #f0c14b;
}
.btn:hover {
    transform: translateY(-3px);
}
@media (max-width: 992px) {
    .image-side {
        max-width: 100%;
        height: 320px;
    }
}

.rates-section {
    background: linear-gradient(135deg, #120508, #1a080a);
    padding: 100px 0;
    color: white;
}
.section-title {
    font-size: 3.2rem;
    font-weight: 900;
    background: linear-gradient(90deg, #fff, #f0c14b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 15px;
}
.section-subtitle {
    color: #fff;
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 60px;
}
.rate-table {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 3px solid #781b25;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(242, 45, 45, 0.25);
}
.rate-table thead {
    background: linear-gradient(#9a1f2c, #781b25, #4a1016, #2a0a0e);
}
.rate-table th {
    color: white;
    font-size: 1.35rem;
    padding: 28px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.rate-table td {
    padding: 26px 20px;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(240,193,75,0.25);
    vertical-align: middle;
}
.rate-table tr:hover {
    background: rgba(242, 45, 45, 0.25);
    transform: scale(1.03);
    transition: all 0.4s ease;
}
.duration {
    font-weight: 700;
    color: #fff;
    font-size: 1.4rem;
}
.price {
    font-weight: 800;
    color: #f0c14b;
    font-size: 1.45rem;
}
.note-box {
    background: linear-gradient(#4a1016, #781b25);
    border: 2px solid #f0c14b;
    border-radius: 20px;
    padding: 35px;
    margin-top: 50px;
    text-align: center;
}
.highlight {
    color: #f0c14b;
    font-size: 1.4rem;
    font-weight: bold;
}

.profiles {
    background: #120508;
    padding: 60px 0;
}
.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.profile-card {
    background: #1a080a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
}
.profile-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(240, 193, 75, 0.3);
}
.profile-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: 0.4s;
}
.profile-card:hover img {
    transform: scale(1.08);
}
.ribbon-content {
    position: absolute;
    top: 12px;
    left: -6px;
    z-index: 10;
}
.ribbon {
    background: linear-gradient(135deg, #000000, #781b25);
    color: white;
    padding: 5px 22px 5px 16px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    box-shadow: 3px 4px 10px rgba(0,0,0,0.5);
}
.card-loc {
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 6px 10px;
    font-size: 13.5px;
    text-align: center;
    z-index: 5;
}
.card-body {
    padding: 15px 10px 20px;
    text-align: center;
}
.card-title {
    color: #fff;
    font-size: 1.22rem;
    margin: 8px 0 5px;
    font-weight: 600;
}
.card-title:hover {
    color: #f0c14b;
}
.card-text {
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
}
@media (max-width: 992px) {
    .profile-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .profile-grid { grid-template-columns: 1fr; }
}

.faq-section {
    background: linear-gradient(135deg, #120508, #1a080a);
    padding: 80px 0;
}
.faq-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fff, #f0c14b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 12px;
    border: 1px solid #f0c14b;
    border-radius: 12px;
    overflow: hidden;
    background: #1a080a;
}
.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #4a1016;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-question:hover {
    background: #781b25;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #5c1a22;
}
.faq-answer p {
    padding: 25px;
    margin: 0;
    line-height: 1.75;
}
.faq-item.active .faq-answer {
    max-height: 500px;
}

.reviews-section {
    background: #120508;
    padding: 80px 0;
}
.slider-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease;
}
.slide-item {
    min-width: 100%;
    padding: 20px;
}
.review-box {
    background: #4a1016;
    border: 2px solid #781b25;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    min-height: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.stars {
    color: #fbbf24;
    font-size: 2rem;
    margin-bottom: 15px;
}
.review-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    margin: 20px 0;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #781b25;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    z-index: 10;
}
.prev { left: 10px; }
.next { right: 10px; }

.services-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #120508, #2a0a0e);
    color: white;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-card {
    background: rgba(255,255,255,0.09);
    border-radius: 16px;
    padding: 28px 15px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(240, 193, 75, 0.25);
}
.service-card:hover {
    transform: translateY(-12px);
    background: rgba(242, 45, 45, 0.25);
    box-shadow: 0 20px 35px rgba(240, 193, 75, 0.25);
}
.service-icon {
    font-size: 3.5rem;
    margin-bottom: 12px;
}
.service-card h3 {
    font-size: 1.1rem;
    margin: 8px 0 5px;
    min-height: 48px;
}
.service-card p {
    color: #f0c14b;
    font-size: 0.95rem;
}
@media (max-width: 992px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

:root {
  --bg: #1a080a;
  --gold: #f0c14b;
  --text: #f4e6c8;
  --muted: #c9b8a0;
}
.stories {
  background: #120508;
  padding: 22px 28px 28px;
  font-family: Inter, Segoe UI, sans-serif;
}

.stories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.18);
  margin-bottom: 22px;
}

.stories-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ig {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, #feda75, #fa7e1e 40%, #d62976 70%, #962fbf);
  display: grid;
  place-items: center;
}

.ig svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.stories-brand h2 {
  color: #f0c14b;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
}

.stories-brand p {
  color: #c9b8a0;
  font-size: 13px;
  margin-top: 2px;
}

.see-all {
  color: #3b1414;
  background: #f0c14b;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 2px solid #fff3c4;
}

.reel {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 8px 2px 10px;
  scrollbar-width: none;
}

.reel::-webkit-scrollbar {
  display: none;
}

.story {
  flex: 0 0 auto;
  width: 92px;
  text-align: center;
  text-decoration: none;
  color: #efe4d2;
  position: relative;
}

.ring {
  width: 78px;
  height: 78px;
  margin: 0 auto 10px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(#f0c14b, #e8b03a, #f0c14b);
  display: block;
}

.ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3b1414;
  display: block;
}

.story strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== Instagram LIVE ===== */
.story.live .ring {
  padding: 3.5px;
  background: conic-gradient(
    from 180deg,
    #f77737,
    #f56040,
    #d62976,
    #962fbf,
    #f77737
  );
  animation: live-spin 3.5s linear infinite;
}

.story.live .ring::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  pointer-events: none;
}

.story.live {
  color: #fff;
}

.story.live strong {
  color: #ffd76a;
}

.live-badge {
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  background: #ed0a4a;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 4px;
  border: 2px solid #3b1414;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.story.live .ring img {
  border-color: #3b1414;
}

.story.live::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(237, 10, 74, 0.45);
  animation: live-pulse 1.8s ease-out infinite;
  pointer-events: none;
}

@keyframes live-spin {
  to { transform: rotate(360deg); }
}

.story.live .ring {
  transform-origin: center;
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(237, 10, 74, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(237, 10, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(237, 10, 74, 0); }
}

@media (max-width: 576px) {
  .stories { padding: 16px 14px 20px; }
  .reel { gap: 14px; }
  .story { width: 78px; }
  .ring, .story.live::before { width: 68px; height: 68px; }
  .live-badge { top: 54px; font-size: 9px; }
}

<style>
    .popup-open {
      overflow: hidden;
      position: fixed;
      width: 100%;
    }
    
    .overlay {
      position: fixed;
      inset: 0;
      background: rgb(0 0 0 / 90%);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 99999999;
    }
    
    .popup {
        background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
        width: 90%;
        max-width: 500px;
        border-radius: 8px;
        position: relative;
        animation: zoomIn 0.3s ease;
        text-align: center;
        border: 2px solid #c9a45c;
        padding: 30px;
    }
    

    .popup h2 {
    color: #ffffff;
    font-weight: 800;
    padding: 0px 0px 15px 0px;
    font-size: 24px;
    margin: 0;
}
    
    .popup p {
        color: #fff;
        line-height: 30px;
    }
    .popup p strong{
      color: #c9a45c;
      display: block;
    }
    .card-footer {
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .enter {
        background: linear-gradient(135deg, #c9a45c 0%, #e9c989 100%);
        color: #fff;
        padding: 10px 30px;
        cursor: pointer;
        border-radius: 5px;
        font-size: 22px;
        border: solid 2px #d0ac66;
    }
    .exit {
        background: #000000;
        color: #fff;
        padding: 10px 30px;
        cursor: pointer;
        border-radius: 5px;
        border: solid 2px #fff;
        font-size: 22px;
    }
    @keyframes zoomIn {
      from {
        opacity: 0;
        transform: scale(0.85);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @media (max-width: 599px) {
      .grid-container {
        grid-template-columns: 1fr; 
      }
    }
 
</style>

  
  <script>
    function openPopup() {
      document.getElementById("popupOverlay").style.display = "flex";
      document.body.classList.add("popup-open");
    }
    
    function closePopup() {
      document.getElementById("popupOverlay").style.display = "none";
      document.body.classList.remove("popup-open");
    
      // Save flag so popup does not open again
      localStorage.setItem("popupShown", "yes");
    }
    
    window.addEventListener("load", function () {
      if (!localStorage.getItem("popupShown")) {
        openPopup();
      }
    });
    
    // Close popup on outside click
    document.getElementById("popupOverlay").addEventListener("click", function(e) {
      if (e.target === this) {
        closePopup();
      }
    });
</script>

