/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* My CSS */
.chat-list-section { display: flex; gap: 5%; }
.my-chat-list {width: 30%;background: #e4faff;padding-top: 1%;padding-bottom: 1%;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);border-radius: 12px;}
.chat-list-section .wpms-message-form, .guest-wpms-message-form {width: 70%;}
.my-chat-list ul li, .seller-chat-list  ul li { list-style: none; }
.my-chat-list ul li a, .seller-chat-list ul li a { color: #000; }
.my-chat-list ul li.current-seller a, .seller-chat-list ul li.current-purchaser a {color: #9350fb;}
.my-chat-list ul li a span.unread, .seller-chat-list  ul li a  span.unread{ color: red; }
.chat-list-section .wpms-conversation, .chat-list-section .guest-wpms-conversation, .seller-chat-area .chat-common-class  {max-height: 255px;overflow: auto; padding-right: 2%; }
.chat-list-section .wpms-message-form, .chat-list-section .guest-wpms-message-form { margin: 0px auto !important; }
form#guest-wpms-send-name input { margin-bottom: 3%;}
#guest-wpms-send-name button {margin: 0 auto;max-width: 100%;text-align: center;width: 100%;}
.send-msg a {border: 1px solid #9350FB;border-radius: 12px;color: #9350FB;padding: 6px 15px 6px 15px;}
.send-msg { margin-top: 10%; }
.all-sellers-page .pagination span, .pagination a { border: 1px solid #11c7ef; padding-left: 6px;padding-right: 6px; color: #11c7ef}
.all-sellers-page span.page-numbers.current { border: 1px solid #9350FB; color: #9350FB; }
.seller-chat-list ul { padding-left: 0px; }
.seller-chat-list h3 { font-size: 16px; }

@media (max-width: 768px) {
	.chat-list-section { display: block; }
	.my-chat-list { width: 100%; }
	.chat-list-section .wpms-message-form, .guest-wpms-message-form {width: 100%;}
	.seller-chat-area { display: block; }
	.seller-chat-list, .wpms-seller-dashboard .wpms-conversation { width: 100% !important; }
	
}
/* CSS for new design by Zahid */

body {
	background-color: #F7E7CE;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

h1 {
	font-family: "brush-script-std", cursive !important;
}

.top-nav {
  	display: flex;
  	justify-content: space-evenly;
  	align-items: center;
  	margin-bottom: 30px;
}

.nav-btn {
	background: none;
  	font-size: 16px;
	font-weight: 600 !important;
  	border: 2px solid #FF6F61;
  	color: #1A535C;
  	padding: 6px 20px;
  	cursor: pointer;
}

.logo-sec img {
  	width: 85px;
  	box-shadow: 0px 10px 0px 0px rgba(255, 111.00000000000006, 97.00000000000003, 0.11);
    border-radius: 10px 10px 10px 10px;
}

.top-nav a {
    border-radius: 3px;
}

.login-title {
  	font-size: 60px;
  	color: #1A535C;
	text-align: center;
}

.login-form {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 10px;
  	margin-bottom: 20px;
}

.login-form label {
  	color: #1A535C;
  	font-size: 16px;
}

.login-form input, .sig-form input {
  	width: 100%;
  	padding: 10px;
  	border: 2px solid #FF6F61;
  	border-bottom: 3px solid #FFC107;
  	font-size: 16px;
  	font-weight: 400;
  	text-align: center;
}

.submit-btn {
  	background-color: #FF6F61 !important;
  	color: #fff !important;
  	border: none;
  	font-size: 16px;
  	font-weight: 600;
  	padding: 7.5px 30px;
  	margin-top: 10px;
  	cursor: pointer;
}

.extras {
	width: 100%;
  	text-align: right;
  	margin-top: 5px;
}

.forgot-link {
  	font-size: 16px;
  	color: #1A535C;
  	text-decoration: underline;
}

.signup-section {
  	text-align: center;
  	margin-top: 30px;
}

.signup-section hr {
  	border: none;
  	border-top: 2px solid #1A535C;
  	margin: 10px auto;
  	width: 80%;
}

.signup-section p {
  	font-size: 16px;
  	font-weight: 400;
  	color: #1A535C;
}

.signup-btn {
  	background-color: #FFC107 !important;
  	color: #fff !important;
  	border: 2px solid #FF6F61;
  	padding: 6px 20px;
  	font-weight: bold;
  	font-size: 16px;
  	cursor: pointer;
}
p.error {
    color: #FF6F61;
    font-style: italic;
    font-size: 16px;
}

p.success {
	color: #1A535C;
	font-style: italic;
    font-size: 15px;
	margin-top: 10px;
}

.step-1, .step-2, #bio {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
}

.inline-row {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	text-align: left;
}

.inline-row label {
  	flex: 1;
  	color: #1A535C;
  	font-weight: 400;
  	font-size: 16px;
}

.inline-row input, .inline-row select, .inline-row textarea {
  	flex: 2;
  	font-size: 16px;
  	padding: 8px;
  	margin-left: 10px;
  	border: 2px solid #FF6F61;
  	border-bottom: 3px solid #FFC107;
	width: 100%;
}
.inline-row1 input, .inline-row1 textarea, .login-form input, .sig-form input  { font-family: 'Roboto', Arial, sans-serif; }

.inline-row1>#description {
	height: 150px;
}

.inline-row1> label {
	padding: 15px 0px;
}

.custom-close-btn {
	color: #fff !important;
}

input[readonly] {
	background-color: #e6e6e6 !important;
}

.country-select {
  	flex: 1 !important;
  	margin-left: -28px !important;
}

.four-column-row {
  	display: flex;
  	justify-content: space-between;
  	gap: 10px;
  	flex-wrap: wrap;
}

.four-column-row .inline-row {
  	flex: 1 1 48%;
}

.label-inline {
  	color: #1A535C;
  	font-size: 16px;
  	text-align: left;
  	flex: 2;
}

.yellow-btn {
  	background-color: #FFC107 !important;
  	color: #fff !important;
  	border: none;
  	padding: 7.5px 20px;
  	border-radius: 3px;
  	font-weight: bold;
  	cursor: pointer;
  	flex: 1;
  	margin-left: 10px;
}

.mandatory {
  	font-size: 16px;
  	color: #1A535C;
  	margin-left: auto;
}

.p-sec>p {
  	font-size: 16px;
  	color: #1A535C;
  	text-align: left;
}

.sig-form label {
    color: #1A535C;
    font-size: 16px;
    font-weight: 600;
}
.sig-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.step-2 { display:none; }

.container {
  max-width: 450px;
  margin: auto;
  padding: 20px;
  padding-top: 125px;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F7E7CE;
  z-index: 1000;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 16px;
  flex-wrap: wrap;
  gap: 10px;
}


.nav-btn {
  background: none;
  border: 2px solid #FF6F61;
  color: #1A535C;
  padding: 7.5px 15px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.logo-sec {
  width: 85px;
  border-radius: 10px !important;
  object-fit: contain;
}


.page-title {
  font-size: 50px;
  color: #1A535C;
  text-align: center;
  margin-top: 0px;
  margin-bottom: -10px;
}

.section1 {
  padding-top: 20px;
  text-align: center;
}

.field-row {
  display: inline-flex;
  align-items: center;
  margin: 5px 5px;
  gap: 20px;
}

.field-row label {
  width: 100px;
  text-align: left;
  color: #1A535C;
  font-size: 16px;
  font-weight: 400;
}

.field-row input {
  width: 250px;
  max-width: 250px;
  padding: 7.5px 15px;
  border: none;
  font-weight: 400;
  color: #1A535C;
  font-size: 16px;
  background-color: #dfeeff;
}

.field-row select {
    width: 250px;
    max-width: 250px;
    padding: 8px;
}

.section2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 15px;
}

.left-column {
  width: 75% !important;
}

.section-heading {
  color: #1A535C;
  font-size: 22px !important;
  text-align: left;
  font-weight: 500;
  margin: 10px 0;
}

.left-column .field-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.left-column label {
  width: 125px;
  max-width: 125px;
  font-weight: 400;
  color: #1A535C;
  text-align: center;
}

.left-column input, select {
  width: 100%;
  max-width: 100%;
  padding: 6px;
  border: none;
  font-weight: 400;
  background-color: #dfeeff;
}

.right-column {
  width: 30% !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}

.description-box {
  border: 3px dashed #1A535C;
  padding: 15px;
  text-align: center;
}

.headline-label {
  font-size: 17px !important;
  color: #1A535C;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.edit-btn {
  background-color: #FFC107 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 20px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.p_img { max-width: 100px;margin-top: -20px; }
.inline-row input[type=file] {
	border: none;
}

@media (max-width: 480px) {

	.swiper-container {
		overflow: unset;
	}
	.sl-prev-nxt {
    	position: absolute  !important;
		width: 100% !important;
		margin-top: -48% !important;
		z-index: 999999999 !important;
	}

	.container {
  padding: 0px;
  padding-top: 90px;
  overflow: hidden;
}
	.logo-sec {
  	width: 70px;
  	border-radius: 10px;
}
	
	.inline-row label {
  	font-size: 15px;
}

.inline-row input, .inline-row select, .inline-row textarea {
  	font-size: 14px;
  	padding: 8px 5px;
}

.four-column-row {
  	gap: 10px 5px;
}
	
	.card-j img.profile-img-j {
      height: 360px;
    }
	
.field-row label {
  font-size: 15px;
}
.section1> .field-row> label {
  width: 75px;
}

.section1> .field-row> input {
  width: 225px;
  max-width: 225px;
}

.section1>.field-row> select {
    width: 225px;
    max-width: 225px;
}

  .profile-section label {
      font-size: 15px !important;
    }

    .file-input {
      padding: 5px 10px !important;
      font-size: 15px !important;
    }
	
.section2 {
  gap: 10px;
}

.left-column {
  width: 100% !important;
}

.section-heading {
  font-size: 22px !important;
	text-align: left !important;
  
}
	.left-column label {
  width: 35%;
  max-width: 100%;
  font-size: 15px;
}

.left-column> .field-row> select {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
}
	.left-column>.field-row {
  gap: 10px;
}
	.right-column {
  width: 40% !important;
}
	.headline-label {
  font-size: 18px;
}
}

.label-row-i {
      text-align: center;
      font-size: 24px !important;
      font-weight: 400;
      word-spacing: 30px;
      color: #1A535C;
      margin-bottom: 10px;
    }

    .search-box-i {
      border: 2px solid #FF6F61 !important;
      font-size: 16px;
      border-bottom: 2px solid #FFC107 !important;
      padding: 8px;
      width: 100%;
      margin: 10px 0 10px 0;
    }

    .range-section-i {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px;
      margin-top: 12.5px;
    }
    .input-row-i>.range-label-i {
	   margin-left: 0px;
		margin-top: 25px;
    }
    .range-label-i {
      font-size: 16px;
      font-weight: 400;
      color: #1A535C;
      margin-top: -25px;
      min-width: 60px;
    }

    .range-wrapper-i {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
      margin-left: 15px;
    }

    .range-wrapper-i input[type="range"] {
      width: 100%;
      -webkit-appearance: none;
      height: 3px;
      border: 2px solid #1A535C;
      background: #dfeeff;
      
    }

    .range-wrapper-i input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      background: url('https://cdn-icons-png.flaticon.com/512/833/833472.png') no-repeat center center / cover;
      cursor: pointer;
      margin-top: 0px;
      position: relative;
      z-index: 2;
    }

    .range-wrapper-i input[type="range"]::-moz-range-thumb {
      height: 24px;
      width: 24px;
      border-radius: 50%;
      background: url('https://cdn-icons-png.flaticon.com/512/833/833472.png') no-repeat center center / cover;
      cursor: pointer;
      position: relative;
      z-index: 2;
    }

    .range-value-i {
      font-size: 14px;
      color: #1A535C;
      margin-top: 4px;
      text-align: center;
    }

    .where-buttons-i {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: -25px 0 0 75px;
    }

    .where-buttons-i button {
      border: 2px solid #FF6F61;
      background-color: #F7E7CE;
      padding: 8px 35px;
      font-weight: bold;
      color: #1A535C;
      font-size: 16px;
    }

    .action-row-i {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: 20px 0;
    }

    .reset-btn-i {
      border: 2px dashed #FF6F61;
      padding: 0px 5px;
      font-weight: bold;
      background: transparent;
      color: #1A535C;
      display: flex;
      flex-direction: column;
      font-size: 15px;
      align-items: center;
    }

    .reset-btn-i span {
      font-size: 15px !important;
    }

    .search-btn-i {
      background-color: #92D050 !important;
      border: 1px solid #92D050 !important;
      padding: 6px 115px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      color: #f44336 !important;
      box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }

    .city-container-i {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      margin-top: 10px;
    }

    .city-container-i .label-i {
      font-weight: 400;
      font-size: 16px;
      color: #1A535C;
    }

    .city-btn-i {
      background: transparent;
      border: 1px solid #FF6F61;
      padding: 6px 123px;
      margin-left: 15px;
      font-size: 16px;
      font-weight: bold;
      color: #1A535C;
    }

.where-i {
	margin-left: -382.50px !important;
}

@media (max-width: 480px) {

	.footer-ar img {
    	width: 30% !important;
	}
    .username {
      font-size: 14px !important;
      width: 75px !important;
	  margin-right: 0px !important;
    }

    .message-text {
      font-size: 14px !important;
    }
	
	.where-i {
	margin-left: -260px !important;
}
	
	.welcome-block h2 {
      font-size: 2rem;
	  margin-top: 10px !important;
    }
  
    .welcome-block h1 {
      font-size: 2.2rem;
    }
     
.update-pro {
	margin-top: 0rem !important;
}
   .section-title {
      font-size: 1.5rem !important;
    }
	
	.main-profile-content {
            flex-direction: row !important;
        }
	
.main-image-section {
    width: 70% !important;
	height: 325px;
	margin-top: 0px !important;
	}
	
	.full-section {
		width: 100% !important;
		height: 340px !important;
		margin-top: 25px;
		margin-bottom: 35px;
			}
	
	.img-profile-sec {
		object-fit: cover !important;
		height: -webkit-fill-available !important;
	}
	
	.side-images-section {
		width: 30% !important;
	}
	
	.sec-design> label {
  	flex: 1 1 165px !important;
	font-size: 16px !important;
}

	  .where-buttons-i {
      gap: 10px;
      margin: -25px 0 0 75px;
    }
	
	.range-label-i {
	font-size: 14px !important;
	min-width: 60px !important;
	margin-top: 25px !important;
}

.range-wrapper-i1 {
	min-width: 260px !important;
}

    .where-buttons-i button {
      padding: 5px 15px;
      font-size: 16px;
    }
	
	.sec-gap {
	gap: 5px !important;
}
	
	.sec-gap> .country-select {
	margin-left: 5px !important;
}

    .action-row-i {
      gap: 15px;
      margin: 20px 0;
    }

    .reset-btn-i {
      padding: 0px 5px;
    }

    .reset-btn-i span {
      font-size: 16px;
    }

    .search-btn-i {
      padding: 4px 85px;
      font-size: 16px;
    }

    .city-container-i {
      gap: 15px;
      margin-top: 10px;
    }

    .city-container-i .label-i {
      font-size: 16px;
    }

    .city-btn-i {
      padding: 6px 85px;
      margin-left: 25px;
      font-size: 16px;
    }
	.input-row-i>.range-label-i {
		margin-top: 25px;
    }
	
}

.gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .gallery-item {
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 2px dashed #FF6F61;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1A535C;
      font-style: italic;
      font-weight: bold;
      cursor: pointer;
      position: relative;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .gallery-item input[type="file"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }

.profile-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 30px;
    }

    .profile-section label {
      font-size: 16px;
      color: #1A535C;
      font-weight: 400;
      white-space: nowrap;
    }

    .file-input {
      position: relative;
      overflow: hidden;
      display: inline-block;
      border: 2px solid #FF6F61;
      padding: 6px 20px;
      font-size: 16px;
      color: #1A535C;
      font-weight: 400;
      cursor: pointer;
    }

    .file-input input[type="file"] {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      cursor: pointer;
    }

    .profile-preview {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 4px;
      border: 1px solid #ccc;
    }

.sub-heading {
      font-size: 22px !important;
	  text-decoration: underline;
      color: #1A535C;
      text-align: center;
      margin-bottom: 12px;
    }

.sec-gap {
	gap: 37.5px;
}
  .radio-label {
    border: 2px solid #FF6F61;
    padding: 8px 15px !important;
    font-weight: 400;
    color: #1A535C;
    display: flex;
    align-items: center;
	font-size: 16px;
    gap: 6px;
    cursor: pointer;
  }

  .radio-label input[type="radio"] {
    accent-color: #FF6F61;
    cursor: pointer;
  }

.inline-row label {
  flex: 0 0 85px;   
}

.sec-design> label {
  	flex: 1 1 285px;
	font-size: 16px;
	line-height: 20px;
}

.gallery-item .pre {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item .pre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#profilePic {
	line-height: 40px;
}

.distance-text {
  text-align: right;
  font-size: 16px;
  padding: 5px 16px;
  margin-top: 10px;
  color: #444;
}

.card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 10px;
  position: relative;
}

.profile-img {
  width: 125px !important;
  height: 125px !important;
  object-fit: cover;
}
.card-info {
  flex-grow: 1;
  text-align:left;
}

.name-row {
  font-size: 16px;
  margin-bottom: 4px;
  background-color: #dddddd5c;
  padding: 4px 10px;
}

.sub-info {
  font-size: 15px;
  color: #666;
  margin-bottom: 4px;
  padding: 4px 10px;
}

.description {
  font-size: 13px;
  margin-bottom: 8px;
  background-color: #dddddd5c;
  padding: 4px 10px;
}

.actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inbox-sec {
	text-align: end !important;
	width: 75px;
}

.heart {
  background-color: #ff6f91;
  color: white;
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
}

.cancel {
  background-color: #eee !important;
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
}

.distance {
  margin-top: 42px;
  font-size: 14px;
  color: #777;
}

.filter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7e7ce;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  padding: 20px;
}

.filter-content {
  max-width: 475px;
  margin: auto;
}

.close-popup {
  position: sticky;
  top: 0;
  background: #f44336 !important;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  float: right;
}

 .card-j {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .card-j img.profile-img-j {
      width: 100%;
      height: 384px;
      display: block;
    }

    .overlay-j {
      position: absolute;
      top: 0;
      left: 0;
      color: #1A535C;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .top-left-j {
	  background: rgba(255, 255, 255, 0.75);
      text-align: left;
	  width: fit-content;
	  padding: 10px;
      font-size: 16px;
      line-height: 1.3;
    }

    .top-left-j strong {
      font-size: 18px;
    }

    .top-right-j {
      position: absolute;
	  background: rgba(255, 255, 255, 0.75);
      top: 0px;
      right: 0px;
      font-size: 14px;
      text-align: right;
	  padding: 2.5px;
    }

    .top-right-j div {
      margin-bottom: 4px;
      padding: 3px 6px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .bottom-overlay-j {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px;
      border-radius: 6px;
      font-size: 13px;
    }

    .bottom-overlay-j .desc-j {
      text-align: center;
	  background: rgba(255, 255, 255, 0.75);
      flex: 1;
      padding: 5px 5px;
	font-weight: 400;
		margin: 0px 20px;
	  width: fit-content;
    }

    .arrow-btn-j {
      background: none;
      border: none;
      font-size: 16px;
      color: white;
      cursor: pointer;
    }

    .swipe-text-j {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      margin-top: 12px;
      color: #444;
    }

    .double-arrow-j {
      display: flex;
      justify-content: center;
      margin: 5px auto 5px;
      width: 100%;
    }

    .double-arrow-j span {
      font-size: 48px;
      color: #ec6c5c;
      font-weight: 400;
      line-height: 1;
    }

    .bottom-nav-j {
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 15px 0;
    }

    .bottom-nav-j button {
      background: none;
      border: none;
      font-size: 16px;
      cursor: pointer;
    }

    .heart-btn-j {
      background: #ff9898;
      padding: 10px;
      border-radius: 50%;
      font-size: 16px;
      color: white;
      border: none;
    }

.varified-icon {
	text-align: left;
	margin-top: 22%;
    position: absolute;
    margin-left: 2%;
}

.varified-icon > h6 {
	margin: -10px 2.5px;
    color: #92D050;
    font-family: 'brush-script-std';
}

.irs-min,.irs-max, .irs-line {
	background-color: #f44336 !important;
	color: #fff !important;
}

.irs-bar, .irs-single, .irs-from, .irs-to {
	background-color: #92D050 !important;
}

.irs-handle {
	    border: 4px solid #92D050 !important;
}

.irs-single:before, .irs-to:before, .irs-from:before {
	border-top-color: #f44336 !important;
}

.close-popup {
	color: #fff !important;
}

.irs-grid {
	display: none !important;
}

.radio-label> input {
	display: none;
}

.radio-label input[type="radio"]:checked + span {
	background-color: #92D050;
	color: #fff;
	padding: 8px 15px;
	margin: -8px -15px;
}

.range-section-i1 {
	display: flex;
	margin-bottom: 20px;
	margin-top: 10px;
}

.range-label-i {
	min-width: 85px;
	margin-top: 22.5px !important;
	text-align: left;
}

.range-wrapper-i1 {
	min-width: 385px;
}

  .main-profile-content {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        @media (min-width: 768px) { 
            .main-profile-content {
                flex-direction: row;
            }
        }

        .main-image-section {
            position: relative;
            width: 100%; 
			margin-top: 10px;
        }

        @media (min-width: 768px) {
            .main-image-section {
				margin-top: 10px;
                width: 75%;
				height: 375px;
            }
			
			.full-section {
				width: 100%;
				height: 410px;
			}
			.img-profile-sec {
				object-fit: cover;
				height: -webkit-fill-available !important;
			}
        }
      
        .overlay-content {
            position: absolute;
            inset: 0; 
            padding: 1rem; 
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .top-right-icons {
            align-self: flex-end; 
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            margin-top: 0.5rem;
            color: #ffffff;
            font-size: 0.875rem; 
            gap: 0.5rem; 
        }

        .icon-item img {
            width: 40px; 
            height: 40px;
        }

        .icon-item .fas {
            font-size: 1.125rem;
        }

       
        .side-images-section {
            display: flex;
            flex-direction: column;
            gap: 0.5rem; 
            width: 100%; 
        }

        @media (min-width: 768px) { 
            .side-images-section {
                width: 25%; 
				margin-top: 10px;
            }
        }

        .side-images-section img {
            width: 100%;
            height: 120px;
            object-fit: cover;
        }

     
        .info-section {
            display: flex;
            justify-content: space-between;
            align-items: start;
        }

        .profile-details {
            display: flex;
            flex-direction: column;
            color: #374151; 
        }

        .profile-details .name-age {
            font-size: 1.5rem; 
            font-weight: bold;
        }

        .profile-details .location {
            display: flex;
            align-items: center;
            font-size: 1.125rem; 
        }

        .profile-details .location .fas {
            color: #4b5563; 
            margin-right: 0.5rem; 
        }

        .verified-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .verified-badge img {
            width: 3rem;
            height: 3rem;
        }

        .verified-badge h6 {
            font-size: 16px; 
            font-weight: 600; 
            color: #92D050;
            font-family: 'brush-script-std'; 
			margin-top: -2.5px;
        }

        .see-more-btn {
            background-color: transparent; 
            color: #f44336; 
            padding: 5px 10px; 
            font-size: 16px; 
            font-weight: 400; 
            border: solid 1px #f44336;
            cursor: pointer;
        }

        .description-section {
            background-color: #fff7ed; 
            padding: 15px;
			margin-top: 5%;
        }

        .description-section h3 {
            font-size: 16px; 
            font-weight: bold;
            margin-bottom: 0.5rem; 
            margin-top: 0px;
			line-height: 26px;
        }

        .read-more-icon-container {
            display: flex;
            justify-content: flex-end;
        }

        .read-more-icon {
            color: #f97316; 
            font-size: 1.5rem; 
            cursor: pointer;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-duration: 150ms; 
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
        }

        .read-more-icon:hover {
            color: #ea580c; 
        }

.welcome-block h2 {
      font-size: 2.5rem;
	  font-weight: 400;
      margin-bottom: -10px;
	  margin-top: -20px;
	  text-align: center;
	  font-family: "brush-script-std", cursive !important;
    }
    .verified-icon {
      display: inline-block;
      border: 2px solid #1e3a3a !important;
      border-radius: 6px !important;
      vertical-align: middle;
      padding: 2px;
      width: 30px;
      height: 30px;
    }
    .welcome-block h1 {
      font-size: 2.75rem;
		text-align: center;
      margin: 0.5rem 0 1.5rem;
    }
     .dual-btn {
		 text-align: center;
    }
.update-pro {
	margin-top: 0rem !important;
}
    .btn-stack {
      background-color: #f44336;
	  border: 1px solid #f44336;
      color: #fff !important;
      padding: 0.55rem 2rem;
      font-size: 1.1rem;
      font-weight: bold;
      cursor: pointer;
		border-radius: 3px;
    }
    .btn-inbox {
      background-color: #facc15;
	  border-radius: 3px;
      color: #fff !important;
      padding: 0.55rem 2.6rem;
      font-size: 1.1rem;
      font-weight: bold;
      cursor: pointer;
      position: relative;
    }
    .btn-inbox img {
      position: absolute;
      left: -15px;
      top: 15%;
      transform: translateY(-50%);
      height: 50px;
    }
    .section-title {
      font-size: 2rem;
      margin-top: 1rem;
	  font-family: "brush-script-std", cursive !important;
    }
    .verification {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      margin-top: 0.5rem;
      flex-wrap: wrap;
		margin-bottom: 5%;
    }
    .verify-label {
      font-weight: 600;
    }
    .verified-value {
      color: #92D050;
    }
    .btn-verify {
      background-color: #92D050;
      color: #fff !important;
      font-weight: bold !important;
      text-decoration: none;
      padding: 0.4rem 1rem;
		border-radius: 3px;
    }
    .btn-group {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 0.5rem;
      flex-wrap: wrap;
    }
    .btn-inline {
      border: 1px solid #f44336;
      padding: 0.5rem 1rem;
      text-decoration: none;
      color: #1e3a3a;
		border-radius: 3px;
    }
    .go-promo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1.5rem;
    }
    .btn-promo {
      background-color: #0f172a;
      color: #fff !important;
      padding: 0.5rem 1rem;
      font-weight: bold;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.5rem;
	 border-radius: 3px;
    }
    .logout-btn {
      border: 1px solid #f44336;
      padding: 0.5rem 1.5rem;
      text-decoration: none;
      color: #1e3a3a;
		border-radius: 3px;
    }
.logout-btn-e {
	text-align: center;
}
    .delete-profile {
      text-align: right;
    }
    .delete-profile a {
      color: #1e3a3a;
      text-decoration: none;
    }

.container-w {
	text-align: center;
}
.section-title-w {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.title-w {
	font-family: "brush-script-std", cursive !important;
	font-size: 30px !important;
}

.inline-label-w {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.gold-text-w {
  color: #fcbf49;
  font-weight: bold;
}

.price-row-w {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1rem 0;
}

.pink-btn-w {
  background-color: #f44336;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 0.4rem 1.25rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.yellow-btn-w {
  background-color: #ffc107;
  border: 1px solid #f44336;
  color: #fff;
  display: inline-block;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  font-weight: 600 !important;
  font-size: 1.1rem;
  cursor: pointer;
}

.dashed-line-w {
  border-top: 4px dashed #0b3d3d;
  margin: 1.5rem 0;
}

.inactive-w {
  color: #f44336 !important;
  font-weight: bold;
}

.start-date-w {
  margin-top: 1rem;
}

.no-data-w {
  color: #f44336 !important;
  font-weight: bold;
  margin-left: 0.5rem;
}

.note-w {
  font-size: 0.73rem;
  margin-top: 1.5rem;
  color: #333;
}

.note-w img {
  vertical-align: middle;
  height: 20px;
  margin-left: 5px;
}

.inbox-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .inbox-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .user-icon {
      width: 40px !important;
      height: 40px !important;
      border: 2px solid #f44336 !important;
      padding: 5px 3px !important;
      border-radius: 100% !important;
    }

    .username {
      font-weight: bold;
      width: 85px;
      margin-right: 10px;
      white-space: nowrap;
    }

    .message-box {
      background: #dcdcdc;
      padding: 6px 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex: 1;
    }

    .message-text {
      font-size: 0.95rem;
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .plus-icon {
      width: 20px;
      height: 20px;
      margin-left: 10px;
      flex-shrink: 0;
    }

    .liked-profiles {
      display: flex;
      align-items: center;
      margin-top: 15px;
      gap: 8px;
    }

    .liked-link {
      font-weight: bold !important;
      text-decoration: none;
    }

    .bookmark-icon {
      width: 35px;
    }

    .blocked-profile {
      text-align: right;
      margin-top: 15px;
    }

    .blocked-profile a {
      font-weight: bold;
      text-decoration: none;
    }

.sub-title {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-left: 10px;
}

.chat-box {
    border: 3px solid #FF6F61;
    border-bottom: 3px solid #FFC107;
    border-radius: 30px;
    padding: 20px;
    background: #fffaf2;
    height: 350px;
    overflow-y: auto;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}


.message {
    width: 75%;
    padding: 10px;
    font-size: 14px;
    position: relative;
}

.incoming {
    background: #dcdcdc;
    align-self: flex-start;
}

.outgoing {
    background: #d5e9fa;
    align-self: flex-end;
}

.timestamp-in {
    font-size: 0.75rem;
    margin-bottom: 15px;
    width: 75%;
    align-self: flex-start;
    text-align: right;
}

.timestamp-out {
    font-size: 0.75rem;
    margin-bottom: 15px;
    width: 75%;
    align-self: flex-end;
    text-align: right;
}

.start-date {
    text-align: right;
    font-size: 0.85rem;
    margin-bottom: 15px;
}


.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}


.block-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f44336;
}

.block-btn {
    color: #f44336 !important;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.block-icon {
    width: 25px;
    margin-top: 5px;
}

.send-btn {
    background: #ffcc34 !important;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: bold;
    border: 1px solid #f44336;
    font-size: 16px;
    cursor: pointer;
}

.user-icon-verified {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #92D050 !important;
    padding: 5px 3px !important;
    border-radius: 100% !important;
}

div#signup-messages p.success {
    color: #92D050 !important;
    font-weight: bold;
}

.inbox-row .chat-detail { display: flex;flex: 1; }

p.success {
	color: #92D050 !important;
    font-weight: bold;
}

p.error {
	color: #FF6F61; !important;
    font-weight: bold;
}

.description-section p {
    word-wrap: break-word;
}


/* Menus css */
.custom-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menu li {
    position: relative;
}

.custom-menu a {
    display: block;
    padding: 10px 0;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Submenu */
.custom-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 6px;

    display: none;
    z-index: 9999;
}

/* Open submenu */
.custom-menu .has-submenu.open > .submenu {
    display: block;
}

.custom-menu .submenu li a {
    padding: 10px 18px;
    white-space: nowrap;
    font-size: 14px;
}

.custom-menu .submenu li a:hover {
    background: #f5f5f5;
    color: #FF6F61;
}


/* Mobile */
@media (max-width: 767px) {
	.custom-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.custom-menu > li {
        width: 100%;
    }
	.custom-menu > li > a {
        padding: 12px 0;
    }
	.custom-menu .submenu {
        position: absolute;
        width: 100%;
        min-width: auto;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 0 15px;
    }
	.custom-menu .submenu li a {
        padding: 8px 0;
    }
}

.menu-filter {
    display: flex;
	gap: 10px;
}

ul.custom-menu > li > a {
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    height: 42px;
}
.custom-menu .has-submenu.open > .submenu{
    right: 0px;
    left: auto;
}

.custom-menu .has-submenu.open > .submenu li a {
	text-align: left;
}

@media(max-width:767px){
	.custom-menu .has-submenu.open > .submenu {    width: 170px; }
}


.lust-right-menus .elementor-button-wrapper {
    text-align: left;
}

.lust-right-menus  ul.custom-menu {
    justify-content: center;
	display: grid;
}

a.wishlist-user { font-size: 26px;
    color: #FF6F61;
    margin-top: -10px;
}

button.nav-btn { border: none !important; }
.top-nav > a {
    border: none;
}

.custom-membership-form {
    text-align: left;
    margin-left: 25%;
    margin-right: 5%;
    margin-top: 4%;
}

.custom-membership-form input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #FF6F61;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.custom-membership-form input[type="radio"]:hover {
    border-color: #FF6F61;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.custom-membership-form input[type="radio"]:checked {
    border-color: #1A535C;
    background: #1A535C;
}


.custom-membership-form input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sl-prev-nxt {
    margin-top: -37%;
    z-index: 999 !important;
    position: relative;
}
.sl-prev-nxt button {
    width: 49%;
    background: #fff;
    opacity: 0.8;
	font-size: 21px;
	border-color: #FF6F61;
}
.sl-prev-nxt button:hover, .sl-prev-nxt button:focus {
	background-color: #FF6F61;
}


.swiper-container.swiper-dynamic {
    width: 100%;
}
.side-images-section img {
    border: 1px solid #f44336;
}

.footer-ar img {
    width: 12%;
}
.footer-ar { margin-top: 2%; }
.page-id-68 .footer-ar { margin-top: 10%; }
