/* ===============================
   FOOTER BASE STYLING
================================ */
.footer-x91 {
  background: #000000;
  padding: 60px 0 30px;
  font-family: "Inter", sans-serif;
}

.footer-container-x91 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  text-align: left;
}

/* Title */
.footer-title-x91 {
  font-size: 56px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 30px;
}

/* CTA */
.footer-cta-btn-x91 {
	text-decoration: none;
  display: inline-block;
  padding: 12px 26px;
  background: #2563eb;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 75px;
  transition: 0.3s ease;
}

/* Main layout */
.footer-main-x91 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 80px;
}

/* Address block */
/* Address only */
.footer-left-x91 p:not(.footer-phone-x91):not(.footer-email-x91) {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #cbd5e1;
}

/* Phone & Email */
.footer-phone-x91,
.footer-email-x91 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}



/* Links */
.footer-links-x91 {
  display: flex;
  gap: 80px;
}

.footer-links-x91 ul li {
  list-style: none;
  margin-bottom: 20px;
}

.footer-links-x91 a {
	text-decoration: none;
  color: #e5e7eb;
  font-size: 16px;
  transition: .3s;
}

.footer-links-x91 a:hover {
  color: #2C73E5;
}

/* Social */
.footer-social-x91 {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-social-x91 a {
  color: #ffffff;
  font-size: 20px;
  transition: .3s;
}

.footer-social-x91 a:hover {
  color: #2563eb;
}

/* Footer bottom */
.footer-bottom-x91 {
  padding-top: 100px;
  text-align: center;
  margin-top: 60px;
}

.footer-bottom-x91 p {
  color: #FFFFFF;
	text-align: left;
  font-size: 14px;
}
.footer-email-x91,
.footer-email-x91 a {
	margin:0;
  color: #ffffff;          /* white */
  text-decoration: none;  /* remove underline */
}

.footer-email-x91 a:hover {
  color: #ffffff;
}


/* ===============================
   RESPONSIVE 900px
================================ */
@media(max-width: 900px) {
  .footer-main-x91 {
	  margin-bottom: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}

@media(max-width: 768px) {

  .footer-container-x91 {
    text-align: center !important;
  }

  .footer-title-x91 {
    font-size: 28px;
  }

  .footer-main-x91 {
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    gap: 35px;
  }

  /* Address + Social icons → 2 column grid */
  .footer-top-grid-x91 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    width: 100%;
    align-items: center;
    justify-items: center;
    margin-bottom: 25px;
  }

  .footer-left-x91 {
    text-align: center !important;
  }

  /* Social centered */
  .footer-social-x91 {
    display: flex;
    justify-content: center !important;
    gap: 18px;
  }

  .footer-social-x91 a {
    margin-left: 0 !important;
  }

  /* Footer links 2 column grid */
  .footer-links-x91 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 30px;
    justify-items: center;
    width: 100%;
  }

  .footer-links-x91 ul {
    padding: 0;
    margin: 0;
  }

  .footer-links-x91 ul li {
    margin: 0;
  }

  .footer-bottom-x91 p {
    text-align: center !important;
	  
  }
}
@media (max-width: 768px) {
  .footer-bottom-x91 {
	 padding: 0;
    text-align: center !important;
    margin-top: 20px !important;
    width: 100%;
  }
	@media (max-width: 768px) {
  .footer-phone-x91,
  .footer-email-x91 {
    font-size: 21px;
    margin-bottom: 4px;
  }
}
	@media (max-width: 768px) {
  .footer-left-x91 p:not(.footer-phone-x91):not(.footer-email-x91) {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.6;
  }
}
	@media (max-width: 768px) {
  .footer-links-x91 ul li {
    margin-bottom: 8px;
  }
}
	@media (max-width: 768px) {
  .footer-cta-btn-x91 {
    margin-bottom: 5px;
	  color:#ffffff;
    padding: 10px 22px;
    font-size: 15px;
  }
}
	@media (max-width: 768px) {
  .footer-x91 {
    padding: 30px;
  }
}