* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: white;
  color: #000;
  line-height: 1.6;
}

header {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}
.n-none {background: none!important;
    color: none!important;
    font-weight: 400!important;
    border-left: none!important;
    padding: 0!important;
}



.my-account--elem .elementor-button span {
    font-size: 14px;
    font-weight: 500;
    color: #000!important;
    background-color:transparent!important;
    border-radius: 3px 3px 3px 3px;
    padding: 0!important;
    margin-left: 0px;
}

@media (min-width: 1024px) {
    
    
.my-account--elem .elementor-button-link span {color: #121212!important;}

}
    
    

.elementor-element-ab07711 .my-account--elem .elementor-button span {
    color: #fff!important;
    background-color:transparent!important;
    border-radius: 3px 3px 3px 3px;
    padding: 0!important;
    margin-left: 10px;
}



.box-white-dashboard .hidden{display:none!important;}


.cmb2-id--user-whatsapp, .cmb2-id--user-url, .cmb-type-wp-listings-directory-file, .cmb2-id--user-address, .pw-map-latitude, .pw-map-longitude, .cmb2-id--user-description {display:none!important;}
.cmb2-id--user-map-location{margin-bottom:0!important;}

.n-ref{ padding:0px!important;}

.n-hide{display:none!important; margin-top:25px;}

@media only screen and (max-width: 600px) {
  /* Yahan aap mobile ke liye CSS likhte ho */
.profile-section{
    Margin-top:20px!important;
  }
.left-menu, .card{display:none!important;}
.n-hide{display:block!important;}
.dashboard-content{margin-top:0px!important;}
.main-content{padding-bottom:0px!important;}
.profile-section{margin-bottom:0px!important;}
.profile-pic{height:85px; width:85px; margin:0 auto!important;}
.profile-info{margin:0 auto!important;}
.my-account--elem .elementor-button-link span {color:#121212;}

}




.header-content {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.heart {
  width: 2rem;
  height: 2rem;
  color: #dc3239;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: heartbeat 1.5s ease-in-out infinite;
}

.heart svg {
  width: 100%;
  height: 100%;
}

.password-container {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 15px;
  top: 54%;
  transform: translateY(-45%);
  cursor: pointer;
}

@keyframes heartbeat {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.1);
  }
}

.btn {
  background: #dc3239;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background: #b22222;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-large:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.cover-photo {
  height: 200px;
  background: linear-gradient(135deg, #fdecea 0%, #dc3239 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-section {
  background: white;
  position: relative;
  padding: 2rem;
  border-radius: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fdecea 0%, #f5c5cc 100%);
  border: 5px solid white;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  flex: 1;
}

.profile-name {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.member-since {
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.contributions {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.edit-profile-btn {
  background: #dc3239;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.edit-profile-btn:hover {
  background: #b22222;
}

.tabs {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  border-bottom: 2px solid #eee;
  flex-wrap: wrap;
}

.tab {
  padding: 0.75rem 0;
  cursor: pointer;
  color: #666;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.tab:hover {
  color: #dc3239;
}

.tab.active {
  color: #dc3239;
  border-bottom-color: #dc3239;
  font-weight: 600;
}

.dashboard-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 0 3rem 0 ;
}

.dash--sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
}

.card-subtitle {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}

.achievement-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.achievement-item:last-child {
  border-bottom: none;
}

.achievement-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #dc3239;
}

.achievement-icon svg {
  color: #dc3239;
  stroke: #dc3239;
}

.achievement-text h4 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #333;
}

.achievement-text p {
  font-size: 0.75rem;
  color: #666;
}

.view-all-btn {
  width: 100%;
  background: #dc3239;
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.view-all-btn:hover {
  background: #b22222;
}

.intro-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: start;
  gap: 0.75rem;
  color: #333;
  font-size: 0.875rem;
}

.intro-item svg {
  color: #dc3239;
  stroke: #dc3239;
}

.intro-item:last-child {
  border-bottom: none;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(220, 50, 57, 0.2);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(220, 50, 57, 0.05) 0%, rgba(220, 50, 57, 0.02) 100%);
  color: #dc3239;
  cursor: pointer;
  margin-bottom: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background: linear-gradient(135deg, rgba(220, 50, 57, 0.12) 0%, rgba(220, 50, 57, 0.08) 100%);
  border-color: rgba(220, 50, 57, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 50, 57, 0.15);
}

.action-btn:last-child {
  margin-bottom: 0;
}

.action-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.travel-advice-card {
  border: 2px solid rgba(220, 50, 57, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
}

.travel-advice-card .card-title {
  color: #000;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.tile {
  background: white;
  padding: 2rem 2rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 287px;
}

.tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #dc3239 0%, #dc3239 100%);
  z-index: 2;
}

.tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(220, 50, 57, 0.15);
  border-color: #dc3239;
}

.tile-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #fdecea 0%, #fae8ea 100%);
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  border: 2px solid #dc3239;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.tile-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #dc3239;
  stroke: #dc3239;
}

.tile-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
  position: relative;
  z-index: 1;
}

.tile-description {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.tile-link {
  display: inline-block;
  color: #dc3239;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.tile-link:hover {
  transform: translateX(4px);
}

.left-menu {
  background: white;
  padding: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.dashboard--menu-item {
  padding: 1rem 1.5rem;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dashboard--menu-item svg {
  width: 20px;
  height: 20px;
  color: #dc3239;
  flex-shrink: 0;
}

.dashboard--menu-item:last-child {
  border-bottom: none;
}

.dashboard--menu-item:hover {
  background: #f5f5f5;
  color: #dc3239;
  padding-left: 2rem;
}

.dashboard--menu-item.active {
  background: #f9f9f9;
  color: #dc3239;
  font-weight: 600;
  border-left: 4px solid #dc3239;
  padding-left: calc(1.5rem - 4px);
}

.logout-btn {
  color: #dc3239;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.logout-btn:hover {
  background: #f5f5f5;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .tiles-grid {
    grid-template-columns: 1fr;
  }

  .profile-section {
    flex-direction: column;
    text-align: center;
    margin: -3rem 0 2rem 0;
  }

  .tabs {
    justify-content: center;
    gap: 1rem;
  }
}




.forgot-password {
  margin-top: 10px;
  color: #dd3333;
}
.cfap-social-separator {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
}
a.forgot-password {
  float: right !important;
}
/* NEW CUSTOM LOADER CSS START */
.button-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* NEW CUSTOM LOADER CSS END */

.or-divider{
  display:flex;
  align-items:center;
  margin:16px 0;
  color:#2e2e2e;
  font-size:16px;
}

.or-divider::before,
.or-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:#2e2e2e;
}

.or-divider span{
  padding:0 10px;
  white-space:nowrap;
}
.nsl-button.nsl-button-default.nsl-button-google {
  margin-top: 10px;
}

.auth--form--header{
  padding-top: 20px;
  text-align: center;
}

#dashboard--loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;

  /* Center spinner */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner */
.dashboard--spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #dc3545;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





