.elementor-1150 .elementor-element.elementor-element-4f3ee51{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1150 .elementor-element.elementor-element-07d5add{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.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-07d5add *//* ===== RAAH FOOTER ===== */
.rp-footer {
  background: #0d1210;
  padding:40px;
  font-family: var(--font-sans);
  border-top: none !important;
  isolation: isolate;
}

.rp-footer::before,
.rp-footer::after {
  display: none !important;
  content: none !important;
}

.rp-footer-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.rp-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}

.rp-footer-logo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.rp-footer-logo-wrap img {
  height: 50px;
  width: auto;
  filter:drop-shadow(0 0 2px rgba(255,255,255,0.3));
  opacity: 0.85;
}

.rp-footer-tagline {
  font-size: 13.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 30ch;
}

.rp-footer-col-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 18px;
}

.rp-footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.rp-footer-nav-list li a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.rp-footer-nav-list li a:hover { color: var(--raah-yellow); }

.rp-footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rp-footer-contact-items a,
.rp-footer-contact-items span {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
}

.rp-footer-contact-items a:hover { color: var(--raah-yellow); }

.rp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rp-footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

.rp-footer-socials { display: flex; gap: 12px; }

.rp-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: all 0.2s;
  text-decoration: none;
}

.rp-social-icon:hover { border-color: var(--raah-yellow); color: var(--raah-yellow); }

.rp-footer-legal { display: flex; gap: 12px; }

.rp-footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.rp-footer-legal a:hover { color: rgba(255,255,255,0.6); }

@media(max-width:960px) {
  .rp-footer-grid { grid-template-columns: 1fr 1fr; }
  .rp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media(max-width:640px) {
  .rp-footer-grid { grid-template-columns: 1fr; }
  .rp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  /* 👇 Yeh do lines add karo */
  .rp-footer { padding: 14px 10px; }
  .rp-footer-grid { padding-bottom: 32px; }
}/* End custom CSS */