/* Define Light Theme Variables */
:root {
  --background-color: #f0f0f0;
  --text-color: #000000;
  --link-color: #0d6efd;
  --link-hover-color: #0b5ed7;
  --sidebar-background: #ffffff;
  --sidebar-text-color: #2e2e2e;
  --sidebar-item-border: #ddd;
  --home-background-color: white;
}

/* Define Dark Theme Variables */
body.dark-mode {
  --background-color: #000;
  --text-color: #ffffff;
  --header-background: #242526;
  --link-color: #4e83fc;
  --link-hover-color: #d8d8d8;
  --sidebar-background: #2f2f2f;
  --sidebar-text-color: #ffffff;
  --sidebar-item-border: #555;
  --home-background-color: #151515;
}

/* Apply the variables throughout your CSS */
body {
  background-color: var(--background-color);
  color: var(--text-color);
}
.breadcrumb-item.active a, .breadcrumb-item+.breadcrumb-item::before , .token-container h1{
    color: var(--text-color) !important;
}
/*sidebaar styling*/

.sidebar-left{
  background-color: var(--sidebar-background);
  box-shadow: 2px 0 5px 0px #FDCF3E;
  position:relative;
}
.sidebaar-logo{
  display: flex;
  justify-content: center;
  background: black;
}
.more-city-icons i{
      color: var(--text-color);
}

.sidebar-left .logo img {
  width: 160px;
  height: auto;
}
.sidebar-left .search {
  background: #cb2845 url(https://www.eurogirlsescort.com/dist/images/underlogo-decor.png?v=1.1) no-repeat;
  background-size: contain;
  text-align: center;
  padding: 25px 5px 5px 5px;
}
.sidebar-left .search input{
  background: #161010;
  outline: 0;
  color: white;
}
.sidebar-left .search input::placeholder{
  color: white;
}
.sidebar-left .countries .item-list{
  padding-right: 2px;
}
.sidebar-left .countries .item-list h2{
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px 10px;
  padding: 0;
  text-transform: uppercase;
}
.sidebar-left .countries .item-list>ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--sidebar-item-border);
}
.filter-handler{
    display:none;
}
ul.city-list {
  display: block;
  list-style: none;
  background: var(--background-color);
  padding: 8px 10px 8px 30px;
  border-left: 3px solid #FDCF3E;
}
ul.city-list li{
  padding-bottom: 2px;
}
.sidebar-left .countries .item-list>ul>li {
  padding: 5px 0px;
  border-top: 1px solid var(--sidebar-item-border);
}
.sidebar-left .countries .item-list .more {
  padding: 0;
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.sidebar-left .countries .item-list>ul>li i:nth-child(2) {
  display: none;
}
.sidebar-left .countries .item-list a {
  color: var(--sidebar-text-color);
  text-decoration: none;
}
.sidebar-left .countries .item-list small {
  font-size: 12px;
  color: #6e6e6e;
  float: right;
}

/* header styling*/
.headline {
  width: 90%;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.headline h2 {
  font-size: 18px;
  color: #b38a3e;
  margin: 5px 30px 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.btn.yellow {
  border: 1px solid #b38a3e;
  background: #bc954a;
  background: linear-gradient(180deg, #bc954a 0, #f7c957 50%, #bc954a 100%);
  color: #281b00 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .46);
}
.btn.red{
  color:white;
  background: linear-gradient(180deg, #ed3857 0, #a81c34 100%);
}
.headline .banners {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 30px;
}
.headline .banners a{
  font-size: 12px;
  font-weight: 700;
}
.banners-inpage, .about-container, .privacy-container, .faq-container{
  width: 90%;
  margin: 15px auto;
}
.header {
  border-top: 10px solid;
  border-image: linear-gradient(to right, #FDCF3E, black 70%) 1;
  display: flex;
  flex-wrap: wrap;
}
.header-logo {
  background-attachment: fixed;
  background: black url(/assets/img/logo-gold-transparent.png);
  width: 17%;
  /* background: #2f2f2f; */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-menu{
  border-bottom: 5px solid transparent;
}

@media only screen and (max-width: 600px) {
  .header-logo {
    width: 100%;
    padding: 10px 0px;
  }
  .header-nav{
    width:100%;
  }
}
.header-row-1{
  background: black;
  border-bottom: 1px solid #FDCF3E;
   padding: 0px 10px;
   color: #b38a3e;
   justify-content: end;
}
.header-row-2{
  background: black;
}
.header-row-1 a, .header-row-2 a{
  color: white;
  font-size: 13.5px;
  text-decoration: none;
  font-weight: 600;
}
.header-row-1 a{
  transition: 1s;
}
.header-row-1 button{
  border-radius: 0px;
}
.header-row-1 a i{
  font-size: 17px;
}

.header-row-1 a:hover{
  color: #FDCF3E;
}
.header-row-2 a:hover{
  background-color: black;
  border-bottom: 5px solid #FDCF3E;
  color: white;
}
.activemenu{
  background-color: black;
  border-bottom: 5px solid #FDCF3E;
  color: white;
}

/*toggle panding!!!*/



/* filter baar */
.filter-wrapper, .form-container{
  width: 90%;
  margin: 0 auto;
}
.card-list{
  width: 90%;
  margin: 0 auto;
}
.dropdown-toggle{
  font-size: .8rem;
  font-weight: 600;
}
.dropdown .dropdown-menu{
  padding: 15px 20px;
}
.dropdown button{
  color: var(--text-color);
}
.active-filter{
  color: #FDCF3E !important;
}
.dropdown-box{
  background-color: var(--home-background-color);
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.custom-range-fields input{
  width: 60px;
  height: 30px;
  padding: 0px 4px;
  margin: 0px 5px;
}
.dropdown:hover .dropdown-toggle {
  background-color: #f8f9fa;
  color: #000;
}
.checkbox-list {
  margin: 16px auto;
  display: flex;
  gap: 5px;
}
.sidebar-active{
    color: #FDCF3E !important;
    font-weight: 600;
}
.item {
  display: flex;
  align-items: center; 
  padding: 8px;
  background-color: var(--home-background-color); 
  transition: background-color 0.3s;
  font-size: 14px;
}

.item:hover, .active-checkbox-filter {
  color: #FDCF3E;
}

.checkbox {
  display: flex;
  align-items: center; 
  cursor: pointer; 
}
.checkbox input{
  margin-right: 4px;
}

.card {
  transition: transform 0.3s; 
  position: relative;
  background-color: var(--home-background-color);
  color: var(--text-color);
}

.card:hover, .card:hover .card-body span {
  color: #FDCF3E;
  transform: scale(1.05); 
}

.card-category {
  font-size: 14px; 
  color: var(--text-color); 
}
.card-title{
  color: var(--text-color); 
}
.card:hover .card-title{
  color: #FDCF3E;
}
.vip-badge{
  position: absolute;
  top: -6px;
  right: -4px;
  width: 25%;
}
.top-badge{
  position: absolute;
  top: -4px;
  right: -3px;
  width: 25%;
}
.premium-badge{
  position: absolute;
  top: -12px;
  right: -4px;
  width: 25%;
}

/* select role page */
.selectrole-container{
  width:90%;
  margin:0 auto;
}
.selectrole-box ul.checklist.mt-3 {
  min-height: 156px;
}
.selectrole-box h4 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .46);
}
.selectrole-box ul li {
  list-style: none;
  font-size: 13x;
  padding-bottom: 4px;
  padding-left: 14px;
  position: relative;
}
.selectrole-box li:before {
  content: '\2713';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #FDCF3E;
  font-weight: bolder;
}
.selectrole-box a{
  bottom: 15px;
  left: 10px;
}
/* Error message modal */
.error-modal {
  display: none;
  position: fixed;
  top: 15%;
  width: 30%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
}

.success-modal {
  display: none;
  position: fixed;
  top: 25%; /* Adjust as needed */
  width: 30%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
}

.modal-content {
  position: relative;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}



@keyframes fadeInOut {
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}

/*Profile Details page*/
.media-gallery{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.profile-description{
  background-color: var(--sidebar-background);
}
.profile-description h5, .detail-profile .contacts h5{
  text-transform: uppercase;
  color: #FDCF3E;
  font-weight: 700;
}
.profile-description .profile-about{
  font-size: 12px;
  font-weight: 500;
}
.detail-profile .params>div {
  padding: 5px 30px;
  display: flex;
}
.detail-profile .params>div>span {
  flex-basis: 120px;
  color: #FDCF3E;
  font-weight: 500;
}
.detail-profile .params>div>strong {
  font-weight: 400;
  overflow-wrap: anywhere;
}
.detail-profile .contacts {
  background: var(--sidebar-background);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  border: 1px solid #ddd;
  padding: 20px 25px 20px 26px;
  border-left: 4px solid #FDCF3E;
  font-size: 16px;
  margin-bottom: 30px;
}
.fa-phone, .fa-earth-americas, .fa-city, .fa-triangle-exclamation {
  color: #FDCF3E;
}
i.fa-brands.fa-whatsapp {
  background: #0eb70e;
  padding: 3px;
  font-size: 18px;
  border-radius: 14px;
}
.detail-profile .contacts .buttons {
  margin: 30px 0 0;
  max-width: 400px;
}
.detail-profile .contacts .buttons .email-contacct{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FDCF3E;
    color: white;
}
.detail-profile .contacts .buttons .contact-sub-button, .reviews .review-btn{
  color: white;
  background: black;
}
.alert-box{
  font-size: 11px;
  color: #FDCF3E;
  font-weight: 600;
}
.detail-profile .working-time .nonstop {
  background: var(--sidebar-background);;
  font-size: 14px;
  padding: 20px;
}
.detail-profile .working-time .nonstop strong {
  background: #4d952a;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
}
.detail-profile table {
  width: 100%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  background: var(--sidebar-background);;
}
.detail-profile table thead {
  background: #FDCF3E;
  color: #fff;
}
.detail-profile table tbody tr {
  border-bottom: 1px solid #ddd;
}
.detail-profile table td, .detail-profile table th {
  text-align: left;
  padding: 10px 20px;
}
.detail-profile table tbody tr th, .fa-xmark {
  color: #FDCF3E;
}

/* Footer*/
.footer {
  background: linear-gradient(180deg,#242424 0,#1a1a1a 100%);
  border-top: 10px solid;
  border-image: linear-gradient(to right, #FDCF3E, black 70%) 1;
}
.footer .menu {
  font-size: 12px;
  padding: 15px 30px;
  min-height: 80px;
}
.footer .menu ul {
  list-style-type: none;
  padding: 0;
}
.footer .menu li {
  display: inline-block;
  margin-right: 20px;
}
.footer .menu a {
  color: #fff;
  text-decoration: none;
}
.footer .menu a:hover {
  color: #FDCF3E;
}
.footer .part-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  color: #9c9c9c;
  background: #262626;
  padding: 15px 30px;
}
.footer .part-bottom div {
  min-width: 150px;
  max-width: 1000px;
  vertical-align: middle;
}
.footer .part-bottom .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer .part-bottom div {
  min-width: 150px;
  max-width: 1000px;
  vertical-align: middle;
}
.footer .part-bottom a {
  color: #fff;
  /* font-size: 12px; */
  text-decoration: none;
  margin-right: 10px;
}

.media-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 20px 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 80%) /* Black background with opacity */
}

/* Modal Content */
.img-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 30%;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: #000000ad;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 10px 16px;
  color: white;
  border-top: 1px solid #bbb;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.profile-details-card{
  background-color: var(--sidebar-background);
  padding:12px 22px;
}
.profile-card{
  background-color: var(--sidebar-background);
}
.profile-card-img{
  height:310px;
}
div#filter-container {
  width: 90%;
  margin: 0 auto;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 5px;
  background-color: var(--home-background-color);
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
}
.filter-pill button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.no-profile-message{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.breadcrumb-item a {
  text-decoration: none; 
  color: inherit;
}

.agency-container, .review-container {
  width: 90%;
  margin: 0 auto;
}
.agency-card{
  border-radius: 0px 0px 0px 0px;
}
.agency-card, .review-card{
  background-color: var(--home-background-color);
}
.agency-card a{
  color: var(--text-color);
}
.agency-card-head {
  border-bottom: 2px solid #FDCF3E;
}
.review-card-head {
  background-color: #FDCF3E;
  border-radius: 20px 0px;
}
/* Container title styling */
.subscription-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.subscription-title {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
}

/* Main card container with rounded corners and shadow */
.subscription-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #f7f9fc;
  padding-bottom: 20px;
}

.subscription-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Card header with gradient background and custom text color */
.subscription-card-header {
  background: linear-gradient(135deg, #FDCF3E, #04d9ff);
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.subscription-card-title {
  font-size: 1.5rem;
  margin: 0;
}

/* Card price styling */
.subscription-card-price {
  font-size: 1.75rem;
  color: #FDCF3E;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

/* Card text styling for plan description */
.subscription-card-text {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  min-height: 243px;
  padding: 0 15px;
}

/* Footer with Choose Button */
.subscription-card-footer {
  text-align: center;
  margin-top: 20px;
}

/* Button styling */
.subscription-btn {
  background-color: #FDCF3E;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.subscription-btn:hover {
  background-color: #8E7A6A;
  transform: scale(1.05);
}

.agency-card-head {
  font-weight: 700;
  padding-bottom: 2px;
  padding-left:10px;
}
.agency-card-content{
  font-weight: 500;
}

/* Review css*/
.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-size: 2em;
}
.review-profile-img{
  width: 90%; 
  height: 65px;
  border-radius: 70%;
}
.rating input {
  display: none;
}

.rating label {
  color: #ccc;
  cursor: pointer;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: gold;
}
span.review-card-star {
  font-size: 20px;
  color: gold;
}
.profile-phone-number, .profile-viber , .profile-table-first{
  color: var(--text-color) !important;
}
.text-theme{
  color: #8E7A6A;; 
}
.verificationImgModal {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 100px; 
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.verificationImgModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button */
.verificationimgclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.verificationimgclose:hover,
.verificationimgclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.token-container, .advertise-container{
    background: var(--sidebar-background);
    width: 80%;
    margin: 50px auto;
    padding: 20px 0px;
}
.token-container h1{
  text-align: center;
}
.bg-gradient {
  background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
}

.animate-zoom {
 transition: transform 0.2s ease-in-out;
}

.animate-zoom:hover {
 transform: scale(1.1);
}

.hover-grow {
 transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.hover-grow:hover {
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.review-card{
  border-radius: 19px 0px 0px;
}
.register-container{
  background-color: var(--home-background-color);
}

.profile-pic {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.escort-name {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.card-category {
  font-size: 12px;
  color: var(--text-color);
}
.profile-card-video{
  width: 100%;
  height: 310px;
}
.video-overlay {
  position: absolute;
  top: 4px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1px 9px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}
.contact-container{
    width: 45%;
    margin: 36px auto;
    background: var(--home-background-color);
    padding: 15px 25px;
}
/* Enhanced Age Verification Popup Styles */
.av-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.av-popup-content {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.av-logo-container {
  text-align: center;
  margin-bottom: 20px;
}

.av-logo {
  max-width: 120px;
}

.av-title {
  color: #d22;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.av-message {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:700;
}

.av-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
  color: #ffffff;
}

.av-list li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight:700;
}

.av-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d22;
  font-size: 14px;
}

.av-agreement-text {
  font-weight: bold;
  color: #d22;
  font-size: 14px;
  margin-bottom: 20px;
}

.av-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.av-enter-btn,
.av-leave-btn {
  padding: 12px 25px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.av-enter-btn {
  background-color: #28a745;
}

.av-enter-btn:hover {
  background-color: #218838;
}

.av-leave-btn {
  background-color: #dc3545;
}

.av-leave-btn:hover {
  background-color: #c82333;
}
.mobile-nav {
  display: none;
}
.menu-toggle{
  display: none;
}
.profile-mobile-description{
  display: none;
}
.profile-page-premium-badge{
  position: absolute;
  top: -20px;
  right: -4px;
  width: 18%;
}
.dropdown-menu{
  background: var(--sidebar-background);
  color: var(--text-color);
}
.agency-inner-card, .club-inner-card{
   height: 300px;
}
@media (max-width: 768px) {
        .agency-inner-card , .club-inner-card{
          height: auto;
        }
        .filter-handler {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: var(--sidebar-background);
          border: 1px solid #ddd;
          cursor: pointer;
          margin-bottom: 10px;
          font-size: 14px;
          padding: 10px;
        }
        .show-filters {
          display: flex !important;
          max-height: 1000px;
        }
        .dropdown-box, .checkbox-list{
          display: none;
        }
        .dropdown-box.show-filters{
          flex-direction: column;
        }
        .menu-toggle{
          display: block;
          background: none;
          border: 0px;
          padding: 10px;
          color: white;
        }
        .header-row-2 .nav{
          display: none;
        }
        .mobile-nav {
          flex-direction: column;
          align-items: center;
          background: #161010;
      }
      .show-menu {
        display: flex;
      }
      .mobile-nav a{
        color: white;
        border-bottom: 1px solid #4b4b4b;
      }
      .mobile-nav a:hover{
        color: #FDCF3E;
      }
      .activemobilemenu{
        color: #FDCF3E !important;
      }
      .profile-mobile-description{
        display: block;
        background-color: var(--sidebar-background);
      }
      .profile-description{
        display: none;
      }
      .profile-mobile-description h5, .detail-profile .contacts h5{
        text-transform: uppercase;
        color: #FDCF3E;
        font-weight: 700;
      }
      .profile-mobile-description .profile-about{
        font-size: 12px;
        font-weight: 500;
      }
    .sidebar-left {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        z-index: 1000;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .sidebar-left.show {
        display: block;
    }
    #sidebarToggle{
        text-align: end;
        background: none;
        border-radius: 0px;
        color: white;
        border: none;
        outline: none;
    }
    .activesidebartoggle i{
      color: #902A2C !important;
    }
    .headline .banners{
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      justify-content: center;
    }

    .banners-inpage {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .header{
        border-top:none;
    }
    .header-nav .header-row-1{
        padding:5px 0px;
    }
    .profile-card-img{
        height:450px;
    }
    .agency-card {
    border-radius: unset;
    }
    span.review-card-star {
    font-size: 13px;
    color: gold;
    }
    .review-profile-img {
    width: 100%;
    height: 38px;
    border-radius: 70%;
    }
    .header-row-1{
    padding: 0px 0px;
    justify-content:center;
    }
    .header-row-1 form{
    width:95%;
    }
    .detail-profile table th {
    padding: 10px 7px;
    }
    .img-modal-content {
    width: 90%;
    }
    .success-modal {
    top: 7%;
    width: 60%;
    font-size: 11px;
    }
    .error-modal {
    top: 7%;
    width: 50%;
    }
    .modal-content {
    padding: 5px 7px;
    }
    .form-row {
    display: flex;
    flex-direction: column !important;
    gap: 7px;
    }
    .form-row div {
    margin-right: 0px !important;
    }
    #rating-21 label {
    font-size: 40px;
    }
    .advertise-container div h4{
        font-size:16px;
    }
    .advertise-container div ul{
        font-size:11px;
    }
    .contact-container {
    width: 100%;
    }
    .contact-menus{
        font-size:13px;
    }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 64%);
  z-index: 2;
  cursor: pointer;
}
.loader {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #FDCF3E;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.lang-dropdown{
    min-width:10px !important;
    width:70px !important;
    padding:6px 0px !important;
}
.lang-dropdown li a{
    gap:3px;
    color:var(--text-color);
}
.forgotpass-card{
    background:var(--sidebar-background);
}
@media screen and (min-width: 1600px) {
    .profile-params{
        column-count: 2;
        column-rule: 1px solid #ddd;
    }
    .profile-params div{
        padding: 5px 10px
    }
}
.swal2-popup{
    background:var(--sidebar-background) !important;
    color:white !important;
}
.custom-cookie-popup {
    width:90%;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    font-size: 17px;
    display: none;
}

.custom-cookie-popup ul {
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    margin: 10px 0;
}

.custom-cookie-buttons {
    margin-top: 10px;
}

.custom-cookie-accept {
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}

.custom-cookie-cancel {
    background: #ff4d4d;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#profile-cards-container{
  min-height: 90vh;
}