/* CRANEFORKS_PREMIUM_FOOTER_START */

:root{
  --cf-footer-primary:#0c53a5;
  --cf-footer-navy:#022041;
  --cf-footer-dark:#01172e;
  --cf-footer-text:#d8e2ec;
  --cf-footer-muted:#96a8ba;
  --cf-footer-border:rgba(255,255,255,.12);
  --cf-footer-border-strong:rgba(255,255,255,.2);
  --cf-footer-white:#fff;
  --cf-footer-whatsapp:#25d366;
}

.cf-footer,
.cf-footer *,
.cf-whatsapp-float,
.cf-whatsapp-float *{
  box-sizing:border-box;
}

.cf-footer{
  position:relative;
  isolation:isolate;
  width:100%;
  overflow:hidden;
  direction:rtl;
  color:var(--cf-footer-text);
  background:
    radial-gradient(
      circle at 10% 0,
      rgba(12,83,165,.28),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      var(--cf-footer-navy) 0%,
      var(--cf-footer-dark) 100%
    );
  font-family:
    var(--zw-font,Shabnam,system-ui,sans-serif);
}

.cf-footer a{
  color:inherit;
  text-decoration:none;
}

.cf-footer__grid-background{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(
      rgba(255,255,255,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.045) 1px,
      transparent 1px
    );
  background-size:44px 44px;
  mask-image:
    linear-gradient(
      to bottom,
      #000,
      transparent 82%
    );
}

.cf-footer__shell{
  width:100%;
  margin:0;
  padding:
    0
    clamp(20px,3.5vw,72px);
}

.cf-footer__cta{
  position:relative;
  display:grid;
  grid-template-columns:
    minmax(0,1.45fr)
    minmax(300px,.55fr);
  gap:36px;
  align-items:center;
  margin:0;
  padding:
    clamp(34px,4vw,58px)
    clamp(24px,4vw,64px);
  overflow:hidden;
  border-radius:
    0
    0
    30px
    30px;
  background:
    linear-gradient(
      125deg,
      #0c53a5,
      #06376e
    );
  box-shadow:
    0 24px 60px rgba(0,0,0,.2);
}

.cf-footer__cta::before{
  content:"";
  position:absolute;
  top:-90px;
  left:-45px;
  width:260px;
  height:260px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
}

.cf-footer__cta::after{
  content:"";
  position:absolute;
  right:52%;
  bottom:-125px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:
    rgba(255,255,255,.055);
}

.cf-footer__cta-content,
.cf-footer__cta-actions{
  position:relative;
  z-index:1;
}

.cf-footer__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 13px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:2px;
}

.cf-footer__eyebrow::before{
  content:"";
  width:30px;
  height:2px;
  background:#fff;
}

.cf-footer__cta h2{
  max-width:760px;
  margin:0;
  color:#fff;
  font-size:
    clamp(25px,2.45vw,42px);
  font-weight:900;
  line-height:1.45;
  text-wrap:balance;
}

.cf-footer__cta p{
  max-width:740px;
  margin:14px 0 0;
  color:rgba(255,255,255,.78);
  font-size:
    clamp(14px,1.15vw,17px);
  line-height:2;
}

.cf-footer__cta-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}

.cf-footer__button{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 21px;
  border:1px solid transparent;
  border-radius:14px;
  font-weight:850;
  line-height:1.4;
  transition:
    transform .22s ease,
    background-color .22s ease,
    color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.cf-footer__button:hover{
  transform:translateY(-2px);
}

.cf-footer__button--primary{
  color:var(--cf-footer-primary);
  background:#fff;
  box-shadow:
    0 12px 28px rgba(0,0,0,.16);
}

.cf-footer__button--primary:hover{
  color:var(--cf-footer-navy);
  box-shadow:
    0 16px 34px rgba(0,0,0,.22);
}

.cf-footer__button--outline{
  color:#fff;
  border-color:rgba(255,255,255,.36);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
}

.cf-footer__button--outline:hover{
  color:var(--cf-footer-navy);
  border-color:#fff;
  background:#fff;
}

.cf-footer__main{
  display:grid;
  grid-template-columns:
    minmax(270px,1.25fr)
    minmax(180px,.7fr)
    minmax(210px,.85fr)
    minmax(270px,1.1fr);
  gap:
    clamp(30px,4vw,68px);
  padding:
    clamp(56px,6vw,88px)
    0
    clamp(42px,5vw,70px);
}

.cf-footer__brand{
  min-width:0;
}

.cf-footer__logo{
  width:220px;
  max-width:100%;
  min-height:76px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 20px;
  padding:9px 16px;
  overflow:hidden;
  border:1px solid var(--cf-footer-border);
  border-radius:16px;
  background:rgba(255,255,255,.96);
}

.cf-footer__logo img{
  display:block;
  width:100%;
  height:auto;
  max-height:82px;
  object-fit:contain;
}

.cf-footer__brand-description{
  max-width:430px;
  margin:0;
  color:var(--cf-footer-muted);
  font-size:14px;
  line-height:2.05;
}

.cf-footer__capabilities{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0 0;
}

.cf-footer__capabilities span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  color:#dce9f5;
  font-size:11px;
  font-weight:750;
  border:1px solid var(--cf-footer-border);
  border-radius:10px;
  background:rgba(255,255,255,.035);
}

.cf-footer__capabilities i{
  color:#4a9bea;
}

.cf-footer__socials{
  display:flex;
  align-items:center;
  gap:9px;
  margin:24px 0 0;
}

.cf-footer__socials a{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border:1px solid var(--cf-footer-border-strong);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  transition:
    transform .22s ease,
    border-color .22s ease,
    background-color .22s ease;
}

.cf-footer__socials a:hover{
  transform:translateY(-3px);
  border-color:var(--cf-footer-primary);
  background:var(--cf-footer-primary);
}

.cf-footer__column h3,
.cf-footer__contact h3,
.cf-footer__addresses h3{
  margin:0;
  color:#fff;
  font-size:17px;
  font-weight:900;
  line-height:1.5;
}

.cf-footer__column h3{
  position:relative;
  padding:0 0 15px;
  margin:0 0 17px;
}

.cf-footer__column h3::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:38px;
  height:3px;
  border-radius:10px;
  background:var(--cf-footer-primary);
}

.cf-footer__column ul{
  list-style:none;
  margin:0;
  padding:0;
}

.cf-footer__column li{
  margin:0;
}

.cf-footer__column li + li{
  margin-top:4px;
}

.cf-footer__column a{
  display:flex;
  align-items:center;
  gap:9px;
  padding:7px 0;
  color:var(--cf-footer-muted);
  font-size:13px;
  line-height:1.75;
  transition:
    color .2s ease,
    transform .2s ease;
}

.cf-footer__column a i{
  color:var(--cf-footer-primary);
  font-size:10px;
}

.cf-footer__column a:hover{
  color:#fff;
  transform:translateX(-4px);
}

.cf-footer__contact-heading,
.cf-footer__addresses-heading{
  display:flex;
  align-items:center;
  gap:13px;
}

.cf-footer__contact-heading{
  margin:0 0 21px;
}

.cf-footer__contact-heading > span,
.cf-footer__addresses-heading > span{
  width:48px;
  height:48px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:
    linear-gradient(
      145deg,
      rgba(12,83,165,.85),
      rgba(12,83,165,.42)
    );
}

.cf-footer__contact-heading small,
.cf-footer__addresses-heading small{
  display:block;
  margin:0 0 3px;
  color:#4a9bea;
  font-size:9px;
  font-weight:850;
  letter-spacing:1.5px;
}

.cf-footer__contact-list{
  display:grid;
  gap:11px;
}

.cf-contact-row{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  border:1px solid var(--cf-footer-border);
  border-radius:13px;
  background:rgba(255,255,255,.028);
  transition:
    border-color .22s ease,
    background-color .22s ease;
}

.cf-contact-row:hover{
  border-color:rgba(74,155,234,.5);
  background:rgba(12,83,165,.11);
}

.cf-contact-row__icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#70b3f3;
  border-radius:10px;
  background:rgba(12,83,165,.18);
}

.cf-contact-row small{
  display:block;
  margin:0 0 3px;
  color:var(--cf-footer-muted);
  font-size:10px;
}

.cf-contact-row__value{
  display:inline-block;
  max-width:100%;
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1.5;
  overflow-wrap:anywhere;
}

.cf-contact-row__value--ltr{
  direction:ltr;
  unicode-bidi:isolate;
  text-align:left;
}

.cf-footer__addresses{
  display:grid;
  grid-template-columns:
    minmax(230px,.4fr)
    minmax(0,1.6fr);
  gap:36px;
  align-items:start;
  padding:
    clamp(34px,4vw,52px)
    0;
  border-top:1px solid var(--cf-footer-border);
  border-bottom:1px solid var(--cf-footer-border);
}

.cf-footer__addresses-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.cf-address-card{
  position:relative;
  min-height:185px;
  margin:0;
  padding:22px 20px;
  overflow:hidden;
  border:1px solid var(--cf-footer-border);
  border-radius:16px;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.05),
      rgba(255,255,255,.018)
    );
}

.cf-address-card__number{
  position:absolute;
  top:8px;
  left:13px;
  color:rgba(255,255,255,.055);
  font-size:54px;
  font-weight:950;
  line-height:1;
}

.cf-address-card h4{
  position:relative;
  margin:0 0 12px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  line-height:1.7;
}

.cf-address-card address{
  position:relative;
  margin:0;
  color:var(--cf-footer-muted);
  font-size:12px;
  font-style:normal;
  line-height:2;
}

.cf-address-card p{
  position:relative;
  margin:10px 0 0;
  color:#7691aa;
  font-size:11px;
}

.cf-address-card bdi{
  direction:ltr;
  unicode-bidi:isolate;
}

.cf-footer__technical{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:18px 0;
  border-bottom:1px solid var(--cf-footer-border);
}

.cf-footer__technical-label{
  display:flex;
  align-items:center;
  gap:11px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.cf-footer__technical-label i{
  color:#4a9bea;
  font-size:17px;
}

.cf-footer__technical-items{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  direction:ltr;
}

.cf-footer__technical-items span{
  min-width:66px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  color:#b9cadd;
  font-family:Arial,sans-serif;
  font-size:11px;
  font-weight:750;
  border:1px solid var(--cf-footer-border);
  border-radius:8px;
  background:rgba(255,255,255,.025);
}

.cf-footer__bottom{
  padding:
    clamp(25px,3vw,36px)
    0
    clamp(28px,3vw,40px);
  text-align:center;
}

.cf-footer__legal-copy{
  max-width:1080px;
  margin:0 auto;
}

.cf-footer__legal-copy p{
  margin:0;
}

.cf-footer__legal-primary,
.cf-footer__legal-warning{
  color:#8398ad;
  font-size:11px;
  line-height:1.9;
}

.cf-footer__legal-warning{
  margin-top:4px !important;
}

.cf-footer__legal-en{
  margin-top:7px !important;
  color:#a9bacb;
  font-family:Arial,sans-serif;
  font-size:11px;
  line-height:1.7;
}

.cf-footer__developer a{
  color:#d9e8f5;
  font-weight:850;
  letter-spacing:.5px;
  transition:color .2s ease;
}

.cf-footer__developer a:hover{
  color:#fff;
}

.cf-whatsapp-float{
  position:fixed;
  right:18px;
  bottom:20px;
  z-index:99990;
  direction:rtl;
  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease;
}

.cf-whatsapp-float.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:
    translateY(14px)
    scale(.92);
}

.cf-whatsapp-float a{
  min-width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:0 19px;
  overflow:hidden;
  color:#fff;
  border-radius:999px;
  background:var(--cf-footer-whatsapp);
  box-shadow:
    0 12px 28px rgba(0,0,0,.24);
  text-decoration:none;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.cf-whatsapp-float a:hover{
  transform:translateY(-3px);
  box-shadow:
    0 16px 34px rgba(0,0,0,.3);
}

.cf-whatsapp-float i{
  flex:0 0 auto;
  font-size:29px;
}

.cf-whatsapp-float__label{
  max-width:0;
  margin-right:0;
  overflow:hidden;
  white-space:nowrap;
  font-size:12px;
  font-weight:850;
  opacity:0;
  transition:
    max-width .25s ease,
    margin-right .25s ease,
    opacity .25s ease;
}

.cf-whatsapp-float a:hover
.cf-whatsapp-float__label{
  max-width:110px;
  margin-right:9px;
  opacity:1;
}

@media(max-width:1199.98px){
  .cf-footer__main{
    grid-template-columns:
      minmax(280px,1.25fr)
      repeat(2,minmax(190px,.75fr));
  }

  .cf-footer__contact{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:250px minmax(0,1fr);
    gap:26px;
    align-items:start;
  }

  .cf-footer__contact-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .cf-footer__addresses{
    grid-template-columns:1fr;
  }
}

@media(max-width:991.98px){
  .cf-footer__cta{
    grid-template-columns:1fr;
  }

  .cf-footer__cta-actions{
    max-width:430px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cf-footer__main{
    grid-template-columns:
      minmax(260px,1.2fr)
      minmax(180px,.8fr);
  }

  .cf-footer__contact{
    grid-column:auto;
    display:block;
  }

  .cf-footer__contact-list{
    grid-template-columns:1fr;
  }

  .cf-footer__addresses-grid{
    grid-template-columns:1fr;
  }

  .cf-address-card{
    min-height:auto;
  }
}

@media(max-width:767.98px){
  .cf-footer__shell{
    padding-inline:16px;
  }

  .cf-footer__cta{
    margin-inline:-16px;
    padding:
      35px
      20px;
    border-radius:0 0 22px 22px;
  }

  .cf-footer__cta h2{
    font-size:25px;
  }

  .cf-footer__cta-actions{
    max-width:none;
    grid-template-columns:1fr;
  }

  .cf-footer__main{
    grid-template-columns:1fr;
    gap:38px;
    padding-top:50px;
  }

  .cf-footer__brand{
    text-align:center;
  }

  .cf-footer__logo{
    justify-content:center;
  }

  .cf-footer__brand-description{
    margin-inline:auto;
  }

  .cf-footer__capabilities,
  .cf-footer__socials{
    justify-content:center;
  }

  .cf-footer__column h3::after{
    right:50%;
    transform:translateX(50%);
  }

  .cf-footer__column{
    text-align:center;
  }

  .cf-footer__column a{
    justify-content:center;
  }

  .cf-footer__contact{
    text-align:right;
  }

  .cf-footer__addresses-heading{
    justify-content:center;
    text-align:right;
  }

  .cf-footer__technical{
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }

  .cf-footer__technical-items{
    justify-content:center;
  }

  .cf-whatsapp-float{
    right:12px;
    bottom:12px;
  }

  .cf-whatsapp-float a{
    min-width:54px;
    height:54px;
    padding:0 15px;
  }

  .cf-whatsapp-float i{
    font-size:25px;
  }

  .cf-whatsapp-float__label{
    display:none;
  }
}

@media(max-width:479.98px){
  .cf-footer__capabilities{
    display:grid;
    grid-template-columns:1fr;
  }

  .cf-footer__capabilities span{
    justify-content:center;
  }

  .cf-footer__technical-items span{
    min-width:58px;
    padding-inline:9px;
  }
}

@media(prefers-reduced-motion:reduce){
  .cf-footer *,
  .cf-whatsapp-float,
  .cf-whatsapp-float *{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}

/* CRANEFORKS_PREMIUM_FOOTER_END */

/* CF_FOOTER_CONTACT_SIZE_START */

.cf-footer__contact-heading h3{
  font-size:21px;
}

.cf-footer__contact-heading small{
  font-size:11px;
}

.cf-contact-row{
  grid-template-columns:48px minmax(0,1fr);
  padding:15px;
}

.cf-contact-row__icon{
  width:44px;
  height:44px;
  font-size:17px;
}

.cf-contact-row small{
  margin-bottom:5px;
  font-size:12px;
}

.cf-contact-row__value{
  font-size:17px;
  font-weight:900;
  line-height:1.6;
}

.cf-contact-row__value bdi{
  font-size:inherit;
  font-weight:inherit;
}

@media(max-width:767.98px){
  .cf-contact-row__value{
    font-size:16px;
  }

  .cf-contact-row small{
    font-size:11px;
  }
}

/* CF_FOOTER_CONTACT_SIZE_END */

/* CF_FOOTER_PHONE_GROUPS_START */

.cf-phone-number{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:.38em;
  direction:ltr;
  unicode-bidi:isolate;
  white-space:nowrap;
  font-family:
    Arial,
    sans-serif;
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:.02em;
}

.cf-phone-number span{
  display:inline-block;
  direction:ltr;
  unicode-bidi:isolate;
  white-space:nowrap;
}

/* CF_FOOTER_PHONE_GROUPS_END */
