.fsbo_checklist_images-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 1rem auto;
  margin-left: auto;
  margin-right: 0;
}
.map-box {
height: 240px;
width: 100%;
border-radius: 8px;
}


ul {
  list-style: none;
  padding-left: 0;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #2c2f33;
}

header h1 {
  background-color: #1f2e4a;
  color: #fff;
  padding: .5rem;
  margin: 0;
}
.site-header {
  background-color: #1f2e4a;
  padding: 1rem;
  color: white;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content h1 {
  margin: 0;
  font-size: 2.5rem;
}

.header-logo {
  height: 60px;
  max-width: 180px;
}


nav {
  background-color: #f0f2f5;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

nav ul li a button {
  background-color: #1f2e4a;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-right: -2px; /* try 4px if you want it tighter */
}

nav ul li a button:hover {
  background-color: #334766;
}

main {
  padding: 2rem 1rem;
}

footer {
  text-align: center;
  padding: 1rem;
  color: #777;
  font-size: 0.9rem;
}
.dashboard-support-info {
  text-align: right;
  margin-top: -6.8rem;   /* Pulls it upward */
  margin-bottom: 1rem;
  line-height: .3;      /* Reduces space between lines */
  font-size: 0.95rem;    /* Optional: keeps it tidy */
}
.contact-form-wrapper {
  max-width: 100px;
  margin-left: auto;
}
/* Table base styling */
table.table {
  table-layout: fixed;
  font-size: 0.85rem; /* Smaller text for tighter fit */
  position: relative; /* Required for positioning tooltips inside */
  width: 99.8%;
}

/* Table headers and cells */
table th,
table td {
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Column-specific width constraints */
table td:nth-child(1) { min-width: 100px; }  /* Name */
table td:nth-child(2) { min-width: 180px; }  /* Email */
table td:nth-child(3) { min-width: 100px; }  /* Phone */
table td:nth-child(4),{ min-width: 100px; }  /* Status */
table td:nth-child(5),{ min-width: 100px; }  /* Priority */
table td:nth-child(6) {min-width: 80px;  }  /* Source */
table td:nth-child(7) {max-width: 100px; }  /*Interested In */
table td:nth-child(8) {max-width: 180px; } /* Notes */

/* Hover-based tooltip for ANY field with truncation */
.cell-tooltip {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.cell-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 0.75rem;
  max-width: 300px;
  white-space: normal;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  overflow-wrap: break-word;
  word-break: break-word;
}

.cell-tooltip:hover::after {
  display: block;
}

/* Expandable cell on click (for large text like notes) */
.expandable-cell {
  position: relative;
  cursor: pointer;
  max-width: 240px;
  white-space: normal;          /* Allow wrapping */
  overflow: visible;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.2;
}

.expandable-cell .preview {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;        /* Only the preview is trimmed */
}

.expandable-cell .full-text {
  display: none;
  position: absolute;
  background: white;
  padding: 0.5rem;
  border: 1px solid #ccc;
  white-space: normal;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: max-content;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/* Responsive table container for smaller screens */
.table-responsive-mobile {
  width: 100%;
  overflow-x: auto;
}

/* Prevent table from squishing too much */
.table-responsive-mobile table {
  min-width: 900px; /* Adjust this if you add/remove columns */
  border-collapse: collapse;
}
/* This is for adjusting the padding on phone screens */
@media (max-width: 768px) {
  table th, table td {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  }

.btn-icon {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-icon {
    font-size: 24px;
    margin-right: 10px;
    color: white;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

.facebook-icon {
background-color: #3b5998 ;
}

.twitter-icon {
background-color: black ;
}

.linkedin-icon {
background-color: #0077b5 ;
}


.profile-photo {
  display: block;
  width: 100%;
  max-width: 260px;           /* sidebar-friendly size */
  height: 220px;              /* fixed visual height */
  object-fit: cover;          /* crop instead of stretch */
  border-radius: 0px !important;
  margin: 0 auto;
}

/* readable text block */
.agent-text {
  font-size: 1.2rem; /* ~19px */
  line-height: 1.4;  /* better readability */
}



.main-listing-img {
  height: 500px;              /* Set your desired fixed height */
  width: 100%;                /* Let it stretch full width of its container */
  object-fit: cover;          /* Crop and center image nicely */
  border-radius: 8px;
}


.thumbnail-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 6px;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.card-img-top {
  height: 100px !important;
  width: 100% !important;
  object-fit: cover !important;
}
/* keep the first row in-flow; no overlay */
.agent-info-box {
  position: static;           /* was absolute */
  max-width: 100%;
  background-color: #f8f9fa;
  border-radius: 0px;
  overflow: hidden;           /* prevents inner overflow */
}

/* stack image + text nicely inside the card */
.agent-card-flex {            /* if you still use it elsewhere */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.score-msg {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
}

.score-msg.success {
  color: #198754; /* Bootstrap success green */
}

.score-msg.warning {
  color: #ffc107; /* Bootstrap yellow */
}

.score-msg.danger {
  color: #dc3545; /* Bootstrap red */
}
.form-tip {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.quiz-question {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}

.quiz-question:last-of-type {
  border-bottom: none;
}

.pricing-font {
 font-size: 60px;
 text-align: center;
}

/* Default (desktop): title first, then logo */
.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* On small screens: stack vertically and flip order */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
  }
  .header-content h1 {
    order: 2; /* Move title below logo */
  }
  .header-content .header-logo {
    order: 1; /* Move logo above title */
    max-width: 150px; /* optional: shrink logo a bit for phones */
    height: auto;
  }
}
/* Tool card images: show the whole graphic, no cropping */
.tool-thumb{
  height: auto !important;      /* override the global 100px */
  width: 100% !important;
  object-fit: contain !important;  /* show entire image */
  background: #f8f9fa;             /* subtle bars if aspect differs */
  padding: 6px;                     /* small breathing room around image text */
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}