.elementor-1260 .elementor-element.elementor-element-dc5cd6e{--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-1260 .elementor-element.elementor-element-44b1b84{--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;}/* Start custom CSS for html, class: .elementor-element-4a4351a *//* Core Variables to match your template */
:root {
  --fbc-teal: #14B8B1;
  --fbc-teal-hover: #0E9A94;
  --fbc-black: #000000;
  --fbc-dark-gray: #1a1a1a;
  --fbc-light-gray: #f4f4f4;
  --fbc-white: #ffffff;
  --fbc-font: 'Inter', 'Montserrat', sans-serif; /* Adjust to your Elementor global font */
}

.fbc-realtor-campaign {
  font-family: var(--fbc-font);
  color: var(--fbc-dark-gray);
  line-height: 1.6;
}

.fbc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography & Buttons */
.fbc-realtor-campaign h1, 
.fbc-realtor-campaign h2, 
.fbc-realtor-campaign h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--fbc-black);
}

.fbc-teal-text {
  color: var(--fbc-teal);
}

.fbc-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fbc-btn-primary {
  background-color: var(--fbc-teal);
  color: var(--fbc-white);
  border: 2px solid var(--fbc-teal);
}

.fbc-btn-primary:hover {
  background-color: var(--fbc-teal-hover);
  border-color: var(--fbc-teal-hover);
}

.fbc-btn-outline {
  background-color: transparent;
  color: var(--fbc-black);
  border: 2px solid var(--fbc-black);
}

.fbc-btn-outline:hover {
  background-color: var(--fbc-black);
  color: var(--fbc-white);
}

.fbc-btn-full {
  width: 100%;
  margin-top: 15px;
}

/* Hero Section */
.fbc-hero {
  background-color: var(--fbc-light-gray);
  padding: 80px 0;
  text-align: left;
  border-bottom: 5px solid var(--fbc-teal);
}

.fbc-hero-content {
  max-width: 800px;
}

.fbc-tag {
  display: inline-block;
  background-color: var(--fbc-black);
  color: var(--fbc-white);
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.fbc-hero h1 {
  font-size: 48px;
}

.fbc-hero p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #444;
}

.fbc-hero-actions {
  display: flex;
  gap: 15px;
}

/* Issues Section */
.fbc-issues {
  padding: 80px 0;
  text-align: center;
}

.fbc-section-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.fbc-section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.fbc-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.fbc-issue-card {
  background: var(--fbc-white);
  border: 1px solid #ddd;
  padding: 40px 30px;
  border-top: 4px solid var(--fbc-teal);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.fbc-issue-card:hover {
  transform: translateY(-5px);
}

.fbc-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

/* Donate Section */
.fbc-donate-section {
  background-color: var(--fbc-black);
  color: var(--fbc-white);
  padding: 80px 0;
}

.fbc-donate-section h2 {
  color: var(--fbc-white);
  font-size: 40px;
}

.fbc-donate-wrapper {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.fbc-donate-text, .fbc-donate-form-container {
  flex: 1;
}

.fbc-impact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.fbc-impact-list li {
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}

.fbc-impact-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--fbc-teal);
  font-weight: bold;
}

/* Simulated Form Styles */
.fbc-simulated-form {
  background: var(--fbc-white);
  padding: 40px;
  border-radius: 8px;
  color: var(--fbc-black);
}

.fbc-simulated-form h3 {
  text-align: center;
  margin-bottom: 20px;
}

.fbc-donation-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.fbc-amt-btn {
  background: var(--fbc-light-gray);
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.fbc-amt-btn:hover, .fbc-amt-btn:focus {
  background: var(--fbc-teal);
  color: var(--fbc-white);
  border-color: var(--fbc-teal);
}

.fbc-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.fbc-secure-text {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .fbc-hero h1 { font-size: 36px; }
  .fbc-hero-actions { flex-direction: column; }
  .fbc-donate-wrapper { flex-direction: column; }
}

/* Custom Form Styles */
.fbc-wrap {
  width: 100%;
}

.fbc-card {
  background: var(--fbc-white);
  padding: 40px;
  border-radius: 8px;
  color: var(--fbc-black);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.fbc-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.fbc-card p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #444;
}

.fbc-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.fbc-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.fbc-li-ico {
  color: var(--fbc-teal);
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 20px;
}

/* Toggle Buttons */
.fbc-toggle {
  display: flex;
  background: var(--fbc-light-gray);
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
}

.fbc-toggle-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.fbc-toggle-btn.is-active {
  background: var(--fbc-white);
  color: var(--fbc-black);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Amount Grid */
.fbc-amount-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
  margin-bottom: 25px;
}

.fbc-amount-grid.is-hidden {
  display: none;
}

.fbc-amt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fbc-light-gray);
  color: var(--fbc-black);
  border: 1px solid #ddd;
  padding: 12px 5px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
}

.fbc-amt:hover {
  border-color: var(--fbc-teal);
  color: var(--fbc-teal);
}

.fbc-amt.is-active {
  background: var(--fbc-teal);
  color: var(--fbc-white);
  border-color: var(--fbc-teal);
}

/* Submit Button */
.fbc-cta {
  margin-top: 10px;
}

.fbc-submit {
  display: block;
  background: var(--fbc-black);
  color: var(--fbc-white);
  text-decoration: none;
  padding: 18px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.3s ease;
}

.fbc-submit:hover {
  background: var(--fbc-teal);
}

.fbc-submit-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}/* End custom CSS */