         /* ===== Theme Variables ===== */
         :root {
         --theme-color: #ffffff;
         --theme-color-muted: rgba(255, 255, 255, 0.75);
         --theme-border: #d553aec2;
         --glass-bg: rgba(255, 255, 255, 0.08);
         }
         /* ===== Body ===== */
         body {
         background: linear-gradient(135deg, #000000, #000000);
         }
         /* ===== Glass Navbar ===== */
         .glass-navbar {
         background: var(--glass-bg);
         backdrop-filter: blur(14px);
         -webkit-backdrop-filter: blur(14px);
         border-bottom: 1px solid var(--theme-border);
         padding: 14px 0;
         }
         .navbar-brand {
         color: var(--theme-color) !important;
         font-weight: 700;
         font-size: 22px;
         letter-spacing: 0.5px;
         }
         .navbar-nav .nav-link {
         color: var(--theme-color-muted);
         font-weight: 500;
         padding: 10px 20px;
         position: relative;
         transition: all 0.3s ease;
         }
         .navbar-nav .nav-link::after {
         content: "";
         position: absolute;
         left: 50%;
         bottom: 0;
         width: 0;
         height: 2px;
         background: #d553ae;
         transform: translateX(-50%);
         transition: width 0.3s ease;
         }
         .navbar-nav .nav-link:hover,
         .navbar-nav .nav-link.active {
         color: #d553ae;
         }
         .navbar-nav .nav-link:hover::after,
         .navbar-nav .nav-link.active::after {
         width: 100%;
         }
         .nav-item {
         padding-left: 10px;
         padding-right: 10px;
         }
         /* ===== Button ===== */
         .nav-btn {
         background: rgba(255, 255, 255, 0.15);
         backdrop-filter: blur(10px);
         color: var(--theme-color);
         border: 1px solid var(--theme-border);
         border-radius: 30px;
         padding: 8px 22px;
         font-weight: 500;
         text-decoration: none;
         transition: all 0.3s ease;
         }
         .nav-btn:hover {
         background: #d553ae;
         color: #000;
         transform: translateY(-1px);
         }
         /* ===== Offcanvas Glass ===== */
         .offcanvas {
         background: rgba(0, 0, 0, 0.55);
         backdrop-filter: blur(16px);
         }
         .offcanvas .nav-link {
         color: var(--theme-color-muted);
         font-size: 18px;
         }
         .offcanvas .nav-link:hover {
         color: var(--theme-color);
         }
         /* ===== Hero Banner ===== */
         .hero-banner {
         position: relative;
         min-height: 80vh;
         background: url('https://cvst.in/pt/banner.jpg') center/cover no-repeat;
         padding-top: 120px;
         overflow: hidden;
         }
         .hero-overlay {
         position: absolute;
         inset: 0;
         background: linear-gradient(177deg, rgb(71 5 5 / 50%), rgb(0 0 0 / 50%));
         backdrop-filter: blur(0px);
         }
         .hero-title {
         color: var(--theme-color);
         font-size: 52px;
         font-weight: 700;
         letter-spacing: 0.5px;
         }
         .hero-subtitle {
         color: var(--theme-color-muted);
         font-size: 18px;
         margin-top: 14px;
         line-height: 1.7;
         }
         /* Responsive */
         @media (max-width: 991px) {
         .hero-title { font-size: 40px; }
         }
         @media (max-width: 575px) {
         .hero-title { font-size: 32px; }
         .hero-subtitle { font-size: 15px; }
         }
         @media (max-width: 991.98px) {
         .hero-banner {
         background-image: url("https://devcm.dubaiescortstars.com/files/questionary/269975/thumbs/500x550/1fe7268adc50.webp");
         }
         }
         /* ===== Category Strip Layout ===== */
         .cat2-wrap{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
         .cat2-pill{
         text-decoration:none;
         padding:12px 16px;
         border-radius:999px;
         background: rgba(0,0,0,.35);
         border:1px solid var(--theme-border);
         backdrop-filter: blur(12px);
         color:#fff;
         display:flex;gap:10px;align-items:center;
         transition:.25s ease;
         font-weight:700;
         }
         .cat2-pill:hover{transform:translateY(-4px);
         border-color:var(--theme-border)}
         .cat2-pill small{
         font-weight:600;
         color: rgba(255,255,255,.7);
         }
         /* Utility Class for Content Padding */
         .content-pad {
         padding-top: 20px;
         color: var(--theme-color);
         }
         /* Profile 1 */
         .p1-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
         @media(max-width:992px){.p1-grid{grid-template-columns:repeat(2,1fr)}}
         @media(max-width:576px){.p1-grid{grid-template-columns:1fr}}
         .p1-card{
         border-radius:18px; overflow:hidden; position:relative;
         background: rgba(255,255,255,.06);
         border:1px solid var(--theme-border);
         backdrop-filter: blur(14px);
         transition:.35s ease;
         }
         .p1-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.28)}
         .p1-card img{width:100%;height:auto;object-fit:cover;display:block}
         .p1-bar{
         position:absolute;left:0;right:0;bottom:0;
         padding:12px 14px;
         background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
         display:flex;justify-content:space-between;align-items:end;gap:10px;
         }
         .p1-name{color:#fff;font-weight:700;font-size:14px;margin:0}
         .p1-meta{color:rgba(255,255,255,.72);font-size:12px;margin:0}
         .p1-badge{
         font-size:11px;color:#fff;
         padding:6px 10px;border-radius:999px;
         background: var(--theme-border);
         border:1px solid var(--theme-border);
         } 
         /* Profile 2 */
         .p4-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
         @media(max-width:992px){.p4-grid{grid-template-columns:repeat(2,1fr)}}
         @media(max-width:576px){.p4-grid{grid-template-columns:1fr}}
         .p4-card{
         border-radius:18px;overflow:hidden;position:relative;
         background: rgba(255,255,255,.06);
         border:1px solid var(--theme-border);
         backdrop-filter: blur(14px);
         transition:.35s ease;
         }
         .p4-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.28)}
         .p4-img img{width:100%;height:auto;object-fit:cover;display:block}
         .p4-ribbon{
         position:absolute;top:14px;left:-42px;
         transform:rotate(-45deg);
         padding:8px 60px;
         background: rgba(255,255,255,.18);
         border:1px solid var(--theme-border);
         color:#fff;font-weight:800;font-size:11px;letter-spacing:.5px;
         }
         .p4-body{padding:14px 14px 16px}
         .p4-name{color:#fff;font-weight:800;margin:0;font-size:15px}
         .p4-meta{color:rgba(255,255,255,.70);margin:6px 0 12px;font-size:12px}
         .p4-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
         .p4-price{color:#fff;font-weight:900}
         .p4-cta{
         padding:9px 14px;border-radius:999px;text-decoration:none;
         border:1px solid var(--theme-border);
         background: rgba(255,255,255,.06);
         color:#fff;font-weight:800;font-size:13px;
         transition:.2s ease;
         }
         .p4-cta:hover{background:#d553ae;color:#000}
         /* FAQ */
         .faq3-wrap{
         display:grid;
         grid-template-columns: 320px 1fr;
         gap:18px;
         }
         @media(max-width:992px){ .faq3-wrap{ grid-template-columns:1fr; } }
         .faq3-list{
         background: rgba(255,255,255,.06);
         border:1px solid var(--theme-border);
         backdrop-filter: blur(14px);
         border-radius:18px;
         padding:10px;
         }
         .faq3-btn{
         width:100%;
         text-align:left;
         border:0;
         padding:14px 14px;
         border-radius:14px;
         background: transparent;
         color: rgba(255,255,255,.80);
         transition:.25s ease;
         font-weight:600;
         }
         .faq3-btn:hover{ background: rgba(255,255,255,.06); color:#fff; }
         .faq3-btn.active{ background: rgba(255,255,255,.10); color:#fff; }
         .faq3-answer{
         background: rgba(0,0,0,.30);
         border:1px solid var(--theme-border);
         backdrop-filter: blur(12px);
         border-radius:18px;
         padding:22px;
         min-height: 180px;
         }
         .faq3-answer h4{ color:#fff; font-size:18px; margin-bottom:10px; }
         .faq3-answer p{ color: rgba(255,255,255,.78); line-height:1.9; margin:0; }
         /* Testimonial */
         .quote-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
         @media(max-width:992px){ .quote-grid{grid-template-columns:repeat(2,1fr);} }
         @media(max-width:576px){ .quote-grid{grid-template-columns:1fr;} }
         .quote-card{
         position:relative;
         padding:26px 22px 22px;
         border-radius: 18px;
         background: rgba(0,0,0,.35);
         border: 1px solid var(--theme-border);
         backdrop-filter: blur(12px);
         overflow:hidden;
         transition:.35s ease;
         }
         .quote-card:hover{ transform: translateY(-7px); border-color: var(--theme-border); }
         .quote-mark{
         position:absolute; top:-14px; left:14px;
         font-size:64px; line-height:1;
         color: rgba(255,255,255,.12);
         }
         .quote-text{ color: rgba(255,255,255,.80); line-height:1.85; font-size:14px; margin:10px 0 0; }
         .quote-user{ display:flex; align-items:center; gap:12px; margin-top:18px; }
         .quote-user img{ width:46px; height:46px; border-radius:50%; object-fit:cover; }
         .quote-user b{ color:#fff; font-size:14px; display:block; }
         .quote-user span{ color: rgba(255,255,255,.70); font-size:12px; }
         /* Footer*/    
         .footer7{
         background: rgba(255,255,255,.05);
         border-top:1px solid var(--theme-border);
         backdrop-filter: blur(14px);
         padding:50px 0 20px;
         text-align:center;
         }
         .footer7 h5{ color:#fff; }
         .footer7 .social a{
         display:inline-flex;
         width:46px;
         height:46px;
         border-radius:50%;
         align-items:center;
         justify-content:center;
         background: rgba(255,255,255,.10);
         border:1px solid var(--theme-border);
         color:#fff;
         margin:0 6px;
         font-size:18px;
         transition:.25s ease;
         }
         .footer7 .social a:hover{ background:#d553ae; color:#fff; }
         .footer7 .links a{ color: rgba(255,255,255,.72); margin:0 10px; text-decoration:none; }
         .footer7 .links a:hover{ color:#d553ae; }
         .footer7 .mini{ font-size:13px; color: rgba(255,255,255,.55); }
         .float-actions{
         position: fixed;
         right: 18px;
         bottom: 68px;
         z-index: 9999;
         display: flex;
         flex-direction: column;
         gap: 12px;
         }
         .float-btn{
         width: 56px;
         height: 56px;
         border-radius: 50%;
         background: rgba(255,255,255,0.12);
         border: 1px solid var(--theme-border);
         backdrop-filter: blur(14px);
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 24px;
         color: #fff;
         text-decoration: none;
         box-shadow: 0 6px 20px rgba(0,0,0,0.35);
         transition: all 0.25s ease;
         }
         .float-btn:hover{
         transform: scale(1.12);
         background: #d553ae;
         color: #fff;
         }
         .age-overlay{
         position: fixed;
         inset: 0;
         background: rgba(0,0,0,0.85);
         backdrop-filter: blur(6px);
         z-index: 99999;
         display: flex;
         align-items: center;
         justify-content: center;
         }
         .age-box{
         max-width: 420px;
         width: 90%;
         background: rgba(255,255,255,0.08);
         border: 1px solid var(--theme-border);
         border-radius: 20px;
         padding: 28px 26px;
         text-align: center;
         backdrop-filter: blur(16px);
         color: #fff;
         }
         .age-box h3{
         font-weight: 700;
         margin-bottom: 10px;
         }
         .age-box p{
         font-size: 14px;
         line-height: 1.7;
         color: rgba(255,255,255,0.8);
         margin-bottom: 20px;
         }
         .age-actions{
         display: flex;
         gap: 14px;
         justify-content: center;
         }
         .age-actions .btn-transparent{
         min-width: 120px;
         }
            /* Transparent Glass Button */
            .btn-transparent{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            gap:8px;
            padding:10px 22px;
            border-radius:999px;
            font-weight:600;
            font-size:14px;
            text-decoration:none;
            color:#fff;
            background: rgba(255,255,255,0.08);
            border:1px solid var(--theme-border);
            backdrop-filter: blur(12px);
            transition: all .25s ease;
            cursor:pointer;
            }
            .btn-transparent:hover{
            background: #d553ae;
            color:#000;
            transform: translateY(-2px);
            }
            .btn-transparent:active{
            transform: translateY(0);
            }
            .pricing-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
}

.pricing-table td {
  border: 1px solid #fff;
  padding: 10px;
}
      /* Sticky Footer Contact Bar */
.sticky-contact-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    font-weight: 600;
}

.sticky-contact-bar a{
    width: 50%;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
}

.sticky-call{
    background: #000000e6;
}

.sticky-whatsapp{
    background: #128C07; /* WhatsApp Green */
}

.sticky-contact-bar a:hover{
    opacity: 0.9;
}

/* Prevent content hidden behind sticky bar */
body{
    padding-bottom: 60px;
}


/*pricing-card*/
         .card-body{
            background: #000000e8;
            }
            .pricing-card {
            border-radius: 15px;
            overflow: hidden;
            }
            .pricing-card .card-header {
            font-size: 18px;
            letter-spacing: 1px;
            }
            .pricing-card h3 {
            font-size: 24px;
            margin-bottom: 10px;
            }
            .pricing-card ul li {
            margin-bottom: 8px;
            font-size: 14px;
            }


.circle-wrap{
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: #d553aec2;
            padding: 6px;
            box-shadow: 0 8px 20px rgba(0,0,0,.12);
            position: relative;
            overflow: hidden;
            max-width: 100%;
            }
            .circle-img{
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            transition: 0.4s ease;
            }
            /* Image zoom on hover */
            .circle-wrap:hover .circle-img{
            transform: scale(1.1);
            }
            /* Dark overlay */
            .hover-overlay{
            position: absolute;
            inset: 6px;
            border-radius: 50%;
            background: rgba(0,0,0,0.65);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            opacity: 0;
            transition: 0.3s ease;
            }
            .circle-wrap:hover .hover-overlay{
            opacity: 1;
            }
            /* Large screen size */
            @media (min-width: 992px){
            .circle-wrap{
            width: 325px;
            height: 325px;
            }
            }
            p a, li a{
            color:#d553aec2;
            }