@charset "utf-8";
/* CSS Document */
body {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	/* Background pattern from Toptal Subtle Patterns */
	background: url(../img/bg.png) fixed;
}
a:focus {
	outline: none !important;
	outline-offset: 0px !important;
}
.top-bar {
	background: #71087e none repeat scroll 0 0;
	color: #999999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 24px;
	padding: 8px 0;
}
.top-bar-phone, .top-bar-home {
	background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	float: left;
	font-size: 1em;
	margin-right: 3px;
	margin-top: 2px;
	padding: 2px 12px;
	color: #cccccc;
	text-shadow: 1px 1px 2px #000;
}
.list-inline li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 0px;
}
.top-bar .social-icons .fa {
	height: 30px;
	line-height: 30px;
	width: 30px;
	background-color: rgba(255, 255, 255, .1);
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}
.social-icons {
	margin: 0;
}
.social-icons .fa-facebook:hover, .social-icons .fa-facebook-square:focus {
	background-color: #3C599F;
}
.social-icons .fa-google-plus:hover, .social-icons .fa-google-plus-square:focus {
	background-color: #CF3D2E;
}
.social-icons .fa-instagram:hover, .social-icons .fa-linkedin-square:focus {
	background-color: #F60 !important;
}
.social-icons .fa-twitter:hover, .social-icons .fa-twitter-square:hover {
	background-color: #32CCFE;
}
.social-icons .fa-vimeo:hover {
	background-color: #229ACC;
}
.social-icons .fa-youtube:hover, .social-icons .fa-youtube-play:hover, .social-icons .fa-youtube-square:hover {
	background-color: #C52F30;
}
.social-icons .fa-vk:hover {
	background-color: #375474;
}
.menu-cont .nav > li > a {
	font-size: 14px;
	padding: 25px 15px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.menu-cont .nav > li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .06);
}
.menu-cont .nav > li {
	border-right: 1px solid rgba(255, 255, 255, .06);
}
.menu-cont {
	background: #71087e;
}
.menu-cont .navbar-default {
	background: none;
	border: none;
	margin: 0;
}
.menu-cont .navbar-default .navbar-nav > .active > a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}
.menu-cont .nav > li > a:hover, .menu-cont .nav > li > a:focus {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	width: 250px;
	height: auto;
	margin-top: 18px;
}
.banner {
	position: relative;
}
.banner .swiper-container {
	height: auto;
	margin: 0;
	position: relative;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .slide-inner {
}
.banner .swiper-slide .slide-inner img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .copy {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	color: white;
	text-align: center;
	letter-spacing: 0.06em;
}
.swiper-button-next, .swiper-button-prev {
 positio50% !important;
	width: 27px;
	height: 44px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
.banner-text .main-name {
	line-height: 1.5em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin-bottom: 0px;
	letter-spacing: 10px;
	text-indent: 10px;
	font-family: 'Playfair Display', serif;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	color: #fff;
}
.banner-text h2 {
	font-size: 60px;
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.banner-text h4 {
	color: #fff;
	letter-spacing: 3px;
}
.banner-text .sub-main {
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	font-family: 'Playfair Display', serif;
	text-align: center;
}
.banner-text a {
	padding: 10px 45px;
	background: #c0c0c0;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border-radius: 25px;
	font-size: 14px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	margin-top: 10px;
}
.banner-text a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
.caption {
	background: #71087e;
	padding: 30px 0;
}
.caption h1 {
	margin: 0;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 28px;
	line-height: 55px;
}
.caption a {
	display: inline-block;
	padding: 15px 30px;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	color: #fff;
}
.caption a:hover {
	background: #fff;
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease 0s;
}
.headline {
	overflow: hidden;
	text-align: center;
}
.headline h2 {
	display: inline-block;
	position: relative;
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 35px;
	margin: 0;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border: 1px solid;
	border-radius: 40px;
	padding: 10px 30px;
}
.headline h2:before, .headline h2:after {
	background: rgba(255,255,255,.2);
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 400%;
}
.headline h2:before {
	right: 100%;
	margin-right: 15px;
}
.headline h2:after {
	left: 100%;
	margin-left: 15px;
}
.available-models .owl-carousel .item {
	cursor: grab;
	background: #282828 none repeat scroll 0 0;
	border-radius: 4px;
	position: relative;
}
.available-models .owl-carousel .item a:hover, .available-models .owl-carousel .item a:focus {
	text-decoration: none;
}
.available-models .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.available-models .owl-nav button.owl-prev {
	left: 0;
}
.available-models .owl-nav button.owl-next {
	right: 0;
}
.available-models .owl-dots {
	text-align: center;
	padding-top: 15px;
}
.available-models .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 3px;
}
.available-models .owl-dots button.owl-dot.active {
	background-color: #fff;
}
.available-models .owl-dots button.owl-dot:focus {
	outline: none;
}
.available-models .owl-nav button {
	display: none;
}
.available-models .owl-nav button:focus {
	outline: none;
}
.item-cont {
	background: #282828 none repeat scroll 0 0;
	border-radius: 4px;
	padding: 8px 8px 4px;
}
.grid .image-overlay {
	position: relative;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
}
.grid .image-overlay img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	margin: 0px;
	-webkit-transition: all 0.35s linear;
	transition: all 0.35s linear;
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
}
.grid .image-overlay .item-text {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.grid .image-overlay .item-text:before, .grid .image-overlay .item-text:after {
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.grid .image-overlay .item-text:after {
	border-right: 1px solid rgba(255, 255, 255, .6);
	border-left: 1px solid rgba(255, 255, 255, .6);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	border-radius: 0px;
}
.grid .image-overlay .item-text:before {
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	border-radius: 0px;
}
.grid .image-overlay .item-text p {
	font-size: 15px;
	left: 0;
	opacity: 0;
	padding: 20px 7px 7px 7px;
	position: absolute;
	text-shadow: 1px 1px 1px #000;
	top: 35%;
	transform: translate3d(0px, 20px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	width: 100%;
	text-shadow: 0 0 1px #000;
}
.grid .image-overlay .item-text p span {
	font-size: 20px;
}
.grid .image-overlay:hover img {
	opacity: 0.5;
}
.grid .image-overlay:hover .item-text:before, .grid .image-overlay:hover .item-text:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid .image-overlay:hover .item-text p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.girl-name h4 {
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	margin: 5px 0 5px 0;
	font-size: 18px;
}
.girl-name p {
	text-shadow: 1px 1px 2px #000;
	color: #999999;
	font-size: 14px;
	margin: 0;
}
.available-models {
	padding: 100px 0;
}
.headline {
	margin-bottom: 50px;
}
.all-models .item-cont {
	margin-bottom: 30px;
}
.all-models a:hover, .all-models a:focus {
	text-decoration: none;
}
.area-cont h3 a {
	background: #282828;
	border-radius: 2px;
	color: #ffffff;
	display: block;
	margin: 0 3px 10px;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.05);
	text-shadow: 1px 1px 2px #000;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
.area-cont h3 a:hover {
	text-decoration: none;
	letter-spacing: 2px;
}
.area-cover {
	background: url(../img/escorts-area-bg.jpg) no-repeat fixed top;
	padding: 100px 0;
	background-size: cover;
}
.text-area h2, .text-area h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.text-area p {
	color: #FFFFFF;;
	line-height: 35px;
	text-align: justify;
}
.text-area p a strong {
	font-weight: 700;
	font-size: 17px;
	color: #070707;
}
.text-area p a {
	color: #fff;
}
footer {
	background-color: #71087e;
	border-top: 2px solid #1a1a1a;
	color: #fff6f6;
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
	padding-top: 40px;
}
footer p {
	text-align: justify;
	font-size: 14px;
}
.ftr-abt img {
	margin: 0 auto;
	margin-bottom: 15px;
}
.ftr-abt
{
	padding:40px;
}
.wrng
{
	padding:40px;
}
footer h3 {
	margin: 0 0 20px 0;
	color: #f1f2f4;
	text-shadow: 2px 2px 2px #000;
	font-size: 18px;
	text-align: center;
}

.ftr-menu li {
	list-style-type: none;
	margin-right: 40px;
	float:left;
}
.ftr-menu li:last-child
{
	margin:0;
}
.ftr-menu ul
{
	display:table;
	float:none;
	margin:0 auto;
	padding:0 0 25px 0;
}
.ftr-menu li a {
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.second-quick {
	padding-left: 30px;
}
.link-cont {
	display: table;
	float: none;
	margin: 0 auto;
}

.cp-ryt {
	background: rgba(255, 255, 255, .02);
	border-top: 1px solid #71087e;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
}
.cp-ryt p {
	text-align: center;
	font-size: 13px;
}
.inner-padd {
	padding-top: 50px;
}
.next-btn a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block !important;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 20px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	min-width: 150px;
	text-shadow: 1px 1px 2px #000;
}
.next-btn a:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
}
.next-btn {
	margin-bottom: 80px;
}
.img-cont {
	background: #282828;
	border-radius: 4px;
	padding: 10px;
}
.img-cont img {
	width: 100%;
	display: block;
	border: 1px solid #000;
}
.girls-profile table {
	border-radius: 2px;
	width: 100%;
}
.girls-profile td, .girls-profile th {
	border: 1px solid rgba(255,255,255,.05);
	text-align: left;
	padding: 8px;
	color: #fff;
	background: #282828;
	text-shadow: 1px 1px 2px #000;
}
.girls-profile tr:nth-child(even) {
	background-color: #9208f3;
}
.girls-profile th {
	font-size: 18px;
	font-weight: 600;
}
.girls-profile {
	padding-top: 80px;
}
.book-btn a {
	display: block;
	padding: 10px 45px;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.book-btn a:hover {
	background: #fff;
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease 0s;
}
.girls-profile .text-area {
	border: 1px solid rgba(255,255,255,.05);
	margin: 25px 0;
	padding: 15px;
	color: #fff;
	background: #282828;
	text-shadow: 1px 1px 2px #000;
}

/* FAQ Accordion Styles - Responsive & Modern */
    .faq-section {
      max-Black: 900px;
      margin: 40px auto;
      padding: 0 20px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .faq-section h2 {
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 30px;
      font-size: 32px;
    }

    .faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background: #2e2b2a;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .faq-question {
      width: 100%;
      padding: 18px 20px;
      text-align: left;
      background: #f8f9fa;
      border: none;
      font-size: 18px;
      font-weight: 600;
      color: #133;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }

    .faq-question:hover {
      background: #e9ecef;
    }

    .faq-question::after {
      content: '+';
      font-size: 28px;
      font-weight: bold;
      color: #ff3366; /* Sexy pink accent color */
      transition: transform 0.3s;
    }

    .faq-item.active .faq-question::after {
      transform: rotate(135deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background: #030303;
      transition: max-height 0.4s ease, padding 0.4s ease;
      font-size: 16px;
      line-height: 1.6;
      color:#343434;
    }

    .faq-item.active .faq-answer {
      max-height: 500px; /* Adjust if answers are longer */
      padding: 20px;
    }

    /* Mobile Responsive */
    @media (max-width: 600px) {
      .faq-question {
        font-size: 16px;
        padding: 15px;
      }
      .faq-answer {
        font-size: 15px;
      }
    }