/* Add this at the top of your CSS file */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

body {
    font-family: 'Cinzel', Georgia, serif !important;
  background-color: #fff;
}

/* sign up css */
.tab-btn {
  background-color: #f8f9fa; /* Default inactive tab color */
  color: #333;
  border: 1px solid #ddd;
}

.tab-btn.active {
  background-color: #0d6efd; /* Bootstrap primary blue */
  color: white;
  border-color: #0d6efd;
}

.btn.tab-btn.active {
  background-color: #0d6efd !important;
  color: white !important;
  border-color: #0d6efd !important;
}

.create-btn {
  background-color: #dbe4ff;
  color: #333;
  border: none;
}

.create-btn:hover {
  background-color: #b0c7ff;
}

.btn-google {
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}





/* login css */



 .login-container {
      background: white;
      padding: 10px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      width: 100%;
      max-width: 600px;
      text-align: center;
    }

    .logo {
      margin-top: 20px;
      font-size: 26px;
      font-weight: bold;
    }

    h2 {
      margin-bottom: 10px;
    }

    .description {
      color: #444;
      margin-bottom: 30px;
    }

    input[type="email"],
    input[type="password"] {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin-bottom: 0px;
      font-size: 15px;
    }


 input[name="password"] {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin-bottom: 0px;
      font-size: 15px;
    }
	
	 input[name="newletteremail"] {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid white;
      border-radius: 10px;
      margin-bottom: 20px;
      font-size: 15px;
    }
	
    .password-container {
      position: relative;
    }

    .toggle-visibility {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .forgot-password {
      display: block;
      text-align: right;
      margin-bottom: 20px;
      color: #264d00;
      font-size: 14px;
      text-decoration: none;
    }

    .login-button {
      width: 100%;
      padding: 14px;
      background: #0d6efd ;
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
    }

    .login-button:disabled {
      background: #dbe9ff;
      opacity: 0.6;
    }

    .signup-link {
      margin-top: 20px;
      font-size: 14px;
    }

    .signup-link a {
      color: #0066cc;
      text-decoration: none;
    }
	
	
	
	/*forgot password */
	
	 .back-arrow {
      margin-right: 12px;
      cursor: pointer;
      font-size: 1.2rem;
      color: #0d6efd;
    }
	
	 .split-screen {
      min-height: 100vh;
    }
    
    .logo-section {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-img {
      max-width: 300px;
      width: 100%;
    }
    
    .form-section {
      display: flex;
      align-items: center;
      padding: 2rem;
    }
    
    .password-container {
      max-width: 500px;
      width: 100%;
      padding: 2.5rem;
    }
    
    .password-header {
      margin-bottom: 1.5rem;
      font-weight: 600;
    }
    
    .form-label {
      font-weight: 500;
      margin-bottom: 0.5rem;
    }
    
    .password-requirements {
      margin-top: 1.5rem;
    }
    
    .requirement-item {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
    }
    
    .requirement-checkbox {
      margin-right: 0.75rem;
      width: 1.25rem;
      height: 1.25rem;
    }
	
	
	
	/* otp */
	
	.split-screen {
      min-height: 100vh;
    }
    
    .logo-section {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
    }
    
    .logo-img {
      max-width: 300px;
      width: 100%;
    }
    
    .form-section {
      display: flex;
      align-items: center;
      padding: 2rem;
    }
    
    .otp-container {
      max-width: 500px;
      width: 100%;
      padding: 2.5rem;
    }
    
    .otp-header {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    
    .otp-subheader {
      color: #6c757d;
      margin-bottom: 2rem;
    }
    
    .otp-inputs {
      display: flex;
      gap: 10px;
      margin-bottom: 1.5rem;
      justify-content: center;
    }
    
    .otp-input {
      width: 40px;
      height: 50px;
      text-align: center;
      font-size: 1.2rem;
      border: 1px solid #ced4da;
      border-radius: 4px;
    }
    
    .resend-text {
      color: #6c757d;
      text-align: center;
      margin-bottom: 2rem;
    }
    
    .link-text {
      color: #0d6efd;
      cursor: pointer;
    }
    
    .divider {
      text-align: center;
      margin: 1.5rem 0;
      color: #6c757d;
      position: relative;
    }
    
    .divider::before, .divider::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 45%;
      height: 1px;
      background: #dee2e6;
    }
    
    .divider::before {
      left: 0;
    }
    
    .divider::after {
      right: 0;
    }
	
	
	/* agents profie */
	
	
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

/* Header Styles */
.header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 2rem;
	 
	
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-left, .nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link:hover {
    color: #4F46E5;
}

.arrow {
    font-size: 10px;
    color: #666;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.logo-text {
    font-size: 18px;
    letter-spacing: 2px;
    color: #333;
}

.logo-subtext {
    font-size: 10px;
    letter-spacing: 1px;
    color: #666;
}

.notification-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.profile-photo2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f0f0f0;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar {
    width: 32px;
    height: 32px;
    background-color: #333;
    border-radius: 50%;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.container {
    background-color: #ffffff;
}







/* Profile Header */



/* Header Styles */
        .header {
            background-color: #ffffff;
            border-bottom: 5px solid #ffffff;
            padding: 0px 0px 10px 5px;
            position: relative;
			box-shadow: 0 2px 10px rgba(0,0,0,0.1);
		 
        }

        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 70px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .nav-left, .nav-right {
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        .nav-link {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .nav-link:hover {
            color: #4F46E5;
        }

        .arrow {
            font-size: 10px;
            color: #666;
        }

        .logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }

        .logo-text {
            font-size: 18px;
            letter-spacing: 2px;
            color: #333;
        }

        .logo-subtext {
            font-size: 10px;
            letter-spacing: 1px;
            color: #666;
        }

        .notification-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        /* User Profile with Dropdown */
        .user-profile {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            padding: 8px;
            border-radius: 8px;
            transition: background-color 0.2s;
        }

        .user-profile:hover {
            background-color: #f8f9fa;
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            background-color: #333;
            border-radius: 50%;
        }

        .user-name {
            font-weight: 600;
            font-size: 14px;
        }

        .profile-dropdown-arrow {
            font-size: 10px;
            color: #666;
            transition: transform 0.2s;
        }

        .user-profile.active .profile-dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Profile Dropdown Menu */
        .profile-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            width: 220px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            margin-top: 8px;
        }

        .profile-dropdown.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-header {
            padding: 16px;
            border-bottom: 1px solid #e0e0e0;
            background-color: #f8f9fa;
            border-radius: 8px 8px 0 0;
        }

        .dropdown-user-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .dropdown-avatar {
            width: 40px;
            height: 40px;
            background-color: #333;
            border-radius: 50%;
        }

        .dropdown-user-details h4 {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 2px;
        }

        .dropdown-user-details p {
            font-size: 12px;
            color: #666;
        }

        .dropdown-menu-items {
            padding: 8px 0;
        }

        .dropdown-item {

            display: flex;
            align-items: center;
            gap: 12px;
            padding: 2px 16px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: background-color 0.2s;
        }

        .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #4F46E5;
        }

        .dropdown-item i {
            width: 16px;
            color: #666;
        }

        .dropdown-item:hover i {
            color: #4F46E5;
        }

        .dropdown-divider {
            height: 1px;
            background-color: #e0e0e0;
            margin: 8px 0;
        }

        .dropdown-item.logout {
            color: #DC2626;
        }

        .dropdown-item.logout:hover {
            background-color: #FEF2F2;
            color: #DC2626;
        }

        .dropdown-item.logout i {
            color: #DC2626;
        }

        /* Hamburger Menu Styles */
        .hamburger-btn {
            display: none;
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 30px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 1001;
        }

        .hamburger-line {
            width: 25px;
            height: 3px;
            background-color: #333;
            transition: all 0.3s linear;
            transform-origin: 1px;
        }

        .hamburger-btn.active .hamburger-line:nth-child(1) {
            transform: rotate(45deg);
        }

        .hamburger-btn.active .hamburger-line:nth-child(2) {
            opacity: 0;
            transform: translateX(20px);
        }

        .hamburger-btn.active .hamburger-line:nth-child(3) {
            transform: rotate(-45deg);
        }

        /* Mobile Menu Styles */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 300px;
            height: 100vh;
            background-color: #ffffff;
            z-index: 1000;
            transition: left 0.3s ease;
            box-shadow: 2px 0 10px rgba(0,0,0,0.1);
            overflow-y: auto;
        }

        .mobile-menu.active {
            left: 0;
        }

        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu-header {
            /*padding: 2rem 2rem 1rem;*/
            border-bottom: 1px solid #e0e0e0;
            background-color: #f8f9fa;
        }

        .mobile-menu-logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .mobile-menu-logo .logo-text {
            font-size: 18px;
            letter-spacing: 2px;
            color: #333;
        }

        .mobile-menu-logo .logo-subtext {
            font-size: 10px;
            letter-spacing: 1px;
            color: #666;
        }

        .mobile-menu-content {
            padding: 2rem;
        }

        .mobile-nav-link {
            display: block;
            padding: 1rem 0;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 16px;
            border-bottom: 1px solid #e0e0e0;
            transition: color 0.3s ease;
        }

        .mobile-nav-link:hover {
            color: #4F46E5;
        }

        .mobile-nav-link:last-of-type {
            border-bottom: none;
        }

        .mobile-user-section {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e0e0e0;
        }

        .mobile-user-profile {
            display: flex;
            align-items: center;
            gap: 1rem;
            cursor: pointer;
            padding: 8px;
            border-radius: 8px;
            transition: background-color 0.2s;
        }

        .mobile-user-profile:hover {
            background-color: #f8f9fa;
        }

        .mobile-user-profile .user-avatar {
            width: 40px;
            height: 40px;
        }

        .mobile-user-profile .user-name {
            flex: 1;
            font-weight: 600;
            font-size: 16px;
        }

        .mobile-user-dropdown-arrow {
            font-size: 10px;
            color: #666;
            transition: transform 0.2s;
            margin-right: 8px;
        }

        .mobile-user-profile.active .mobile-user-dropdown-arrow {
            transform: rotate(180deg);
        }

        .mobile-user-profile .notification-icon {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

        /* Mobile Profile Dropdown */
        .mobile-profile-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background-color: #f8f9fa;
            border-radius: 8px;
            margin-top: 8px;
        }

        .mobile-profile-dropdown.active {
            max-height: 300px;
        }

        .mobile-profile-dropdown .dropdown-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: background-color 0.2s;
            border-bottom: 1px solid #e0e0e0;
        }

        .mobile-profile-dropdown .dropdown-item:last-child {
            border-bottom: none;
        }

        .mobile-profile-dropdown .dropdown-item:hover {
            background-color: #ffffff;
            color: #4F46E5;
        }

        .mobile-profile-dropdown .dropdown-item i {
            width: 16px;
            color: #666;
        }

        .mobile-profile-dropdown .dropdown-item:hover i {
            color: #4F46E5;
        }

        .mobile-profile-dropdown .dropdown-item.logout {
            color: #DC2626;
        }

        .mobile-profile-dropdown .dropdown-item.logout:hover {
            background-color: #FEF2F2;
            color: #DC2626;
        }

        .mobile-profile-dropdown .dropdown-item.logout i {
            color: #DC2626;
        }

        /* Main Content */
        .main-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

        .container {
            background-color: #ffffff;
        }

        /* Profile Header */
        .profile-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 2rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid #e0e0e0;
        }

        .profile-left {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
        }

        .profile-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .profile-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .profile-info h1 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .profile-title {
            color: #666;
            font-size: 16px;
            margin-bottom: 4px;
        }

        .profile-id {
            color: #666;
            font-size: 14px;
            margin-bottom: 12px;
        }

        .profile-badges {
            display: flex;
            gap: 1rem;
        }

        .badge {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 12px;
            padding: 4px 8px;
            border-radius: 4px;
        }

        .badge.verified {
            background-color: #EEF2FF;
            color: #4F46E5;
        }

        .badge.online {
            background-color: #F0FDF4;
            color: #16A34A;
        }

        .profile-actions {
            display: flex;
            gap: 1rem;
        }

        .btn-secondary, .btn-primary {
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            border: 1px solid;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .btn-secondary {
            background-color: transparent;
            color: #666;
            border-color: #d0d0d0;
        }

        .btn-primary {
            background-color: #4F46E5;
            color: white;
            border-color: #4F46E5;
        }

        .btn-secondary:hover {
            background-color: #f8f9fa;
        }

        .btn-primary:hover {
            background-color: #4338CA;
        }

        /* About Section */
        .about-section {
            margin-bottom: 2rem;
        }

        .about-section h2 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .about-section p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .specialties {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .specialty-tag {
            background-color: #EEF2FF;
            color: #4F46E5;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
        }

        /* Profile Completion */
        .profile-completion {
            margin-bottom: 2rem;
        }

        .profile-completion h3 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .completion-bar {
            width: 100%;
             
            /*background-color: #e0e0e0;*/
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .completion-progress {
            height: 100%;
            background-color: #10B981;
            border-radius: 4px;
            transition: width 0.3s ease;
        }

        .completion-text {
            font-size: 12px;
            color: #10B981;
            font-weight: 500;
        }

        /* Stats Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .stat-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1.5rem;
            background-color: #f8f9fa;
            border-radius: 8px;
        }

        .stat-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-size: 16px;
            background-color: #e0e0e0;
            color: #666;
        }

        .stat-icon.active {
            background-color: #D1FAE5;
            color: #10B981;
        }

        .stat-icon.review {
            background-color: #FEF3C7;
            color: #F59E0B;
        }

        .stat-content {
            flex: 1;
        }

        .stat-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 4px;
        }

        .stat-number {
            font-size: 24px;
            font-weight: 700;
            color: #333;
        }

        .stat-number.active {
            color: #10B981;
        }

        .stat-number.review {
            color: #F59E0B;
        }

        /* Recent Activity */
        .recent-activity {
            margin-bottom: 3rem;
        }

        .recent-activity h2 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .activity-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .activity-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 1rem 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .activity-item:last-child {
            border-bottom: none;
        }

        .activity-content {
            flex: 1;
        }

        .activity-text {
            color: #666;
            font-size: 14px;
        }

        .activity-detail {
            color: #333;
            font-weight: 500;
            font-size: 14px;
        }

        .activity-time {
            color: #999;
            font-size: 12px;
            white-space: nowrap;
            margin-left: 1rem;
        }

        /* Footer */
        .footer {
            background-color: #1F2937;
            color: #ffffff;
            padding: 3rem 2rem 1rem;
            margin-top: 4rem;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: 3rem;
        }

        .footer-section h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 1rem;
        }

        .footer-logo .logo-text {
            background-color: #4F46E5;
            color: white;
            padding: 8px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 14px;
        }

        .footer-logo .logo-subtext {
            font-weight: 600;
            font-size: 14px;
        }

        .footer-tagline {
            color: #9CA3AF;
            font-size: 14px;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .social-links {
            display: flex;
            gap: 1rem;
        }

        .social-link {
            width: 32px;
            height: 32px;
            background-color: #374151;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #9CA3AF;
            font-size: 14px;
            transition: background-color 0.3s;
        }

        .social-link:hover {
            background-color: #4F46E5;
            color: white;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            color: #9CA3AF;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #ffffff;
        }

        .subscribe-text {
            color: #9CA3AF;
            font-size: 14px;
            margin-bottom: 1rem;
            line-height: 1.5;
        }

        .newsletter-form {
            width: 100%;
        }

        .newsletter-input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        
            border-radius: 4px;
             
            overflow: hidden;
        }

        .newsletter-input {
            flex: 1;
            padding: 10px 12px;
            padding-right: 120px;
             
            background-color: transparent;
            color: #ffffff;
            font-size: 14px;
            outline: none;
        }

        .newsletter-input::placeholder {
            color: #9CA3AF;
        }

      
	
	.newsletter-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 44px; /* explicitly set a thin height */
    padding: 0px 18px; /* inimal horizontal padding */
    background-color: #4F46E5;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    line-height: 1; /* tight line height */
}

        .newsletter-btn:hover {
            background-color: #4338CA;
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 2rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid #374151;
            text-align: center;
        }

        .footer-bottom p {
            color: #9CA3AF;
            font-size: 12px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-left, .nav-right {
                display: none;
            }
            
            .hamburger-btn {
                display: flex;
            }
            
            .navbar {
                justify-content: space-between;
                height: 70px;
                padding: 0 1rem;
            }
            
            .profile-header {
                flex-direction: column;
                gap: 1.5rem;
            }
            
            .profile-actions {
                align-self: stretch;
            }
            
            .stats-section {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .newsletter-input {
                padding-right: 100px;
            }

            .profile-dropdown {
                width: 200px;
            }
        }

        @media (max-width: 480px) {
            .main-content {
                padding: 1rem;
            }
            
            .profile-left {
                flex-direction: column;
                text-align: center;
            }
            
            .specialties {
                justify-content: center;
            }
        }
		
		
		
		
		
		/*upload property */
		.form-container {
  max-width: 800px;
  margin: auto;
  background: #fff;
}

.note {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

h2 {
  margin-bottom: 1.5rem;
}

form {
  display: flex;
  flex-direction: column;
  
}

a {
    text-decoration: none;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

input[type="text"],
input[type="date"],
select {
  
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.bedroom-control {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.bedroom-control button {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 4px;
}

.upload-box .upload-area {
  border: 2px dashed #ccc;
  padding: 2rem;
  text-align: center;
  color: #666;
  border-radius: 8px;
  font-size: 0.95rem;
}

.upload-area a {
  color: #3366ff;
  text-decoration: underline;
}

.subnote {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 1rem;
}

.form-checks {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.form-checks label {
  font-size: 0.9rem;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

button.primary {
  background: linear-gradient(to right, #3366ff, #4f8cff);
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

button.secondary {
  background: white;
  border: 2px solid #3366ff;
  color: #3366ff;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}






/* users menu

home page */
.site-header {
  background: white;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.site-header .btn-primary {
  background: #3366ff;
  padding: 0.6rem 1.2rem;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}


/* Hero Section */
.hero {
  background: url('../images/bg.png') center/cover no-repeat;
  height: 300px;
  position: relative;
  color: white;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.options {
  margin: 1rem 0;
}

.options span {
  margin-right: 1rem;
  background: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 4px;
  color: #333;
  font-weight: 500;
}

.search-box input {
  padding: 0.5rem;
  width: 100%;
  max-width: 280px;
  border: none;
  border-radius: 4px;
}

/* Listings Section */
.listings {
  padding: 1rem 1rem;
  background-color: #f9f9f9;
}

.listings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 1rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.filters select {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}


.property-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease;
            margin-bottom: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .property-card:hover {
            transform: translateY(-5px);
        }
        
        .card-img-top {
            height: 200px;
            object-fit: cover;
        }
        
        .property-title {
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 5px;
        }
        
        .property-location {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .property-price {
            font-weight: 700;
            color: var(--accent-color);
            margin: 10px 0;
            font-size: 1.2rem;
        }
        
        .price-period {
            font-size: 0.9rem;
            color: #95a5a6;
        }
        
        .card-footer {
            background: white;
            border-top: none;
        }
        
        .badge-pill {
            padding: 5px 10px;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .card-img-top {
                height: 180px;
            }
        }
		
		
		
		
		.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    padding-top: 150px;
}
		
		

/* Property Card */
 

/* message */
