.elementor-988 .elementor-element.elementor-element-7b623c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-988 .elementor-element.elementor-element-53bfb84{width:100%;max-width:100%;}.elementor-988 .elementor-element.elementor-element-97d0a11{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-53bfb84 */.jl-footer {
  width: 100%;
  background: linear-gradient(180deg, #8d1f17 0%, #c64833 55%, #b43828 100%);
  padding: 28px 18px;
  position: relative;
  overflow: hidden;
}

.jl-footer::before,
.jl-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}

.jl-footer::before {
  width: 180px;
  height: 180px;
  top: -60px;
  right: -40px;
}

.jl-footer::after {
  width: 220px;
  height: 220px;
  bottom: -110px;
  left: -80px;
}

.jl-footer-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.jl-footer-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 26px 22px;
  backdrop-filter: blur(2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

.jl-footer-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  top: -40px;
  right: -35px;
}

.jl-brand-top {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.jl-logo-box {
  width: 128px;
  height: 128px;
  margin: 0 auto 16px;
  background: #f7efe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  border: 4px solid rgba(255,255,255,0.35);
}

.jl-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.jl-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.jl-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff3ec;
  color: #7e1f18;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.jl-socials a:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

.jl-socials svg {
  width: 20px;
  height: 20px;
}

.jl-accordion {
  position: relative;
  z-index: 2;
}

.jl-acc-item {
  border-top: 1px solid rgba(255,255,255,0.28);
}

.jl-acc-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.28);
}

.jl-acc-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}

.jl-acc-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jl-acc-icon {
  font-size: 19px;
  line-height: 1;
  opacity: 0.95;
}

.jl-acc-arrow {
  font-size: 18px;
  transition: 0.3s ease;
}

.jl-acc-item.active .jl-acc-arrow {
  transform: rotate(180deg);
}

.jl-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
}

.jl-acc-item.active .jl-acc-content {
  max-height: 220px;
  padding: 0 0 18px;
}

.jl-acc-content p {
  margin: 0 0 12px;
  color: #fff4ef;
  font-size: 18px;
  line-height: 1.7;
}

.jl-acc-content strong {
  color: #ffffff;
}

.jl-acc-content a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.jl-menu-card {
  min-height: 100%;
}

.jl-menu-title {
  display: inline-block;
  background: #fff;
  color: #8b1f18;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 0 0 16px 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.jl-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.jl-menu-list li {
  margin-bottom: 10px;
}

.jl-menu-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 14px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.jl-menu-list a::before {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffd6c2;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.08);
}

.jl-menu-list a:hover {
  background: rgba(255,255,255,0.10);
  transform: translateX(6px);
  color: #fffaf7;
}

@media (max-width: 1024px) {
  .jl-footer-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .jl-footer {
    padding: 18px 10px;
  }

  .jl-footer-card {
    border-radius: 20px;
    padding: 20px 16px;
  }

  .jl-logo-box {
    width: 110px;
    height: 110px;
  }

  .jl-acc-btn,
  .jl-menu-list a,
  .jl-acc-content p {
    font-size: 16px;
  }

  .jl-menu-title {
    font-size: 15px;
    padding: 10px 18px;
  }

  .jl-menu-list a {
    padding: 12px 10px;
  }
}
/* FULL WIDTH FOOTER */
.jl-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box;
}

/* andar ka wrapper bhi full */
.jl-footer-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* agar Elementor/container width rok raha ho */
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
}
.jl-footer-credit {
  text-align: center;
  margin-top: 25px;
  padding: 18px 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  color: #f3d6d6;
  letter-spacing: 1px;

  /* 🔥 BACKGROUND FIX */
  background: linear-gradient(180deg, #8b1c1c, #5a0c0c);
}

/* EDITWEBADS button */
.jl-footer-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #c40000, #8b0000);
  margin-left: 6px;
  display: inline-block;
}

/* hover */
.jl-footer-credit a:hover {
  background: linear-gradient(135deg, #ff4d4d, #a00000);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2738d1e */.jl-mobile-footer{
  width:100vw;
  max-width:100vw;
  margin-left:calc(-50vw + 50%);
  margin-right:calc(-50vw + 50%);
  background:linear-gradient(180deg,#ab2d23 0%, #c74d35 55%, #b73a2b 100%);
  position:relative;
  overflow:hidden;
  padding:0;
  box-sizing:border-box;
}

.jl-mobile-footer::before{
  content:"";
  position:absolute;
  inset:auto -80px -80px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,255,255,0.05);
}

.jl-mobile-footer::after{
  content:"";
  position:absolute;
  inset:20px auto auto -90px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(255,255,255,0.04);
}

.jl-mf-topcard{
  background:#f4f0e8;
  margin:18px 18px 0;
  padding:26px 18px 28px;
  position:relative;
  z-index:2;
  box-shadow:0 12px 30px rgba(0,0,0,0.10);
}

.jl-mf-logo-wrap{
  width:140px;
  height:140px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.jl-mf-logo-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:50%;
}

.jl-mf-social{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-bottom:26px;
}

.jl-mf-social a{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff3ec;
  color:#7e1f18;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(0,0,0,0.10);
  transition:0.3s ease;
}

.jl-mf-social a:hover{
  transform:translateY(-3px);
  background:#fff;
}

.jl-mf-social svg{
  width:22px;
  height:22px;
}

.jl-mf-contact-accordion{
  border-top:1px solid rgba(40,20,12,0.30);
}

.jl-mf-acc-item{
  border-bottom:1px solid rgba(40,20,12,0.30);
}

.jl-mf-acc-btn{
  width:100%;
  background:transparent;
  border:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px 0;
  cursor:pointer;
  color:#1b120f;
  font-size:18px;
  font-weight:500;
  text-align:left;
}

.jl-mf-acc-left{
  display:flex;
  align-items:center;
  gap:14px;
}

.jl-mf-acc-icon{
  font-size:22px;
  line-height:1;
}

.jl-mf-acc-arrow{
  font-size:24px;
  transition:0.3s ease;
}

.jl-mf-acc-item.active .jl-mf-acc-arrow{
  transform:rotate(180deg);
}

.jl-mf-acc-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s ease, padding 0.35s ease;
  padding:0;
}

.jl-mf-acc-item.active .jl-mf-acc-content{
  max-height:220px;
  padding:0 0 18px;
}

.jl-mf-acc-content p{
  margin:0 0 12px;
  color:#1b120f;
  font-size:16px;
  line-height:1.7;
}

.jl-mf-acc-content strong{
  font-weight:700;
}

.jl-mf-acc-content a{
  color:#1b120f;
  font-weight:700;
  text-decoration:none;
}

.jl-mf-btns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.jl-mf-btn{
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:18px;
  letter-spacing:1px;
}

.jl-mf-btn-fill{
  background:#980b06;
  color:#fff;
}

.jl-mf-btn-outline{
  border:1.5px solid #980b06;
  color:#980b06;
  background:transparent;
}

.jl-mf-bottom-area{
  position:relative;
  z-index:2;
  padding:20px 16px 30px;
  background:linear-gradient(180deg,rgba(171,45,35,0.12),rgba(171,45,35,0.05));
}

.jl-mf-menu-item{
  border-top:1px solid rgba(255,255,255,0.45);
}

.jl-mf-menu-item:last-child{
  border-bottom:1px solid rgba(255,255,255,0.45);
}

.jl-mf-menu-btn{
  width:100%;
  background:transparent;
  border:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 0;
  cursor:pointer;
  color:#fff3ea;
  font-size:18px;
  font-weight:500;
  letter-spacing:0.5px;
  text-align:left;
}

.jl-mf-menu-arrow{
  font-size:24px;
  transition:0.3s ease;
}

.jl-mf-menu-item.active .jl-mf-menu-arrow{
  transform:rotate(180deg);
}

.jl-mf-menu-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s ease, padding 0.35s ease;
  padding:0;
}

.jl-mf-menu-item.active .jl-mf-menu-content{
  max-height:500px;
  padding:0 0 14px;
}

.jl-mf-menu-content ul{
  list-style:none;
  margin:0;
  padding:0;
}

.jl-mf-menu-content li{
  margin:0 0 10px;
}

.jl-mf-menu-content a{
  color:#fff6ef;
  text-decoration:none;
  font-size:16px;
  display:block;
  padding:4px 0;
}

.jl-mf-copy{
  text-align:center;
  color:#fff;
  font-size:16px;
  margin:28px 0 4px;
}

.jl-mf-copy a{
  display:inline-block;
  margin-left:6px;
  padding:6px 14px;
  border-radius:20px;
  background:linear-gradient(135deg,#c40000,#8b0000);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  letter-spacing:1px;
}

@media (min-width: 768px){
  .jl-mobile-footer{
    display:none;
  }
}/* End custom CSS */