@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	background: #0f0f1a;
    color: #fff;
    background-image: radial-gradient(circle at 15% 25%, #6a11cb55, transparent 45%), radial-gradient(circle at 85% 15%, #2575fc55, transparent 45%), radial-gradient(circle at 75% 85%, #ff6b1e22, transparent 40%), radial-gradient(circle at 5% 85%, #00c6ff22, transparent 40%);
}
.container {
	width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
a:focus {
	outline: none !important;
	outline-offset: 0px !important;
}
.menu .navbar .navbar-nav {
	display: inline-block !important;
	float: none !important;
}
header .row{
	display: flex;
	align-items: center;
}
.menu .navbar .navbar-collapse {
	text-align: center !important;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-default .navbar-nav > li > a {
	padding: 0;
	color: #fff;
	font-size: 16px;
	margin-right: 40px;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li:last-child a {
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #ed1c24;
	background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ed1c24;
	background: none;
}
header p {
	text-align: right;
	margin: 0;
	font-size: 18px;
}
header {
	padding: 10px 0;
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.search-bar {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 6px;
  overflow: hidden;
}
.book-btn {
  background: linear-gradient(45deg, #ff7a18, #ffb347);
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.book-btn:hover {
  background: linear-gradient(45deg, #ff6b1e, #ff9a00);
}
/* Dropdown area */
.search-dropdown {
  flex: 1;
  background: linear-gradient(90deg, #ff0057, #ff2d6f);
}
.head-book-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search-dropdown select {
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  appearance: none;
  outline: none;
  cursor: pointer;
}

/* Custom arrow */
.search-dropdown {
  position: relative;
}
.search-dropdown select{
	background: #e71853;
    padding: 13px 10px;
    border-radius: 3px;
    border: #e71853 solid 1px;
    color: #fff;
    font-size: 15px;
}

/* Search button */
.search-btn {
  background: #f4b400;
  border: none;
  padding: 0 25px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}

.search-btn:hover {
  background: #e0a800;
}
.banner-image{
	padding: 30px;
	background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 30px 30px 30px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.banner-image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: rgba(50, 0, 0, 0.904) 0px 7px 29px 0px;
}
.owl-nav {
	display: none;
}
/* Card Container */
.card {
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

/* Image */
.card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Content */
.card-content {
    padding: 15px;
}

.name {
    font-size: 20px;
    font-weight: bold;
}

.category {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
}

/* Info */
.info {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.buttons a {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.buttons a:hover {
    background: rgba(255,255,255,0.4);
}

#carousel{
	margin-bottom: 40px;
}



.text-area h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	text-align: center;
}
.text-area h1 {
	margin: 0 0 10px 0;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}
.text-area h4 {
	margin: 0 0 30px 0;
	font-size: 18px;
	text-align: center;
}
.text-area p {
	line-height: 28px;
	font-size: 17px;
	text-align: center;
}
.text-area p a {
	color: #ed1c24;
	text-decoration: none;
	font-weight: 700;
}
/* Card */
.image-cont {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: 0.4s ease;
	margin-bottom: 30px;
}

.image-cont:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Image */
.girl-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Overlay */
.girl-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* Name */
.girl-txt h3 {
    margin: 0;
    font-size: 18px;
}

/* Age */
.girl-txt p {
    margin: 5px 0 10px;
    font-size: 14px;
}

/* Buttons */
.action-btns {
    display: flex;
    gap: 6px;
}

.action-btns a {
    flex: 1;
    text-align: center;
    font-size: 11px;
    padding: 6px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.action-btns a:hover {
    background: rgba(255,255,255,0.4);
}
.call-girls {
	padding: 80px 0;
}
.call-girls h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}
.text-area h2 {
	text-align: center;
}
.text-area img {
	width: 100%;
}
.spaer-single {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
/* Container */
.escorts-area-list {
    margin: 40px auto;
}

/* Links */
.escorts-area-list a {
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    
    /* Glass effect */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);

    transition: all 0.3s ease;
}

/* Hover Effect */
.escorts-area-list a:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Active (optional) */
.escorts-area-list a.active {
    background: #fff;
    color: #333;
}
.hm-contact a {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 13px 30px;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	min-width: 120px;
	text-align: center;
	color: #fff;
	border: 1px solid #cb1517;
	background-color: #cb1517;
	border-radius: 0;
	position: relative;
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
.hm-contact {
	text-align: center;
	background: url(../img/qstn-bg.jpg) no-repeat center fixed;
	padding: 100px 0;
	margin-bottom: 30px;
}
.hm-contact h2, .hm-contact h4 {
	color: #fff;
}
footer img {
	margin-bottom: 15px;
}
footer p {
	font-size: 20px;
}
footer {
	border-top: solid 4px #cb1517;
	padding: 20px 0 62px 0;
}
footer ul {
	padding: 0;
	list-style-type: none;
}
footer ul li {
	margin-bottom: 15px;
}
footer ul li a {
	font-size: 15px;
	color: #fff;
}
footer h3 {
	font-size: 35px;
	margin-bottom: 34px;
}
.cp-ryt {
	background: #000;
	padding: 10px 0;
	text-align: center;
}
.cp-ryt p {
	font-size: 12px;
	margin: 0;
}
.cta-bar {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Common style */
.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* WhatsApp */
.whatsapp {
  background: #25D366;
}

.whatsapp:hover {
  background: #1ebe5d;
}

/* Call */
.call {
  background: #ff6b1e;
}

.call:hover {
  background: #e65a10;
}
.min-100{
    min-height: 50svh;
    border-top: 5px solid #cb1517;
    padding-top: 100px;
}
.footer-menu{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #cb1517;
}
.privacy-container {
        background: #ffffff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        max-width: 500px;
        width: 90%;
        margin: 30px auto;
    }

    .privacy-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #1a1a1a;
        text-align: center;
    }

    .privacy-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .privacy-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        border-radius: 12px;
        transition: 0.3s ease;
    }

    .privacy-item:hover {
        background: #f0f4ff;
        transform: translateY(-2px);
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: white;
        flex-shrink: 0;
    }

    .icon.blue { background: #4a90e2; }
    .icon.green { background: #2ecc71; }
    .icon.purple { background: #9b59b6; }

    .text b {
        display: block;
        font-size: 16px;
        color: #222;
        margin-bottom: 5px;
    }

    .text span {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }
    .privacy-container {
        width: 100%;
        max-width: 900px;
        background: #fff;
        border-radius: 18px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .privacy-title {
        text-align: center;
        font-size: clamp(20px, 2.5vw, 28px);
        font-weight: 600;
        margin-bottom: 25px;
        color: #000;
    }

    .privacy-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0;
        list-style: none;
    }

    .privacy-item {
        display: flex;
        gap: 15px;
        padding: 18px;
        border-radius: 14px;
        transition: 0.3s ease;
        align-items: flex-start;
    }

    .privacy-item:hover {
        background: #f0f4ff;
        transform: translateY(-3px);
        color: #000;
    }

    .icon {
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: white;
        flex-shrink: 0;
    }

    .icon.blue { background: #4a90e2; }
    .icon.green { background: #2ecc71; }
    .icon.purple { background: #9b59b6; }

    .text b {
        display: block;
        font-size: clamp(15px, 1.8vw, 18px);
        color: #1a1a1a;
        margin-bottom: 6px;
    }
.privacy-item:hover .text b{
    color: #1a1a1a;
}
    .text span {
        font-size: clamp(13px, 1.5vw, 15px);
        color: #666;
        line-height: 1.5;
    }

    /* Tablet */
    @media (min-width: 600px) {
        .privacy-list {
            grid-template-columns: 1fr 1fr;
        }
    }

    /* Desktop */
    @media (min-width: 900px) {
        .privacy-list {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .privacy-item {
            flex-direction: column;
            align-items: flex-start;
        }

        .icon {
            margin-bottom: 10px;
        }
    }
    .dmca-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.dmca-title {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.dmca-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}

/* Card item */
.dmca-list li {
    display: flex;
    gap: 15px;
    padding: 18px;
    border-radius: 14px;
    background: #fafbff;
    transition: 0.3s ease;
}

.dmca-list li:hover {
    background: #eef3ff;
    transform: translateY(-3px);
}

/* Number badge */
.dmca-list li::before {
    content: counter(item);
    counter-increment: item;
    min-width: 40px;
    height: 40px;
    background: #4a90e2;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reset counter */
.dmca-list {
    counter-reset: item;
}

.dmca-text b {
    display: block;
    font-size: clamp(15px, 1.8vw, 18px);
    margin-bottom: 6px;
    color: #222;
}

.dmca-text span {
    font-size: clamp(13px, 1.5vw, 15px);
    color: #666;
    line-height: 1.5;
}

.dmca-email {
    color: #4a90e2;
    font-weight: 500;
    word-break: break-word;
}

/* Tablet */
@media (min-width: 600px) {
    .dmca-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Desktop */
@media (min-width: 900px) {
    .dmca-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .dmca-list li {
        flex-direction: column;
    }

    .dmca-list li::before {
        margin-bottom: 10px;
    }
}
.legal-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.legal-title {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: legalCounter;
    display: grid;
    gap: 15px;
}

/* Card */
.legal-list li {
    background: #fafbff;
    padding: 18px;
    border-radius: 14px;
    display: flex;
    gap: 15px;
    transition: 0.3s ease;
}

.legal-list li:hover {
    background: #eef3ff;
    transform: translateY(-3px);
}

/* Number box */
.legal-list li::before {
    content: counter(legalCounter);
    counter-increment: legalCounter;
    min-width: 40px;
    height: 40px;
    background: #ff7a18;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text styling */
.legal-text b {
    display: block;
    font-size: clamp(15px, 1.8vw, 18px);
    margin-bottom: 6px;
    color: #222;
}

.legal-text span {
    font-size: clamp(13px, 1.5vw, 15px);
    color: #666;
    line-height: 1.5;
}

.highlight {
    color: #ff7a18;
    font-weight: 600;
}

/* Tablet */
@media (min-width: 600px) {
    .legal-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Desktop */
@media (min-width: 900px) {
    .legal-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .legal-list li {
        flex-direction: column;
    }

    .legal-list li::before {
        margin-bottom: 10px;
    }
}
.accordion-container {
    max-width: 700px;
    margin: auto;
}

/* Accordion item */
.accordion {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

/* Header */
.accordion-header {
    padding: 16px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.escorts-area{
    background: #000;
    padding: 50px 0;
    margin-bottom: 30px;
}
/* Icon */
.accordion-header::after {
    content: "+";
    font-size: 20px;
    transition: 0.3s;
}

/* Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

/* Active state */
.accordion.active .accordion-content {
    max-height: 200px;
    padding: 10px 20px 20px;
}

.accordion.active .accordion-header::after {
    content: "−";
    transform: rotate(180deg);
}

/* Hover */
.accordion:hover {
    transform: translateY(-2px);
}

/* Responsive text */
@media (max-width: 480px) {
    .accordion-header {
        font-size: 15px;
    }
}