/**
 * dashboard-style Components CSS
 * 
 * 
 * @package HelloElementorChild
 * @version 2.0.1
 */
 .select_btn{
    position: relative;
  }
  .select_btn .gtranslate_wrapper{
    position: relative;
    display: inline-block;
  }
  .select_btn .gtranslate_wrapper > select.gt_selector{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px !important;
  }
  .select_btn .gtranslate_wrapper::after{
    content: "\003e";
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    font-size: 22px;
    color: #000;
    line-height: 1;
  }
  .select_btn .goog-te-combo{
    appearance: auto !important;
    padding-right: initial !important;
  }
.responded {
  background: linear-gradient(to right, #28a745, #20c997);
  color: #fff;
  box-shadow: 0 3px 0 #1e7e34 !important;
}
 .btn_style {
    box-shadow: 0px 10px 0px -3px #7721e1;
    border-radius: 300px; 
    width: max-content;
  }
  .select_btn{
  box-shadow: 0px 10px 0px -3px #c6c6c6ad;
  border-radius: 300px; 
  width: max-content !important;
  }
  .btn_style .elementor-widget-container, .select_btn .elementor-widget-container {
    border-radius: 280px;
    padding: 4px;
    background: #FFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(175 175 175) 61%);
  }
  
  .btn_style .elementor-button-wrapper {
    border-radius: 40px;
      background: #00000091;
      padding: 1px;
  }
  .select_btn .elementor-shortcode, .select_btn .elementor-button-wrapper {
      border-radius: 40px;
      background: #00000091;
      padding: 1.5px;
      padding-bottom: 3.5px;
      padding-top: 0px;
  }
  .additonal_silver_btn .elementor-button-wrapper {
    padding-bottom: 1.5px !important;
    padding-top: 1px !important;
  }
  
  .btn_style a, .select_btn select.gt_selector.notranslate {
    box-shadow: none !important;
    border-style: none !important;
  }
  
  .m-auto {
    margin: auto;
  }
  
  .map-btn-container.btn_style.red_btn {
    box-shadow: 0px 10px 0px -3px #ef4444 !important;
}
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
  }
  select.gt_selector.notranslate {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    font-family: "DM Sans", Sans-serif;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    background-image: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    border-radius: 90px 90px 90px 90px;
    padding: 8px 0px 8px 10px;
    box-shadow: 0px 10px 0px -3px #C6C6C6;
    border-color: inherit !important;
    outline: none !important;
    FONT-SIZE: 16PX;
    text-align: center;
    top: 2px;
    position: relative;
  }
html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #f2f2f2;
    color: #1e293b;
    line-height: 1.5;
    overflow-x: hidden;
    max-width: 100%;
}


/* Start the loader section */
#page-loader {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#page-loader .spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #9440EE; 
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
 

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #9a9a9a00;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(
    130deg,
    #9440EE 0%,
    #5318FD 100%
  );
}

.post-Service-section {
    margin-bottom: 40px;
    margin-top: 10px;
}

.dashboard {
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
}

body .btn-primary {
border-style: groove !important;
border-width: 5px 5px 5px 5px !important;
background: linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%) !important;
 box-shadow: 0px 10px 0px -3px #9440EE !important;	
}


/* Main Content Styles */
.main-content {
    flex: 1;
    margin-left: 291px;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
}



/* Content Styles */
.content {
    flex: 1;
    padding: 20px 24px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.welcome-section {
    margin-bottom: 32px;
	background: #FFFFFF;
    padding:30px 18px;
	border-radius:16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

}

.welcome-title {
    font-size: 27px;
    font-weight: 400;
    color: #212322;
    letter-spacing: -0.5px;
    position: relative;
	display: inline-block !important;
    width: max-content;
    padding-bottom: 8px;        
	
}

h1.welcome-title:after {
    position: absolute;
    background: #9440EE;
    width: 75%;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
}

.highlight {
    color: #9440EE;

}
.welcome-title .highlight{
    font-weight: 600;
}

.welcome-text {
    color: #4C4C4C;
    margin-bottom: 4px;
    font-size: 18px;
	font-weight: 400;
	margin-top: 36px;
}

.help-text {
    color: #9440EE;
    font-size: 14px;
    font-weight: 600;
}



/* Metrics Cards */

.metrics-cards {
      display: flex;
      gap: 25px;
    }

  
		
		
		
.curved-edge {
  --r: 25px; /* radius */
  --s: 34px; /* size of the inner curve*/

  border-radius: 20px;

  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(
      #000 70%,
      #0000 72%
    ) no-repeat;
  mask:
    right 0 bottom calc(var(--s) + var(--r)) var(--_m),
    right calc(var(--s) + var(--r)) bottom 0 var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r)) calc(-1 * var(--r)) no-repeat,
    conic-gradient(
      from 90deg at calc(100% - var(--s) - 2 * var(--r))
        calc(100% - var(--s) - 2 * var(--r)),
      #0000 25%,
      #000 0
    );
}

/* Border container that creates the border effect */
.curved-edge-container {
  position: relative;
}

.curved-edge-container::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: white;
  z-index: 0;
  border-radius: 20px;

  --r: 25px; /* radius */
  --s: 34px; /* size of the inner curve*/

  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(
      #000 70%,
      #0000 72%
    ) no-repeat;
  mask:
    right 0 bottom calc(var(--s) + var(--r)) var(--_m),
    right calc(var(--s) + var(--r)) bottom 0 var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r)) calc(-1 * var(--r)) no-repeat,
    conic-gradient(
      from 90deg at calc(100% - var(--s) - 2 * var(--r))
        calc(100% - var(--s) - 2 * var(--r)),
      #0000 25%,
      #000 0
    );
}

/* Upcoming Sales Section */
.upcoming-sales {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.section-header {
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffff;
}

.sales-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.services-title {
	 font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
	padding:10px;
}

.search-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-input-wrapper {
    position: relative;
	display: flex;
    align-items: center;
    border: 1px solid #aa66ff;
    border-radius: 30px;
    padding: 5px 15px;
    background: white;
    width: 100%;
}



.search-input {
    padding: 8px 10px 8px 10px;
     outline: none;
    flex: 1;
    font-size: 16px;
    background: transparent;
    color: #333;
    width: 350px;
}

.search-btn-container.btn_style {
    position: absolute;
    right: 5px;
    top: 2px;
  }
.search-btn {
border: none;
border-radius: 30px;
padding: 3px 40px;
background-image: linear-gradient(130deg, #5318FD 0%, #9440EE 100%);
color: white;
font-weight: bold;
}

.btn-selected-by {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.selected-header {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
 font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    fill: var(--e-global-color-text);
    /* Put the image first so it's rendered on top of the gradient */
    background-image: 
        url("/wp-content/uploads/2025/07/arrow-down.png"),
        linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);

    background-repeat: no-repeat, no-repeat;
    background-position: right 1.2rem center, center;
    background-size: 1rem, 100% 100%;

    border-radius: 90px 90px 90px 90px;
    padding: 6px 30px 6px 30px;
    min-width: 180px;
}


/* Empty State */
.empty-state {
    padding: 64px 32px;
    text-align: center;
}

.empty-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
   
}

.services-empty-icon {
	width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.empty-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.services-empty-title {
	font-size: 30px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.empty-text {
    color:#1E1E1E;
    max-width: 480px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

.services-empty-text {
	 color:#1E1E1E;
    max-width: 490px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.2;
}

.service-post-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 23px;
    border-radius: 30px;
    background: linear-gradient(135deg, #9440EE, #5318FD);
    color: white;
}
	
/* Manage Listings page style */


.data_table {
       padding: 28px;
   }
 .table-listings {
      width: 100%;
      border-collapse: collapse;
    }

    .th-listings {
      text-align: left;
      padding: 12px;
      color: #9440EE; 
      font-weight: 600;
      border-bottom: 1px solid #e5e7eb; 
    }
    
    .th-listings:last-child {
      min-width: 180px;
    }

    td {
      padding: 12px;
      color: #4A4A4A;
      font-size: 14px;
      border-bottom: 1px solid #E3DBDB; 
    }
    
    td:last-child {
      min-width: 180px;
    }

    .status {
      display: inline-flex;
      align-items: center;
      padding: 4px 8px;
      border-radius: 12px;
      background-color: #E3FFF1; 
      color: #065f46; 
      font-size: 14px;
	  font-weight: 500;	
    }

    .status-dot {
      width: 8px;
      height: 8px;
      background-color: #10b981; 
      border-radius: 50%;
      margin-right: 6px;
    }





 .status-blue {
      display: inline-flex;
      align-items: center;
      padding: 4px 8px;
      border-radius: 12px;
      background-color:#22A5EB1A; 
      color: #22A5EB; 
      font-size: 14px;
	  font-weight: 500;	
    }

.status-dot-blue {
	
	 width: 8px;
      height: 8px;
      background-color:#22A5EB; 
      border-radius: 50%;
      margin-right: 6px;
}


 .status-orange {
      display: inline-flex;
      align-items: center;
      padding: 4px 8px;
      border-radius: 12px;
      background-color: #FFFAEB; 
      color: #B54708; 
      font-size: 14px;
	  font-weight: 500;	
    }

.status-dot-orange {
	
	 width: 8px;
      height: 8px;
      background-color:#F79009; 
      border-radius: 50%;
      margin-right: 6px;
}


.status-red {
	display: inline-flex;
      align-items: center;
      padding: 4px 8px;
      border-radius: 12px;
      background-color: #FEF3F2; 
      color: #B42318; 
      font-size: 14px;
	  font-weight: 500;	
}

.status-dot-red {
	
	 width: 8px;
      height: 8px;
      background-color:#B42318; 
      border-radius: 50%;
      margin-right: 6px;
}
    .action-button {
      padding: 4px 22px;
      border: none;
      border-radius: 30px;
      color: #fff;
      cursor: pointer;
      font-weight: 600;
    }

.action-button-subcription{
      padding: 6px 16px;
      border: none;
      border-radius: 8px;
      color: #fff;
      cursor: pointer;
      font-weight: 600;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	  width:100%;
    }

    .edit-button {
      background: linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
    }

    .delete-button {
      background: linear-gradient(to bottom, #FC6868, #C13737);
    }

    .action-button:hover {
      opacity: 0.9;
    }


    /* Sidebar container */
.leads-sidebar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    right: -100%;
    width: 291px;
    height: 100vh;
    background: url(/wp-content/uploads/2025/06/Sidebar.webp);
    color: white;
    padding: 30px 20px;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    font-family: 'DM Sans', sans-serif;
    flex-direction: column;
}

/* Open state */
.leads-sidebar.open {
    right: 0;
}

/* Header with logo and close */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-logo {
    width: 135px;
}
.left-panel-sidebar-logo {
    width: 135px;
}

.sidebar-close-btn {
    font-size: 34px;
	color:white !important;
    cursor: pointer;
}

/* Sidebar links */
.sidebar-menu {
    list-style: none;
    padding-top:60px;
    margin: 0;
}

.sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 12px 0;
}

.sidebar-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

/* Logout Button */
.sidebar-logout {
    width: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, #FC6868, #C13737);
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}

/* Footer Text */
.sidebar-footer {
    margin-top: 180px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

/* User Avatar Icon */
.user-avatar {
    cursor: pointer;
    font-size: 20px;
    color: #333;
}


/* header */ 

.header {
    background: white;
    padding: 23px 20px;
    display: flex;
    align-items: start;
	border-radius: 14px;
	margin: 24px 24px 0px 24px;
    justify-content: space-between;
    box-shadow: 0px 4px 15px 0px #0000000D;;
}

.header-left {
    display: flex;
    flex-direction: column;
}

.header-btn {
    padding: 10px 18px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.browse-sales, .hire-company {
    background: #f1f5f9;
    color: #7c3aed;
    border: 1px solid #e2e8f0;
}

.browse-sales:hover, .hire-company:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

.items-count {
    background: #7c3aed;
    color: white;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.items-count:hover {
    background: #6d28d9;
    transform: translateY(-1px);
}

.header-right {
     display: flex;
    gap: 20px;
    justify-content: flex-start;
    
}

.language-currency {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    font-family: "DM Sans", Sans-serif;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    background-image: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 14px 0px #0000002E;
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    border-radius: 90px 90px 90px 90px;
    padding: 6px 30px 6px 30px;
}

.language-currency:hover {
    background: #f1f5f9;
}
.user-avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.user-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-text);
    background-image: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 14px 0px #0000002E;
    border-radius: 90px 90px 90px 90px;
    border: 3px solid #b7a5a5;
}

.user-avatar:hover {
    transform: scale(1.05);
}


/* Sidebar Styles */
.sidebar {
    width: 291px;
	background:url(/wp-content/uploads/2025/06/Sidebar.webp);
    color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(139, 92, 246, 0.15);
	z-index: 9999;

}
.sidebar::-webkit-scrollbar{
    display: none;
}

.logo-section {
    padding: 18px 24px 12px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.post-sale-section {
   padding: 24px 24px 10px 24px;
   
}

.post-Service-section {
    padding: 0 24px 10px 24px;
}

i.fas.fa-plus.custom-bg { 
			background: #9463db; 
			padding: 6px; 
			border-radius: 5px; 
		}
		
.post-sale-btn {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
span.status {
    text-transform: capitalize;
}
.flex.gap-1 {
    font-size: 14px;
  }
.post-sale-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.navigation {
    flex: 1;
    padding: 0px 0px  0 20px;
}

.navigation ul {
    list-style: none;
}

.navigation li {
    margin-bottom: 12px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px 0px 0px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* .nav-item:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.nav-item.active {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
 */

.nav-item:hover path,
.nav-item.active path {
  stroke: url(#iconGradient);
}

.nav-item:hover,
.nav-item.active {
  background: white;
  color: #5318FD; 
  border-right: 5px solid #9a00ff;
  font-weight: 600;
}


.nav-item:hover span,
.nav-item.active span {
  background: linear-gradient(135deg, #9440EE, #5318FD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.nav-item i {
    width: 20px;
    text-align: center;
}


.settings-section {
    padding: 24px 0px 24px  24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Start preview section */



	.publish-container {
       margin: auto;
      background: white;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 5px 25px rgba(0,0,0,0.08);
      margin-bottom: 30px;
    } 
	  
   .publish-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
	  
   .publish-title {
      color: #9440EE;
      margin-bottom: 30px;
	  font-weight:600; 
      font-size: 30px;
    }
	  
    .publish-subtitle {
      font-size: 16px;
      color: #666;
      margin-top: 5px;
    }
   .publish-subtitle h2{
      font-size: 24px;
	  font-weight:500;
      color: #1E1E1E;
      margin-top: 5px;
    }
    .publish-agreement {
      border-top: 1px solid #eee;
      padding-top: 20px;
    }
    .publish-agreement label {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #333;
      font-size: 14px;
    }
    .publish-agreement input[type="checkbox"] {
      accent-color: #9440EE;
      width: 18px;
      height: 18px;
    }
	  
.publish-btn {
       margin-top: 70px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 30px;
      color: white;
      padding: 6px 30px;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
	background: linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
  color: #fff ;
  border-style: groove;
  border-width: 5px 5px 5px 5px;
  box-shadow: 0px 10px 0px -3px #9440EE;
    } 
	  
	  
    .preview-section {
      background: white;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin: auto;
    }
	  
    .preview-section h2 {
      font-size: 20px;
	  font-weight:600;	
      color: #9440ee;
      margin-bottom: 10px;
    }
    .info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
	  margin-bottom: 24px;
      border-bottom: 2px solid #f3f4f6;
      padding-bottom: 8px;	
		
    }
    .info-item {
	  color: #4C4C4C;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 12px;
    }
    .info-item strong {
     display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
    }
    .preview-description {
      margin: 20px 0;
      line-height: 1.6;
	  margin-bottom: 24px;
      border-bottom: 2px solid #f3f4f6;
      padding-bottom: 20px;
      word-break: break-all;
		
    }
    .tag-list, .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 15px 0;
	 margin-bottom: 24px;
     border-bottom: 2px solid #f3f4f6;
     padding-bottom: 20px;
    }
    .tag-item {
      background-color: #f3e9fd;
      color: #9440ee;
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 14px;
    }
    .pill-item {
    
      color:#4C4C4C;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .pill-item i {
      color: #9440ee;
    }
   
	.audio-player-container {
     margin: 0 auto;
	  margin-bottom: 24px;
     border-bottom: 2px solid #f3f4f6;
     padding-bottom: 20px;
    }

   

    .audio-badge {
      background: #e5f9ed;
      color: #2e9b66;
      font-size: 12px;
      padding: 3px 8px;
      margin-left: 10px;
      border-radius: 12px;
    }
	  
	.audio-header {
      display: inline-flex;
    } 
	  
 .audio-heading-section {
    display: flex;
    flex-direction: column;
     margin-left: 20px;
	 margin-top: 20px;
 } 
	  
    .audio-player {
     display: flex;
    align-items: center;
    border: solid #f3f4f6 2px;
    gap: 12px;
    padding: 8px 15px;
    border-radius: 20px;
    }

    .audio-play-btn {
       margin-top:20px;
    }

    .audio-info {
      flex-grow: 1;
    }

    
    .audio-title {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 16px;
    }

    .audio-subtitle {
      margin: 0;
      font-size: 14px;
	  font-weight: 400;
      color: #5A605C;
    }

    .progress-bar {
      margin: 6px 0;
    }

    .progress-bar input[type="range"] {
      width: 100%;
      accent-color: #a259ff;
      cursor: pointer;
    }

    .time-display {
      font-size: 12px;
      color: #555;
      text-align: right;
    }
	  
    .media-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin: 10px 0;
    }
    .media-card {
      width: 180px;
      background: #f9f9f9;
      border-radius: 12px;
      padding: 10px;
      text-align: center;
      border: 1px solid #e0e0e0;
    }
    .media-card img {
        width: 100%;
        border-radius: 8px;
        object-fit: contain;
        height: 120px;
        overflow: hidden;
    }
    .media-card p {
      font-size: 13px;
      color: #555;
      margin-top: 6px;
      word-break: break-all;
    }
    .upgrade-box {
      margin-top: 90px;
    }	  

/* start Estate form 1 */

		 
.container {
    margin: 0 auto;
   
}

.estate-form {
    background: white;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0px 4px 15px 0px #0000000D;
}

.form-section {
    margin-bottom: 40px;
}

.section-title {
    color: #9440EE;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 8px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1E1E1E;
	margin-top: 10px;
}

.optional {
    color: #9ca3af;
    font-weight: 400;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #D6B6FF;
    border-radius: 45px;
    font-size: 16px;
    background: #ffff;
    transition: all 0.3s ease;
	margin-top:10px;
}

.form-input:focus {
    outline: none;
    border-color: #8b5cf6;
    background: white;
}

.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #D6B6FF;
    border-radius: 12px;
    font-size: 16px;
    background: #ffff;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
    transition: all 0.3s ease;
	margin-top:10px;
}

.form-textarea:focus {
    outline: none;
    border-color: #8b5cf6;
    background: white;
}

.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #D6B6FF;
    border-radius: 25px;
    font-size: 14px;
    background: #ffff;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top:10px;
}

.form-select:focus {
    outline: none;
    border-color: #8b5cf6;
    background: white;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked + .radio-custom {
    border-color: #8b5cf6;
    background: #8b5cf6;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Checkboxes */
.checkbox-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    border-color: #8b5cf6;
    background: #8b5cf6;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: 'âœ“';
    position: absolute;
    color: white;
    font-size: 12px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Date Input */
.date-input-container {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Address Note */
.address-note {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
    color:#4C4C4C;
}

.lock-icon {
    margin-right: 8px;
}

/* Add More Button */
.add-more-btn {
    background: none;
    border: none;
    color: #8b5cf6;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 0;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.add-more-btn:hover {
    color: #7c3aed;
}

/* Time Notice */
.time-notice {
   
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 14px;
    color: #4C4C4C;
}

.warning-icon {
    margin-right: 8px;
}

/* Toggle Switches */
.toggle-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.toggle-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.toggle-item {
    display: flex;
    align-items: center;
}

.toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
}

.toggle-input {
    display: none;
}

.toggle-slider {
    width: 44px;
    height: 24px;
    background: #d1d5db;
    border-radius: 12px;
    position: relative;
    margin-right: 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-slider::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.toggle-input:checked + .toggle-slider {
    background: #8b5cf6;
}

.toggle-input:checked + .toggle-slider::before {
    transform: translateX(20px);
}

/* Bottom Note */
.bottom-note {
    font-size: 14px;
	font-weight: 500;
    color: #6b7280;
    margin-top: 24px;
    font-style: italic;
	border-top: 2px solid #f3f4f6;
	padding-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    .estate-form {
        padding: 20px;
    }
    
    .radio-group,
    .checkbox-group {
        flex-direction: column;
        gap: 12px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .toggle-row {
        grid-template-columns: 1fr;
    }
    
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}

/* Smooth transitions and hover effects */
.form-input:hover,
.form-textarea:hover,
.form-select:hover {
    border-color: #c4b5fd;
}

.radio-label:hover .radio-custom,
.checkbox-label:hover .checkbox-custom {
    border-color: #8b5cf6;
}

.toggle-label:hover .toggle-slider {
    background: #a78bfa;
}

.toggle-input:checked + .toggle-slider:hover {
    background: #7c3aed;
}
  


/* Popup Profile Success */
   
  /* Overlay Background */
.sale-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Popup Container */
.sale-popup-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} 


.Updated-pass-popup-content {
	 background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    max-width: 390px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

  .sale-popup-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.sale-popup-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #111;
}

.sale-popup-desc {
    font-size: 12px;
    color: #555;
    margin-bottom: 30px;
}

.sale-popup-btn {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-decoration: none;
    color: white;
    box-shadow: 0 4px 0 #5a0ccc;
    transition: 0.3s ease;
	background: linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
  color: #fff ;
  border-style: groove;
  border-width: 5px 5px 5px 5px;
  box-shadow: 0px 10px 0px -3px #9440EE;
}

.sale-popup-btn:hover {
    opacity: 0.9;
}


/* delete popup */
/* Overlay Background */
.delete-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Popup Container */
.delete-popup-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} 

.delete-popup-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.delete-popup-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #111;
}

.delete-popup-user-title{
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #111;
}

.delete-popup-desc {
     font-size: 16px;
    color: #555;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.delete-popup-user-desc {
     font-size: 16px;
    color: #555;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.delete-popup-btn-group {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.delete-popup-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-decoration: none;
    transition: 0.3s ease;
}

.delete-popup-btn.cancel-btn {
     color: #333;
    box-shadow: 0px 10px 0px -3px #C6C6C6;
    background: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
    border-style: groove;
    border-width: 5px 5px 5px 5px;
}

.delete-popup-btn.confirm-delete-btn {
    background: linear-gradient(135deg, #ff4e4e, #d60000);
    color: white;
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    box-shadow: 0px 10px 0px -3px #d60000;
}

.delete-popup-btn.suspend-delete-btn {
	background: linear-gradient(90deg, #6d28d9, #8b5cf6);
    color: white;
    box-shadow: 0 4px 0 #8b5cf6;
}


.delete-popup-btn:hover {
    opacity: 0.9;
}


/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10000;
    background: linear-gradient(135deg, #9440EE, #5318FD);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(148, 64, 238, 0.3);
}

.mobile-menu-toggle i {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .sidebar {
        width: 260px;
    }
    
    .main-content {
        margin-left: 260px;
    }
    
    .metrics-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 1024px) {
    .sidebar {
        width: 291px;
        position: fixed;
        left: -291px;
        transition: left 0.3s ease;
        z-index: 9999;
    }
    
    .sidebar.mobile-open {
        left: 0;
        top: -10px;
        height: 103%;

    }
    
    .main-content, .recent-activities-left, .recent-activities-right, .Lead-msg-section {
        margin-left: 0;
        width: 100% !important;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    .subscription-text {
        font-size: 13px !important;
    }
    
    .metrics-cards {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .curved-edge-container {
        min-width: calc(50% - 10px);
    }
    
    .header {
        margin: 16px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .livechat-sidebar {
        width: 100% !important;
    }
    .livechat-container {
        flex-direction: column;
    }
    .leads-search-section, .leads-btn-selected-by {
        flex-direction: column;
    }
    select.gt_selector.notranslate {
        font-size: 13px !important;
    }
    .sidebar {
        width: 280px;
        left: -280px;
    }
    
    .header {
        flex-direction: column-reverse;
        gap: 16px;
        align-items: stretch;
        padding: 16px;
        margin: 12px;
    }
    
    .header-left {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header-right {
        justify-content: end;
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .language-currency {
        padding: 6px 20px;
        font-size: 13px;
    }
    
    /* Main content and layout - prevent horizontal overflow */
    .main-content {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    .content {
        padding: 16px;
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .welcome-section {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .welcome-title {
        font-size: 22px;
    }
    
    .welcome-text {
        font-size: 16px;
        margin-top: 24px;
    }
    
    .metrics-cards {
        flex-direction: column;
        gap: 15px;
    }
    
    .curved-edge-container {
        min-width: 100%;
        width: 100%;
    }
    
    .section-header {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
        padding: 20px;
    }
    
    .search-section {
        width: 100%;
    }
    
    .search-input-wrapper {
        width: 100%;
    }
    
    .search-input {
        width: 100%;
    }
    
    .btn-selected-by {
        flex-direction: column;
        gap: 10px;
    }
    
    .selected-header {
        width: 100%;
        font-size: 14px;
        padding: 10px 24px;
    }
    
    .sales-title,
    .services-title {
        font-size: 18px;
    }
    
    .search-btn {
        padding: 0 30px;
        font-size: 14px;
    }
    
    .search-input {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    /* Table containers - properly contained */
    .upcoming-sales {
        border-radius: 12px;
        overflow: hidden;
        max-width: 100%;
    }
    
    /* Make ALL tables responsive and scrollable within viewport */
    .data_table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .table-listings {
        min-width: 800px;
        font-size: 13px;
        width: max-content;
    }
    
    .table-listings th,
    .table-listings td,
    .th-listings,
    td {
        padding: 10px 8px;
        font-size: 12px;
        white-space: nowrap;
    }
    
    /* Action buttons in tables */
    .action-button {
        padding: 4px 15px;
        font-size: 13px;
        margin: 2px;
        white-space: nowrap;
    }
    
    .actions {
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
    }
    
    .empty-state {
        padding: 40px 20px;
    }
    
    .activities-dashboard-container {
        flex-wrap: wrap;
    }
    
    /* Form responsive adjustments */
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .livechat-search-box input.livechat-search-input {
        padding-left: 40px !important;
    }
    .mobile-menu-toggle {
        top: 45px;
        left: 35px;
        padding: 8px 10px;
        position: absolute;
    }
    
    .logo-section, .post-sale-section, .navigation, .settings-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .content {
        padding: 12px;
    }
    
    .welcome-section {
        padding: 15px 12px;
    }
    
    .welcome-title {
        font-size: 20px;
    }
    
    .welcome-text {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .header {
        padding: 12px;
        margin: 8px;
    }
    
    .header-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .language-currency {
        padding: 6px 15px;
        font-size: 12px;
    }
    
    .user-avatar {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .curved-edge-container {
        width: 100%;
    }
    
    .curved-edge {
        padding: 16px;
    }
    
    .section-header {
        padding: 15px;
    }
    
    .sales-title,
    .services-title {
        font-size: 18px;
    }
    
    .search-input {
        font-size: 14px;
        padding: 6px 8px;
    }
    
    .search-btn {
        padding: 0 25px;
        font-size: 14px;
    }
    
    /* Table containers - extra compact */
    .data_table {
        padding: 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .table-listings {
        min-width: 750px;
        font-size: 11px;
        width: max-content;
    }
    
    .table-listings th,
    .table-listings td,
    .th-listings,
    td {
        padding: 8px 5px;
        font-size: 11px;
    }
    
    .action-button {
        padding: 4px 10px;
        font-size: 11px;
        white-space: nowrap;
    }
    
    .selected-header {
        font-size: 13px;
        padding: 8px 20px;
    }
    
    .sales-title,
    .services-title,
    .section-title {
        font-size: 16px;
    }
    
    .empty-state {
        padding: 30px 15px;
    }
    
    .empty-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    
    .empty-title {
        font-size: 18px;
    }
    
    .empty-text {
        font-size: 14px;
    }
    
    .services-empty-title {
        font-size: 24px;
    }
    
    .services-empty-text {
        font-size: 18px;
    }
    
    /* Form adjustments */
    .estate-form {
        padding: 20px 15px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .form-group label {
        font-size: 16px;
    }
    
    .form-input,
    .form-textarea,
    .form-select {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    /* Popup adjustments */
    .sale-popup-content,
    .delete-popup-content,
    .Updated-pass-popup-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .sale-popup-title,
    .delete-popup-title {
        font-size: 20px;
    }
    
    .delete-popup-user-title {
        font-size: 26px;
    }
    
    .sale-popup-desc,
    .delete-popup-desc {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .delete-popup-btn-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .delete-popup-btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    /* Navigation adjustments */
    .nav-item {
        font-size: 16px;
        padding: 12px 14px;
    }
    
    
}

/* Landscape phones and small tablets */
@media (max-width: 640px) and (orientation: landscape) {
    .sidebar {
        width: 260px;
        left: -260px;
    }
    
    .header {
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 16px;
    }
    
    .header-left,
    .header-right {
        flex-direction: row;
        gap: 8px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .welcome-title {
        font-size: 18px;
    }
    
    .metrics-cards {
        gap: 12px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .search-btn {
        padding: 0 20px;
        font-size: 13px;
    }
}

/* ================================================ */
/* COMPREHENSIVE MOBILE RESPONSIVE ENHANCEMENTS */
/* ================================================ */

/* All Dashboard Pages - General Responsive Rules */
@media (max-width: 768px) {
    .stepper {
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }
    
    .stepper > div {
        width: 100% !important;
        height: auto !important;
    }
    .Post_a_service_form_grid { 
        display: block !important;
    }
    .Post_a_service_container { 
        padding: 20px 20px !important;
    }
    .feature-list p {
        font-size: 13px !important;
    }
    .Post_a_service_inline {
        flex-direction: column;
    }
    
    .plan-name {
        font-size: 25px !important;
    }
    /* Force proper viewport constraints */
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .dashboard {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    
    /* Main content responsive */
    .main-content {
        margin-left: 0 !important;
        overflow-x: hidden !important;
        max-width: 100vw !important;
        width: 100% !important;
    }
    
    .content {
        padding: 16px !important;
        overflow-x: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* Cards and containers */
    .welcome-section,
    .upcoming-sales,
    .metrics-card,
    .curved-edge-container {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* Grid layouts - stack on mobile */
    .metrics-cards {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    /* Forms - full width inputs */
    .form-group,
    .form-row,
    .info-grid {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 15px !important;
    }
    
    .form-input,
    .form-textarea,
    .form-select,
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    select,
    textarea {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 14px !important;
        padding: 10px 12px !important;
    }
    
    /* Buttons - better mobile sizing */
    .btn-primary,
    .btn-secondary,
    .action-button,
    .submit-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
        min-height: 44px !important;
        width: auto !important;
    }
    
    /* Full-width buttons for mobile */
    .btn-block {
        width: 100% !important;
        display: block !important;
    }
    
    /* Headers and titles */
    .welcome-title {
        font-size: 22px !important;
    }
    
    .section-title,
    .sales-title,
    .services-title {
        font-size: 18px !important;
    }
    
    /* Section headers - responsive layout */
    .section-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        padding: 16px !important;
    }
    
    /* Search sections - stack on mobile */
    .search-section {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    .Dashboard-profile .profile-header {
        flex-direction: column !important;
    }
    
    .search-input {
        width: 100% !important;
        max-width: 100% !important;
    }
    div#editForm > div:first-child {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .update-profile-logo {
        width: 70px !important;
        height: 70px;
    } 
    .update-profile-form-grid {
        width: 100% !important;
    }
   
    
    /* Filter sections - responsive */
    .filter-section,
    .filters {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }
    
    .selected-header,
    select.filter-select {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 14px !important;
    }
    
    /* Table containers - proper overflow handling */
    .upcoming-sales,
    .data-table-container,
    .table-container {
        overflow: hidden !important;
        max-width: 100% !important;
        border-radius: 12px !important;
    }
    
    .data_table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
    }
    
    /* Tables - allow horizontal scrolling */
    .table-listings,
    table {
        min-width: 900px !important;
        width: max-content !important;
        font-size: 12px !important;
    }
    
    .table-listings th,
    .table-listings td,
    th, td {
        padding: 10px 8px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
    
    /* Action buttons in tables */
    .actions {
        display: flex !important;
        gap: 5px !important;
        flex-wrap: nowrap !important;
    }
    
    .action-button {
        padding: 6px 12px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
    }
    
    /* Empty states */
    .empty-state {
        padding: 40px 20px !important;
        text-align: center !important;
    }
    
    .empty-title {
        font-size: 20px !important;
    }
    
    .empty-text {
        font-size: 14px !important;
    }
    
    /* Modal/Popup responsive */
    .sale-popup-content,
    .delete-popup-content,
    .popup-content,
    .modal-content {
        width: 95% !important;
        max-width: 95% !important;
        padding: 24px 16px !important;
        margin: 20px auto !important;
    }
    
    .popup-title {
        font-size: 20px !important;
    }
    
    /* Activity cards */
    .activity-card,
    .notification-card {
        padding: 15px !important;
        margin-bottom: 12px !important;
    }
    
    /* Stats and metrics */
    .stat-card,
    .metric-item {
        padding: 16px !important;
    }
    
    .stat-value {
        font-size: 24px !important;
    }
    
    .stat-label {
        font-size: 13px !important;
    }
    
    /* Avatar and profile images */
    .user-avatar {
        width: 50px !important;
        height: 50px !important;
    }
    
    .profile-image {
        width: 80px !important;
        height: 80px !important;
    }
    
    /* Tabs - responsive */
    .tabs-container {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .tab-button {
        padding: 10px 16px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }
    
    /* File upload areas */
    .file-upload-area,
    .drop-zone {
        padding: 30px 15px !important;
        font-size: 14px !important;
    }
    
    /* Checkbox and radio groups */
    .checkbox-group,
    .radio-group {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    /* Date pickers and selects */
    .date-picker-container,
    .select-container {
        width: 100% !important;
    }
    
    /* Navigation items */
    .nav-item {
        font-size: 15px !important;
        padding: 12px 16px !important;
    }
    
    /* Flex containers - adjust for mobile */
    .flex-container {
        flex-direction: column !important;
    }
    
    /* Image galleries */
    .image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* Extra mobile optimizations for small screens */
@media (max-width: 480px) {
    
    .content {
        padding: 12px !important;
    }
    
    .welcome-title {
        font-size: 20px !important;
    }
    
    .section-title,
    .sales-title,
    .services-title {
        font-size: 16px !important;
    }
    
    /* Tables - even more compact */
    .data_table {
        padding: 10px !important;
    }
    
    .table-listings,
    table {
        min-width: 750px !important;
        font-size: 11px !important;
    }
    
    .table-listings th,
    .table-listings td,
    th, td {
        padding: 8px 5px !important;
        font-size: 11px !important;
    }
    
    .action-button {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
    
    /* Forms - more compact */
    .form-input,
    .form-textarea,
    .form-select,
    input,
    select,
    textarea {
        font-size: 13px !important;
        padding: 8px 10px !important;
    }
    
    /* Buttons - more compact */
    .btn-primary,
    .btn-secondary {
        padding: 8px 16px !important;
        font-size: 13px !important;
    }
    
    /* Section headers */
    .section-header {
        padding: 12px !important;
    }
    
    /* Modals/Popups */
    .popup-content,
    .modal-content {
        padding: 20px 12px !important;
    }
    
    /* Image galleries - single column on very small screens */
    .image-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Stats */
    .stat-value {
        font-size: 20px !important;
    }
    
    .stat-label {
        font-size: 12px !important;
    }
}