/* Footer Styling (Combined) */

.ae-footer {
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 40px 20px;
  /* padding-top: 6.6vmax;
  padding-bottom: 6.6vmax; */
}

.ae-footer-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ae-footer-business {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.ae-footer-line {
  flex: 1;
  border: none;
  border-top: 2px solid var(--dark-background-color);
  margin: 0 10px;
}

.ae-footer-business-text {
  color: var(--dark-background-color);
}

.ae-footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  flex-wrap: wrap;
}

.ae-footer-column p {
  padding: 0;
}

.ae-footer-column {
  flex: 1;
  min-width: 250px;
}

.ae-footer-column-title {
  color: var(--dark-background-color);
  margin-bottom: 10px;
  font-size: 1rem;
}

.ae-footer-column p,
.ae-footer-column address {
  line-height: 1.6;
}

.ae-footer-column a {
  color: var(--dark-background-color);
  text-decoration: none;
}

/* .ae-footer-column a:hover {
  text-decoration: underline;
}

.ae-footer-bottom {
  margin-top: 20px;
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
} */

.footer-theme-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--dark-background-color);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.debugger-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 20px;
  text-align: center;
}

.debugger-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.debugger-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  border: 1px solid var(--dark-background-color);
  border-radius: 4px;
  background-color: var(--background-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.debugger-label {
  font-weight: bold;
  color: #555;
}

.debugger-value {
  color: var(--dark-background-color);
  word-break: break-word;
}

.footer,
.ae-footer,
.clemo-footer {
  max-width: 100%;
  overflow-x: hidden;
}

.footer-info,
.ae-footer-columns,
.clemo-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.footer-info,
.ae-footer-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: var(--site-max-width, 1200px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.clemo-footer-content {
  display: grid;
}

.footer-column,
.ae-footer-column {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.copy {
  max-width: var(--site-max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
}

.design,
.rights {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}

/* Footer Styling (from sb.css) */
.clemo-footer {
  background-color: var(--background-color);
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

.clemo-footer-logo img {
  max-width: 200px;
}

.clemo-footer-phone,
.clemo-footer-address {
  font-size: 14px;
  margin: 5px 0;
}

/* Social Media Icons */
/* .clemo-footer-social {
  margin: 15px 0;
} */

.clemo-social-icon {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
}

/* .clemo-social-icon:hover {
  color: var(--text-color);
} */

/* Footer Navigation */
.clemo-footer-nav {
  margin: 20px 0;
}

.clemo-footer-link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  cursor: pointer;
}

/* .clemo-footer-link:hover {
  text-decoration: underline;
} */

/* Copyright Text */
.clemo-footer-bottom {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}


/* Footer Styling (from styles.css) */
.footer {
	text-align: center;
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
}

.footer-title {
	color: var(--button-color);
	font-size: 28px;
	font-weight: bold;
}

.footer-divider {
	border: none;
	height: 1px;
	background-color: var(--button-color);
	margin: 20px auto;
	width: 60%;
}

.footer-info {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/* width: var(--site-max-width); */
	margin: 0 auto;
}

.footer-column {
	flex: 1;
	margin: 10px;
	min-width: 250px;
}

.footer-column-title {
	color: var(--text-color);
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.footer-column address,.footer-column p {
	color: var(--text-color);
	font-size: 16px;
	margin: 5px 0;
}

.footer a {
	color: var(--dark-background-color);
	text-decoration: none;
}

/* .footer a:hover {
	text-decoration: underline;
} */


.clemo-footer {
  background-color: var(--background-color);
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

.clemo-footer-logo img {
  max-width: 200px;
}

.clemo-footer-phone,
.clemo-footer-address {
  font-size: 14px;
  margin: 5px 0;
}

.clemo-social-icon {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
}

.clemo-footer-nav {
  /* margin: 20px 0; */
  margin: 0 auto;
  max-width: 1200px;
  /* display: flex;
  justify-content: space-around; */
}

.clemo-footer-link {
  font-size: 14px;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  cursor: pointer;
}

.clemo-footer-link:hover {
  text-decoration: underline;
}

.clemo-footer-bottom {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.footer-theme-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--dark-background-color);
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}
