/* Custom CSS extracted from index.html */

/* ===== Extracted inline CSS block 1 ===== */
.preventa-video-trigger{position:relative!important;display:block!important;overflow:hidden;}
.preventa-video-trigger > img{display:block!important;width:100%!important;height:auto!important;}
.preventa-play-button{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:78px!important;height:78px!important;border-radius:50%!important;background:#f9851c!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:20!important;box-shadow:0 4px 18px rgba(0,0,0,.45)!important;pointer-events:none!important;opacity:1!important;visibility:visible!important;}
.preventa-play-triangle{width:0!important;height:0!important;border-top:13px solid transparent!important;border-bottom:13px solid transparent!important;border-left:20px solid #fff!important;margin-left:5px!important;}
.preventa-video-trigger:hover .preventa-play-button{transform:translate(-50%,-50%) scale(1.08)!important;}
@media(max-width:600px){.preventa-play-button{width:62px!important;height:62px!important;}.preventa-play-triangle{border-top-width:10px!important;border-bottom-width:10px!important;border-left-width:16px!important;}}

/* ===== Extracted inline CSS block 2 ===== */
#preventaVideoLightbox{display:none;position:fixed;inset:0;z-index:2147483647;background:rgba(0,0,0,.92);align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box;}
#preventaVideoLightbox.is-open{display:flex;}
#preventaVideoLightbox .preventa-video-box{position:relative;width:min(1100px,94vw);aspect-ratio:16/9;background:#000;box-shadow:0 10px 50px rgba(0,0,0,.6);}
#preventaVideoLightbox iframe{display:block;width:100%;height:100%;border:0;}
#preventaVideoClose{position:absolute;right:-14px;top:-14px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px;line-height:42px;text-align:center;cursor:pointer;z-index:2;padding:0;box-shadow:0 2px 12px rgba(0,0,0,.5);}
#preventaVideoClose:hover{background:#f9851c;color:#fff;}
@media(max-width:600px){#preventaVideoLightbox{padding:25px 10px;}#preventaVideoLightbox .preventa-video-box{width:96vw;}#preventaVideoClose{right:-5px;top:-50px;}}
body.preventa-video-open{overflow:hidden;}

/* ===== Extracted inline CSS block 3 ===== */
/* ===== PREVENTA FOOTER V2: compact, fully visible, same desktop height ===== */
#footer.preventa-footer-v2{
  background:#f9851c !important;
  color:#fff !important;
  height:330px !important;
  min-height:330px !important;
  overflow:hidden !important;
  position:relative !important;
}
#footer.preventa-footer-v2 .footer-shape{display:none!important;}
#footer.preventa-footer-v2 .pf-inner{
  width:100%;
  height:100%;
  box-sizing:border-box;
  padding:22px 0 9px;
}
#footer.preventa-footer-v2 .pf-grid{
  display:grid;
  grid-template-columns:1.05fr 1.25fr 1.55fr;
  gap:28px;
  height:242px;
  align-items:start;
}
#footer.preventa-footer-v2 .pf-logo{
  display:block;
  width:150px;
  max-width:100%;
  height:auto;
  background:#fff;
  padding:7px 10px;
  border-radius:3px;
  box-sizing:border-box;
}
#footer.preventa-footer-v2 .pf-tag{
  margin:9px 0 0;
  color:#fff;
  font-size:11px;
  line-height:1.45;
  max-width:235px;
}
#footer.preventa-footer-v2 .pf-title{
  margin:0 0 9px!important;
  padding:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.8px;
  text-transform:uppercase;
}
#footer.preventa-footer-v2 .pf-contact{
  margin:0;
  padding:0;
  list-style:none;
}
#footer.preventa-footer-v2 .pf-contact li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:0 0 7px;
  padding:0;
  color:#fff;
  font-size:11px;
  line-height:1.35;
}
#footer.preventa-footer-v2 .pf-contact li i{
  flex:0 0 15px;
  width:15px;
  text-align:center;
  font-size:12px;
  margin-top:1px;
}
#footer.preventa-footer-v2 .pf-contact a{
  color:#fff!important;
  text-decoration:none!important;
  word-break:break-word;
}
#footer.preventa-footer-v2 .pf-contact a:hover{text-decoration:underline!important;}
#footer.preventa-footer-v2 .pf-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin:0;
}
#footer.preventa-footer-v2 .pf-form input,
#footer.preventa-footer-v2 .pf-form textarea{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:6px 8px!important;
  box-sizing:border-box!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:2px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-family:inherit;
  font-size:10px!important;
  line-height:1.2!important;
  outline:none!important;
}
#footer.preventa-footer-v2 .pf-form input{height:29px!important;}
#footer.preventa-footer-v2 .pf-form textarea{
  grid-column:1/-1;
  height:52px!important;
  resize:none!important;
}
#footer.preventa-footer-v2 .pf-form input::placeholder,
#footer.preventa-footer-v2 .pf-form textarea::placeholder{color:rgba(255,255,255,.92)!important;}
#footer.preventa-footer-v2 .pf-form button{
  grid-column:1/-1;
  width:auto!important;
  justify-self:start;
  height:28px!important;
  padding:0 15px!important;
  margin:0!important;
  border:1px solid #fff!important;
  border-radius:2px!important;
  background:#fff!important;
  color:#f9851c!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.6px;
  cursor:pointer;
}
#footer.preventa-footer-v2 .pf-social{
  display:flex;
  gap:6px;
  margin-top:10px;
}
#footer.preventa-footer-v2 .pf-social a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  border:1px solid rgba(255,255,255,.95)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#fff!important;
  font-size:11px!important;
  text-decoration:none!important;
  transition:all .2s ease;
}
#footer.preventa-footer-v2 .pf-social a:hover{
  background:#fff!important;
  color:#f9851c!important;
}
#footer.preventa-footer-v2 .pf-bottom{
  height:48px;
  box-sizing:border-box;
  border-top:1px solid rgba(255,255,255,.38);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding-top:7px;
}
#footer.preventa-footer-v2 .pf-copy{
  color:#fff;
  font-size:9.5px;
  line-height:1.35;
  margin:0;
}
#footer.preventa-footer-v2 .pf-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:13px;
  flex-wrap:wrap;
}
#footer.preventa-footer-v2 .pf-links a{
  color:#fff!important;
  font-size:9.5px!important;
  text-decoration:none!important;
  margin:0!important;
  padding:0!important;
}
#footer.preventa-footer-v2 .pf-links a:hover{text-decoration:underline!important;}

@media(max-width:991px){
  #footer.preventa-footer-v2{
    height:430px!important;
    min-height:430px!important;
  }
  #footer.preventa-footer-v2 .pf-inner{padding:18px 15px 8px;}
  #footer.preventa-footer-v2 .pf-grid{
    height:344px;
    grid-template-columns:1fr 1fr;
    gap:16px 25px;
  }
  #footer.preventa-footer-v2 .pf-message{grid-column:1/-1;}
}
@media(max-width:600px){
  #footer.preventa-footer-v2{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  #footer.preventa-footer-v2 .pf-inner{
    height:auto;
    padding:20px 15px 12px;
  }
  #footer.preventa-footer-v2 .pf-grid{
    height:auto;
    grid-template-columns:1fr;
    gap:18px;
  }
  #footer.preventa-footer-v2 .pf-message{grid-column:auto;}
  #footer.preventa-footer-v2 .pf-bottom{
    height:auto;
    min-height:55px;
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
    padding-top:9px;
  }
  #footer.preventa-footer-v2 .pf-links{justify-content:flex-start;gap:10px;}
}

/* ===== Extracted inline CSS block 4 ===== */
#footer.preventa-footer-v2{
  height:330px!important;
  min-height:330px!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
}
#footer.preventa-footer-v2 .pf-inner{
  height:100%!important;
  padding:22px 0 16px!important;
  box-sizing:border-box!important;
}
#footer.preventa-footer-v2 .pf-grid{
  height:236px!important;
  min-height:236px!important;
  margin-bottom:8px!important;
}
#footer.preventa-footer-v2 .pf-company,
#footer.preventa-footer-v2 .pf-details,
#footer.preventa-footer-v2 .pf-message{
  min-width:0!important;
  box-sizing:border-box!important;
}
#footer.preventa-footer-v2 .pf-logo{
  margin-bottom:8px!important;
}
#footer.preventa-footer-v2 .pf-tag{
  margin-bottom:12px!important;
}
#footer.preventa-footer-v2 .pf-social{
  margin-top:6px!important;
}
#footer.preventa-footer-v2 .pf-form{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:7px!important;
}
#footer.preventa-footer-v2 .pf-form input{
  width:100%!important;
  height:31px!important;
  min-height:31px!important;
}
#footer.preventa-footer-v2 .pf-form textarea{
  width:100%!important;
  height:55px!important;
  min-height:55px!important;
  display:block!important;
}
#footer.preventa-footer-v2 .pf-form button{
  display:block!important;
  height:30px!important;
  min-height:30px!important;
  line-height:28px!important;
}
#footer.preventa-footer-v2 .pf-bottom{
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:9px 0 0!important;
  box-sizing:border-box!important;
}
@media(max-width:991px){
  #footer.preventa-footer-v2{
    height:430px!important;
    min-height:430px!important;
  }
  #footer.preventa-footer-v2 .pf-inner{
    padding:18px 15px 14px!important;
  }
  #footer.preventa-footer-v2 .pf-grid{
    height:340px!important;
    min-height:340px!important;
  }
}
@media(max-width:600px){
  #footer.preventa-footer-v2{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  #footer.preventa-footer-v2 .pf-inner{
    height:auto!important;
    padding:22px 15px 18px!important;
  }
  #footer.preventa-footer-v2 .pf-grid{
    height:auto!important;
    min-height:0!important;
    margin-bottom:14px!important;
  }
  #footer.preventa-footer-v2 .pf-bottom{
    height:auto!important;
    min-height:60px!important;
    padding-top:11px!important;
  }
}

/* ===== Extracted inline CSS block 5 ===== */
/* Final footer typography + social icon visibility fix */
#preventa-alsthom-footer, #preventa-alsthom-footer * { box-sizing:border-box; }
#preventa-alsthom-footer { font-size:14px !important; }
#preventa-alsthom-footer .footer-title { font-size:16px !important; line-height:1.25 !important; }
#preventa-alsthom-footer .footer-brand-text { font-size:13px !important; line-height:1.5 !important; }
#preventa-alsthom-footer .footer-links a,
#preventa-alsthom-footer .footer-contact p,
#preventa-alsthom-footer .footer-bottom,
#preventa-alsthom-footer .footer-bottom a { font-size:13px !important; line-height:1.5 !important; }
#preventa-alsthom-footer .pf-social { display:flex !important; align-items:center !important; gap:10px !important; margin-top:14px !important; }
#preventa-alsthom-footer .pf-social a { width:36px !important; height:36px !important; min-width:36px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; border:1px solid rgba(255,255,255,.65) !important; border-radius:50% !important; color:#fff !important; background:transparent !important; text-decoration:none !important; opacity:1 !important; visibility:visible !important; font-size:16px !important; line-height:1 !important; }
#preventa-alsthom-footer .pf-social a i,
#preventa-alsthom-footer .pf-social a svg { display:block !important; visibility:visible !important; opacity:1 !important; color:#fff !important; font-size:16px !important; line-height:1 !important; }
#preventa-alsthom-footer .pf-social a:hover { background:#f9851c !important; border-color:#f9851c !important; color:#fff !important; }
@media (max-width:991px){ #preventa-alsthom-footer { font-size:13px !important; } }

#preventa-alsthom-footer .pf-tag, #preventa-alsthom-footer .pf-contact li, #preventa-alsthom-footer .pf-contact a, #preventa-alsthom-footer .pf-links a { font-size:14px !important; line-height:1.55 !important; }
#preventa-alsthom-footer .pf-title { font-size:17px !important; }
#preventa-alsthom-footer .pf-bottom, #preventa-alsthom-footer .pf-bottom a { font-size:13px !important; }

/* ===== Extracted inline CSS block 6 ===== */
/* Final PREVENTA footer adjustments */
#footer.preventa-footer-v2 .pf-company,
#footer.preventa-footer-v2 .pf-info {
  padding-bottom: 14px;
}

#footer.preventa-footer-v2 .pf-tag,
#footer.preventa-footer-v2 .pf-info,
#footer.preventa-footer-v2 .pf-menu a,
#footer.preventa-footer-v2 .pf-contact,
#footer.preventa-footer-v2 .pf-bottom {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

#footer.preventa-footer-v2 .pf-company-title,
#footer.preventa-footer-v2 .pf-brand-title,
#footer.preventa-footer-v2 h4 {
  font-size: 19px !important;
}

#footer.preventa-footer-v2 .pf-social {
  display: flex !important;
  gap: 10px !important;
  margin-top: 22px !important;
  margin-bottom: 28px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(255,255,255,.55) !important;
}

#footer.preventa-footer-v2 .pf-social a {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#footer.preventa-footer-v2 .pf-social a i {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-block !important;
}

#footer.preventa-footer-v2 .pf-company img.pf-logo {
  max-width: 190px !important;
  height: auto !important;
}

#footer.preventa-footer-v2 .pf-contact strong {
  font-size: 15px !important;
}

#footer.preventa-footer-v2 .pf-bottom {
  padding-top: 18px !important;
  margin-top: 6px !important;
}

/* Make "PREVENTA Health & Hygiene India" visibly wider/larger */
#footer.preventa-footer-v2 .pf-company .pf-tag {
  max-width: 430px !important;
  font-size: 16px !important;
  letter-spacing: .15px !important;
}

/* No message/form box */
#footer.preventa-footer-v2 .pf-message,
#footer.preventa-footer-v2 .pf-form {
  display: none !important;
}

@media (max-width: 991px) {
  #footer.preventa-footer-v2 .pf-social {
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 600px) {
  #footer.preventa-footer-v2 .pf-social {
    margin-bottom: 22px !important;
    padding-bottom: 15px !important;
  }
  #footer.preventa-footer-v2 .pf-company .pf-tag {
    max-width: 100% !important;
  }
}

/* ===== Extracted inline CSS block 7 ===== */
/* Requested footer refinements */
#footer.preventa-footer-v2 .pf-social {
  margin-bottom: 34px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(255,255,255,.65) !important;
}

/* Keep the Contact Us form/box available */
#footer.preventa-footer-v2 .pf-message,
#footer.preventa-footer-v2 .pf-form {
  display: block !important;
}

/* Larger/wider PREVENTA Health & Hygiene India text */
#footer.preventa-footer-v2 .pf-company .pf-tag {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  letter-spacing: .2px !important;
  white-space: normal !important;
}

#footer.preventa-footer-v2 .pf-social a {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width:600px) {
  #footer.preventa-footer-v2 .pf-social {
    margin-bottom: 28px !important;
    padding-bottom: 18px !important;
  }
  #footer.preventa-footer-v2 .pf-company .pf-tag {
    max-width: 100% !important;
    font-size: 16px !important;
  }
}

/* ===== Extracted inline CSS block 8 ===== */
/* ===== PREVENTA FOOTER: WIDER CONTACT + MESSAGE FORM ===== */
#footer.preventa-footer-v2{
  height:410px !important;
  min-height:410px !important;
  overflow:hidden !important;
}

#footer.preventa-footer-v2 .pf-inner{
  height:100% !important;
  padding:24px 0 14px !important;
  box-sizing:border-box !important;
}

#footer.preventa-footer-v2 .pf-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1.45fr) minmax(0,2.15fr) !important;
  gap:32px !important;
  height:305px !important;
  min-height:305px !important;
  align-items:start !important;
}

/* Give Contact Information more width */
#footer.preventa-footer-v2 .pf-details{
  min-width:0 !important;
  padding-right:10px !important;
}

#footer.preventa-footer-v2 .pf-message{
  min-width:0 !important;
  display:block !important;
}

#footer.preventa-footer-v2 .pf-form{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:9px !important;
  margin:0 !important;
}

#footer.preventa-footer-v2 .pf-form input,
#footer.preventa-footer-v2 .pf-form textarea{
  width:100% !important;
  box-sizing:border-box !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.85) !important;
  border-radius:3px !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:13px !important;
  line-height:1.25 !important;
  padding:8px 10px !important;
  outline:none !important;
}

#footer.preventa-footer-v2 .pf-form input{
  height:38px !important;
  min-height:38px !important;
}

#footer.preventa-footer-v2 .pf-form textarea{
  grid-column:1/-1 !important;
  height:82px !important;
  min-height:82px !important;
  resize:none !important;
}

#footer.preventa-footer-v2 .pf-form input::placeholder,
#footer.preventa-footer-v2 .pf-form textarea::placeholder{
  color:rgba(255,255,255,.95) !important;
  opacity:1 !important;
}

#footer.preventa-footer-v2 .pf-form input:focus,
#footer.preventa-footer-v2 .pf-form textarea:focus{
  border-color:#fff !important;
  background:rgba(255,255,255,.16) !important;
}

#footer.preventa-footer-v2 .pf-form button{
  grid-column:1/-1 !important;
  justify-self:start !important;
  height:38px !important;
  min-height:38px !important;
  padding:0 24px !important;
  margin:0 !important;
  border:1px solid #fff !important;
  border-radius:3px !important;
  background:#fff !important;
  color:#f9851c !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.8px !important;
  line-height:36px !important;
  cursor:pointer !important;
}

#footer.preventa-footer-v2 .pf-form button:hover{
  background:#f9851c !important;
  color:#fff !important;
}

#footer.preventa-footer-v2 .pf-title{
  margin-bottom:12px !important;
  font-size:18px !important;
}

#footer.preventa-footer-v2 .pf-contact li{
  margin-bottom:10px !important;
  font-size:14px !important;
  line-height:1.5 !important;
}

#footer.preventa-footer-v2 .pf-bottom{
  height:48px !important;
  min-height:48px !important;
  margin-top:8px !important;
  padding-top:10px !important;
  box-sizing:border-box !important;
}

@media (max-width:991px){
  #footer.preventa-footer-v2{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
  }
  #footer.preventa-footer-v2 .pf-inner{
    height:auto !important;
    padding:25px 15px 15px !important;
  }
  #footer.preventa-footer-v2 .pf-grid{
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1.45fr) !important;
    gap:24px !important;
  }
  #footer.preventa-footer-v2 .pf-message{
    grid-column:1/-1 !important;
  }
  #footer.preventa-footer-v2 .pf-bottom{
    margin-top:24px !important;
    height:auto !important;
    min-height:55px !important;
  }
}

@media (max-width:600px){
  #footer.preventa-footer-v2 .pf-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  #footer.preventa-footer-v2 .pf-details,
  #footer.preventa-footer-v2 .pf-message{
    grid-column:auto !important;
  }
  #footer.preventa-footer-v2 .pf-form{
    grid-template-columns:1fr !important;
  }
  #footer.preventa-footer-v2 .pf-form textarea,
  #footer.preventa-footer-v2 .pf-form button{
    grid-column:auto !important;
  }
  #footer.preventa-footer-v2 .pf-bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
  }
}

/* ===== Extracted inline CSS block 9 ===== */
/* ===== STRONG, ALWAYS-VISIBLE FLOATING ACTION BUTTONS ===== */

/* Drop us a message / envelope button */
a.drop-msg{
  position:fixed !important;
  right:24px !important;
  bottom:86px !important;
  z-index:2147483000 !important;
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  border:3px solid #ffffff !important;
  border-radius:50% !important;
  background:#c43f00 !important;
  color:#ffffff !important;
  text-decoration:none !important;
  opacity:1 !important;
  visibility:visible !important;
  box-shadow:0 5px 18px rgba(0,0,0,.45) !important;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}
a.drop-msg i{
  display:block !important;
  color:#ffffff !important;
  font-size:27px !important;
  line-height:1 !important;
  opacity:1 !important;
  visibility:visible !important;
}
a.drop-msg:hover{
  background:#8f2d00 !important;
  color:#ffffff !important;
  transform:scale(1.08) !important;
  box-shadow:0 7px 22px rgba(0,0,0,.55) !important;
}

/* Go-to-top button */
a#back-to-top{
  position:fixed !important;
  right:24px !important;
  bottom:18px !important;
  z-index:2147483000 !important;
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  border:3px solid #ffffff !important;
  border-radius:50% !important;
  background:#111111 !important;
  color:#ffffff !important;
  text-decoration:none !important;
  opacity:1 !important;
  visibility:visible !important;
  box-shadow:0 5px 18px rgba(0,0,0,.5) !important;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}
a#back-to-top i{
  display:block !important;
  color:#ffffff !important;
  font-size:31px !important;
  font-weight:900 !important;
  line-height:1 !important;
  opacity:1 !important;
  visibility:visible !important;
}
a#back-to-top:hover{
  background:#f9851c !important;
  color:#ffffff !important;
  transform:scale(1.08) !important;
  box-shadow:0 7px 22px rgba(0,0,0,.55) !important;
}

/* Make the two actions clearly identifiable */
a.drop-msg::after{
  content:"" !important;
  position:absolute !important;
  inset:-5px !important;
  border:2px solid rgba(196,63,0,.45) !important;
  border-radius:50% !important;
  pointer-events:none !important;
}
a#back-to-top::after{
  content:"" !important;
  position:absolute !important;
  inset:-5px !important;
  border:2px solid rgba(17,17,17,.35) !important;
  border-radius:50% !important;
  pointer-events:none !important;
}

@media(max-width:600px){
  a.drop-msg{
    right:16px !important;
    bottom:78px !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
  }
  a.drop-msg i{font-size:24px !important;}

  a#back-to-top{
    right:16px !important;
    bottom:14px !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
  }
  a#back-to-top i{font-size:28px !important;}
}

/* ===== Extracted inline CSS block 10 ===== */
/* =========================================================
   PREVENTA TESTIMONIALS V2
   Desktop: 4 persons visible
   Tablet: 2-3 persons
   Mobile: 1 person
   One card per movement + infinite loop
   ========================================================= */

.preventa-testimonials-v2{
  position:relative !important;
  overflow:hidden !important;
  padding-bottom:45px !important;
}

.preventa-testimonials-viewport{
  width:100% !important;
  max-width:1500px !important;
  margin:0 auto !important;
  padding:0 28px !important;
  box-sizing:border-box !important;
}

.preventa-testimonials-slider{
  width:100% !important;
  margin:0 auto !important;
}

.preventa-testimonial-slide{
  padding:10px !important;
  box-sizing:border-box !important;
  outline:none !important;
}

.preventa-testimonial-card{
  width:100% !important;
  height:100% !important;
  min-height:390px !important;
  overflow:hidden !important;
  background:#fff !important;
  border-radius:10px !important;
  box-shadow:0 4px 18px rgba(0,0,0,.12) !important;
  display:flex !important;
  flex-direction:column !important;
  text-align:center !important;
}

.preventa-testimonial-photo-wrap{
  width:100% !important;
  height:290px !important;
  min-height:290px !important;
  flex:0 0 190px !important;
  overflow:hidden !important;
  background:#eee !important;
}

.preventa-testimonial-photo{
  display:block !important;
  width:100% !important;
  height:290px !important;
  min-height:290px !important;
  object-fit:cover !important;
  object-position:center top !important;
}

.preventa-testimonial-content{
  padding:17px 16px 18px !important;
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}

.preventa-testimonial-content h3{
  margin:0 0 4px !important;
  color:#111 !important;
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

.preventa-testimonial-content h5{
  margin:0 0 11px !important;
  color:#777 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
}

.preventa-testimonial-content p{
  margin:0 !important;
  color:#666 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  font-family:inherit !important;
}

.preventa-testimonials-v2 .slick-list{
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

.preventa-testimonials-v2 .slick-track{
  display:flex !important;
  align-items:stretch !important;
}

.preventa-testimonials-v2 .slick-slide{
  height:auto !important;
}

.preventa-testimonials-v2 .slick-slide > div{
  height:100% !important;
}

.preventa-testimonials-v2 .slick-prev,
.preventa-testimonials-v2 .slick-next{
  z-index:20 !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:#f9851c !important;
  border:2px solid #fff !important;
  box-shadow:0 3px 12px rgba(0,0,0,.28) !important;
}

.preventa-testimonials-v2 .slick-prev{left:2px !important;}
.preventa-testimonials-v2 .slick-next{right:2px !important;}

.preventa-testimonials-v2 .slick-prev:before,
.preventa-testimonials-v2 .slick-next:before{
  color:#fff !important;
  opacity:1 !important;
  font-size:24px !important;
  line-height:1 !important;
}

@media(max-width:1199px){
  .preventa-testimonial-photo-wrap,
  .preventa-testimonial-photo{
    height:180px !important;
    min-height:180px !important;
  }
  .preventa-testimonial-photo-wrap{flex-basis:180px !important;}
}

@media(max-width:991px){
  .preventa-testimonials-viewport{
    padding:0 24px !important;
  }
  .preventa-testimonial-card{
    min-height:380px !important;
  }
}

@media(max-width:600px){
  .preventa-testimonials-v2{
    padding-bottom:35px !important;
  }
  .preventa-testimonials-viewport{
    padding:0 34px !important;
  }
  .preventa-testimonial-slide{
    padding:8px !important;
  }
  .preventa-testimonial-card{
    min-height:360px !important;
  }
  .preventa-testimonial-photo-wrap,
  .preventa-testimonial-photo{
    height:210px !important;
    min-height:210px !important;
  }
  .preventa-testimonial-photo-wrap{flex-basis:210px !important;}
  .preventa-testimonial-content{
    padding:15px 14px 18px !important;
  }
  .preventa-testimonial-content h3{font-size:17px !important;}
  .preventa-testimonial-content p{
    font-size:13px !important;
    line-height:1.5 !important;
  }
  .preventa-testimonials-v2 .slick-prev{left:3px !important;}
  .preventa-testimonials-v2 .slick-next{right:3px !important;}
}
