﻿ 
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');
        /* --- 2. GLOBAL RESET --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Roboto Slab", serif;
            font-size:16px;
			
        }

        body {
           
            background-color: #f8fafc; 
            min-height: 150vh; 
            padding-top: 20px;
			
			
}
       
        .container {
            width: 100%;
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }

      .floating-nav {
  position: fixed;
  top: 14px;
  left: 50%;

  transform: translateX(-50%);

  z-index: 1000;

  width: min(1120px, calc(100% - 28px));
  height: 64px;

  display: flex;
  align-items: center;

  padding: 0 10px 0 14px;

  background: rgba(255, 255, 255, .94);

  border: 1px solid #eee4e8;
  border-radius: 18px;

  box-shadow:
    0 8px 30px rgba(40, 20, 30, .08);

  backdrop-filter: blur(12px);
}


/* LOGO */

.nav-logo {
  display: flex;
  align-items: center;

  gap: 9px;

  color: #292328;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  white-space: nowrap;
}

.nav-logo img {
  width: 38px;
  height: 38px;

  display: block;

  object-fit: contain;

  border-radius: 10px;
}

.nav-logo b {
  color: #b52c67;
}


/* LINKS */

.nav-links {
  display: flex;
  align-items: center;

  gap: 5px;
  

  margin-left: auto;
  margin-right: 18px;
}

.nav-links a {
  padding: 9px 13px;

  color: #1A1A1A;

  text-decoration: none;

  font-size: 13px;
  font-weight: 600;

  border-radius: 8px;

  transition: .2s ease;
}

.nav-links a:hover {
  color: #b52c67;
  background: #fff1f6;
}


/* CTA */

.nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 92px;
  height: 42px;

  padding: 0 16px;

  border-radius: 10px;

  background: #b52c67;
  color: #fff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 700;

  transition: .2s ease;
}

.nav-cta:hover {
  background: #9f2459;
}

@media (max-width: 700px) {

  .floating-nav {
    top: 10px;
    left: 50%;

    width: calc(100% - 20px);
    height: 56px;

    padding: 0 7px 0 9px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    flex-wrap: nowrap;

    border-radius: 14px;
  }


  /* LOGO */

  .nav-logo {
    flex: 0 0 auto;
  }

  .nav-logo img {
    width: 36px;
    height: 36px;
  }


  /* MENU */

  .nav-links {
    flex: 1 1 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    
    gap: 0;

    margin: 0 4px;

    min-width: 0;
  }

  .nav-links a {
    flex: 1 1 auto;

    min-width: 0;

    padding: 7px 3px;

    text-align: center;

    white-space: nowrap;

    color: #1A1A1A;

    font-size: 13px;
    font-weight: 600;

    border-radius: 6px;
  }


  /* BUTTON */

  .nav-cta {
    flex: 0 0 auto;

    min-width: 0;
    height: 34px;

    padding: 0 10px;

    border-radius: 8px;

    font-size: 10px;

    white-space: nowrap;
  }

}
	.hero {
  position: relative;
  height: 430px;

  display: flex;
  align-items: center;
  justify-content: center;
  
  text-align: center;

  background-image: url("../images/hyderabad-russian-escorts.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}

/* Lightweight overlay */
.hero-overlay {
  position: absolute;
  inset: 0;

  background: rgba(20, 15, 20, 0.48);
}

.hero-content {
  position: relative;
  z-index: 1;

  width: min(850px, 90%);
  color: #fff;
}

.hero h1 {
  margin: 0 auto 15px;

  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 700;
}

.hero p {
  margin: 0 auto 27px;

  max-width: 620px;

  color: rgba(255,255,255,.9);

  font-size: 17px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn {
  min-width: 145px;
  height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 22px;

  border-radius: 6px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  transition: .2s ease;
}

.btn-primary {
  color: #fff;
  background: #c02670;
}

.btn-primary:hover {
  background: #a91f60;
}

.btn-outline {
  color: #fff;
  background: rgba(255,255,255,.08);

  border: 1px solid rgba(255,255,255,.75);
}

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


.nav-logo {
  display: flex;
  align-items: center;

  flex-shrink: 0;

  text-decoration: none;
}

.nav-logo img {
  display: block;

  width: 42px;
  height: 42px;

  object-fit: contain;
}

/* Mobile */
@media (max-width: 600px) {

  .hero {
    height: 390px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .btn {
    min-width: 130px;
    height: 46px;
    padding: 0 16px;
  }
}

.quick-profile {
  background: #fff;
  padding: 75px 0;
}

.quick-profile__container {
  width: min(1080px, 92%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 390px 1fr;
  align-items: center;
  gap: 70px;
}

/* IMAGE */

.quick-profile__image {
  overflow: hidden;

  border-radius: 14px;

  background: #f7f1f4;
}

.quick-profile__image img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 5 / 6;
  object-fit: cover;
}


/* CONTENT */

.quick-profile__content {
  max-width: 600px;
}

.section-label {
  display: inline-block;

  margin-bottom: 15px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.quick-profile h2 {
  margin: 0 0 18px;

  color: #211c20;

  font-size: clamp(35px, 4vw, 48px);
  line-height: 1.08;

  letter-spacing: -1.5px;
}

.quick-profile h2 span {
  color: #b52c67;
}

.quick-profile__intro {
  max-width: 540px;

  margin: 0 0 28px;

  color: #716a70;

  font-size: 16px;
  line-height: 1.7;
}


/* PROFILE INFO */

.profile-info {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border-top: 1px solid #eee7ea;
  border-bottom: 1px solid #eee7ea;

  margin-bottom: 28px;
}

.info-item {
  padding: 15px 10px 15px 0;
}

.info-item:nth-child(odd) {
  border-right: 1px solid #eee7ea;
}

.info-item:nth-child(n+3) {
  border-top: 1px solid #eee7ea;
}

.info-label {
  display: block;

  margin-bottom: 5px;

  color: #969096;

  font-size: 11px;
}

.info-item strong {
  color: #332c31;

  font-size: 14px;
}


/* BUTTON */

.profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  min-height: 48px;

  padding: 0 21px;

  border-radius: 6px;

  background: #b52c67;
  color: #fff;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  transition: background-color .2s ease;
}

.profile-btn:hover {
  background: #982356;
}

.profile-btn span {
  font-size: 18px;
}


/* MOBILE */

@media (max-width: 800px) {

  .quick-profile {
    padding: 55px 0;
  }

  .quick-profile__container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .quick-profile__image {
    max-width: 420px;
    margin: 0 auto;
  }

  .quick-profile__content {
    max-width: 100%;
  }
}

@media (max-width: 500px) {

  .quick-profile h2 {
    font-size: 36px;
  }

  .profile-info {
    grid-template-columns: 1fr;
  }

  .info-item:nth-child(odd) {
    border-right: 0;
  }

  .info-item:nth-child(n+2) {
    border-top: 1px solid #eee7ea;
  }

  .profile-btn {
    width: 100%;
    justify-content: center;
  }
}


.intro-box {
  padding: 45px 20px;
  background: #fff;
}

.intro-box__inner {
  width: min(1000px, 92%);
  margin: 0 auto;

  padding: 42px 55px;

  text-align: center;

  background: #fff7fa;
  border: 1px solid #f1dfe7;
  border-radius: 12px;
}

.intro-box__label {
  display: inline-block;

  margin-bottom: 12px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.6px;
}

.intro-box h2 {
  margin: 0 0 13px;

  color: #242024;

  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;

  letter-spacing: -1px;
}

.intro-box h2 span {
  color: #b52c67;
}

.intro-box p {
  max-width: 720px;
  margin: 0 auto;

  color: #1A1A1A;

  font-size: 15px;
  line-height: 1.8;
}


/* Mobile */

@media (max-width: 600px) {

  .intro-box {
    padding: 30px 15px;
  }

  .intro-box__inner {
    width: 100%;
    padding: 32px 20px;
  }

  .intro-box h2 {
    font-size: 29px;
  }

  .intro-box p {
    font-size: 14px;
    line-height: 1.65;
  }
}


.quick-icons {
  padding: 15px 0 65px;
  background: #fff;
}

.quick-icons__container {
  width: min(1080px, 92%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}


/* CARD */

.quick-card {
  position: relative;

  padding: 28px 23px 25px;

  background: #fff;

  border: 1px solid #eee6ea;
  border-radius: 12px;

  overflow: hidden;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background-color .25s ease;
}


/* Top pink line */

.quick-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 0;
  height: 3px;

  background: #b52c67;

  transition: width .3s ease;
}


/* ICON */

.quick-card__icon {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;

  border-radius: 50%;

  background: #fff1f6;
  color: #b52c67;

  font-size: 18px;
  font-weight: 700;

  transition:
    background-color .25s ease,
    color .25s ease,
    transform .25s ease;
}


/* TITLE */

.quick-card h3 {
  margin: 0 0 9px;

  color: #292329;

  font-size: 16px;
  line-height: 1.3;
}


/* TEXT */

.quick-card p {
  margin: 0;

  color: #777077;

  font-size: 13px;
  line-height: 1.65;
}


/* ARROW */

.quick-card__arrow {
  display: block;

  margin-top: 20px;

  color: #b52c67;

  font-size: 18px;

  transition: transform .25s ease;
}


/* HOVER */

.quick-card:hover {
  transform: translateY(-6px);

  border-color: #e6bfd1;

  box-shadow:
    0 16px 35px rgba(65, 30, 48, .08);

  background: #fffdfd;
}

.quick-card:hover::before {
  width: 100%;
}

.quick-card:hover .quick-card__icon {
  background: #b52c67;
  color: #fff;

  transform: scale(1.05);
}

.quick-card:hover .quick-card__arrow {
  transform: translateX(5px);
}


/* TABLET */

@media (max-width: 900px) {

  .quick-icons__container {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* MOBILE */

@media (max-width: 550px) {

  .quick-icons {
    padding-bottom: 45px;
  }

  .quick-icons__container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quick-card {
    padding: 24px 21px;
  }
}


.featured-profiles {
  padding: 75px 0;
  background: #fcfaf8;
}

.featured-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}


/* HEADING */

.featured-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;

  margin-bottom: 35px;
}

.section-label {
  display: inline-block;

  margin-bottom: 12px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.featured-heading h2 {
  margin: 0 0 12px;

  color: #211c20;

  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;

  letter-spacing: -1.4px;
}

.featured-heading h2 span {
  color: #b52c67;
}

.featured-heading p {
  margin: 0;

  color: #766e74;

  font-size: 15px;
  line-height: 1.6;
}


/* VIEW ALL */

.view-all-btn {
  flex-shrink: 0;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  height: 46px;

  padding: 0 18px;

  border: 1px solid #e4dce0;
  border-radius: 6px;

  background: #fff;

  color: #40383e;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  transition: .2s ease;
}

.view-all-btn:hover {
  color: #b52c67;
  border-color: #dcb8c9;
}

.view-all-btn span {
  color: #b52c67;
  font-size: 17px;
}


/* GRID */

.profiles-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}


/* CARD */

.profile-card {
  overflow: hidden;

  background: #fff;

  border: 1px solid #eee6ea;
  border-radius: 12px;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.profile-card:hover {
  transform: translateY(-5px);

  border-color: #e3c0d0;

  box-shadow:
    0 18px 40px rgba(65, 30, 48, .08);
}


/* IMAGE */

.profile-image {
  position: relative;

  display: block;

  aspect-ratio: 4 / 4.8;

  overflow: hidden;

  background: #f4e9ee;
}

.profile-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .4s ease;
}

.profile-card:hover .profile-image img {
  transform: scale(1.03);
}


/* BADGE */

.profile-badge {
  position: absolute;
  top: 12px;
  right: 12px;

  padding: 6px 10px;
  border-radius: 20px;

  background: #168a55;
  color: #fff;

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}


/* CONTENT */

.profile-content {
  padding: 20px;
}

.profile-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 15px;

  margin-bottom: 10px;
}

.profile-title h3 {
  margin: 0 0 4px;

  color: #292329;

  font-size: 18px;
}

.profile-title span {
  color: #8b8288;

  font-size: 12px;
}

.profile-arrow {
  color: #b52c67 !important;

  font-size: 20px !important;
}

.profile-content p {
  margin: 0 0 18px;

  color: #777077;

  font-size: 13px;
  line-height: 1.6;
}


/* PROFILE LINK */

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #b52c67;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;
}

.profile-link span {
  font-size: 17px;

  transition: transform .2s ease;
}

.profile-link:hover span {
  transform: translateX(4px);
}


/* TABLET */

@media (max-width: 850px) {

  .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profiles-grid .profile-card:last-child {
    display: none;
  }
}


/* MOBILE */

@media (max-width: 600px) {

  .featured-profiles {
    padding: 55px 0;
  }

  .featured-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .view-all-btn {
    width: 100%;
    justify-content: center;
  }

  .profiles-grid {
    display: flex;

    overflow-x: auto;

    gap: 14px;

    padding-bottom: 8px;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;
  }

  .profiles-grid::-webkit-scrollbar {
    display: none;
  }

  .profile-card {
    flex: 0 0 82%;

    scroll-snap-align: start;
  }

  .profiles-grid .profile-card:last-child {
    display: block;
  }
}

.how-it-works {
  padding: 75px 0;

  background: #fff;
}

.how-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}


/* HEADING */

.how-heading {
  max-width: 680px;
  margin-bottom: 48px;
}

.section-label {
  display: inline-block;

  margin-bottom: 12px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.how-heading h2 {
  margin: 0 0 13px;

  color: #211c20;

  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;

  letter-spacing: -1.4px;
}

.how-heading h2 span {
  color: #b52c67;
}

.how-heading p {
  margin: 0;

  color: #766e74;

  font-size: 15px;
  line-height: 1.7;
}


/* STEPS */

.steps {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 0;
}

.step {
  position: relative;

  padding-right: 35px;
}

.step-number {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  border-radius: 50%;

  background: #fff1f6;

  color: #b52c67;

  font-size: 12px;
  font-weight: 800;

  border: 1px solid #f1d7e2;
}


/* CONNECTING LINE */

.step-line {
  position: absolute;

  top: 24px;
  left: 58px;
  right: 25px;

  height: 1px;

  background: #eadfe4;
}


/* TEXT */

.step h3 {
  margin: 0 0 9px;

  color: #2b252a;

  font-size: 16px;
}

.step p {
  max-width: 210px;

  margin: 0;

  color: #777077;

  font-size: 13px;
  line-height: 1.65;
}


/* MOBILE */

@media (max-width: 800px) {

  .how-it-works {
    padding: 55px 0;
  }

  .steps {
    grid-template-columns: 1fr 1fr;

    gap: 35px 20px;
  }

  .step {
    padding-right: 0;
  }

  .step-line {
    display: none;
  }

  .step p {
    max-width: none;
  }
}


@media (max-width: 500px) {

  .steps {
    grid-template-columns: 1fr 1fr;;
    gap: 25px;
  }

  .step {
    display: grid;

    grid-template-columns: 48px 1fr;

    column-gap: 15px;
  }

  .step-number {
    grid-row: span 2;

    margin-bottom: 0;
  }

  .step h3 {
    margin-top: 2px;
  }

  .step p {
    margin-top: 5px;
  }
}

.about-hyd {
  padding: 65px 0;
  background: #fff;
}

.about-hyd__container {
  width: min(1000px, 92%);
  margin: 0 auto;
}

.about-hyd__box {
  padding: 40px 45px;

  background: #fff8fa;

  border: 1px solid #f0dfe6;
  border-radius: 14px;

  box-shadow: 0 8px 30px rgba(60, 25, 42, .035);
}

.about-hyd__label {
  display: block;

  margin-bottom: 10px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.about-hyd__box h2 {
  margin: 0;

  color: #272126;

  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.2;

  letter-spacing: -.8px;
}

.about-hyd__line {
  width: 40px;
  height: 3px;

  margin: 18px 0 23px;

  background: #b52c67;
  border-radius: 5px;
}

.about-hyd__box p {
  max-width: 900px;

  margin: 0 0 15px;

  color: #1A1A1A;

  font-size: 15px;
  line-height: 1.8;
}

.about-hyd__box p:last-child {
  margin-bottom: 0;
}


/* MOBILE */

@media (max-width: 600px) {

  .about-hyd {
    padding: 50px 0;
  }

  .about-hyd__box {
    padding: 30px 22px;
  }

  .about-hyd__box h2 {
    font-size: 27px;
  }

  .about-hyd__box p {
    font-size: 13px;
    line-height: 1.75;
  }
}

.gallery-section {
  padding: 70px 0;
  background: #fff;
}

.gallery-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}


/* HEADING */

.gallery-heading {
  max-width: 650px;
  margin-bottom: 35px;
}

.section-label {
  display: inline-block;
  margin-bottom: 11px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.gallery-heading h2 {
  margin: 0 0 12px;

  color: #211c20;

  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;

  letter-spacing: -1.4px;
}

.gallery-heading h2 span {
  color: #b52c67;
}

.gallery-heading p {
  margin: 0;

  color: #1A1A1A;

  font-size: 15px;
  line-height: 1.7;
}


/* GRID */

.gallery-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 15px;
}


/* CARD */

.gallery-card {
  display: block;

  overflow: hidden;

  background: #fff;

  border: 1px solid #eee5e9;
  border-radius: 11px;

  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.gallery-card:hover {
  transform: translateY(-5px);

  border-color: #e1c0cf;

  box-shadow:
    0 14px 30px rgba(55, 25, 40, .08);
}


/* IMAGE */

.gallery-image {
  position: relative;

  aspect-ratio: 4 / 5;

  overflow: hidden;

  background: #f4edf0;
}

.gallery-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .4s ease;
}

.gallery-card:hover .gallery-image img {
  transform: scale(1.035);
}


/* RATING */

.gallery-rating {
  position: absolute;

  top: 12px;
  right: 12px;

  padding: 6px 9px;

  border-radius: 5px;

  background: rgba(255, 255, 255, .94);

  color: #9d275b;

  font-size: 11px;
  font-weight: 800;

  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}


/* INFO */

.gallery-info {
  padding: 15px 16px 17px;
}

.gallery-name {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  margin-bottom: 8px;
}

.gallery-name h3 {
  margin: 0;

  color: #292328;

  font-size: 15px;
  font-weight: 700;
}

.gallery-name > span {
  color: #777078;

  font-size: 12px;
}


/* LOCATION */

.gallery-location {
  display: flex;
  align-items: center;

  gap: 5px;

  color: #1A1A1A;

  font-size: 11px;
}

.gallery-location span {
  color: #b52c67;

  font-size: 14px;
}


/* BUTTON */

.gallery-action {
  margin-top: 30px;

  text-align: center;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 20px;

  border: 1px solid #e3d9de;
  border-radius: 6px;

  color: #40383e;
  background: #fff;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  transition: .2s ease;
}

.gallery-btn span {
  color: #b52c67;
  font-size: 17px;
}

.gallery-btn:hover {
  color: #b52c67;
  border-color: #dcb8c9;
}


/* TABLET */

@media (max-width: 850px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* MOBILE */

@media (max-width: 500px) {

  .gallery-section {
    padding: 50px 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .gallery-info {
    padding: 12px;
  }

  .gallery-name h3 {
    font-size: 13px;
  }

  .gallery-rating {
    top: 8px;
    right: 8px;

    padding: 5px 7px;

    font-size: 10px;
  }
}

.pricing-section {
  padding: 70px 0;
  background: #fcfaf8;
}

.pricing-container {
  width: min(1000px, 92%);
  margin: auto;
}

.pricing-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 35px;
}

.pricing-heading h2 {
  margin: 0 0 12px;
  color: #211c20;
  font-size: clamp(30px, 4vw, 42px);
}

.pricing-heading h2 span {
  color: #b52c67;
}

.pricing-heading p {
  margin: 0;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-table-wrap {
  overflow-x: auto;

  background: #fff;

  border: 1px solid #eee3e8;
  border-radius: 12px;

  box-shadow: 0 8px 25px rgba(60, 25, 42, .04);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;

  min-width: 650px;
}

.pricing-table th {
  padding: 16px 20px;

  background: #fff5f8;

  color: #b52c67;

  text-align: left;

  font-size: 12px;
  font-weight: 800;
}

.pricing-table td {
  padding: 17px 20px;

  color: #1A1A1A;

  border-top: 1px solid #eee7ea;

  font-size: 13px;
}

.pricing-table tbody tr:hover {
  background: #fffafb;
}

/* Gallery ke baad proper separation */

.gallery-section {
  padding: 70px 0 90px;
  background: #fff;
}

.pricing-section {
  padding: 90px 0;
  background: #fcfaf8;
}  


.faq-section {
  padding: 70px 0;
  background: #fff;
}

.faq-container {
  width: min(900px, 92%);
  margin: 0 auto;
}


/* HEADING */

.faq-heading {
  max-width: 650px;
  margin: 0 auto 35px;
  text-align: center;
}

.faq-heading .section-label {
  display: inline-block;

  margin-bottom: 11px;

  color: #b52c67;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.faq-heading h2 {
  margin: 0 0 12px;

  color: #211c20;

  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;

  letter-spacing: -1px;
}

.faq-heading h2 span {
  color: #b52c67;
}

.faq-heading > p {
  margin: 0;

  color: #766e74;

  font-size: 14px;
  line-height: 1.7;
}


/* FAQ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  padding: 22px 24px;

  background: #fff8fa;

  border: 1px solid #eee1e7;
  border-radius: 10px;
}

.faq-item h3 {
  margin: 0 0 10px;

  color: #30292f;

  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.faq-item p {
  margin: 0;

  color: #1A1A1A;

  font-size: 14px;
  line-height: 1.8;
}


/* MOBILE */

@media (max-width: 600px) {

  .faq-section {
    padding: 50px 0;
  }

  .faq-item {
    padding: 18px;
  }

  .faq-item h3 {
    font-size: 13px;
  }

  .faq-item p {
    font-size: 12px;
    line-height: 1.75;
  }

}
.final-cta {
  padding: 65px 0 75px;

  background: #fff;
}

.final-cta__container {
  width: min(1000px, 92%);
  margin: 0 auto;
}


/* BOX */

.final-cta__box {
  position: relative;

  padding: 55px 30px;

  text-align: center;

  background:
    linear-gradient(
      135deg,
      #fff2f6 0%,
      #fff9fb 50%,
      #fff 100%
    );

  border: 1px solid #efdce5;
  border-radius: 16px;

  overflow: hidden;
}


/* SUBTLE DECORATION */

.final-cta__box::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  top: -100px;
  left: -50px;

  border-radius: 50%;

  background: rgba(181, 44, 103, .05);
}

.final-cta__box::after {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  right: -100px;
  bottom: -140px;

  border-radius: 50%;

  background: rgba(181, 44, 103, .035);
}


/* CONTENT */

.final-cta__content {
  position: relative;
  z-index: 1;

  max-width: 650px;

  margin: auto;
}

.final-cta__label {
  display: inline-block;

  margin-bottom: 12px;

  color: #b52c67;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.6px;
}

.final-cta h2 {
  margin: 0 0 14px;

  color: #211c20;

  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.1;

  letter-spacing: -1.2px;
}

.final-cta h2 span {
  color: #b52c67;
}

.final-cta p {
  max-width: 570px;

  margin: 0 auto 25px;

  color: #1A1A1A;

  font-size: 14px;
  line-height: 1.8;
}


/* BUTTON */

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 44px;

  padding: 0 22px;

  border-radius: 8px;

  background: #b52c67;
  color: #fff;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  box-shadow: 0 7px 18px rgba(181, 44, 103, .16);

  transition:
    background .2s ease,
    transform .2s ease;
}

.final-cta__button span {
  font-size: 17px;
}

.final-cta__button:hover {
  background: #9f2459;

  transform: translateY(-2px);
}


/* MOBILE */

@media (max-width: 600px) {

  .final-cta {
    padding: 50px 0 60px;
  }

  .final-cta__box {
    padding: 42px 20px;

    border-radius: 12px;
  }

  .final-cta h2 {
    font-size: 29px;
  }

  .final-cta p {
    font-size: 13px;
  }

}

.ar-footer {
  width: 100%;
  background: #211c20;
  color: #fff;
  padding: 55px 0 20px;
  box-sizing: border-box;
}

.ar-footer-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.ar-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 45px;
}

/* BRAND */

.ar-footer-logo {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 14px;
  letter-spacing: .3px;
}

.ar-footer-logo span {
  color: #d46a94;
}

.ar-footer-about {
  color: #c9c2c6;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 20px;
  max-width: 310px;
}

/* 18+ BADGE */

.ar-adult-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid #574d53;
  border-radius: 30px;
  color: #e8dfe3;
  font-size: 11px;
  font-weight: 600;
}

/* HEADINGS */

.ar-footer-col h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* LINKS */

.ar-footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ar-footer-links li {
  margin: 0 0 11px !important;
  padding: 0 !important;
}

.ar-footer-links a {
  color: #bdb5ba;
  text-decoration: none;
  font-size: 13px;
  transition: .2s ease;
}

.ar-footer-links a:hover {
  color: #d46a94;
}

/* CONTACT */

.ar-support-text {
  color: #bdb5ba;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 15px;
}

.ar-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  padding: 9px 16px;
  border-radius: 7px;
  background: #b52c67;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  transition: .2s ease;
}

.ar-contact-btn:hover {
  background: #c83b76;
  transform: translateY(-1px);
}

/* BOTTOM */

.ar-footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid #3b3438;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ar-footer-bottom p {
  margin: 0;
  color: #91898e;
  font-size: 11px;
}

.ar-footer-bottom a {
  color: #91898e;
  text-decoration: none;
  font-size: 11px;
}

.ar-footer-bottom a:hover {
  color: #d46a94;
}

/* TABLET */

@media (max-width: 850px) {
  .ar-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
}

/* MOBILE */

@media (max-width: 600px) {

  .ar-footer {
    padding: 45px 0 18px;
  }

  .ar-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 18px;
  }

  .ar-footer-logo {
    font-size: 22px;
  }

  .ar-footer-about {
    font-size: 12px;
  }

  .ar-footer-col h3 {
    font-size: 14px;
  }

  .ar-footer-links a,
  .ar-support-text {
    font-size: 12px;
  }

  .ar-footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}

/* SMALL MOBILE */

@media (max-width: 380px) {
  .ar-footer-grid {
    grid-template-columns: 1fr;
  }
}

.services-section { 
  padding: 70px 0; 
  background: #fcfaf8; 
} 
 
.services-container { 
  width: min(1050px, 92%); 
  margin: 0 auto; 
} 
 
.services-heading { 
  max-width: 650px; 
  margin: 0 auto 35px; 
  text-align: center; 
} 
 
.services-heading h2 { 
  margin: 0 0 12px; 
  color: #211c20; 
  font-size: clamp(30px, 4vw, 42px); 
  line-height: 1.1; 
} 
 
.services-heading h2 span { 
  color: #b52c67; 
} 
 
.services-heading p { 
  margin: 0; 
  color: #1A1A1A; 
  font-size: 14px; 
  line-height: 1.7; 
} 
 
/* GRID */ 
 
.services-grid { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 16px; 
} 
 
/* CARD */ 
 
.service-card { 
  padding: 30px 20px; 
  background: #fff; 
  border: 1px solid #eee3e8; 
  border-radius: 12px; 
  text-align: center; 
  transition: 
    transform .25s ease, 
    box-shadow .25s ease, 
    border-color .25s ease; 
} 
 
.service-card:hover { 
  transform: translateY(-5px); 
  border-color: #dfbfd0; 
  box-shadow: 0 12px 28px rgba(60, 25, 42, .07); 
} 
 
/* ICON */ 
 
.service-icon { 
  width: 46px; 
  height: 46px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin: 0 auto 17px; 
  border-radius: 12px; 
  background: #fff0f5; 
  color: #b52c67; 
  font-size: 19px; 
  font-weight: 700; 
} 
 
/* TEXT */ 
 
.service-card h3 { 
  margin: 0 0 9px; 
  color: #2d272c; 
  font-size: 15px; 
} 
 
.service-card p { 
  margin: 0; 
  color: #766e74; 
  font-size: 12px; 
  line-height: 1.75; 
} 
 
/* MOBILE */ 
 
@media (max-width: 650px) { 
 
  .services-section { 
    padding: 50px 0; 
  } 
 
  .services-grid { 
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
  } 
 
  .service-card { 
    padding: 25px 15px; 
  } 
 
}

.testimonials-section {
  padding: 70px 0;
  background: #fcfaf8;
}

.testimonials-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}


/* HEADING */

.testimonials-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 35px;
}

.testimonials-heading h2 {
  margin: 0 0 12px;

  color: #211c20;

  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.testimonials-heading h2 span {
  color: #b52c67;
}

.testimonials-heading p {
  margin: 0;

  color: #766e74;

  font-size: 14px;
  line-height: 1.7;
}


/* GRID */

.testimonials-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}


/* CARD */

.testimonial-card {
  padding: 28px;

  background: #fff;

  border: 1px solid #eee3e8;
  border-radius: 12px;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 28px rgba(50, 20, 35, .07);
}

.testimonial-rating {
  margin-bottom: 14px;

  color: #b52c67;

  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-card p {
  margin: 0 0 20px;

  color: #6f6870;

  font-size: 13px;
  line-height: 1.8;
}

.testimonial-user strong {
  display: block;

  color: #2d272c;

  font-size: 14px;
}

.testimonial-user span {
  color: #8a8188;

  font-size: 12px;
}


/* MOBILE */

@media (max-width: 768px) {

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 22px;
  }

}

.footer-disclaimer {
  margin-top: 18px;
  padding: 12px 15px;

  background: #fff5f8;
  border: 1px solid #f0dce5;
  border-radius: 8px;

  color: #766e74;

  font-size: 11px;
  line-height: 1.6;
}

.footer-disclaimer strong {
  color: #b52c67;
}

.trust-section {
  padding: 45px 0;

  /* SECTION BACKGROUND */
  background: #fcfaf8;
}

.trust-section-container {
  width: min(1050px, 92%);
  margin: 0 auto;
}

.trust-heading {
  max-width: 650px;

  margin: 0 auto 32px;

  text-align: center;
}

.trust-heading > span {
  display: inline-block;

  margin-bottom: 10px;

  color: #b52c67;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.5px;
}

.trust-heading h2 {
  margin: 0 0 10px;

  color: #211c20;

  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
}

.trust-heading h2 strong {
  color: #b52c67;
}

.trust-heading p {
  margin: 0;

  color: #766e74;

  font-size: 13px;
  line-height: 1.7;
}

.trust-blocks {
  width: min(1050px, 92%);
  margin: 25px auto 0;
  
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

.trust-block {
  padding: 22px 17px;

  background: #fff;

  border: 1px solid #eee3e8;
  border-radius: 12px;

  text-align: center;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.trust-block:hover {
  transform: translateY(-4px);

  border-color: #dfbfd0;

  box-shadow: 0 10px 25px rgba(60, 25, 42, .06);
}

.trust-icon {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 12px;

  border-radius: 10px;

  background: #fff1f6;
  color: #b52c67;

  font-size: 14px;
  font-weight: 800;
}

.trust-block h3 {
  margin: 0 0 7px;

  color: #30292f;

  font-size: 13px;
}

.trust-block p {
  margin: 0;

  color: #766e74;

  font-size: 11px;
  line-height: 1.65;
}


/* TABLET */

@media (max-width: 850px) {
  .trust-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* MOBILE */

@media (max-width: 500px) {
  .trust-blocks {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .trust-block {
    padding: 20px 18px;
  }
}


.custom-list {
  list-style: none;

  margin: 0;
  padding: 0;
}

.custom-list li {
  position: relative;

  padding-left: 25px;
  margin-bottom: 13px;

  color: #625b61;

  font-size: 13px;
  line-height: 1.7;
}

.custom-list li:last-child {
  margin-bottom: 0;
}


/* CUSTOM BULLET */

.custom-list li::before {
  content: "";

  position: absolute;

  left: 2px;
  top: 9px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #b52c67;

  box-shadow: 0 0 0 4px #fff0f5;
}

.custom-list h3 {
  margin: 0 0 14px;

  color: #292328;

  font-size: 18px;
  line-height: 1.35;

  font-weight: 700;
  letter-spacing: -0.2px;
}
