/* Ravix Footer v5.0.0 — Android-only, external cached stylesheet */
.rvx-footer-wrap{
  contain:layout style paint;
  content-visibility:auto;
  contain-intrinsic-size:1px 520px;
}
@media (hover:none), (pointer:coarse){
  .rvx-footer-wrap *{
    -webkit-tap-highlight-color:transparent;
  }
}

.rvx-footer-wrap,
.rvx-footer-wrap *,
.rvx-footer-wrap *::before,
.rvx-footer-wrap *::after{
  box-sizing:border-box;
}


/*
 * Viewport-safe layout guard:
 * The footer is self-contained. When a template/page-builder accidentally mounts it
 * inside a content wrapper, the tiny script near the end moves it back under <body>.
 * These rules preserve the original 1320px centered layout after that safe move.
 */
body > .rvx-footer-wrap.rvx-footer-viewport-safe{
  width:100%;
  max-width:1320px;
  margin-right:auto;
  margin-left:auto;
  clear:both;
}

.rvx-footer-wrap :where(a, a:hover, a:focus){
  text-decoration:none;
  box-shadow:none;
}

.rvx-footer-wrap :where(h1,h2,h3,h4,p,ul,li,span,div,footer){
  font-family:inherit;
}

.rvx-footer-wrap{
  --rvx-primary:#1b1b1f;
  --rvx-primary-soft:#23242a;
  --rvx-brand:#1400EC;
  --rvx-accent:#2f8cff;
  --rvx-accent-hover:#56a4ff;
  --rvx-white:#ffffff;
  --rvx-secondary-dark:rgba(255,255,255,.58);
  --rvx-secondary-dark-hover:rgba(255,255,255,.88);
  --rvx-marker:rgba(255,255,255,.28);
  --rvx-border-soft:rgba(255,255,255,.10);
  --rvx-font:inherit;

  width:100%;
  max-width:1320px;
  isolation:isolate;
  margin-inline:auto;
  padding-inline:16px;
  padding-bottom:18px;
  padding-top:40px;
  margin-top:40px;
  margin-bottom:24px;
  direction:rtl;
  font-family:var(--rvx-font);
}

.rvx-footer-card{
  position:relative;
  background:linear-gradient(135deg,var(--rvx-primary) 0%,var(--rvx-primary-soft) 100%);
  color:var(--rvx-white);
  border-radius:12px;
  padding:24px;
  cursor:default;
}

.rvx-footer-grid{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  row-gap:20px;
  align-items:flex-start;
}

.rvx-footer-col{
  display:flex;
  flex-direction:column;
  row-gap:12px;
  min-width:0;
}

.rvx-footer-about,
.rvx-footer-contact{
  width:100%;
}

.rvx-footer-heading{
  margin:0;
  font-size:14px;
  line-height:1.9;
  font-weight:800;
  color:var(--rvx-white);
}

.rvx-footer-about-text{
  margin:0;
  font-size:13px;
  line-height:2.05;
  font-weight:400;
  color:var(--rvx-secondary-dark);
}


.rvx-footer-inline-name{
  color:inherit;
  font-weight:700;
  text-decoration:none;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.06);
  border-radius:6px;
  padding:0 5px;
}

.rvx-footer-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  row-gap:10px;
  margin:0;
  padding:0;
}

.rvx-footer-link{
  display:inline-flex;
  align-items:center;
  column-gap:6px;
  font-size:13px;
  line-height:1.9;
  font-weight:400;
  color:var(--rvx-secondary-dark);
  text-decoration:none;
  transition:color .2s ease;
}

.rvx-footer-link:hover,
.rvx-footer-contact-link:hover{
  color:var(--rvx-secondary-dark-hover);
}

.rvx-footer-dot{
  display:block;
  width:6px;
  height:2px;
  flex:0 0 6px;
  border-radius:999px;
  background:var(--rvx-marker);
}

.rvx-footer-contact-inner{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
  row-gap:32px;
}

.rvx-footer-contact-list{
  display:flex;
  flex-direction:column;
  row-gap:12px;
  font-size:13px;
  line-height:1.9;
  color:var(--rvx-secondary-dark);
}

.rvx-footer-contact-row,
.rvx-footer-social-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  column-gap:12px;
  row-gap:6px;
}

.rvx-footer-contact-label,
.rvx-footer-social-label{
  font-size:13px;
  line-height:1.9;
  font-weight:400;
  color:var(--rvx-secondary-dark);
}

.rvx-footer-contact-link{
  margin-right:auto;
  direction:ltr;
  unicode-bidi:plaintext;
  text-align:left;
  color:var(--rvx-secondary-dark);
  text-decoration:none;
  transition:color .2s ease;
}


.rvx-footer-phone-number{
  display:inline-flex;
  align-items:center;
  gap:7px;
  direction:ltr;
  unicode-bidi:isolate;
}

.rvx-footer-phone-part{
  display:inline-block;
  letter-spacing:.3px;
}

.rvx-footer-phone-code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:1px 6px;
  margin:0;
  border-radius:6px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.055);
}

.rvx-footer-socials{
  display:flex;
  flex-direction:row;
  align-items:center;
  column-gap:10px;
  direction:ltr;
}

.rvx-footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:7px;
  color:var(--rvx-white);
  background:rgba(255,255,255,.10);
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,transform .2s ease;
}

.rvx-footer-social:hover{
  background:rgba(47,140,255,.18);
  color:var(--rvx-white);
  transform:translateY(-1px);
}

.rvx-footer-social i{
  font-size:16px;
  line-height:1;
}

/* Clean compact action row */
.rvx-footer-action-row{
  margin-top:30px;
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:14px;
  align-items:stretch;
}

.rvx-footer-ticket{
  min-width:0;
  border-radius:16px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:rgba(255,255,255,.065);
  border:1px solid var(--rvx-border-soft);
}

.rvx-footer-ticket-main{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:0;
}

.rvx-footer-ticket-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--rvx-white);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}

.rvx-footer-ticket-copy{
  min-width:0;
  direction:rtl;
  text-align:right;
}

.rvx-footer-ticket-title{
  margin:0;
  color:var(--rvx-white);
  font-size:15px;
  line-height:1.7;
  font-weight:900;
}

.rvx-footer-ticket-text{
  margin:4px 0 0;
  color:var(--rvx-secondary-dark);
  font-size:13px;
  line-height:1.9;
}

.rvx-footer-ticket-time{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.8;
  font-weight:700;
  text-align:right;
}

.rvx-footer-ticket-btn{
  min-height:40px;
  padding:8px 15px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-size:13px;
  line-height:1.7;
  font-weight:800;
  background:transparent;
  border:1px solid rgba(255,255,255,.30);
  box-shadow:none;
  transition:transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.rvx-footer-ticket-btn:hover{
  transform:translateY(-1px);
  color:var(--rvx-white);
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.48);
  box-shadow:none;
}


.rvx-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  column-gap:16px;
  row-gap:12px;
  padding:16px;
  margin-top:20px;
  border-radius:7px;
  background:rgba(255,255,255,.10);
  color:var(--rvx-white);
  font-size:13px;
  line-height:1.9;
}


.rvx-footer-copy,
.rvx-footer-credit{
  margin:0;
  font-size:13px;
  line-height:1.9;
  font-weight:400;
  color:var(--rvx-white);
}

.rvx-footer-copy-wrap{
  display:flex;
  align-items:center;
  column-gap:8px;
  min-width:0;
}

.rvx-footer-copy-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  color:var(--rvx-white);
}


.rvx-footer-brand{
  color:var(--rvx-accent-hover);
}

.rvx-footer-credit-wrap{
  display:flex;
  align-items:center;
  column-gap:4px;
  margin-right:auto;
  direction:ltr;
}


.rvx-footer-bottom-apps{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:nowrap;
}

.rvx-footer-bottom-app{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:36px;
  padding:7px 11px;
  border-radius:10px;
  color:var(--rvx-white);
  text-decoration:none;
  font-family:inherit;
  cursor:pointer;
  font-size:12px;
  line-height:1.6;
  font-weight:800;
  background:rgba(47,140,255,.14);
  border:1px solid rgba(47,140,255,.22);
  white-space:nowrap;
  transition:background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.rvx-footer-bottom-app:hover{
  background:rgba(47,140,255,.23);
  border-color:rgba(47,140,255,.34);
  transform:translateY(-1px);
}

.rvx-footer-bottom-app--primary{
  background:rgba(47,140,255,.24);
  border-color:rgba(47,140,255,.36);
}

.rvx-footer-bottom-app i{
  font-size:14px;
  line-height:1;
}

.rvx-footer-android-download{
  min-width:150px;
}

.rvx-footer-green-block{
  display:none;
  position:absolute;
  width:33.333333%;
  height:33.333333%;
  top:-24px;
  right:-16px;
  z-index:-1;
  border-radius:12px;
  background:var(--rvx-brand);
}

@media (min-width:640px){
  .rvx-footer-wrap{
    padding-bottom:32px;
    padding-top:64px;
    margin-top:64px;
    margin-bottom:30px;
  }

  .rvx-footer-card{
    padding:32px 32px;
  }

  .rvx-footer-col{
    row-gap:24px;
  }

  .rvx-footer-contact{
    width:280px;
  }

  .rvx-footer-heading{
    font-size:20px;
    line-height:1.7;
  }

  .rvx-footer-about-text,
  .rvx-footer-link,
  .rvx-footer-contact-list,
  .rvx-footer-contact-label,
  .rvx-footer-social-label,
  .rvx-footer-bottom,
  .rvx-footer-copy,
  .rvx-footer-credit{
    font-size:14px;
  }

  .rvx-footer-green-block{
    display:block;
  }
}

@media (min-width:640px) and (max-width:1023.98px){
  .rvx-footer-action-row{
    grid-template-columns:1fr;
  }
}

@media (min-width:768px){
  .rvx-footer-card{
    padding-left:48px;
    padding-right:48px;
  }

  .rvx-footer-grid{
    justify-content:space-between;
  }
}

@media (min-width:1024px){
  .rvx-footer-wrap{
    padding-top:80px;
    margin-top:80px;
  }

  .rvx-footer-card{
    padding-top:48px;
  }

  .rvx-footer-grid{
    flex-wrap:nowrap;
  }

  .rvx-footer-about{
    width:280px;
    flex:0 0 280px;
  }
}

@media (min-width:1280px){
  .rvx-footer-grid{
    column-gap:48px;
  }

  .rvx-footer-about{
    width:360px;
    flex-basis:360px;
  }

  .rvx-footer-contact{
    width:320px;
    flex:0 0 320px;
  }

  .rvx-footer-heading{
    font-size:24px;
  }
}

@media (max-width:639.98px){
  .rvx-footer-wrap{
    padding-left:12px;
    padding-right:12px;
    padding-bottom:20px;
    margin-bottom:calc(56px + env(safe-area-inset-bottom,0px));
  }

  .rvx-footer-grid{
    flex-direction:row;
    column-gap:20px;
    row-gap:20px;
  }

  .rvx-footer-about,
  .rvx-footer-contact{
    width:100%;
    flex:0 0 100%;
  }

  .rvx-footer-links,
  .rvx-footer-suggested{
    width:calc(50% - 10px);
    flex:0 0 calc(50% - 10px);
  }

  .rvx-footer-action-row{
    grid-template-columns:1fr;
    margin-top:22px;
  }

  .rvx-footer-ticket{
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    gap:12px;
    border-radius:14px;
  }

  .rvx-footer-ticket-main{
    flex-direction:column;
    align-items:flex-start;
    text-align:right;
    gap:8px;
    direction:rtl;
  }

  .rvx-footer-ticket-icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    align-self:flex-start;
    margin-left:auto;
    margin-right:0;
    border-radius:12px;
  }

  .rvx-footer-ticket-copy{
    width:100%;
    text-align:right;
    direction:rtl;
  }

  .rvx-footer-ticket-title{
    margin:0;
    text-align:right;
    font-size:14px;
    line-height:1.65;
  }

  .rvx-footer-ticket-text{
    display:none !important;
  }

  .rvx-footer-ticket-time{
    display:block !important;
    margin-top:3px;
    text-align:right;
    font-size:12px;
    line-height:1.75;
  }

  .rvx-footer-ticket-btn{
    width:100%;
    min-height:38px;
    padding:7px 12px;
  }


  .rvx-footer-bottom{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:10px;
    padding:14px;
  }

  .rvx-footer-credit-wrap{
    order:1;
    width:100%;
    margin-right:0;
    direction:rtl;
    justify-content:center;
  }

  .rvx-footer-bottom-apps{
    display:flex;
    width:100%;
    gap:8px;
    flex-wrap:nowrap;
  }

  .rvx-footer-bottom-app{
    flex:1 1 auto;
    width:100%;
    min-width:0;
    max-width:100%;
    min-height:38px;
    padding:7px 12px;
    font-size:11px;
    border-radius:10px;
  }

  .rvx-footer-copy-wrap{
    order:2;
    width:100%;
    justify-content:flex-start;
    direction:rtl;
    text-align:right;
  }

  .rvx-footer-copy{
    text-align:right;
    font-size:12px;
    line-height:1.8;
  }

  .rvx-footer-crafted{
    font-size:11px;
  }
}


/* Ravix Footer Performance Safe v5.0.0 */
@media (hover:none), (pointer:coarse){
  .rvx-footer-social,
  .rvx-footer-ticket-btn,
  .rvx-footer-bottom-app{
    transition:background-color .14s ease, border-color .14s ease, color .14s ease !important;
  }
  .rvx-footer-social:hover,
  .rvx-footer-ticket-btn:hover,
  .rvx-footer-bottom-app:hover{
    transform:none !important;
  }
}
