.elementor-41 .elementor-element.elementor-element-5d25c37{width:var( --container-widget-width, 101.638% );max-width:101.638%;--container-widget-width:101.638%;--container-widget-flex-grow:0;}.elementor-41 .elementor-element.elementor-element-5d25c37.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5d25c37 *//* --- FOOTER MAIN CONTAINER (ULTIMATE FULL-WIDTH OVERRIDE) --- */
.site-footer {
  width: 100vw !important;
  max-width: 100vw !important; /* This forces it to stretch over the right side gap */
  position: relative !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important; /* Perfectly balances left and right edges */
  background-color: #050505 !important; /* Deep premium black */
  color: #a3a3a3; /* Soft grey text */
  padding: 70px 20px 0px;
  font-family: inherit;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* --- GRID LAYOUT --- */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr; /* 5 Columns to fit all your sections */
  row-gap: 50px;
  column-gap: 30px;
  padding-bottom: 50px;
}

/* --- LOGO & BRAND SECTION --- */
.footer-logo-col {
  padding-right: 15px;
}
.logo a {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 36px;
  font-weight: bold;
  font-family: serif; 
  letter-spacing: 2px;
  line-height: 1;
  display: block;
}
.logo-subtitle {
  font-size: 11px;
  color: #c9a063;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: sans-serif;
  text-align: left;
}
.footer-desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* --- FIXED SOCIAL MEDIA ICONS --- */
.footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #1a1a1a; 
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/* Forcing Golden Hover - Killing Pink */
.social-link:hover {
  background: #c9a063 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* --- FOOTER HEADINGS & LINKS --- */
.footer-heading {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer-links, .footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li, .footer-contact-info li {
  margin-bottom: 15px;
}
.footer-links a, .footer-contact-info a {
  text-decoration: none;
  color: #a3a3a3 !important;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Forcing Golden Hover - Killing Pink */
.footer-links a:hover, .footer-contact-info a:hover {
  color: #c9a063 !important;
}

/* --- CONTACT DETAILS (NEWSLETTER) ICONS --- */
.footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}
.footer-contact-info svg {
  width: 18px;
  height: 18px;
  fill: #c9a063; /* Golden Icons */
  flex-shrink: 0;
  margin-top: 2px;
}
.urdu-text {
  font-family: "Jameel Noori Nastaleeq", "Noto Nastaliq Urdu", serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: right;
  direction: rtl;
}

/* --- BOTTOM COPYRIGHT SECTION --- */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #222222;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #777777;
}
.footer-payments {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.6;
}

/* --- RESPONSIVE MOBILE FIXES --- */
@media (max-width: 1050px) {
  .footer-container {
    grid-template-columns: 1.5fr 1fr 1fr; /* Stack into 3 columns on smaller laptops */
  }
}

@media (max-width: 800px) {
  .footer-container {
    grid-template-columns: 1fr 1fr; /* 2 Columns on Tablets */
  }
  .footer-logo-col, .footer-newsletter {
    grid-column: span 2; 
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr; /* 1 Column on Mobile Phones */
    row-gap: 40px;
  }
  .footer-logo-col, .footer-newsletter {
    grid-column: span 1;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  /* --- FOOTER MAIN CONTAINER (FORCED FULL WIDTH) --- */

}/* End custom CSS */