.elementor-6125 .elementor-element.elementor-element-92e7f31 > .elementor-container{max-width:1600px;}.elementor-6125 .elementor-element.elementor-element-cf286d4 > .elementor-container{max-width:1600px;}.elementor-6125 .elementor-element.elementor-element-4f94eb2 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-5338767 */.realself-hero {
  background-color: #b3d4f1; /* Light blue like sky */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: left;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

.hero-content .highlight {
  color: #ffd1d1; /* Light pink dot */
}

.hero-content p {
  font-size: 20px;
  margin: 15px 0 30px;
  color: #ffffff;
}

.search-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-fields input {
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}

.search-fields button {
  background-color: #ff8686;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.search-fields button:hover {
  background-color: #ff5a5a;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f8f37b */.featured-providers {
  padding: 40px 20px;
  background: #fff;
}

.featured-providers h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.providers-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.provider-card {
  flex: 0 0 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.sponsored {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.provider-top {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.doc-img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 10px;
}

.doc-info h3 {
  font-size: 16px;
  margin: 0;
}

.specialty {
  font-size: 14px;
  color: #666;
}

.rating {
  color: #f65e7e;
  font-size: 14px;
}

.verified-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #0052cc;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
}

.provider-bottom {
  margin-top: 15px;
  font-size: 14px;
  color: #444;
}

.provider-bottom p {
  margin: 4px 0;
}

.provider-bottom button {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  background: #1e40af;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.provider-bottom button:hover {
  background: #1d4ed8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-391dbce */.rs-dashboard {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}

.rs-tabs {
  list-style: none;
  display: flex;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.rs-tabs li {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: none;
  user-select: none;
  font-weight: bold;
  transition: background 0.3s;
}

.rs-tabs li.active {
  background: #0073aa;
  color: white;
  border-bottom: 1px solid white;
}

.rs-tabs li:hover:not(.active) {
  background: #eaeaea;
}

.rs-tab-content {
  display: none;
}

.rs-tab-content.active {
  display: block;
}

.rs-tab-content form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.rs-tab-content form input[type="text"],
.rs-tab-content form input[type="email"],
.rs-tab-content form input[type="password"],
.rs-tab-content form select,
.rs-tab-content form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.rs-tab-content form textarea {
  resize: vertical;
  height: 80px;
}

.rs-tab-content form button {
  margin-top: 15px;
  background: #0073aa;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  transition: background 0.3s;
}

.rs-tab-content form button:hover {
  background: #005f8a;
}/* End custom CSS */