* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #1c1c1c;
    font-family: Arial, sans-serif;
}
.page{
    padding-right: 40px;
    padding-left: 40px;
    color: #D9D9D9;
}
.heading{
    font-family:  Sans-serif;
    background: linear-gradient(135deg, #FF9571 0%, #FF1862 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
h1{
    font-family: Sans-serif;
    font-size: 34px;
    font-weight: 700;
}
h2{
    font-family:  Sans-serif;
    font-size: 31px;
    font-weight: 600;
    line-height: normal;
}
h3{
    font-family: Sans-serif;
    color: #FFD175;
    font-size: 22px;
    font-weight: 600;
}
h4{
    font-family: Sans-serif;
    color: #FFD175;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
h6{
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #D9D9D9;
}
p{
    font-family: Sans-serif;
    font-size: 13px;
}
.sub_heading{
    color: #FFD175;
}
.name_heading{
    font-size: 20px;
    font-weight: 800;
}
.list{
    color: white;
    font-weight: bold;
}
.text{
    font-family:  Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.btn-whatsapp{
    background: transparent;
    background-image: linear-gradient(135deg, #00DAEA 0%, #E7F60B 100%);
    border: 0px !important;
    display: block;
    width: 100%;
    margin-right: 4px;
}
.btn-call{
    background: transparent;
    background-image: linear-gradient(135deg, #FF9571 0%, #FF1862 100%);
    border: 0px !important;
    display: block;
    width: 100%;
    margin-left: 4px;
}
#ascort th, td{
    padding: 15px 15px;
}
/* Banner Styling */




.banner-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 100%;
    text-align: center;
    color: rgb(231, 224, 224);
    font-family: "Poppins", Sans-serif;
    z-index: 5;

    /* Perfect center alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(231, 224, 224);
}

.bactive {
    font-weight: 600;
    color: white !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white !important;
}













/* Navbar ka background black transparent */
/* Navbar always visible on scroll */
.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* upar sab elements ke */
    background-color: rgba(0, 0, 0, 0.7) !important; /* Transparent black */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Dropdown transparent black */
.navbar .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Nav links */
.navbar-nav .nav-link {
    position: relative !important;
    transition: background-color 0.4s ease, color 0.4s ease !important;
    padding: 6px 12px !important;
    line-height: 1.4 !important;
    border-radius: 10px !important;
    font-family: Sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: inline-block !important;
    margin: 0 6px !important;

    /* Gradient text */
    background: linear-gradient(to right, #ff867a, #ff4b68);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Active nav link */
.navbar-nav .nav-link.active {
    background: linear-gradient(to right, #ff867a, #ff4b68) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

/* Dropdown links */
.navbar .dropdown-menu .dropdown-item {
    color: #e04b5f !important;
    font-weight: 500;
    transition: 0.3s;
}

/* Navbar dropdown auto open on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* dropdown ki position theek rakhne ke liye */
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(to right, #524949, #574f51) !important;
    color: #fff !important;
}

.elementer-img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.why-choose-list li {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
}

.why-choose-list i {
    color: #00ff84; /* Tick icon color */
    margin-right: 8px;
}

.industry-section h3, .industry-section h4 {
    margin-top: 15px;
    margin-bottom: 8px;
}

.industry-section ul li {
    margin-bottom: 6px;
}

.why-section h4 {
    font-weight: bold;
    color: #d6336c; /* You can choose your brand color */
}

.why-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* Profile Section */
.profile-section {
    background-color: #1c1c1c;
    color: white;
    padding: 50px 0;
}

.profile-image img {
    width: 100%;
    border-radius: 15px;
}

.profile-details h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-details p {
    color: #ccc;
}

.profile-info {
    margin-top: 20px;
}

.profile-info p {
    margin-bottom: 5px;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
}

.btn-call {
    background-color: #ff4d6d;
    color: white;
}

.location-pill {
    background-color: #333;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 16px;
    transition: background 0.3s;
    min-width: 190px;
    text-align: center;
}

.location-pill:hover {
    background-color: #FF1862;
    cursor: pointer;
}

.escort-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #323232;
    transition: transform 0.3s;
}

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

.escort-img-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.escort-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Buttons inside image */
.btn-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn-gradient {
    border: none;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    color: white;
    background: linear-gradient(45deg, #25d366, #128C7E, #075E54);
    cursor: pointer;
}

.btn-gradient.call {
    background: linear-gradient(45deg, #ff4d6d, #ff758c, #ff4d88);
}

.escort-details {
    padding: 10px 12px;
    color: white;
}

.escort-details h5 {
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.escort-details h5 img {
    width: 16px;
    height: 16px;
}

.escort-location {
    font-size: 12px; /* chota text */
    font-weight: 300; /* patla text */
    color: white; /* halka grey */
    line-height: 1.2; /* thoda compact */
  	float:left;	
}

.card-link {
    display: block;
    text-decoration: none !important; /* underline hatao */
    color: inherit; /* text ka color change na ho */
}

.card-link:hover {
    text-decoration: none !important; /* hover pe bhi underline na aaye */
}

.age {
    font-size: 12px; /* chota text */
    font-weight: 300; /* patla text */
    color: white; /* halka grey */
    line-height: 1.2;
}

.escort-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    font-size: 14px;
}

.escort-footer .age {
    color: #aaa;
}

.stars {
    color: gold;
    font-size: 20px;
}

/* Section Headings with Gradient Text */
.section-heading {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(90deg, #ff4d88, #ff758c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

/* Locations Buttons */
.location-btn {
    background-color: #444;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.location-btn:hover {
    background-color: #ff4d88;
}

/* Testimonials */
.testimonial {
    background-color: transparent;
    color: #ccc;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

/* Disclaimer Section */
.disclaimer {
    background: linear-gradient(90deg, #00c6ff, #0072ff, #8e2de2);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
}

.disclaimer h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.disclaimer p {
    color: white;
    font-size: 14px;
    margin: 0;
}

.glass-card {
    position: relative;
    padding: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04); /* subtle white */
    border: 1px solid rgba(255, 255, 255, 0.06); /* faint border */
    backdrop-filter: blur(6px); /* glass blur */
    -webkit-backdrop-filter: blur(6px);
    color: #ddd;
    min-height: 180px;
}

.glass-card h3 {
    color: #FFD175;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
	line-height: 30px;
}

.card-list {
    margin: 0;
    padding-left: 18px;
    color: #cfcfcf;
    line-height: 1.5;
    font-size: 0.95rem;
}

.card-list li {
    margin-bottom: 8px;
}

/* Number badge top-right */
.card-number {
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: 700;

    font-size: 48px;
    line-height: 1;
    pointer-events: none; /* not clickable */
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.35); /* subtle outline */
}
.sticky_btn_txt {
    display: none;
}
.sticky_btn_img {
    height: 30px;
    width: 30px;
}
.sticky_btn {
    display: block;
    height: max-content;
    width: max-content;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 10px 0px;
}

.sticky_btns_wrap {
    position: fixed;
    top: 45%;
    bottom: 55%;
    left: 10px;
    z-index: 999999999;
}
.sticky_mob_btns_wrap {
    display: none;
}
@media(max-width: 550px){
    .sticky_mob_btns_wrap {
        display: flex;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .sticky_bottom_btn {
        padding:  10px;
        color: #000;
        background-color: #fff;
        width: 100%;
        text-decoration: none;
        text-align: center;
    }
    .sticky_bottom_btn_img {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }
    .sticky_bottom_btn.whatsapp_btn {
        background-color: #3dd47e;
    }
}
/* Responsive tweaks */
@media (max-width: 767.98px) {
    .card-number {
        font-size: 36px;
        top: 10px;
        right: 10px;
    }

    .glass-card {
        padding: 18px;
    }

    .glass-card h3 {
        font-size: 1rem;
    }
}

/* Optional hover lift */
.glass-card:hover {
    transform: translateY(-6px);
    transition: transform .25s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ccc;
    display: flex;
    flex-direction: column;
}

.why-demand-section h5 {
    font-weight: bold;
    color: #fff;
}

.why-demand-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.types-callgirls {
    color: #ccc;
    line-height: 1.7;
}

.types-callgirls .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.types-callgirls h4 {
    color: #fff;
    margin-top: 1.5rem;
    font-weight: 600;
}

.types-callgirls p {
    margin-bottom: 0.8rem;
}

.types-callgirls .key-features {
    font-style: italic;
    color: #bbb;
}

.escorts-difference {
    color: #ccc;
}

.escorts-difference .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.escorts-difference .intro-text {
    margin-bottom: 1.5rem;
}

.difference-box {
    display: flex;
    background: rgba(255, 255, 255, 0.08); /* Glass background */
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid snow;
    padding: 20px;
}

.difference-box .column {
    flex: 1;
    padding: 0 20px;
}

.difference-box h4 {
    margin-bottom: 0.8rem;
}
.pin-list{
    list-style: none;
    line-height: 50px;
}
.check-list{
    list-style: none;
    line-height: 30px;
}
.menu-list{
    line-height: 30px;
}
.difference-box ul {
    padding: 0;
}

.difference-box ul li {
    margin-bottom: 0.6rem;
}

.divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .difference-box {
        flex-direction: column;
    }

    .divider {
        display: none;
    }
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.faq-question {
    color: orange;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #ffae42;
}

.faq-question .icon {
    font-size: 20px;
    color: orange;
    transition: transform 0.3s ease;
}

.faq-answer {
    color: #ccc;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 0;
}

.faq-answer.show {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
}

.separator {
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .separator {
        display: none;
    }
}

/* slider */

.testimonial-container {
    overflow: hidden;
    width: 100%;
}

.testimonial-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    animation: slide 16s infinite;
}

.testimonial-item {
    flex: 0 0 100%;
    min-width: 100%;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0);
    }
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    color: white !important;
}

table th {
    font-family: Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #D9D9D9;
}

table td {
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #BFBFBF;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table tr:last-child {
    border-bottom: none; /* last row ke niche line na ho */
}

table th,
table td {
    padding: 10px;
    background-color: #3b3838;
}
