.elementor-31 .elementor-element.elementor-element-a179acd{--display:flex;}.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-967a294 *//* ===============================
   Dil Kay Desi - Custom Footer CSS
================================ */

:root {
  --dkd-maroon: #7A1F16;
  --dkd-maroon-light: #A83224;
  --dkd-dark: #1B1B1B;
  --dkd-cream: #FFF4E0;
  --dkd-gold: #D9A441;
  --dkd-brown: #8B4A2F;
  --dkd-white: #ffffff;
}

/* Main Footer */
.dkd-footer {
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(217, 164, 65, 0.16), transparent 34%),
    linear-gradient(135deg, #1B1B1B 0%, #2A1611 45%, #7A1F16 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Soft Pattern Effect */
.dkd-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

/* Footer Top */
.dkd-footer-top {
  position: relative;
  z-index: 1;
  padding: 70px 0 45px;
}

/* Container */
.dkd-footer-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Grid Layout */
.dkd-footer-top .dkd-footer-container {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr;
  gap: 38px;
}

/* Footer Columns */
.dkd-footer-col h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--dkd-gold);
  font-weight: 800;
  position: relative;
}

.dkd-footer-col h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--dkd-gold);
  border-radius: 30px;
  margin-top: 10px;
}

/* Brand Logo */
.dkd-footer-logo {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
  margin-bottom: 18px;
}

.dkd-footer-logo img {
  max-height: 78px;
  width: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Brand Text */
.dkd-footer-brand p {
  max-width: 360px;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 22px;
}

/* Social Icons */
.dkd-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dkd-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.dkd-footer-social a:hover {
  background: var(--dkd-gold);
  color: var(--dkd-dark) !important;
  transform: translateY(-4px);
}

/* Lists */
.dkd-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dkd-footer-col ul li {
  margin-bottom: 12px;
}

.dkd-footer-col ul li a {
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dkd-footer-col ul li a::before {
  content: "›";
  color: var(--dkd-gold);
  font-size: 20px;
  line-height: 1;
  transition: all 0.25s ease;
}

.dkd-footer-col ul li a:hover {
  color: #ffffff !important;
  transform: translateX(5px);
}

.dkd-footer-col ul li a:hover::before {
  transform: translateX(2px);
}

/* Contact Lines */
.dkd-contact-line {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dkd-contact-line span {
  color: var(--dkd-gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.dkd-contact-line a,
.dkd-contact-line strong {
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none !important;
}

/* Footer Order Button */
.dkd-footer-order-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: var(--dkd-dark) !important;
  background: linear-gradient(135deg, var(--dkd-gold), #F4C96A);
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(217, 164, 65, 0.28);
  transition: all 0.25s ease;
}

.dkd-footer-order-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(217, 164, 65, 0.38);
}

/* Bottom Footer */
.dkd-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
  padding: 18px 0;
}

.dkd-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dkd-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

/* ===============================
   Responsive Footer
================================ */

@media (max-width: 1024px) {
  .dkd-footer-top .dkd-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media (max-width: 700px) {
  .dkd-footer-top {
    padding: 55px 0 35px;
  }

  .dkd-footer-top .dkd-footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dkd-footer-logo img {
    max-height: 68px;
  }

  .dkd-footer-brand p {
    max-width: 100%;
  }

  .dkd-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .dkd-footer-col h3 {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .dkd-footer-container {
    width: 92%;
  }

  .dkd-footer-top {
    padding: 45px 0 30px;
  }

  .dkd-footer-logo {
    padding: 7px 10px;
    border-radius: 15px;
  }

  .dkd-footer-logo img {
    max-height: 58px;
  }

  .dkd-footer-brand p,
  .dkd-footer-col ul li a {
    font-size: 14px;
  }

  .dkd-footer-order-btn {
    width: 100%;
    padding: 14px 18px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===============================
   Dil Kay Desi Footer Full Width Fix
   Remove side white space + reduce height
================================ */

/* Footer ko browser ke dono edges tak full width karo */
.dkd-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: 0 !important;
  right: 0 !important;
}

/* Footer ke andar ka content controlled width mein rahe */
.dkd-footer-container {
  width: min(1180px, 92%) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Elementor ki extra spacing remove */
.elementor-location-footer,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Agar Elementor container boxed spacing de raha ho */
.elementor-location-footer .e-con,
.elementor-location-footer .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Footer height thori compact */
.dkd-footer-top {
  padding: 50px 0 32px !important;
}

/* Footer bottom compact */
.dkd-footer-bottom {
  padding: 14px 0 !important;
}

/* Footer grid spacing thori kam */
.dkd-footer-top .dkd-footer-container {
  gap: 30px !important;
}

/* Logo size thora controlled */
.dkd-footer-logo img {
  max-height: 68px !important;
}

/* Text spacing compact */
.dkd-footer-brand p {
  margin-bottom: 18px !important;
  line-height: 1.7 !important;
}

.dkd-footer-col h3 {
  margin-bottom: 16px !important;
}

.dkd-footer-col ul li {
  margin-bottom: 10px !important;
}

/* Mobile responsive compact */
@media (max-width: 700px) {
  .dkd-footer-top {
    padding: 38px 0 28px !important;
  }

  .dkd-footer-top .dkd-footer-container {
    gap: 26px !important;
  }
}/* End custom CSS */