:root {
  --bg: #08070b;
  --bg2: #100d16;
  --card: #15111c;
  --card2: #1b1623;
  --text: #f8f4fb;
  --muted: #a9a1b3;
  --line: rgba(255, 255, 255, .09);
  --accent: #c76bff;
  --accent2: #8d4ee8;
  --gold: #ffa500;
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #faf8fc;
  color: #1a1720;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 7, 11, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  color: #fff
}

.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 700
}

.logo span {
  color: var(--gold);
  margin-right: 7px
}

.logo b {
  color: #c9c1d2;
  font-weight: 500
}

nav {
  display: flex;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    color: #c8c1ce;
}

nav a:hover {
  color: #fff
}

.nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(199, 107, 255, .5);
  border-radius: 30px;
  color: #fff
}

.menu-toggle {
  display: none;
  background: none;
  border: 0
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 75% 35%, #3a1b52 0, transparent 30%), linear-gradient(120deg, #08070b, #120d18 55%, #09070c);
  color: #fff;
  padding: 105px 0 90px
}

.hero-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  background: #a044d9;
  filter: blur(150px);
  opacity: .18;
  right: -150px;
  top: -100px
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px
}

.hero h1 {
  font: 700 clamp(48px, 6vw, 78px)/1.03 "Playfair Display", serif;
  margin: 17px 0 22px;
  letter-spacing: -2px
}

.hero h1 em {
  font-style: normal;
  color: #d892ff
}

.hero-copy>p {
  max-width: 650px;
  color: #bdb4c7;
  font-size: 18px
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 21px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: .25s;
  border: 1px solid transparent;
  cursor: pointer
}

.btn-primary {
  background: linear-gradient(135deg, #c76bff, #8c4de6);
  color: #fff;
  box-shadow: 0 12px 35px rgba(145, 71, 210, .3)
}

.btn-primary:hover {
  transform: translateY(-2px)
}

.btn-outline {
  border-color: rgba(255, 255, 255, .2);
  color: #fff
}

.btn-outline:hover {
  background: #fff;
  color: #111
}

.btn-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: #fff
}

.hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #aaa1b2;
  font-size: 12px
}

.hero-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.hero-card-top {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  color: #aaa1b2;
  font-size: 10px;
  letter-spacing: 1.5px
}

.hero-card-top i {
  font-style: normal;
  color: #8fe4b0
}

.model-art,
.profile-img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center
}

.model-art {
  height: 430px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  /*background: linear-gradient(180deg, rgba(20, 10, 28, .05), rgba(20, 10, 28, .8)), radial-gradient(circle at 50% 30%, #dca9df, #6d376d 35%, #171020 70%) ;*/
  background: url(../images/Shanaya.jpg);
  background-size: 100%;
  background-position: center;
  object-fit: fill;
}

.model-art span {
  font: 600 25px "Playfair Display", serif
}

.hero-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 8px 8px
}

.hero-profile h2 {
  margin: 0;
  font: 600 25px "Playfair Display", serif
}

.hero-profile p {
  margin: 2px 0 0;
  color: #9d94a6;
  font-size: 13px
}

.rating,
.star {
  color: var(--gold)
}

.profile-link {
  display: block;
  background: #fff;
  color: #111;
  text-align: center;
  border-radius: 11px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700
}

.stats {
  background: #100d15;
  color: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stats-grid div {
  padding: 25px;
  text-align: center;
  border-right: 1px solid var(--line)
}

.stats-grid div:last-child {
  border: 0
}

.stats strong {
  display: block;
  font: 700 30px "Playfair Display", serif;
  color: #fff
}

.stats span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #948b9d
}

.section {
  padding: 50px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px
}

.section-head h2,
.center-head h2,
.why h2,
.faq-section h2,
.cta h2 {
  font: 700 clamp(34px, 4vw, 40px)/1.1 "Playfair Display", serif;
  margin: 8px 0
}


.text-section h2{
  font: 700 clamp(26px, 4vw, 26px)/1.1 "Playfair Display", serif;
  margin: 8px 0
}
.dark-text-section h3, .dark-text-section h4, .dark-text-section h5{
  font: 700 clamp(26px, 4vw, 26px)/1.1 "Playfair Display", serif;
  margin: 8px 0
}
.small-text-section h3, .small-text-section h4, .small-text-section h5, .small-text-section h6{
  font: 700 clamp(26px, 4vw, 26px)/1.1 "Playfair Display", serif;
  margin: 8px 0
}

.section-head>p,
.center-head>p {
  max-width: 430px;
  color: #000;
  font-size: 14px
}

.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 25px
}

.filter {
  background: #fff;
  border: 1px solid #e4dfe8;
  border-radius: 30px;
  padding: 9px 16px;
  cursor: pointer;
  color: #645c6c
}

.filter.active,
.filter:hover {
  background: #17121d;
  color: #fff;
  border-color: #17121d
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.profile-card {
  background: #fff;
  border: 1px solid #e9e3ec;
  border-radius: 20px;
  padding: 9px;
  box-shadow: 0 10px 30px rgba(40, 20, 50, .05);
  transition: .25s
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(40, 20, 50, .1)
}

.profile-img {
  height: 300px;
  border-radius: 15px
}

.p1 {
  background: url(../images/top-model-in-bangalore.jpg);
}

.p2 {
  background: linear-gradient(155deg, #bfa1d5, #57416e 50%, #201426)
}

.p3 {
  background: linear-gradient(155deg, #e0b5a2, #855348 50%, #28191a)
}

.p4 {
  background: linear-gradient(155deg, #c7a7bc, #66435c 55%, #211522)
}

/*.profile-img:after {
  content: "";
  position: absolute;
  inset: 20% 25% 0;
  border-radius: 50% 50% 10% 10%;
  background: radial-gradient(circle at 50% 22%, rgba(255, 230, 220, .75) 0 10%, transparent 10.5%), linear-gradient(90deg, transparent 0 25%, rgba(30, 15, 35, .7) 25% 75%, transparent 75%);
  opacity: .45
}*/
.profile-img img {
    width: 100%;
}

.status,
.verified {
  position: absolute;
  z-index: 2;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 20px;
  background: rgba(10, 8, 12, .72);
  color: #fff
}

.status {
  left: 10px;
  top: 10px;
  color: #9ee3b3
}

.verified {
  right: 10px;
  top: 10px
}

.profile-info {
  display: flex;
  justify-content: space-between;
  padding: 15px 5px 7px
}

.profile-info h3 {
  margin: 0;
  font: 600 23px "Playfair Display", serif
}

.profile-info p {
  margin: 1px 0;
  color: #817889;
  font-size: 12px
}

.star {
  font-size: 12px
}

.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0 5px 12px
}

.tags span {
  background: #f4f0f6;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 10px;
  color: #6b6272
}

.card-btn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee8f0;
  padding: 12px 5px 5px;
  font-size: 12px;
  font-weight: 700
}

.dark-section {
  background: #0b090e;
  color: #fff;
  padding: 95px 0
}

.light p {
  color: #fff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.category {
  min-height: 235px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(145deg, #17121d, #0f0c13);
  border-radius: 20px;
  transition: .25s
}

.category:hover {
  border-color: rgba(199, 107, 255, .5);
  transform: translateY(-4px)
}

.category>span {
  color: #fff;
  font-size: 12px
}

.category h3 {
  font: 600 27px "Playfair Display", serif;
  margin: 48px 0 7px
}

.category p {
  font-size: 12px;
  color: #908797
}

.category b {
  font-size: 11px;
  color: #d38dff
}

.center-head {
  text-align: center;
  margin-bottom: 45px
}

.center-head>p {
  margin: auto
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.step {
  position: relative;
  border: 1px solid #e8e2eb;
  background: #fff;
  border-radius: 20px;
  padding: 30px
}

.step>span {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #b4a9b9;
  font-size: 11px
}

.step-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2e8f6;
  color: #8d4ee8;
  font-size: 20px
}

.step h3 {
  font: 600 26px "Playfair Display", serif;
  margin: 24px 0 8px
}

.step p {
  color: #7f7687;
  font-size: 13px
}

.location-section {
  padding: 30px 0;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.location-grid a {
  background: #fff;
  border: 1px solid #e3dce7;
  border-radius: 12px;
  padding: 18px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  transition: .2s
}

.location-grid a:hover {
  border-color: #b16be0;
  transform: translateY(-2px)
}

.why {
  padding: 50px 0;
  background: radial-gradient(circle at 50% 0, #412152, transparent 45%), #0b090e;
  color: #fff
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center
}

.why p {
  color: #fff;
  max-width: 570px
}
.why1 {
  padding: 50px 0;
  background: radial-gradient(circle at 50% 0, #412152, transparent 45%), #0b090e;
  color: #fff
}

.why-list {
  border-top: 1px solid var(--line)
}

.why-list>div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.why-list b {
  color: #c987ee
}

.why-list strong {
  display: block;
  margin-bottom: 3px
}

.why-list span {
  font-size: 13px;
  color: #aaa1b1
}

.faq-section {
  background: #faf8fc
}

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px
}

.faq-list {
  border-top: 1px solid #ddd5e2
}

.faq {
  border-bottom: 1px solid #ddd5e2
}

.faq button {
  width: 100%;
  padding: 20px 0;
  border: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-weight: 700;
  cursor: pointer
}

.faq button span {
  font-size: 20px;
  color: #8c4de6
}

.faq>div {
  display: none;
  padding: 0 0 18px
}

.faq.open>div {
  display: block
}

.faq p {
  margin: 0;
  color: #746b7b;
  font-size: 13px
}

.cta {
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(circle at 50% 0, #412152, transparent 45%), #0b090e;
  color: #fff
}

.cta p {
  color: #a8a0ad
}

.cta .hero-buttons {
  justify-content: center
}

.cta small {
  color: #77707e
}

footer {
  background: #08070b;
  color: #fff;
  padding: 60px 0 20px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px
}

.footer-grid p {
  max-width: 390px;
  color: #fff;
  font-size: 14px
}

.footer-grid h4 {
  margin: 0 0 13px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.footer-grid>div>a:not(.logo) {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
  margin: 7px 0
}

.copyright {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: #fff;
  font-size: 11px
}

.age-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 4, 7, .94);
  backdrop-filter: blur(15px);
  place-items: center;
  padding: 20px
}

.age-gate.show {
  display: grid
}

.age-box {
  max-width: 440px;
  background: #15111c;
  color: #fff;
  border: 1px solid var(--line);
  padding: 40px;
  border-radius: 24px;
  text-align: center
}

.age-box h6 {
  font: 600 34px "Playfair Display", serif;
  margin: 20px 0px;
}

.age-box p {
  color: #aaa1b1
}

.age-actions {
  display: flex;
  justify-content: center;
  gap: 10px
}

.cookie {
  position: fixed;
  bottom: 50px;
  left: 18px;
  right: 18px;
  max-width: 600px;
  margin: auto;
  z-index: 60;
  background: #17131d;
  color: #fff;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px
}

.cookie button {
  border: 0;
  border-radius: 7px;
  padding: 6px 12px;
  background: #fff;
  cursor: pointer
}

.nowcalling { display: block; position: fixed;  bottom: 0; width: 100%; z-index: 9999; }
.lcol, .rcol { float: left; width: 50%; }
.lcol a, .rcol a { display: block; padding: 10px 0; text-align: center; text-decoration: none; color: #fff; font-weight: 600;}
.lcol { background-color: #fd275a; }
.rcol { background-color: #1db556; }


.select-option{
    display:inline-flex; 
    align-items:center; 
    justify-content:space-between; 
    margin-bottom: 20px;
    
}
.select-option select{
   background: #461d64;
    padding: 13px 10px;
    border-radius: 3px;
    border: #fff solid 1px;
    color: #fff;
    font-size: 15px;
    width: 483px;
    border-right: none;
}

.select-option button{
    background: linear-gradient(135deg, #c76bff, #8c4de6);
    padding: 8px 20px 4px;
    cursor: pointer;
    height: 47px;
    border: #fff solid 1px;
}
.select-option .d-flex{
    display:flex; 
    align-items:center; 
    justify-content:center;
}


.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}
.accordion {
  width: 100%;
  max-width:100%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #d2e8f5;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion__intro {
    position: relative;
    padding: 20px 30px;
    cursor: pointer;
    background: #ffffff;
}
.accordion__intro span{
  position: absolute;
  right: 30px;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion h4,
.accordion p {
  margin: 0;
}
.accordion h4 {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 600;
}
.accordion p {
  color: #6c6d6e;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}


@media(max-width:1000px) {
  .hero-grid {
    grid-template-columns: 1fr
  }
  .hero-card {
    max-width: 520px
  }
  .profile-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .location-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }
}

@media(max-width:760px) {
  .container {
    width: min(var(--max), calc(100% - 28px))
  }
  .nav-wrap {
    height: 68px
  }
  .menu-toggle {
    display: block
  }
  nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: #0b090e;
    border-bottom: 1px solid var(--line);
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 0
  }
  nav.open {
    display: flex
  }
  nav a {
    padding: 13px
  }
  .hero {
    padding: 70px 0
  }
  .hero h1 {
    font-size: 48px
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .stats-grid div {
    border-bottom: 1px solid var(--line)
  }
  .section,
  .dark-section,
  .why {
    padding: 70px 0
  }
  .section-head {
    display: block
  }
  .profile-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .profile-img {
    height: 245px
  }
  .category-grid,
  .steps {
    grid-template-columns: 1fr
  }
  .location-grid {
    grid-template-columns: 1fr 1fr
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
  .model-art {
    height: 360px
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 42px
  }
  .hero-copy>p {
    font-size: 15px
  }
  .profile-grid {
    grid-template-columns: 1fr
  }
  .profile-img {
    height: 320px
  }
  .location-grid {
    grid-template-columns: 1fr
  }
  .hero-buttons .btn {
    width: 100%;
    justify-content: center
  }
  .age-box {
    padding: 30px 20px
  }
}

.profile-image-wrap {
    position: relative;
    z-index: 2;
}

.profile-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    box-shadow: 25px 25px 0 #ffa500, 0 8px 20px rgba(0, 0, 0, 0.12);
}