.elementor-673 .elementor-element.elementor-element-f70f5fe{--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-673 .elementor-element.elementor-element-0c71cd9{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-673 .elementor-element.elementor-element-0c71cd9{left:0px;}body.rtl .elementor-673 .elementor-element.elementor-element-0c71cd9{right:0px;}.elementor-673 .elementor-element.elementor-element-42d7df3{--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-673 .elementor-element.elementor-element-f076b6b{margin:202px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-673 .elementor-element.elementor-element-6db27e4{--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;}@media(max-width:767px){.elementor-673 .elementor-element.elementor-element-f076b6b{margin:353px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-0c71cd9 */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial, sans-serif;
  position:relative;
  z-index:9999;
  background:#fff;
}

/* TOP BAR */
.spge-top-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:10px 24px;
  background:linear-gradient(90deg,#ff6900,#ff7f1f);
  color:#fff;
  flex-wrap:wrap;
}

.spge-top-left{
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.spge-divider{
  opacity:0.8;
}

.spge-top-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.spge-contact-text{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  transition:0.3s ease;
}

.spge-contact-text:hover{
  opacity:0.85;
}

.spge-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.spge-icon svg{
  width:14px;
  height:14px;
}

.spge-btn{
  display:inline-block;
  text-decoration:none;
  padding:8px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  transition:0.3s ease;
  white-space:nowrap;
}

.spge-phone-btn,
.spge-email-btn{
  background:#fff;
  color:#ff6900;
}

.spge-phone-btn:hover,
.spge-email-btn:hover{
  background:#f5f5f5;
}

.spge-whatsapp-btn{
  background:#25D366;
  color:#fff;
}

.spge-whatsapp-btn:hover{
  background:#1fb85a;
}

/* NAVBAR */
.spge-navbar{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:24px;
  padding:16px 26px;
  background:#fff;
  box-shadow:0 6px 22px rgba(0,0,0,0.07);
  border-bottom:1px solid #f2f2f2;
}

.spge-logo img{
  height:86px;
  width:auto;
  display:block;
}

.spge-center-content{
  text-align:center;
  min-width:0;
}

.spge-tagline{
  font-size:13px;
  font-weight:700;
  color:#333;
  letter-spacing:0.3px;
  line-height:1.5;
  margin-bottom:10px;
}

.spge-center-actions{
  display:flex;
  justify-content:center;
  align-items:center;
}

.spge-quote-btn{
  display:inline-block;
  text-decoration:none;
  background:linear-gradient(90deg,#ff6900,#ff8a2b);
  color:#fff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(255,105,0,0.25);
  transition:0.3s ease;
}

.spge-quote-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(255,105,0,0.32);
}

/* TOGGLE */
#spge-menu-toggle{
  display:none;
}

.spge-menu-toggle-btn{
  display:none;
  width:34px;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.spge-menu-toggle-btn span{
  display:block;
  width:100%;
  height:3px;
  background:#222;
  border-radius:10px;
}

/* MENU */
.spge-menu{
  display:flex;
  align-items:center;
  gap:18px;
}

.spge-menu > a,
.spge-dropdown > a{
  position:relative;
  text-decoration:none;
  color:#222;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
  padding:14px 0;
  transition:0.3s ease;
  display:block;
}

.spge-menu > a::after,
.spge-dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:8px;
  width:0;
  height:2px;
  background:#ff6900;
  transition:0.3s ease;
}

.spge-menu > a:hover,
.spge-dropdown > a:hover{
  color:#ff6900;
}

.spge-menu > a:hover::after,
.spge-dropdown > a:hover::after{
  width:100%;
}

/* CONTACT BUTTON */
.spge-contact-nav{
  background:#ff6900;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
  box-shadow:0 8px 18px rgba(255,105,0,0.20);
}

.spge-contact-nav::after{
  display:none;
}

.spge-contact-nav:hover{
  background:#e85f00;
  color:#fff !important;
  transform:translateY(-1px);
}

/* DROPDOWN */
.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:290px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 16px 35px rgba(0,0,0,0.12);
  border:1px solid #f1f1f1;
  padding:8px 0;
  z-index:99999;
  overflow:hidden;
}

.spge-dropdown-menu a{
  display:block;
  text-decoration:none;
  color:#333;
  font-size:14px;
  font-weight:500;
  padding:12px 18px;
  transition:0.3s ease;
  white-space:nowrap;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900;
  padding-left:24px;
}

.spge-dropdown:hover .spge-dropdown-menu{
  display:block;
}

/* TICKER */
.spge-ticker{
  width:100%;
  overflow:hidden;
  background:#111;
  color:#fff;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  align-items:center;
  gap:40px;
  width:max-content;
  animation:spgeTickerMove 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
}

@keyframes spgeTickerMove{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* LARGE TABLET */
@media (max-width:1200px){
  .spge-navbar{
    grid-template-columns:auto 1fr;
    gap:18px;
  }

  .spge-menu-toggle-btn{
    display:flex;
    justify-self:end;
  }

  .spge-menu{
    grid-column:1 / -1;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding-top:10px;
    border-top:1px solid #eee;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  .spge-menu > a,
  .spge-dropdown{
    width:100%;
  }

  .spge-menu > a,
  .spge-dropdown > a{
    width:100%;
    padding:12px 0;
    border-bottom:1px solid #f3f3f3;
  }

  .spge-dropdown-menu{
    position:static;
    min-width:100%;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 8px 14px;
    display:none;
  }

  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

/* TABLET */
@media (max-width:991px){
  .spge-top-bar{
    padding:10px 16px;
    flex-direction:column;
    align-items:flex-start;
  }

  .spge-top-right{
    justify-content:flex-start;
  }

  .spge-navbar{
    padding:14px 16px;
    grid-template-columns:auto 1fr auto;
    align-items:center;
  }

  .spge-logo img{
    height:68px;
  }

  .spge-center-content{
    text-align:left;
  }

  .spge-tagline{
    font-size:12px;
    margin-bottom:8px;
  }

  .spge-quote-btn{
    padding:9px 16px;
    font-size:12px;
  }
}

/* MOBILE */
@media (max-width:767px){
  .spge-top-left{
    font-size:12px;
  }

  .spge-contact-text{
    font-size:12px;
  }

  .spge-btn{
    padding:7px 12px;
    font-size:12px;
  }

  .spge-navbar{
    grid-template-columns:auto auto;
    gap:14px;
  }

  .spge-center-content{
    grid-column:1 / -1;
    order:3;
    text-align:center;
  }

  .spge-menu-toggle-btn{
    justify-self:end;
  }

  .spge-logo img{
    height:56px;
  }

  .spge-tagline{
    font-size:12px;
    line-height:1.5;
  }

  .spge-ticker-track span{
    font-size:13px;
  }
}

/* SMALL MOBILE */
@media (max-width:480px){
  .spge-top-bar{
    padding:10px 12px;
  }

  .spge-navbar{
    padding:12px;
  }

  .spge-logo img{
    height:48px;
  }

  .spge-tagline{
    font-size:11px;
  }

  .spge-quote-btn{
    width:100%;
    text-align:center;
  }

  .spge-top-right{
    gap:8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f076b6b */.sp-privacy-page,
.sp-privacy-page *{
  box-sizing:border-box;
}

.sp-privacy-page{
  width:100%;
  background:#ffffff;
  font-family:Arial, sans-serif;
  color:#222;
}

/* HERO */
.sp-privacy-hero{
  width:100%;
  padding:80px 18px;
  text-align:center;
  background:linear-gradient(135deg,#ff6900,#ff8a2a);
}

.sp-privacy-hero span{
  display:inline-block;
  background:#fff;
  color:#ff6900;
  padding:8px 20px;
  border-radius:50px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.sp-privacy-hero h1{
  max-width:950px;
  margin:0 auto 16px;
  color:#fff;
  font-size:44px;
  line-height:1.2;
  font-weight:900;
}

.sp-privacy-hero p{
  max-width:820px;
  margin:0 auto;
  color:#fff;
  font-size:17px;
  line-height:1.7;
}

/* MAIN CONTAINER */
.sp-privacy-container{
  max-width:1100px;
  margin:-40px auto 0;
  padding:0 18px 70px;
}

/* INTRO */
.sp-privacy-note{
  background:#fff;
  border:1px solid #ffd0a6;
  border-left:7px solid #ff6900;
  border-radius:22px;
  padding:28px;
  box-shadow:0 14px 35px rgba(0,0,0,0.08);
  margin-bottom:24px;
}

.sp-privacy-note h2{
  margin:0 0 12px;
  color:#ff6900;
  font-size:28px;
  font-weight:900;
}

.sp-privacy-note p{
  margin:0 0 12px;
  color:#333;
  font-size:15px;
  line-height:1.8;
}

/* SECTIONS */
.sp-privacy-section{
  background:#fffaf6;
  border:1px solid #ffd0a6;
  border-radius:22px;
  padding:28px;
  margin-bottom:22px;
  box-shadow:0 8px 25px rgba(0,0,0,0.04);
  transition:0.3s ease;
}

.sp-privacy-section:hover{
  border-color:#ff6900;
  box-shadow:0 12px 32px rgba(255,105,0,0.12);
  transform:translateY(-3px);
}

.sp-privacy-section h2{
  margin:0 0 12px;
  color:#ff6900;
  font-size:25px;
  line-height:1.3;
  font-weight:900;
}

.sp-privacy-section p{
  margin:0 0 12px;
  color:#444;
  font-size:15px;
  line-height:1.85;
}

.sp-privacy-section ul{
  margin:12px 0 0;
  padding-left:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.sp-privacy-section li{
  background:#fff;
  border:1px solid #ffd0a6;
  border-radius:12px;
  padding:11px 13px;
  color:#333;
  font-size:14px;
  line-height:1.5;
}

.sp-privacy-section li::before{
  content:"✓ ";
  color:#ff6900;
  font-weight:900;
}

/* CONTACT BOX */
.sp-privacy-contact{
  margin-top:26px;
  background:linear-gradient(135deg,#ff6900,#ff8a2a);
  border-radius:24px;
  padding:32px;
  box-shadow:0 14px 35px rgba(255,105,0,0.25);
  color:#fff;
}

.sp-privacy-contact h2{
  margin:0 0 12px;
  color:#fff;
  font-size:30px;
  font-weight:900;
}

.sp-privacy-contact > p{
  margin:0 0 22px;
  color:#fff;
  font-size:15px;
  line-height:1.7;
}

.sp-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.sp-contact-grid div{
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.35);
  border-radius:16px;
  padding:18px;
}

.sp-contact-grid strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:15px;
}

.sp-contact-grid p{
  margin:0;
  color:#fff;
  font-size:14px;
  line-height:1.6;
}

.sp-contact-grid a{
  color:#fff;
  font-weight:900;
  text-decoration:underline;
  word-break:break-word;
}

/* MOBILE */
@media(max-width:768px){
  .sp-privacy-hero{
    padding:55px 15px;
  }

  .sp-privacy-hero h1{
    font-size:31px;
  }

  .sp-privacy-hero p{
    font-size:15px;
  }

  .sp-privacy-container{
    margin:-28px auto 0;
    padding:0 14px 50px;
  }

  .sp-privacy-note,
  .sp-privacy-section,
  .sp-privacy-contact{
    padding:22px 18px;
    border-radius:18px;
  }

  .sp-privacy-section ul{
    grid-template-columns:1fr;
  }

  .sp-contact-grid{
    grid-template-columns:1fr;
  }

  .sp-privacy-note h2,
  .sp-privacy-section h2{
    font-size:22px;
  }

  .sp-privacy-contact h2{
    font-size:25px;
  }
}/* End custom CSS */