:root {
    --prime-clr: #041c38;
    --txt-clr: #fff;
    --font-size: 17px;
    --logy-border-clr: #fff;
    --logy-light-city: #041c38;
    --logy-card-cap-bg: #1d5ca3;
    --logy-nav-tabs-link-active-color: #d32a6c;
    --logy-nav-tabs-link-color: #d32a6c;
    --logy-code-color: green;
    --background-image-blog: linear-gradient(rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.1)), url(../images/blog-bg.jpg);
	
  --g-top: rgba(80,80,80,0.8);
  --g-mid: rgba(0,0,0,0.99);
  --g-bot: rgba(0,0,0,1);

	
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

   
	  /* General Styling */
        body {
            background-color: #000000;
          
        }


.blgimg body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.blgimg body:after {
    background-image: var(--background-image-blog);
}


        /* Navbar */
        .navbar {
    background-color: #000;
    border-bottom: 1px solid #621534;
        } 

        .navbar-brand {
            color: #ff4081 !important;
            font-weight: bold;
			    padding-top: 0;
			    padding-bottom: 0;
        }
		        .navbar-brand img {  width: 160px; padding: 5px 0;
}

        .navbar-brand:hover {
            color: #fff !important;
        }

/*laction list css*/

.header-drop .city-prime {
    width: 100%;
    background: #222;
    padding: 20px 20px;
    position: absolute;
    top: 94px;
    z-index: 100;
    display: none;
	    overflow-y: auto;
    height: auto;
    max-height: 600px;
}

.header-drop .closes {
    width: 30px;
    height: 30px;
    background: url(../images/close-circle.png) no-repeat left center / 100% 100%;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
}
.header-drop .city-prime ul {padding:0px;}
.header-drop .city-prime ul li a {
    line-height: 20px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
		text-decoration: none;
	font-size: 15px;
}
.header-drop .city-prime ul li a:hover {
    color: #ff0064;

}

.header-drop .city-prime ul li {
list-style:none;
    width: 20%;
	text-transform: uppercase;

}



ul.topmenu-cntre {  display: contents;  color: #fff; list-style: none;}
ul.topmenu-cntre li {padding: 2px 20px;}
ul.topmenu-cntre a { color: #fff; font-size: 16px; text-transform: uppercase; text-decoration:none;}
ul.topmenu-cntre a:hover { color: #ff2f86;}



/* For inputs with the .cus-search class */
.cus-search::placeholder {
  color: #fff; /* Change to your desired color */
  opacity: 1; /* Ensure it's fully opaque */
}

/* For Firefox */
.cus-search:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* For Internet Explorer */
.cus-search:-ms-input-placeholder {
  color: #fff;
}
.cus-search {
    background: none;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #757575;
    color: #fff;
    min-width: 270px;
	    padding-left: 2px;
}


.banner_h2{text-align:center; color:#fff; padding: 10px 0 10px;}


        /* Filters Sidebar */
		
		.accordion-button::after {
 background-image:url("../images/arrow.svg");}
		
.accordion-button:not(.collapsed)::after {
    background-image:url("../images/arrow.svg");
    transform: var(--bs-accordion-btn-icon-transform);
}
		
        .filter-section {
            /* background-color: #111;*/
            color: #ddd;
            padding: 0px;
            height: 100vh;
           /*  position: sticky; */
            top: 0;
        }

        .filter-section h4 {
            color: #ff4081;
        }

.accordion-button {
    background-color: #222222;
    color: #ddd;
    padding: 13px 15px;
	text-transform:uppercase;
}
		
.accordion-item {
    border-radius: 0;
    border: none;
    margin-bottom: 1px;
}
.accordion-button:hover {
    color: var(--bs-white);
    background-color: var(--bs-pink);
   
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

        .accordion-button:not(.collapsed) {
            background-color: #ff4081;
            color: #fff;
        }

        /* Escort Cards Grid */
        .escort-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* 5 equal-width columns */
            gap: 10px; /* Space between cards */
        }
		
		.full-grid{    display: grid;
    grid-column: 1 / -1;}
		
.escort-grid a{    text-decoration: none;}
        .escort-card {
            background:none;
            color: #fff;
            padding: 5px;
            border-radius: 0px;
 transition: transform 0.4s ease-in-out;
           /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
		    box-shadow: none;
			cursor: pointer;
        }

        .escort-card:hover {
  transform: scale(1.04);
			
          /*   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);*/
		   box-shadow: none;
        }
		
		

        .escort-card img {
            width: 100%;
            height: auto;
            border-radius: 0px;
        }

        .escort-card h5 {
            color: #ff4081;
            font-size: 18px;
            margin-top: 15px;
        }

        .escort-card p {
            margin: 5px 0;
            font-size: 14px;
        }

        .escort-card .price {
            font-weight: bold;
            color: #fff;
        }

        .escort-card .verified {
            color: #ff4081;
            font-weight: bold;
        }

        /* Custom scroll for sidebar */
        .filter-section {
           /*  max-height: 100vh;
            overflow-y: auto;*/
        }

        /* Styling scrollbar */
        .filter-section::-webkit-scrollbar {
            width: 6px;
        }

        .filter-section::-webkit-scrollbar-thumb {
            background-color: #ff4081;
            border-radius: 10px;
        }


.escort-container {
    margin-bottom: 15px;
    background: #111;
    padding: 30px 20px 0;
}

/*form search*/


.search-mid{ padding:1px 5px;}

.formbx select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    margin: 0;
}

.new-input input {
    display: block;
    width: 100%;
 
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    margin: 0;
}

.formbx .form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0;
	margin-bottom:15px;
}

.btn-primary-red {
    border-color: #ccc;
    background: #d32a6c;
    color: #fff;
    font-size: 14px;
    padding: 4px 9px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 1px;
    line-height: inherit;
}

.btn-primary-red:hover{
    background: #ff0064;
    color: #fff;
}



.text-theme {
    font-weight: 700;
    color: #d32a6c !important;
    text-decoration: none;
    text-transform: uppercase;
}

.text-theme:hover {
    font-weight: 700;
    color: #ff0045 !important;
}


.findbtn {
    background-color: #d32a6c !important;
    border-radius: 3px;
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase;
    border: 0 !important;
    border-radius: 2px;
}
.radius3{border-radius: 2px!important;}
.pink{background:#d32a6c!important;}

        /* Font sizing */
        .escort-container h1 {
            font-weight:normal;
			font-size: 30px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
			
        }


.escort-container p {
    font-size: 15px;
    color: #ddd;
    line-height: 30px;
}
		
.gallery-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 320px;
}

ul.tag-holder li.available {
    background-color: #d4b657;
    color: black;
}
		
		.gallery-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.17);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(83%, rgba(0, 0, 0, 0.17)), color-stop(84%, rgba(0, 0, 0, 0.22)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 83%, rgba(0, 0, 0, 0.22) 84%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

	
	.profile-thumbnail .gallery-item-availebility {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top: #ff2f86 1px solid;
    border-bottom: #ff2f86 1px solid;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-style: italic;
    font-weight: 400;
    padding: 4px 0;
    z-index: 12;
    color: #fff;
}

ul.tag-holder {
    /* position: absolute; */
    display: flex;
    list-style: none;
    bottom: 0;
    left: 0;
	right:0;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 12;
    padding-left: 0;
	    justify-content: center;
}

ul.tag-holder li.available {
    background-color: #ff006b;
    color: black;
}
ul.tag-holder li {
    margin-right: .25rem;
    padding: .25rem .5rem .1rem .5rem;
}

ul.tag-holder li {
    font-weight: 500;
    color: #fff;
    background-color: black;
    margin-right: 0px;
    margin-top: 3px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    border-radius: 3px;
	    margin: 2px;
}
ul.tag-holder li.primium-tag {background:#ff006b; color:#fff; border-left:0px solid #fff;}



.lst-item {
    padding: 5px;
    position: relative;
    background: #fff;
    text-align: center;
   border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.lst-item .esc-info-name {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;;
	color:#ff4081;
}

.lst-item .esc-info div {
    text-align: left;
    font-size: 12px !important;
    line-height: 1.6;
    text-transform: uppercase;
    padding-right: 5px;
    color: #000;
    font-weight: 700;
}

.lst-item .esc-info div span { color:#ff2f86;}

.lst-item .sort-content {
    text-align: left;
    font-size: 12px !important;
    line-height: 1.5;
}

/*review*/

.reviews-fluid{background:#141414;}
.review-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 5 equal-width columns */
	gap: 10px; /* Space between cards */
}
.review-card {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px auto;
}
    
    .review-card img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
	  border: 3px solid #ff006b;
    }
    
    .review-card h4 {
      margin-top: 15px;
      font-size: 1.2rem;
    }
    
    .review-card .reviewed-by {
      font-size: 0.9rem;
      color: #ccc;
    }

    .review-card .more {
      color: #d62b70;
      font-weight: normal;
      text-decoration: none;
    }
	
.review-card .quote-left {
    color: #d62b70;
    font-weight: 700;
    font-size: 30px;
}
	
	

    .review-card .more:hover {
      text-decoration: underline;
    }
.review-para {
    position: relative;
    margin: 10px 0 30px 0;
}
.review-para::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: #e91e63;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;

}

/*review*/




.reviews-fluid{background:#141414;}
.profile-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 5 equal-width columns */
	gap: 10px; /* Space between cards */
}
.profile-card {
    background-color: #101010;
    color: #000000;
    text-align: left;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px auto;
	border:2px solid #272727;
	font-family: arial;
}

.profile-bar-line h3 {  font-size: 1rem;}
.profile-bar-line h6 a{ text-transform:uppercase;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;}

.profile-card p {  margin-bottom: 10px;  line-height: 19px;}
.profile-card p strong{display:block; color:#e2e2e2}
.profile-card p strong a{display:block; color:#e2e2e2} 
.profile-card p a{color:#e2e2e2; text-decoration:none;} 
.profile-card p small{display:block; color:#6d6d6d}

.rating-star{color:#ff2f86;     font-size: 25px;}
    
    .profile-card img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
	  border: 3px solid #ff006b;
    }
    
    .profile-card h4 {
      margin-top: 15px;
      font-size: 1.2rem;
    }
    
    .profile-card .reviewed-by {
      font-size: 0.9rem;
      color: #ccc;
    }

    .profile-card .more {
      color: #d62b70;
      font-weight: normal;
      text-decoration: none;
    }
	
.profile-card .quote-left {
    color: #d62b70;
    font-weight: 700;
    font-size: 30px;
}
	
	

    .profile-card .more:hover {
      text-decoration: underline;
    }
.review-para {
    position: relative;
    margin: 10px 0 30px 0;
}
.review-para::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: #e91e63;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;

}


ul.sidelist {
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
}
ul.sidelist li a{color: #000; text-decoration: none; line-height: 30px;}
ul.sidelist li a:hover{color: var(--bs-pink); text-decoration: none;}
/*review*/



    /* Style for the content section */
    .content-section {
      padding: 40px 20px;
	  text-align:justify;
	  text-transform:uppercase;
	font-size:15px;
	line-height:29px;
    }


    .content-section h1, .content-section h2, .content-section h3 {
      margin-bottom: 20px;
	      font-size: 24px;color:#fff;
	  
    }

    .content-section p {
      margin-bottom: 15px;
	  color:#fff;
    }


    /* Style for the content section */

/*===========circle slider start======*/

.banner-area{position:relative; z-index:9;}
.escort-container {
    position: relative;
    background-size: cover !important;
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 50px;
    padding-left: 0px;
    line-height: 1.2;
    background-color: #0D0B10;
    background:url(../images/banner-bg.jpg) top center no-repeat;
}


.escort-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(180deg, var(--g-top), var(--g-mid), var(--g-bot));



    z-index: 1;
    opacity: 0.8; /* adjust as needed */
    pointer-events: none;
}


		
.newly-listed-bg {
background-color: #000;
padding: 20px;
width: 100%;
}

#story-slider{margin:25px 0;}

#story-slider .cardbox {
    background: #222222;
    text-transform: uppercase;
    border: 1px solid #333333;
}

#story-slider .cardbox .image-wrapper {
    position: relative;
    overflow: hidden;
}


#story-slider .item .incard {
background: none;
color: #fff;
padding: 0px;
border-radius: 50%;
transition: transform 0.3s ease;
border-style: solid;
border-width: 3px;
border-color: rgb(255, 0, 101);
background-color: rgb(204, 204, 204);
box-shadow: none;
overflow: hidden; cursor:pointer;
height: 90px;
width: 90px;
}

.search-bar-line{border-bottom:1px solid #4b4b4b; margin-bottom:25px;}

.live-profiles-bar {
    padding: 1px 20px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .live-title {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
    }

    .search-box {
      background-color: #222;
      border-radius: 10px;
      padding: 5px 10px;
      display: flex;
      align-items: center;
      flex-grow: 1;
      max-width: 50%;
	  border:2px solid #4b4b4b;
    }

    .search-box i {
      color: #fff; font-weight:700;
      font-size: 16px;
    }

    .search-box input {
      background: transparent;
      border: none;
      color: #666666;
      font-size: 16px;
      padding: 5px;
      width: 100%;
    }

    .search-box input::placeholder {
      color: #666;
    }

    .divider {
      height: 20px;
      width: 1px;
      background-color: #444;
      margin: 0 10px;
    }

    .filter-btn {
		
  border-radius: 10px;
  background-color: rgb(41, 41, 41);
      color: #fff;
      font-size: 13px;
      border: none;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      gap: 5px;
	   border:2px solid #4b4b4b;
    }

    .filter-btn:hover {
      background-color: #333;
    }
	
	
	/* PROFILE PAGE CSS */
	
	.bck-n-next {
    padding: 1px 20px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bck-n-next a{color:#fff; text-decoration:none;}
.bck-n-next a:hover{color:#d32a6c;}

	
	
	
	  .tag {
      background-color: #1a1a1a;
      border: 1px solid #333;
      border-radius: 5px;
      padding: 6px 12px;
      margin:7px 4px;
      font-size: 0.875rem;
      display: inline-block;
	  color: #fff; cursor:pointer;
    }
	
	.tag:hover {      background-color: #ff2ea6; color: #fff;
      border: 1px solid #333;}
	
    .card-custom {
      background-color: #121212;
      border: 1px solid #2a2a2a;
    }
    .btn-dark-custom {
      background-color: #1e1e1e;
      border: none;
      color: #fff;
    }
    .btn-dark-custom:hover {
      background-color: #333;
	      color: #ff2d7f;
    }
    .btn-pink {
      background-color: #d32a6c;
      color: white;
      border: none;
    }
    .btn-pink:hover {
      background-color: #e02691;
    }
    table td, table th {
      color: #fff;
      vertical-align: middle;
    }
    .section-title {
      margin-top: 40px;
      margin-bottom: 10px;
      font-size: 1.5rem;
	  color:#fff;
    }
    .rate-table th, .rate-table td {
      padding: 0.5rem 1rem;
    }
    .btn-sm-custom {
      font-size: 0.85rem;
      padding: 6px 14px;
    }
	
	
	
	
	
	
.slick-prev, .slick-next {
    font: inherit;
    background: #ffffff;
    margin: 0px 5px;
    padding: 3px 5px 4px;
    border-radius: 5px;
    color: #ff0005;
    font-size: 12px;
    border: 2px solid #fff;
    height: 30px;
    width: 60px;
    z-index: 9;
    font-weight: 700;
}
	
	.slick-prev{  position: absolute;   top: 45%; left:0; 
    background-image: url(images/arrow-left.svg);

	
	}
	.slick-next{  position: absolute;   top: 45%; right:0;}

.slick-slide { padding: 10px;}
.slick-slide img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #272727;
    min-height: 500px;
    max-height: 500px;
}
.modal-header {
    border-top: 4px solid #ff0151;
    border-radius: 0;
    background: #b2b2b2;
}
	
	
	.rate-table{background:#101010; color:#fff; border:2px solid #272727;}
	.rate-table th{background:#101010;color:#898989;}
	.rate-table td{background:#101010;color:#fff;}
	.rate-table table tr td:first-child {color:#898989}
	.summery-box{color:#ccc;}
	.text-just{text-align:justify; line-height:25px;}

		/* PROFILE PAGE CSS end */
	

    @media (max-width: 768px) {
      .search-box {
        max-width: 100%;
      }
    }


.escort-input-group {
      max-width: 400px;
      margin: 10px auto;
      background-color: #222;
      border: 2px solid #444;
      border-radius: 10px;
      display: flex;
      align-items: center;
          padding: 7px 15px;
    }

    .escort-input-group input {
      border: none;
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      flex: 1;
    }

    .escort-input-group input::placeholder {
      color: #aaa;
    }

    .escort-input-group input:focus {
      outline: none;
      box-shadow: none;
    }

    .escort-input-group .bi {
      color: #fff;
      font-size: 18px;
    }


.filter-box {
    max-width: 420px;
    margin: 20px auto;
    padding: 0;
}

    .filter-title {
      border-top: 1px solid #444;
      padding-top: 10px;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

.btn-filter {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    border-radius: 25px;
    font-size: 13px;
    padding: 6px 6px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

    .btn-filter:hover {
      background-color: #333;
    }

/*===========circle slider======*/

		/*slider*/
		
		.newly-listed-bg {
    background-color: #000;
    padding: 20px;
    width: 100%;
}

#newly-listed .box {
    background: #222222;
    text-transform: uppercase;
    border: 1px solid #333333;
}

#newly-listed .box .img-box {
    position: relative;
    overflow: hidden;
}

#newly-listed .img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

#newly-listed .text-box {
    text-align: left;
    padding: 5px;
}

#newly-listed .text-box .featured-box .featured {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#newly-listed .featured-box .featured .title {
    background: #e50004;
    display: inline-block;
    width: 115px;
    font-size: 12px;
    text-align: center;
    rotate: -40deg;
    transform: translate(43px, 30px);
    position: absolute;
    right: 20px;
    bottom: 0px;
}

#newly-listed .featured-box .featured .play-icon svg {
    border-radius: 100%;
    font-size: 15px;
}

#newly-listed .text-box .name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--prime-clr);
}

#newly-listed .text-box .av-now {
    color: #01cf01;
    float: right;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
}

#newly-listed .text-box .name a {
    color: #fff
}

#newly-listed .text-box .verified svg {
    margin-right: 5px;
    vertical-align: middle
}

#newly-listed {
    position: relative
}

#newly-listed .text-box .type {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

#newly-listed .text-box .type span {
    display: block;
}

#newly-listed .text-box .type a {
    color: #333
}

#newly-listed .text-box .rate {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

#newly-listed .owl-theme .owl-nav {
    margin-top: 0;
	display:none;
}

#newly-listed .owl-theme .owl-nav button.owl-prev,#newly-listed .owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 30px;
    background: 0 0;
    outline: none;
    box-shadow: none
}

#newly-listed .owl-theme .owl-nav button.owl-prev {
    left: -50px;
    border: none;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: #bb0003;
}

#newly-listed .owl-theme .owl-nav button.owl-next {
    right: -50px;
    border: none;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: #bb0003;
}

#newly-listed .owl-theme .owl-nav button.owl-prev i, #newly-listed .owl-theme .owl-nav button.owl-next i {
    font-size: 19px;
    color: #000;
    padding-top: 2px;
}

#newly-listed .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.featured-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
}

.featured-box .verified-pics {
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 2px 4px 5px rgb(0 0 0 / 95%);
}

.featured-box .featured {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}

.featured-box .featured .title {
    font-family: var(--prime-font);
    background: #e50004;
    display: inline-block;
    width: 200px;
    font-size: 14px;
    text-align: center;
    rotate: -40deg;
    transform: translate(81px, 40px);
}

.featured-box .featured .play-icon svg {
    overflow: visible;
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    color: #e50004;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    color: #fff;
    font-size: 14px;
}

		
		/*slider*/
		
		
		/* escort profile post */
		
		


/* progress bar */

.selser {  filter: hue-rotate(231deg);}

.advertiser-in-list ul li {
    list-style: none;
    width: 100%;
    float: left;
    line-height: inherit;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 1px 4.75px 0.25px rgb(0 0 0 / 7%);
    padding: 7px 10px 7px 10px;
    margin: 1px 0;
    text-align:left;
	
}
.advertiser-in-list ul li a span{ color:#f52577;}

a.adbtn {
    border: 1px solid #d32a6c;
    padding: 1px 6px;
    background: #d32a6c;
    color: #fff!important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 12px;
}

.advertiser-in-list ul li a{ font-weight: normal; text-decoration:none;  color: #000;}

.green-color { background: #39b748; color: #ffffff !important; border: none;}
.green-color:hover { background: #13a735;}
.txt-green{color:#00a900}
    
	#progress-bar {
    border-radius: 2px;
    width: 50%;
    height: 24px;
    background-color: #ddd;
    margin: 0 auto;
}

    #progress {    border-radius:2px;
      width: 50%;
      height: 100%;
      background-color: #EF5350;
	  background-color: #4CAF50;
      text-align: center;
      color: white;
      transition: width 1s ease-in-out;

    }
	
	.slidedown-content {
     display: none;
    }
	
.slidedown-content #accordion-postad .panel-heading a::after {
    content: "";
    border: solid #000;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 40px;
    top: 13px;
    transform: rotate(45deg);
}
.dot-red{color: #ff2f2f!important; padding-top: 5px; font-size: 10px;  float: right;  position: absolute; top: 31%; right: 15px;  z-index: 99;}
	.dot-green {
    padding-top: 5px;
    color: green!important;
    font-size: 10px;
    float: right;
    position: absolute;
    top: 31%;
    right: 15px;
    z-index: 99;
}

.pointer{cursor:pointer;}
.advertiser-in-list ul.esc-pro-pst {
    background: #f8f9fa;
    padding: 10px 7px;
    border-radius: 4px;
}

/* /* progress bar */


.profile-box {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .profile-box h4 {
      font-weight: bold;
      color: #28a745;
    }

.progress {
    background-color: #e9ecef;
    border-radius: 20px;
    height: 25px;
}

    .progress-bar {
      background-color: #28a745;
      font-size: 16px;
      line-height: 35px;
      font-weight: bold;
    }

.main-content .list-group-item {
    border: none;
    padding: 2px 10px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

  .main-content .list-group-item:hover {
      background-color: #e9ecef;
      cursor: pointer;
    }

    .main-content .list-group-item a {
      font-weight: bold;
      color: #343a40; font-size:14px;
      text-decoration: none;
    }

    .main-content .list-group-item a:hover {
      color: #28a745;
    }

.btn-success {
    font-size: 18px;
    padding: 6px 0;
    background-color: #28a745;
    border: none;
    border-radius: 50px;
}

    .btn-success:hover {
      background-color: #218838;
    }

    .main-content h2 {
      font-weight: bold;
      color: #343a40;
    }

    .main-content p {
      color: #6c757d;
      font-size: 16px;
    }

.main-content h5 {
    margin-top: 10px;
    font-size: 16px;
    color: #343a40;
}


/* accordian */
#accordionPanelsStayOpen .accordion-item{
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	border-radius:0;
	margin-bottom:3px;
}

#accordionPanelsStayOpen .accordion-item h2{
display: block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    
    background-color: #fff;
    box-shadow: 0 1px 4.75px 0.25px rgb(0 0 0 / 7%);
	border-radius:0;
}

#accordionPanelsStayOpen .accordion-item h2 button{
	padding:6px 15px; color: #000;
}

.accordion-button:focus{box-shadow:none;}

#accordionPanelsStayOpen .accordion-item h2 button {
    padding: 6px 40px 6px 15px;
    color: #000;
}


/* services list ul */

.checklist ul { list-style: none; padding: 5px 0px 0; margin-bottom:0}
.checklist ul li {width: 20%; float: left; line-height: 27px; font-weight: normal;  margin-bottom: 5px;}
.checklist ul li input{width:19px; height:19px; border-radius:0;}
.checklist ul li a {color: #f41010;  font-size: 13px;  text-transform: uppercase;}

/* services list ul */

.accordion-item{position:relative;}

.slidedown-content .accordion-button {
    background-color: #ffffff;
    color: #ddd;
    padding: 13px 15px;
    text-transform: uppercase;
}
		
		/* escort profile post  end*/
		
		 
  /* =========ADS PAGE======== */

.tabbx .nav-tabs>li>a {
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    color: #00397a;
    padding: 7px 15px;
    margin: 10px 0 0;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 19px;
	height:auto;
}


.tabbx .nav-tabs>li.active>a {
    background: var(--logy-nav-tabs-link-active-color);
    color: #fff;
}

.ads-page .nav-tabs .nav-link {
	font-weight:700;
	border-radius:0;
    color:var(--logy-nav-tabs-link-color);
	border-color: var(--enb-nav-tabs-link-active-border-color);
}

.ads-page .nav-tabs .nav-link.active {
    color:#fff;
    background-color: var(--logy-nav-tabs-link-active-color);
    border-color: var(--enb-nav-tabs-link-active-border-color);
}
.tab-content h3{color:#111;}
.tab-content span.red{color:#d32a6c ;}
.content-in p{color:#333;}
.offer-card {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    background-color: #041c38;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

.adinfo-btn {  padding: 4px 0px; font-size: 13px;  border-radius: 0;}
.adinfo-btn span {
    background: #ededed;
    border-radius: 2px; padding:2px 10px;	
    margin:0px 7px 5px 0;
    border: 1px solid #dbdbdb; cursor:pointer;
}

.ads-page .list-view .escbx-data{ max-height: inherit;}
.ads-page .list-view .fullhalf .esc-grid { max-height: 259px; height:auto;}



.tox-notification--warning, .tox-notification{display:none!important;}


.offer-card {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    background-color: #d32a6c;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}


		/*Ads end*/
		
		
		
		/*FOOTER*/

 .footer {
      background: #242424;
      color: #fff;
      padding-top: 0rem;
	      border-top: 1px solid #8a0a40;
    }
.footer a {
    color: #ddd;
    text-decoration: none;
    font-size: 17px;
    line-height: 40px;
}
    .footer a:hover {
      color: #ff006b;
      text-decoration: underline;
    }
.footer .footer-heading {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 30px;
}
    .footer .footer-heading::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 4px;
      background: #e91e63;
      bottom: 0;
      left: 0;
    }
    .footer-bottom {
      background: #0d0d0d;
      color: #aaa;
      padding: .75rem 0;
    }
    .footer-bottom a {
      color: #aaa;
      margin-left: 1rem;
      font-size: 1rem;
    }
    /* Partition colors */
    .partition-primary { padding-top:50px}
    .partition-success { background: #1f1f1f; padding-top:60px; padding-bottom:60px;    padding-left: 25px; }
    .partition-warning { background: #1a1a1a;padding-top:50px; padding-bottom:50px; padding-left: 25px;}
		
		/*FOOTER END -- HOMEPAGE CSS ENDE*/
		
		
		/*PROFILE PAGE CSS STRAT*/
	.h2, h2 {
        font-size: 1.7rem;
        font-weight: normal;
    }
	.stat-lable{line-height:29px; text-transform:uppercase;}
	/* Desktop layout */
#mySelfieGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#mySelfieGallery img {
  width: 100%;
  height: auto;
}

/* Mobile layout (responsive for smaller devices) */
@media (max-width: 768px) {
  #mySelfieGallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
      "big big big"
      "small1 small2 small3"
      "small4 small5 small6";
    gap: 10px;
  }

  #mySelfieGallery a:nth-child(1) {
    grid-area: big;
  }

  #mySelfieGallery a:nth-child(2) {
    grid-area: small1;
  }

  #mySelfieGallery a:nth-child(3) {
    grid-area: small2;
  }

  #mySelfieGallery a:nth-child(4) {
    grid-area: small3;
  }

  #mySelfieGallery a:nth-child(5) {
    grid-area: small4;
  }


}

.info-block__heading {
    border-bottom: 2px solid #d32a6c;
    margin-bottom: 15px;
    padding: 10px 0;
}
.stat-facts-list {
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 29px;
}

.stat-facts-list ul {
    padding: 0;
    /* margin-right: 27%; */
}
.stat-facts-list ul li {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px; color:#898989;
    text-transform: uppercase;
    line-height: 34px;
}

.stat-facts-list ul li a { text-decoration:none;
    font-weight: normal;
    color: #fff;font-weight: 700;
	    min-width: 250px;
}


.tag-clouds {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.tag-clouds li {
    margin: 0 0 10px;
    padding: 0 10px 0 0;
}

.tag-clouds li a {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    background: none;
    color: #fff;
    border: #ffffff 1px solid;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    border-radius: 0px;
	    text-decoration: none;
}


.content-profile {
    padding: 40px 20px;
    text-align: justify;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 29px;
}

.content-profile h1, .content-profile h2, .content-profile h3, .content-profile h6 {
    margin-bottom: 20px;
    font-size: 24px;
}
	
	.content-profile p {
    margin-bottom: 15px;
}

.pnk-btn {
  border-radius: 2px; color:#fff; margin-bottom:15px;
  background-color: rgb(211, 42, 108);
}

.pnk-btn:hover { color:#fff;
  background-color:#ff0064;
}


/* #mySelfieGallery a:nth-child(n+2) { width: 33.333333%  } 
  #mySelfieGallery a:nth-child(n+2) img {
    width: 100%;
    padding: 10px 0px 0;
  }


*/

 /* links page css starts */
 
 .listed-ads-img{}
.listed-ads-img a {
    display: block;
    margin-bottom: 15px;
}
 
 /* links page css end */


		
		/*PROFILE PAGE CSS STRAT END*/
		
		
	
					.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}

.blog-img img {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes unwanted bottom spacing */
}

.blog-grid .blog-img .date {
  position: absolute;
  background: #ff0e73;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
    color: #d32a6c;
    text-decoration: none;
}

.px-btn-arrow{color: #d32a6c;}

.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

/*-----404 page----*/


#notfound {
  position: relative;
  height: 100vh;
  background: #030005;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #030005;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #ff005a;
  letter-spacing: -20px;
}


.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #8400ff;
  letter-spacing: 13px;
  margin: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #ff005a;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #8400ff;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
      font-size: 182px;
  }
}


/*-----404 page end----*/




/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
    padding: 6px 15px;
    font-size: 13px;
    color: #ffffff;
    background: #d32a6c;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-decoration: none;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

					
					
					/* Blog Page CSS end*/
				
	

		/*blog PAGE CSS STRAT END*/
		
		.imgads{width:100%;text-align:center;}
		.imgads a img{max-width:100%!important; height:auto!important;}
		pre {
    padding: 15px;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 20px 10px;
    text-align: left;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    position: relative;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
		

        /* Responsive Grid */
        @media (max-width: 1200px) {
            .escort-grid {
                grid-template-columns: repeat(4, 1fr); /* Adjust to 4 columns on smaller screens */
            }
			
			.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
			.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
			.header-drop .city-prime ul li {
    list-style: none;
    width: 20%;
    text-transform: uppercase;
}
        }

        @media (max-width: 992px) {
            .escort-grid {
                grid-template-columns: repeat(3, 1fr); /* Adjust to 3 columns on smaller screens */
            }
			
			.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
			.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
			
		.content-section h1, .content-section h2, .content-section h3 {margin-bottom: 20px;font-size: 20px;}
			.header-drop .city-prime ul li {
    list-style: none;
    width: 25%;
    text-transform: uppercase;
}
			
        }

        @media (max-width: 768px) {
            .escort-grid {
                grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns on smaller screens */
            }
			.footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
			.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
			
			.content-section h1, .content-section h2, .content-section h3 {font-size: 18px;		}
			
		.header-drop .city-prime ul li {
    list-style: none;
    width: 33%;
    text-transform: uppercase;
}

.review-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 5 equal-width columns */
	gap: 10px; /* Space between cards */
}
			
			
        }

        @media (max-width: 576px) {
			
			/*new*/
			
			.escort-container {
    color: #FFF;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0;
    text-align: justify;
	background-position-x: -580px;
}

    .filter-section {
        position: static;
        height: auto;
                padding: 0px 15px;
    }
			
			.gallery-holder {
    position: relative;
    display: block;
    height: auto;
}

.live-title{display:none;}

#story-slider {
    margin: 15px 0;
    background: #000000;
    padding: 15px;
}
.live-profiles-bar {
padding: 1px 0px 16px 0px;}

     .escort-grid {
                grid-template-columns: repeat(2, 1fr); /* Adjust to 1 column on mobile */
				    gap: 5px;
            }
	.collapse-transition {
  transition: max-height 0.5s ease, padding 0.5s ease;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.collapse-transition.show {
  max-height: 500px; /* Big enough for your content */
  padding-top: 1rem;
  padding-bottom: 1rem;
}		
			
			.escort-card {
    background: none;
    color: #fff;
			padding: 5px 0px;}
			.lst-item .esc-info div {
			text-align: center;}
			
			.search-bar-line {
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 0px;
}

			.profile-bar-line {
    border-bottom: 0px solid #4b4b4b;
    margin-bottom: 0px;
}
			
			#story-slider .item .incard {  height: 110px; width: 110px;}
			
				/*new end*/	
				
				
				/* profile PAGE responsive */
				
				.profile-card { float: left; }	

.slick-slide img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #272727;
    min-height: auto;
}
				
.profile-card p {
    margin-bottom: 10px;
    line-height: 19px;
    width: 50%;
    float: left;
}				

 /* Mobile-first approach */
  @media (max-width: 768px) {
    .mob-order {
      flex-direction: column;
    }

    .box2nd:nth-child(2) {
      order: -1; /* move 2nd div to top */
    }
  }
				
					/* profile PAGE responsive */
					
					
					
					/* Blog Page CSS */
					

					
					
					/* Blog Page CSS end*/
				
       
			.footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
			.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
			.content-section h1, .content-section h2, .content-section h3 {font-size: 17px;}
			#newly-listed { padding: 0;}
			
			.listed-ads-img a img{width:100%!important; height:auto!important;}
			
			
			.escort-container h1 {  font-size: 18px; color: #fff; font-weight: 700;}
			
				.filter-section { position:static;  height: auto;}
			.header-drop .city-prime ul li {
    list-style: none;
    width: 50%;
    text-transform: uppercase;
}

.stat-facts-list ul li a {
    min-width: 180px;
}

.h2, h2 {
    font-size: 1.2rem;
    font-weight: normal;
}

.findbtn {
    font-size: 12px;
}

.content-profile {
    padding: 20px 0px;
    text-align: justify;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 29px;
}

/* escort-profile-post */

.advertiser-in-list ul li a { font-size: 13px;}
.profile-box h4 {  font-size: 18px;}
.checklist ul li {
width: 50%;}

    .ads-page .nav-tabs .nav-link {
        font-size: 13px;
    }

			
        }
