
/* ==========================================================================
   SITE FOOTER (footer.php) — standalone stylesheet
   Colors match the site's existing design system (--ink, --red gradient)
   rather than the original reference screenshot's navy/gold palette.

   DEPENDENCIES — this file assumes the following are already defined
   elsewhere on the page (either paste them above this file, or keep
   them in your main stylesheet):

     --ink, --border, --font-display, --font-body
     (see :root in style.css / header-nav.css for exact values)

   Google Fonts + Bootstrap 5 should already be loaded in <head> from
   header.php's setup — no additional requirements beyond that.
   ========================================================================== */

.site-footer {
  --footer-bg: var(--ink, #0B0F14);
  --footer-accent: var(--red, #DC2626);
  --footer-accent-gradient: linear-gradient(135deg, #FF5F5F 0%, #E63946 55%, #C81E3A 100%);
  --footer-text: #FFFFFF;
  --footer-muted: #B7C0CC;
  --footer-border: rgba(255, 255, 255, 0.12);

  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 40px 0 32px;
  font-size: 0.92rem;
}

/* --- Top row: logo + simple nav --- */

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
}

.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer-logo span {
  font-weight: 500;
  color: var(--footer-muted);
}

.footer-top-links {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.footer-top-links a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.2s ease;
}

.footer-top-links a:hover {
  color: var(--footer-accent);
}

/* --- Dotted section dividers --- */

.footer-divider {
  border: none;
  border-top: 1px dotted var(--footer-border);
  margin: 0;
}

/* --- 5-column sitemap grid --- */

.footer-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  padding: 28px 0;
}

.footer-col-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--footer-accent);
  margin-bottom: 14px;
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list li {
  margin-bottom: 10px;
}

.footer-link-list a {
  font-size: 0.88rem;
  color: var(--footer-text);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-link-list a:hover {
  color: var(--footer-accent);
  padding-left: 3px;
}

@media (max-width: 992px) {
  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .footer-cols {
    grid-template-columns: 1fr;
  }
}

/* --- Disclaimer --- */

.footer-disclaimer {
  padding: 24px 0;
}

.footer-disclaimer h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 12px;
}

.footer-disclaimer p {
  font-size: 0.88rem;
  color: var(--footer-muted);
  max-width: 900px;
  margin-bottom: 14px;
}

.footer-disclaimer ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.footer-disclaimer li {
  font-size: 0.85rem;
  color: var(--footer-muted);
  margin-bottom: 8px;
  max-width: 900px;
}

/* --- Bottom bar: socials + copyright + legal links --- */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--footer-accent);
  color: var(--footer-accent);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.footer-social-icon:hover {
  background: var(--footer-accent-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(200, 30, 58, 0.32);
  transform: translateY(-2px);
}

.footer-copyright {
  font-size: 0.85rem;
  color: var(--footer-muted);
  margin: 0;
  text-align: center;
}

.footer-copyright a {
  color: var(--footer-accent);
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.footer-copyright a:hover {
  opacity: 0.8;
}

.footer-legal-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-legal-links a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: var(--footer-accent);
}

.footer-legal-divider {
  color: var(--footer-muted);
  font-size: 0.78rem;
}

@media (max-width: 700px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/**start get msg**/
.get-msg {
	position: relative;
	margin-left: 1.5%;
}

.get-msg .get-msg-call {
	position: fixed;
	bottom: 2%;
	width: 221px;
	height: 65px;
	background-color: #fff;
	border-radius: 100px;
	line-height: 21px;
	border: none;
	padding: 0 0 0 11px;
	display: flex;
	text-align: left;
	letter-spacing: 0.5px;
	z-index: 99999;
	color: #000;
	font-size: 0.6em;
	align-items: center;
	left: 14px;
}

.get-msg .order-call-icon {
	margin-right: 6%;
	width: 49px;
	height: 49px;
	border-radius: 100px;
	background-color: #30a447;
	text-align: center;
	line-height: 62px;
}

.get-msg .order-call-icon i {


	color: #fff;
	font-size: 28px;
}

.get-msg h6 {
	font-size: 1.3em;
	font-family: 'Karla', sans-serif;
	font-weight: 800;
	margin-bottom: 2px;
}

.get-msg p {
	font-size: 11px;
	margin-top: 0;
	line-height: 15px;
	margin-bottom: 0;
	font-family: 'Karla', sans-serif;
	font-weight: 600;
	color: #424040;
	text-transform: uppercase;

}



.modal-dialog {
	margin: 0 0 0 1.5%;
	position: fixed;
	bottom: 18%;
	text-align: center;

}

.modal-header {
	padding: 0;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	right: 11px;
	top: 5px;
}

.close {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
}

.modal-title {
	color: #000;
	font-weight: 600;
	font-size: 0.9em;
}

.modal-header {
	border: none;
	padding-bottom: 0;
	background-color: #095e54;
	border-radius: 11px;
}

.get-msg .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: transparent;
	outline: none;
	box-shadow: none;
	border-top: 1px solid #f5111b;
	border-left: 1px solid #f5111b;
	border-bottom: 1px solid #f5111b;
	border-right: 1px solid #f5111b !important;
}

.get-msg .input-group-text {
	border-right: 1px solid #fff !important;
	border-top: 1px solid #f5111b !important;
	border-bottom: 1px solid #f5111b !important;
	border-left: 1px solid #f5111b !important;
	background-color: transparent;
	padding: 0 0 0 11px;
	border-radius: 13px 0 0 13px;
}

.get-msg .input-group>.form-control {
	border-top: 1px solid #f5111b;
	border-left: 1px solid transparent !important;
	border-bottom: 1px solid #f5111b;
	border-right: 1px solid #f5111b;
	border-radius: 0 13px 13px 0;
}

.get-msg .call-me {
	font-size: 14px;
	line-height: 41px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	height: 42px;
	padding: 0 29px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	letter-spacing: 1.5px;
	width: 100%;
	border-radius: 34px;
	background-color: #30a447;
	border: none;
}

.get-msg .call-me:hover {
	background-color: #34c751;
}

.modal-content {
	border-radius: 1em;
}

.modal-dialog {
	max-width: 400px;
}

.modal-body i {
	transform: rotate(90deg);
	color: #f5111b;
}

.get-msg select {
	width: 50px;
	background-color: transparent;
	border-right: none !important;
	border-top: 1px solid #f5111b !important;
	border-bottom: 1px solid #f5111b !important;
	border-left: none !important;
	font-size: 16px;
}



.wrap button {
	box-shadow: 0 0 20px 0px #0000003d;

}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	right: 11px;
	top: 5px;
}