.read-more-wrapper {
    text-align: center;
}
.category-description-expandable {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    text-align: left; 
}

.category-description-expandable::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.category-description-expandable.is-expanded {
    max-height: 3000px;
}
.category-description-expandable.is-expanded::after {
    display: none;
}

.read-more-btn {
    display: inline-block;
    background-color: transparent;
    color: #0073aa;
    padding: 10px 24px;
    border: 2px solid #0073aa;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    opacity: 0.6;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #0073aa;
    color: #ffffff;
    opacity: 1;
}
@media (min-width: 992px) {
  .wp-block-geodirectory-geodir-widget-search .geodir-search-form-wrapper.rounded-lg-pill {
    border-radius: 0 !important;
  }
}
.gd-cptcat-ul .card,
.gd-cptcat-ul .card-body,
.gd-cptcat-ul .gd-cptcat-cat-left {
    overflow: visible !important;
}

.gd-cptcat-sub.dropdown-menu.show {
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
}
.geodir-cf-file-name{
    display: none !important;
}
.custom-share-buttons-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px; 
}

.custom-share-button {
    font-size: 1.25rem; 
    color: #555;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

.custom-share-button:hover {
    color: #007bff;
}
.bs-share-dropdown .dropdown-menu {
    z-index: 9999;
}
.text-truncate {
	white-space: wrap !important;
}
.gd-company-icons-row {
    display: flex !important;
    flex-wrap: wrap;                 
    align-items: center !important; 
    justify-content: flex-start;     
    padding: 0 !important;
    line-height: 1 !important; 
	gap: 8px !important;
}
.gd-icon-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 65px !important;
    height: 65px !important;
    background-color: #f4f4f4;
    border-radius: 50%; 
    margin-right: 0px;
    padding: 0 !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    color: #333; 
    font-size: 24px !important;
}
.gd-icon-box i {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: block !important;
}
.gd-icon-box:hover {
    transform: translateY(-3px);
    background-color: #333;
    color: #fff !important;
}
.gd-icon-box {
    position: relative;
}

.gd-tooltip-content {
    visibility: hidden;
    width: 200px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-weight: normal;
    text-transform: none;
}
.gd-mobile-only {
    display: none !important;
}
.gd-icon-box {
    position: relative; 
}
.gd-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.gd-icon-box:hover .gd-tooltip-content {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .gd-desktop-only {
        display: none !important;
    }
    .gd-mobile-only {
        display: flex !important;
    }
    .gd-company-icons-row {
        gap: 8px !important;
    }
    .gd-icon-box {
        width: 65px !important; 
        height: 65px !important;
        font-size: 20px !important;
    }
}
@keyframes my-shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.gd-phone-anim:hover i {
    animation: my-shake 1.0s ease-in-out infinite;
}
.key-takeaway-box {
  position: relative;
  background-color: #ffffff;
  border-left: 5px solid #3993d5;
  border-radius: 8px;
  padding: 24px 30px;
  margin: 32px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  font-family: system-ui, -apple-system, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.key-takeaway-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
}
.key-takeaway-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.key-takeaway-icon {
  font-size: 24px;
  line-height: 1;
}
.key-takeaway-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.key-takeaway-content {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #334155;
  margin: 0;
}
.key-takeaway-content strong {
  color: #0f172a;
  background: linear-gradient(120deg, #e0e7ff 0%, #e0e7ff 100%);
  background-repeat: no-repeat;
  background-size: 100% 35%;
  background-position: 0 85%;
}

@media (max-width: 600px) {
  .key-takeaway-box {
    padding: 20px;
    border-left-width: 4px;
  }
}
.faq-container {
  max-width: 100%;
  margin: 32px 0;
  font-family: system-ui, -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 10px 25px rgba(57, 147, 213, 0.12);
  border-color: #b3d4ee;
}
.faq-item[open] {
  border-color: #3993d5;
  box-shadow: 0 10px 30px rgba(57, 147, 213, 0.15);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question:hover,
.faq-item[open] .faq-question {
  color: #3993d5;
}
.faq-icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-color: #f1f5f9;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #64748b;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-icon::before {
  width: 12px;
  height: 2px;
}
.faq-icon::after {
  width: 2px;
  height: 12px;
}
.faq-item[open] .faq-icon {
  background-color: #3993d5;
  transform: rotate(90deg);
}
.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background-color: #ffffff;
}
.faq-item[open] .faq-icon::after {
  height: 0;
}
.faq-answer {
  padding: 0 24px 24px 24px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  border-top: 1px solid transparent;
  animation: slideDownFade 0.4s ease forwards;
}
.faq-answer strong {
  color: #1e293b;
  border-bottom: 2px solid rgba(57, 147, 213, 0.3);
}
@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {
  .faq-question {
    padding: 16px 20px;
    font-size: 1.05rem;
  }
  .faq-answer {
    padding: 0 20px 20px 20px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, sans-serif;
  color: #0f172a;
  margin-top: 2em; 
  margin-bottom: 0.75em;
  line-height: 1.3;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  color: #1e293b;
}
h2 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #3993d5;
}
h3 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
h3::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(57, 147, 213, 0.15);
  border: 3px solid #3993d5;
  flex-shrink: 0;
}
h4 {
  font-size: 1.25rem;
  color: #334155;
}
h5 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}
h6 {
  font-size: 1rem;
  color: #94a3b8;
  font-style: italic;
  font-weight: 500;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  background: #fff;
}
.table-responsive table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
  font-family: system-ui, -apple-system, sans-serif;
}
.table-responsive thead {
  background-color: #f8fafc;
  border-bottom: 2px solid #3993d5;
}
.table-responsive th {
  padding: 18px 24px;
  color: #0f172a;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}
.table-responsive td {
  padding: 16px 24px;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid #f1f5f9;
}
.table-responsive td:first-child {
  font-weight: 600;
  color: #1e293b;
}
.table-responsive tbody tr:nth-child(even) {
  background-color: #fafcfd;
}
.table-responsive tbody tr:hover {
  background-color: #f0f7ff;
  transition: background-color 0.2s ease;
}
.table-responsive tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .table-responsive thead {
    display: none;
  }
  .table-responsive table, 
  .table-responsive tbody, 
  .table-responsive tr, 
  .table-responsive td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table-responsive tr {
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: #fff;
    overflow: hidden;
  }
  .table-responsive td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
    padding: 16px;
    position: relative;
  }
  .table-responsive td:last-child {
    border-bottom: none;
  }
  .table-responsive td::before {
    content: attr(data-label);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3993d5;
    margin-bottom: 8px;
    display: block;
  }
  .table-responsive td:first-child {
    background-color: #f8fafc;
    font-size: 1.15rem;
    color: #0f172a;
  }
  .table-responsive td:first-child::before {
    display: none;
  }
}
.saas-native-promo-box {
    background-color: #f8f9fa;
    border-left: 4px solid #2c3e50;
    padding: 24px;
    margin: 32px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.saas-native-promo-box h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.saas-native-promo-box p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
}
.btn-form-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-form-primary:hover {
    background-color: #1a252f;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(44, 62, 80, 0.2);
}

.faq-item {
    scroll-margin-top: 120px; 
}

.form-field-highlight {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px dashed #fca5a5;
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.form-field-highlight:hover {
    background-color: #fee2e2;
    border-color: #ef4444;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.conditional-block-wrapper {
    border: 2px dashed #93c5fd;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
    position: relative;
    background-color: #f8fafc;
}
.conditional-block-label {
    display: inline-block;
    background-color: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    padding: 4px 10px;
    font-size: 0.85em;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
    position: absolute;
    top: -15px;
    left: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.conditional-block-label:hover {
    background-color: #dbeafe;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.conditional-block-content {
    margin-top: 10px; 
}
.filing-procedures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 30px 0;
}

.filing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    border-top: 4px solid #2c3e50;
    transition: transform 0.2s ease;
}

.filing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.filing-card h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.15rem;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filing-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.filing-card li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #475569;
}
.filing-card li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.card-docs { border-top-color: #3b82f6; }
.card-docs li i { color: #3b82f6; }

.card-time { border-top-color: #f59e0b; }
.card-time li i { color: #f59e0b; }

.card-fees { border-top-color: #10b981; }
.card-fees li i { color: #10b981; }