.elementor-92 .elementor-element.elementor-element-401a119{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-0fe68d7{width:100%;max-width:100%;}.elementor-92 .elementor-element.elementor-element-0fe68d7.elementor-element{--align-self:center;}.elementor-92 .elementor-element.elementor-element-fbd50b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-fa7b53d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-a286838{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-92 .elementor-element.elementor-element-a336cf9 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}/* Start custom CSS for html, class: .elementor-element-0fe68d7 *//* Hero Section CSS - Paste into Custom CSS */
.prime-hero {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(to bottom, #f8fafc 0%, #e2e8f0 100%);
}

.prime-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.prime-hero h1 {
  font-size: 2.5rem;
  color: #1e293b;
  margin-bottom: 20px;
  font-weight: 700;
}

.prime-hero h1 span {
  color: #2563eb;
}

.prime-subtitle {
  font-size: 1.2rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto 40px;
}

.prime-button-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.prime-btn {
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prime-btn.primary {
  background-color: #2563eb;
  color: white;
  border: none;
}

.prime-btn.secondary {
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
}

@media (max-width: 768px) {
  .prime-hero h1 {
    font-size: 2rem;
  }
  
  .prime-button-group {
    flex-direction: column;
  }
  
  .prime-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Agents Grid CSS - Paste into Custom CSS */
.prime-agents {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.prime-agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.prime-agent-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.prime-agent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.prime-card-header {
  padding: 25px;
  border-bottom: 1px solid #e2e8f0;
}

.prime-card-header h3 {
  color: #1e293b;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.prime-card-header p {
  color: #64748b;
}

.prime-card-content {
  padding: 25px;
}

.prime-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.prime-features li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.prime-check {
  color: #10b981;
  margin-right: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .prime-agents-grid {
    grid-template-columns: 1fr;
  }
}
/* CTA Section CSS - Paste into Custom CSS */
.prime-cta {
  background: white;
  padding: 60px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}

.prime-cta h2 {
  color: #1e293b;
  margin-bottom: 15px;
  font-size: 2rem;
}

.prime-cta h2 span {
  color: #2563eb;
}

.prime-cta p {
  color: #64748b;
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .prime-cta {
    padding: 40px 20px;
    margin: 20px auto;
  }
}
/* Start custom CSS for html, class: .elementor-element-d627a2c *//* About Section Styling */
.prime-about {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(30, 41, 59, 0.1);
  border-bottom: 1px solid rgba(30, 41, 59, 0.1);
}

.prime-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.prime-subheading {
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.prime-heading {
  font-size: 2.5rem;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 30px;
}

.prime-about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
}

.prime-feature {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-left: 4px solid #2563eb;
}

.prime-feature-icon {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.prime-about-description {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.prime-about-visual {
  position: relative;
  min-height: 400px;
}

.prime-ai-interface-preview {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transform: perspective(1000px) rotateY(-5deg);
  border: 1px solid #e2e8f0;
}

.prime-ai-message {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 80%;
}

.prime-ai-user {
  background: #2563eb;
  color: white;
  margin-right: auto;
}

.prime-ai-bot {
  background: #f1f5f9;
  color: #1e293b;
  margin-left: auto;
  position: relative;
}

.prime-ai-typing::after {
  content: "...";
  animation: typing 1.5s infinite;
  position: absolute;
  left: -20px;
}

.prime-ai-properties {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.prime-ai-property-card {
  flex: 1;
  height: 100px;
  background: #f1f5f9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.prime-ai-property-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.1) 0%, rgba(37,99,235,0.05) 100%);
}

@keyframes typing {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .prime-about-content {
    grid-template-columns: 1fr;
  }
  
  .prime-about-visual {
    order: -1;
    margin-bottom: 40px;
    min-height: 300px;
  }
  
  .prime-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .prime-about-features {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */