body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #111;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;
}

.sticky-header.shrink {
  padding: 10px 30px;
  transform: scale(0.95);
  background: #000;
}

.header {
  background: #111;   
  padding: 15px 20px;
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color:#c30000;
}
.logo img {
    width: 100px;
    height: 45px;
}
.nav {
  display: flex;
  gap: 25px;
}

.nav a {
    color: #efefef;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
	margin-left:20px;
	padding: 5px 15px;
}

.nav .active, .nav a:hover  {
    background-color: red;
    padding: 5px 15px;
    border-radius: 2px;
}

.menu-btn {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
.whatsapp-float {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 999;
}
.call-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 19px;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #ff0000;
    cursor: pointer;
    padding: 9px 16px;
    border-radius: 50%;
    display: none;
    transition: opacity 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #ccc;
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 35px 20px 10px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-container h3,
.footer-container h4 {
  margin-bottom: 25px;
  color: #fff;
  position:relative;
}

.footer-container h4:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #d80758;
}

.footer-container p,
.footer-container a,
.footer-bottom p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-container a:hover {
  color: #fff;
}

.footer-links ul, .footer-about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li, .footer-about li {
  margin-bottom: 10px;
}

.footer-links li i {
	margin-right:15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #777;
}

.social_links {
	margin:10px 0px 0px;
}

.social_links a {
    padding: 4px 10px 8px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
		
}
.social_links img {
	height:15px;
	width:15px;
	filter: invert(1);
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol {
    background-color: #fd275a;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.rcol {
    background-color: #009999;
}


h1 {
  font-size: 42px;
  color: #FFD700;
  margin-bottom: 30px;
} 


.main_banner {
    padding: 120px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_inner {
	padding-right:50%;
}

.banner_inner h2{
	font-size: 30px;
    margin-bottom: 20px;
}

.banner_inner p{
	font-size: 16px;
    margin-bottom: 20px;
}

.baner_btns {
	margin-top:20px;
}
.baner_btns a {
	padding:8px 24px;
	border-radius:4px;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	margin-right:20px;
}


/* Normal Content */
.content_box {
	padding:80px 0px;
}
.content_box h2 {
	font-size:42px;	
	margin-bottom:20px;
}
.content_box p {
	font-size:16px;
	text-align:justify;
	
}
a {
	color: inherit!important;
}
.content_box a {
	text-decoration:none;	
	font-weight:600;
}
/* End Normal Content */

/* Profiles list */
.profile_content {
	padding:0px 0px 50px;
}

.prfl_box {
    border: 3px solid #fff;
    border-radius: 2px;
    display: block;
    text-decoration: none !important;
	margin-bottom:15px;
	position:relative;
	transition: ease 0.5s;
	
}
.prfl_box:hover {
	border: 3px solid #ffc107;
}
.verfied_bdge {
    background-color: #ffc107;
    padding: 2px 8px;
    position: absolute;
    width: 40%;
    vertical-align: middle;
	z-index:999;
}


.verfied_bdge .verfied_sign {
	width:13px;
	height:13px;
}
.verfied_bdge span {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.prfl_box:hover .prfl_box_dtl{
	display:block;
	opacity: 1;
} 
.prfl_box img {
	height:320px;
	width:100%;
	object-fit:cover;
}

.prfl_box_dtl {
    color: #fff !important;
    background: #000000d1;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 10px;
	transition: opacity 0.5s ease;
	 opacity: 0;
}

.prfl_box_dtl p {
    font-size: 15px;
    margin: 0px 0px 5px;
}

.prfl_box_dtl p span {
    width: 50%;
    display: inline-block;
    float: left;
}

.prfl_box_dtl p span:first-child {
    font-weight:700;
}

.prfl_box_nm {
    color: #fff;
    margin-bottom: 2px;
    font-size: 18px;    
    position: absolute;
    bottom: 0;
   /*  background-color: #0000001f; */
    width: 100%;
    padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.prfl_box_nm span {
    width: 50%;
    display: inline-block;
    float: left;
}
.prfl_box_nm span:first-child {
    font-weight:700;
}

/* End Profiles list */

/* Yellow Content */

.bg-yellow {
    background-color: #ffbc2afa;
	color:#000!important;
}

.rates_advertise {
	font-size: 36px;
    font-weight: 900;
    background-color: #ffffff;
    padding: 30px 60px;
    border-radius: 4px;
}
.rates_advertise h3{
	font-size:36px;
	font-weight:700;
	
}
.rates_advertise span {
	display:block;
	color:#f82249;
	animation: zoom-in-zoom-out 1s ease infinite;
	margin-bottom:20px;
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}

/* Yellow Content */

/* Locations List */

.location_list {
    margin-top: 50px;	
}
.location_item {
    background-color: #fff;
    color: #000;
	display: block;
    text-decoration: none !important;
	margin-bottom:30px;
	position:relative;
	border-radius: 6px;
}
.location_item img{
    object-fit:cover;
	height:180px;
	width:100%;
	border-radius: 6px 6px 0px 0px;
	 filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    
}

.location_item img:hover{     
filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .2s ease-in-out; 
}	  
.location_nm h4 {
	font-size:18px;
	padding:22px 5px 12px;	
	color:red;
}
.location_item span {
    display: inline-block;
    background-color: #fff;
    margin-top: -40px;
    position: absolute;
    top: 86%;
    left: 45%;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 16px;
}

.location_item span i {
    color: #f82249;
}

/* End Locations List */

/* faq accordian */

.accordion {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #fab829;
	color:#000;
    border: none;
}

button.accordion:focus {
    outline: none!important;
}
.panel {
  padding: 3px 18px;
  background-color: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* end faq accordian */

/* 2 column text */
.side_col_img {
	position:relative;
}
.side_col_img:before {
    position: absolute;
    right: -15px;
    bottom: -15px;
    height: 90%;
    width: 98%;
    background: #fab829;
    content: "";	
}
.side_col_img img {
	width:100%;
	z-index:111;
	position:relative;	
}

.col_txt_right {
	padding:25px 0px 0px 50px;
}

.col_txt_left {
	padding:25px 50px 0px 0px;
}

.side_col_txt h2 {
    color: #000;
    font-size: 32px;
}
.side_col_txt p {
	color:#000;
}


/* End 2 column text */

/* Review  */
.review_box {
    margin: 0px 0px 25px 0px;
    display: inline-block;
}
.review_img {
	float:left;
	width:40%;
}
.review_img img {
	width:100%;
	height:275px;
}
.review_right_box {
    float: left;
    width: 60%;
    padding: 20px 40px;
	background-color:#ff000042;
	height:275px;
}
.review_right_box h4{
	font-size:20px;
	font-weight:600;
}
.review_right_box p {
    font-size: 14px;
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review_right_box span{
	font-size:16px;
	color:gold;
	padding:15px 0px;
}

/* Review  */




/* Contact us */
.contact_form {
    padding: 80px 40px;
    border: 1px solid #ff0000;
}
.form-control {
    border: none;
    border-bottom: 1px solid #ff0000;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
}
.contact_form h2, .contact-info h2 {
    margin: -70px 0px 30px 0px;
    background-color: #111;
    width: 78%;
    padding: 0px 15px;
}
.contact_form p {
	font-size: 14px;
}
.contact-info {
    text-align: center;
    color: #fff;
    padding: 40px;
    border: 1px solid #ff0000;
}


.info-box {
    text-align: center;
    padding: 15px;
}

.info-box span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.contact_pg {
	padding:40px 20px;
}
	

/* End Contact us */

/* Prices */


    .pricing-section {
      text-align: center;
      padding: 60px 20px;
    }



    .pricing-section p {
      color: #aaa;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .plans {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .plan-card {
      background: #111;
      border-radius: 12px;
      padding: 30px 20px;
      width: 280px;
      box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
      border: 2px solid transparent;
      transition: all 0.3s ease;
    }

    .plan-card:hover {
      border-color: #FFD700;
      transform: translateY(-5px);
    }

    .plan-price {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .plan-time {
      font-size: 16px;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .plan-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0;
    }

    .plan-card ul li {
      margin: 10px 0;
    }

    .plan-card ul li.strike {
      text-decoration: line-through;
      color: #555;
    }

    .btn {
      display: inline-block;
      padding: 10px 20px;
      background: #FFD700;
      color: #000;
      font-weight: bold;
      text-decoration: none;
      border-radius: 6px;
      transition: 0.3s;
    }

    .btn:hover {
      background: #fff;
    }

    .yellow { border-top: 6px solid #FFD700; }
    .red { border-top: 6px solid #e74c3c; }
    .blue { border-top: 6px solid #00bcd4; }

/* End Prices */

/* Single Profile */

.single_prfl {
	padding:80px 0px;	
}

.Single_prfl_gallary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px;
}

.Single_prfl_gallary img {
	height:360px;
	width:100%
}

.single_prfl_about {
	font-size:14px;
	padding: 30px;
}

.single_prfl_about h2 {
	font-size:20px;
	color:#ffd700;
}

.single_prfl_about p {	
	color:#fff;
	font-size:14px;
	margin-bottom:20px;
}


.escort-table {
  width: 100%;  
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #111;
  border: 1px solid #444;
}

.escort-table td {
  padding: 4px;
  border: 1px solid #444;
}

.escort-table tr:nth-child(even) {
  background-color: #1a1a1a;
}

/* Single Profile */


/* surprise bag */

    .section-container {
      background-color: #0d0d0d;
      border-radius: 10px;
      display: flex;      
      margin: auto;
      flex-wrap: wrap;
      gap: 40px;
    }

    .left-content {
      flex: 1;
      min-width: 300px;
    }

    .left-content h2 {
      font-size: 2.5rem;
      line-height: 1.2;
      font-weight: 900;
      background: linear-gradient(90deg, #ffd900, #ff5e80);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
    }

    .left-content p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 25px;
      color: #ccc;
    }

    .call-btn {
      background-color: #ffc107;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: bold;
      color: #000;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .call-btn:hover {
      background-color: #e0a800;
    }

    .right-grid {
      flex: 1;
      min-width: 300px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .service-box {
      padding: 20px;
      border-radius: 10px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      cursor: pointer;
    }

    .blue { background-color: #2e64fe; }
    .pink { background-color: #f356b3; }
    .red { background-color: #e74c3c; }
    .yellow { background-color: #f1c40f; color: #000; }
    .darkblue { background-color: #34495e; }
    .teal { background-color: #1abc9c; }
    .lightblue { background-color: #3498db; }
    .green { background-color: #2ecc71; }

/* surprise bag */








/* Responsive */
@media (max-width: 768px) {
.nav {
	display: none;
	flex-direction: column;
	background: #222;
	position: absolute;
	top: 75px;
	right: 0px;
	padding: 15px;
	border-radius: 8px;
}

.nav.show {
	display: flex;
	z-index: 1000;
	width: 100%;	
}
.nav a {
	padding: 5px;
	border-bottom: 1px solid #eee;
	margin: 5px 0px;
}
.menu-btn {
	display: block;
}
.nav .active {
    background-color: transparent;
    padding: 5px;
}
h1 {
  font-size: 28px;  ;
  margin-bottom: 20px;
} 

/* .slideshow-container img {   
    height: 50vh;     
} 
.dot {
	display:none;
}
*/

.main_banner {
    padding: 40px 0px 80px;
}

.content_box {
    padding: 45px 0px;
}
.content_box h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.prfl_box img {
    height: 220px;
}
.prfl_box_location {	
	font-size: 14px;    
}
.verfied_bdge {
    padding: 2px 8px;
    width: 60%; 
}
.verfied_bdge span {
     font-size: 11px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.prfl_box_nm {
    font-size: 14px;	
}
.rates_advertise h3 {
    font-size: 24px;
}
.location_item img {    
    height: 120px;    
}
.location_nm h4 {
    font-size: 14px;
}
.contact_form h2, .contact-info h2 {
    margin: -55px 0px 0px 0px;   
    width: 100%;
    padding: 0px 15px;
    font-size: 18px;
}

.single_prfl {
    padding: 40px 0px;
}
.Single_prfl_gallary {
    padding: 15px;
}
.Single_prfl_gallary img {
    height: 220px;
}
.single_prfl_about {  
    padding: 15px;
}

.col_txt_right {
	padding:25px;
}
.col_txt_left {
	padding:25px;
}
.side_col_img {     
    top: 30%;
}
.review_img img {
	width:100%;
	height:220px;
}
.review_right_box {   
    padding: 15px 20px;	
	height:220px;
}
.review_right_box h4 {
    font-size: 16px;
}
.review_right_box p {
    font-size: 12px;
    margin: 5px 0px;   
}

.section-container {
	flex-direction: column;
	padding: 20px;
}

.right-grid {
	grid-template-columns: repeat(3, 1fr);
}





}

@media (max-width: 430px) {

.col-sm-3 {    
    width: 50%;    
}	
	
	
.whatsapp-float {
	right:12px;
	bottom: 115px;
}
.whatsapp-float img {
	width:40px;
}
.call-button {
	right:15px;
	bottom: 65px;
	padding: 5px;
}
.call-button img {
	width:28px!important;
}
#scrollTopBtn {   
    right: 17px;  
    font-size: 14px;   
    padding: 6px 11px;   
}
	
.main_banner {
	padding: 130px 0px 0px;
	background-size: contain;
	background-position: top;
}	
.banner_inner {
	padding-right: 0px;
}
.banner_inner h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.banner_inner p {
    font-size: 14px;
    margin-bottom: 10px;
}
.baner_btns a {
    padding: 6px 12px;   
    font-size: 14px;    
    margin-right: 10px;
}
	
.content_box {
    padding: 50px 5px;
}	
	
h1 {
  font-size: 24px;
  color: #FFD700;
  margin-bottom: 30px;
}
.footer-container p, .footer-container a, .footer-bottom p {
    font-size: 14px;
} 
	
.content_box p {
    font-size: 14px;
}
.prfl_box {
	margin: 0px 0px 25px; 
}
.verfied_bdge span {
	font-size: 12px;	
}
.verfied_bdge .verfied_sign {
	width: 10px;
	height: 10px;
}
.verfied_bdge {
	padding: 2px 8px;
	width: 60%;
}
.prfl_box img {
	object-fit: fill;
	height: 220px;
}
.prfl_box_nm {
	font-size: 12px;
}	
.location_item img {
	height: 130px;
}
.location_nm h4 {
    font-size: 16px;
}
.side_col_img {     
    top: 0%;
}
.col_txt_right {
	margin-top:50px;
}
.col_txt_left {
	margin-top:-150px;
}

.right-grid {
	grid-template-columns: repeat(3, 1fr);
}
	
}

