/* SureGaze Home Widgets — shared theme */
.sghw{--sghw-primary:#0b2a4a;--sghw-primary-fg:#ffffff;--sghw-secondary:#19b6c9;--sghw-secondary-fg:#06222e;--sghw-accent:#f5b301;--sghw-bg:#ffffff;--sghw-muted:#f4f7fb;--sghw-text:#1b2a3a;--sghw-muted-text:#5b6b7d;--sghw-border:#e3e9f1;--sghw-card:#ffffff;--sghw-radius:24px;--sghw-shadow:0 10px 30px -12px rgba(11,42,74,.18);--sghw-shadow-elegant:0 25px 60px -20px rgba(11,42,74,.35);direction:rtl;color:var(--sghw-text);font-family:inherit}
.sghw *{box-sizing:border-box}
.sghw-title.sghw-faq-title {
  font-size: 3rem;
  color: #172235;
  line-height: 1;
}

@media (max-width: 767px) {
  .sghw-title.sghw-faq-title {
    font-size: 2rem;
  }
}
.sghw-container{max-width:1200px;margin:0 auto;padding:0 20px}
/*.sghw-section{padding:30px 0}*/
.sghw-section.muted{background:var(--sghw-muted)}
.sghw-eyebrow{display:inline-block;font-weight:700;color:var(--sghw-secondary);letter-spacing:.08em;font-size:14px;margin-bottom:12px}
.sghw-title{font-size:clamp(26px,3.4vw,40px);font-weight:900;color:var(--sghw-primary);line-height:1.2;margin:0 0 12px}
.sghw-sub{color:var(--sghw-muted-text);max-width:780px;margin:0 auto;line-height:1.8}
.sghw-head{text-align:center;margin-bottom:48px}
.sghw-grid{display:grid;gap:24px}
.sghw-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.sghw-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.sghw-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.sghw-grid.cols-8{grid-template-columns:repeat(8,1fr)}
@media(max-width:992px){.sghw-grid.cols-3,.sghw-grid.cols-4{grid-template-columns:repeat(2,1fr)}.sghw-grid.cols-8{grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.sghw-grid.cols-2,.sghw-grid.cols-3,.sghw-grid.cols-4{grid-template-columns:1fr}.sghw-grid.cols-8{grid-template-columns:repeat(2,1fr)}}
.sghw-card{background:var(--sghw-card);border:1px solid var(--sghw-border);border-radius:var(--sghw-radius);padding:28px;box-shadow:var(--sghw-shadow);transition:transform .25s ease,box-shadow .25s ease}
.sghw-card:hover{transform:translateY(-4px);box-shadow:var(--sghw-shadow-elegant)}
.sghw-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--sghw-secondary),var(--sghw-accent));color:#fff;margin-bottom:18px}
.sghw-icon svg{width:28px;height:28px; fill: #27A9DD;}
.sghw-icon.soft{background:rgba(25,182,201,.12);color:var(--sghw-secondary)}
.sghw-h3{font-size:20px;font-weight:800;color:var(--sghw-primary);margin:0 0 8px}
.sghw-p{color:var(--sghw-muted-text);line-height:1.8;margin:0}
.sghw-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:14px;font-weight:700;text-decoration:none;cursor:pointer;border:0;transition:all .2s ease;font-size:15px}
.sghw-btn.primary{background:var(--sghw-primary);color:#fff}
.sghw-btn.primary:hover{background:#0e386a;transform:translateY(-1px)}
.sghw-btn.accent{background: linear-gradient(135deg, #3aa8df 0%, #18abdc 100%);
    color: #ffffff;
    box-shadow: 0 10px 30px -10px hsl(200 72% 55% / .45);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);}
.sghw-btn.accent:hover{filter:brightness(1.05);transform:translateY(-1px)}
.sghw-btn.outline{background:transparent;border:1.5px solid currentColor;color:var(--sghw-primary)}

/* Packages */
.sghw-pkg{display:flex;flex-direction:column;border-radius:28px;padding:32px;background:var(--sghw-card);border:1px solid var(--sghw-border);box-shadow:var(--sghw-shadow);position:relative}
.sghw-pkg.featured{background:var(--sghw-primary);color:var(--sghw-primary-fg);transform:scale(1.03);box-shadow:var(--sghw-shadow-elegant)}
.sghw-pkg .ribbon{position:absolute;top:-14px;inset-inline-start:24px;background:linear-gradient(135deg,#3aa8df 0%,#18abdc 100%);color:#ffffff;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:800}
.sghw-pkg h3{font-size:24px;font-weight:900;margin:0;color:inherit}
.sghw-pkg .en{opacity:.7;font-size:14px;margin-bottom:18px}
.sghw-pkg .price{font-size:46px;font-weight:900;color:var(--sghw-primary)}
.sghw-pkg.featured .price{color:var(--sghw-secondary)}
.sghw-pkg ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:10px;flex:1}
.sghw-pkg li{display:flex;gap:8px;align-items:flex-start}
.sghw-pkg li::before{content:"✓";flex:0 0 22px;height:22px;border-radius:999px;background:rgba(25,182,201,.18);color:var(--sghw-secondary);display:grid;place-items:center;font-size:13px;font-weight:800}
.sghw-pkg.featured li::before{background:var(--sghw-secondary);color:#06222e}

/* Testimonials */
.sghw-quote{font-size:42px;line-height:1;color:rgba(25,182,201,.35);margin-bottom:8px}
.sghw-author{display:flex;gap:12px;align-items:center;padding-top:14px;border-top:1px solid var(--sghw-border);margin-top:14px}
.sghw-avatar{width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--sghw-primary),var(--sghw-secondary));display:grid;place-items:center;color:#fff;font-weight:800}
.sghw-dots{display:flex;gap:8px;justify-content:center;margin-top:24px}
.sghw-dot{height:8px;width:8px;border-radius:999px;background:var(--sghw-border);border:0;cursor:pointer;transition:all .2s}
.sghw-dot.active{width:32px;background:var(--sghw-secondary)}

.sghw-testimonials-carousel{
  position:relative;
  padding:0 0 48px;
  overflow:hidden;
}

.sghw-testimonials-carousel .swiper-wrapper{
  align-items:stretch;
}

.sghw-testimonials-carousel .swiper-slide{
  height:auto;
}

.sghw-testimonials-carousel .sghw-testimonial-card{
  position:relative;
  height:100%;
  min-height:260px;
  padding:32px;
  border-radius:24px;
  border:1px solid rgba(226,232,240,.9);
  background:#fff;
  box-shadow:0 14px 35px -24px rgba(11,42,74,.35);
  display:flex;
  flex-direction:column;
  transition:all .25s ease;
}

.sghw-testimonials-carousel .sghw-testimonial-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 45px -24px rgba(11,42,74,.42);
}

.sghw-testimonials-carousel .sghw-testimonial-quote-icon{
  width:40px;
  height:40px;
  color:rgba(39,169,221,.3);
  margin-bottom:16px;
  flex:0 0 auto;
}

.sghw-testimonials-carousel .sghw-p{
  color:rgba(30,41,59,.8);
  font-size:16px;
  line-height:1.9;
  margin:0 0 24px;
  text-align:inherit;
}

.sghw-testimonials-carousel .sghw-author{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid rgba(226,232,240,.9);
  display:flex;
  align-items:center;
  gap:12px;
}

.sghw-testimonials-carousel .sghw-avatar{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--sghw-primary),#132844);
  color:#27a9dd;
  display:grid;
  place-items:center;
  box-shadow:none;
}

.sghw-testimonials-carousel .sghw-avatar svg{
  width:24px;
  height:24px;
  display:block;
}

.sghw-testimonials-carousel .swiper-button-next,
.sghw-testimonials-carousel .swiper-button-prev{
  display:none;
}

.sghw-testimonials-carousel .swiper-pagination{
    margin-top:40px;
  bottom:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}

.sghw-testimonials-carousel .swiper-pagination-bullet{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d8e0e8;
  opacity:1;
  margin:0!important;
  transition:all .25s ease;
}

.sghw-testimonials-carousel .swiper-pagination-bullet-active{
  width:40px;
  background:#27a9dd;
}

@media(max-width:767px){
  .sghw-testimonials-carousel .sghw-testimonial-card{
    padding:28px;
    min-height:240px;
  }

  .sghw-testimonials-carousel .sghw-p{
    font-size:15px;
  }
}

/* Publishers Carousel */
.sghw-publishers-carousel{
  position:relative;
  overflow:hidden;
  padding:0 0 42px;
}

.sghw-publishers-carousel .swiper-wrapper{
  align-items:stretch;
}

.sghw-publishers-carousel .swiper-slide{
  height:auto;
}

.sghw-publishers-carousel .sghw-logo{
  height:90px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--sghw-border);
  display:grid;
  place-items:center;
  color:var(--sghw-primary);
  font-weight:800;
  box-shadow:0 14px 32px -24px rgba(11,42,74,.35);
  transition:all .25s ease;
  padding:16px;
  text-align:center;
}

.sghw-publishers-carousel .sghw-logo:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 42px -26px rgba(11,42,74,.45);
}

.sghw-publishers-carousel .sghw-logo img{
  max-height:52px;
  max-width:85%;
  object-fit:contain;
  display:block;
}

.sghw-publishers-carousel .swiper-pagination{
    margin-top:40px;
  bottom:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}

.sghw-publishers-carousel .swiper-pagination-bullet{
    
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d8e0e8;
  opacity:1;
  margin:0!important;
  transition:all .25s ease;
}

.sghw-publishers-carousel .swiper-pagination-bullet-active{
  width:40px;
  background:#27a9dd;
}

@media(max-width:767px){
  .sghw-publishers-carousel .sghw-logo{
    height:78px;
    border-radius:16px;
    padding:12px;
  }

  .sghw-publishers-carousel .sghw-logo img{
    max-height:42px;
  }
}

/* FAQ */
/* FAQ */
.sghw-faq-section{
  padding-top:72px;
  padding-bottom:72px;
  background:#fff;
}

.sghw-faq-section .sghw-container{
  max-width:1080px;
}

.sghw-faq-section .sghw-head{
  margin-bottom:56px;
}

.sghw-faq-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 22px;
  border-radius:999px;
  background:rgba(39,169,221,.12);
  color:#27a9dd;
  font-size:16px;
  line-height:1;
  font-weight:800;
  margin-bottom:20px;
}

.sghw-faq-badge-icon{
  width:20px;
  height:20px;
  border-radius:999px;
  border:2px solid currentColor;
  display:inline-grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
}

.sghw-faq-title{
  font-size:clamp(42px,5vw,68px);
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.03em;
  color:#132033;
  margin:0;
}

.sghw-faq{
  display:grid;
  gap:20px;
  max-width:100%;
  margin:0 auto;
}

.sghw-faq details{
  background:#fff;
  border:1px solid #e8eef5;
  border-radius:20px;
  padding:0;
  box-shadow:0 16px 35px -30px rgba(11,42,74,.35);
  transition:all .25s ease;
  overflow:hidden;
}

.sghw-faq details:hover{
  box-shadow:0 20px 44px -32px rgba(11,42,74,.45);
}

.sghw-faq details[open]{
  border-color:#dbe7f0;
  box-shadow:0 22px 50px -34px rgba(11,42,74,.48);
}

.sghw-faq summary{
  cursor:pointer;
  list-style:none;
  min-height:88px;
  padding:24px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:#132033;
  font-size:24px;
  line-height:1.5;
  font-weight:900;
}

.sghw-faq summary::-webkit-details-marker{
  display:none;
}

.sghw-faq summary::after{
  display:none;
}

.sghw-faq-arrow{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  color:#132033;
  transition:transform .25s ease;
}

.sghw-faq-arrow svg{
  width:18px;
  height:18px;
  display:block;
}

.sghw-faq details[open] .sghw-faq-arrow{
  transform:rotate(180deg);
}

.sghw-faq .a{
  margin:0;
  padding:0 34px 26px;
  color:#59677a;
  font-size:17px;
  line-height:1.9;
  border-top:1px solid #edf2f7;
}

.sghw-faq details[open] .a{
  padding-top:18px;
}

@media(max-width:767px){
  .sghw-faq-section{
    padding-top:52px;
    padding-bottom:52px;
  }

  .sghw-faq-section .sghw-head{
    margin-bottom:36px;
  }

  .sghw-faq-title{
    font-size:clamp(34px,11vw,46px);
  }

  .sghw-faq{
    gap:14px;
  }

  .sghw-faq summary{
    min-height:76px;
    padding:20px 22px;
    font-size:18px;
    gap:16px;
  }

  .sghw-faq .a{
    padding:0 22px 22px;
    font-size:15px;
  }

  .sghw-faq details[open] .a{
    padding-top:16px;
  }
}

/* Contact CTA */
/*.sghw-contact-section{*/
/*  padding-top:64px;*/
/*  padding-bottom:64px;*/
/*}*/

.sghw-contact-section .sghw-container{
  max-width:1720px;
  
}

.sghw-cta{
  position:relative;
  overflow:hidden;
  border-radius:40px;
  padding: 33px 37px;
  background:
    radial-gradient(circle at 12% 78%, rgba(39,169,221,.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(39,169,221,.12), transparent 30%),
    linear-gradient(135deg,#254f6d 0%,#182238 52%,#2b5570 100%);
  color:#fff;
  box-shadow:0 32px 70px -36px rgba(11,42,74,.62);
}

.sghw-cta::before,
.sghw-cta::after{
  display:none;
}

.sghw-cta-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  direction:rtl;
}

.sghw-cta-content{
  text-align:right;
  max-width:760px;
  justify-self:start;
}

.sghw-cta-tag{
  display:inline-flex;
  align-items:center;
  padding:10px 22px;
  border-radius:999px;
  background:rgba(39,169,221,.2);
  color:#27a9dd;
  font-size:16px;
  line-height:1;
  font-weight:900;
  margin-bottom:24px;
}

.sghw-cta h2{
  font-size:clamp(48px,4.4vw,78px);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.035em;
  color:#fff;
  margin:0 0 22px;
}

.sghw-cta-desc{
  color:rgba(255,255,255,.72);
  font-size: 1rem;
    line-height: 1.75rem;
  margin:0 0 32px;
}

.sghw-cta-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:nowrap;
  justify-content:flex-start;
}

.sghw-cta-actions .sghw-btn{
  min-width:230px;
  height:58px;
  padding:0 30px;
  border-radius:18px;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
}

.sghw-cta-actions .sghw-btn.accent{
  background:linear-gradient(135deg, #3aa8df 0%, #18abdc 100%);
  color:#fff;
  transition:all .4s cubic-bezier(.4, 0, .2, 1);
  box-shadow:0 10px 30px -10px #3aa8df73;
}

.sghw-cta-actions .sghw-btn.accent:hover{
  background:#32b4e6;
  opacity: .9;
  transition:all .4s cubic-bezier(.4, 0, .2, 1);
  transform:none;
  filter:none;
}

.sghw-cta-actions .sghw-btn.outline{
  color:#fff;
  border:2px solid rgba(255,255,255,.38);
  background:transparent;
}

.sghw-cta-actions .sghw-btn.outline:hover{
  background: #FFFFFF;
  color: #1f3850;
  transition:  all .4s cubic-bezier(.4, 0, .2, 1);
}

.sghw-btn-icon{
  width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  margin-inline-start:8px;
  color:currentColor;
}

.sghw-btn-icon svg{
  width:22px;
  height:22px;
  display:block;
}

.sghw-cta-info{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  justify-self:start;
  width:100%;
  max-width:760px;
}

.sghw-cta-info .item{
  height:150px;
  min-height:150px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  padding:26px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:right;
  backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.sghw-cta-info-icon{
  color:#27a9dd !important;
  font-size:30px;
  line-height:1;
  margin-bottom:18px;
}

.sghw-cta-info-icon i,
.sghw-cta-info-icon svg,
.sghw-cta-info-icon svg *,
.sghw-cta-info-icon path{
  color:#27a9dd !important;
  fill:currentColor;
  stroke:currentColor;
}

.sghw-cta-info-icon svg{
  width:30px;
  height:30px;
  display:block;
}

.sghw-cta-info .label{
  font-size:18px;
  line-height:1.4;
  color:rgba(255,255,255,.62);
  margin:0 0 8px;
  font-weight:700;
}

.sghw-cta-info .val{
  font-size:20px;
  line-height:1.4;
  color:#fff;
  font-weight:900;
  margin:0;
  direction:ltr;
  unicode-bidi:embed;
  text-align:right;
  white-space:nowrap;
}

@media(max-width:1400px){
  .sghw-cta{
    padding:70px 64px;
  }

  .sghw-cta-grid{
    gap:52px;
  }

  .sghw-cta h2{
    font-size:clamp(42px,4vw,62px);
  }

  .sghw-cta-desc{
    font-size:20px;
  }

  .sghw-cta-actions .sghw-btn{
    min-width:210px;
  }
}

@media(max-width:1200px){
  .sghw-contact-section .sghw-container{
    max-width:100%;
    padding-left:30px;
    padding-right:30px;
  }

  .sghw-cta{
    padding:60px 44px;
  }

  .sghw-cta-grid{
    grid-template-columns:1fr;
    gap:44px;
  }

  .sghw-cta-content{
    text-align:center;
    justify-self:center;
  }

  .sghw-cta-desc{
    margin-left:auto;
    margin-right:auto;
  }

  .sghw-cta-actions{
    justify-content:center;
  }

  .sghw-cta-info{
    justify-self:center;
  }
}

@media(max-width:767px){
  .sghw-contact-section{
    padding-top:44px;
    padding-bottom:44px;
  }

  /*.sghw-contact-section .sghw-container{*/
  /*  padding-left:20px;*/
  /*  padding-right:20px;*/
  /*}*/

  .sghw-cta{
    border-radius:28px;
    padding:42px 24px;
  }

  .sghw-cta h2{
    font-size:38px;
  }

  .sghw-cta-desc{
    font-size:16px;
  }

  .sghw-cta-actions{
    flex-wrap:wrap;
  }

  .sghw-cta-actions .sghw-btn{
    width:100%;
    min-width:0;
  }

  .sghw-cta-info{
    grid-template-columns:1fr;
    gap:14px;
  }

  .sghw-cta-info .item{
    height:auto;
    min-height:124px;
    padding:22px;
  }

  .sghw-cta-info .val{
    white-space:normal;
  }
}

.mobile-title-white {
  font-size: 3rem !important;
  color: white !important;
  line-height: 1;
}

@media (max-width: 767px) {
  .mobile-title-white {
    font-size: 2rem !important;
    color: white !important;
  line-height: 1;
  }
}

/* Why Choose */
.sghw-why-card{display:flex;gap:18px;background:var(--sghw-card);border:1px solid var(--sghw-border);border-radius:var(--sghw-radius);padding:28px;box-shadow:var(--sghw-shadow);transition:all .25s}
.sghw-why-card:hover{transform:translateY(-3px);box-shadow:var(--sghw-shadow-elegant)}
.sghw-why-card ul{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:6px;color:var(--sghw-text)}
.sghw-why-card li{display:flex;gap:8px;align-items:center}
.sghw-why-card li::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--sghw-secondary)}
.sghw-why-card .note{margin-top:14px;color:var(--sghw-secondary);font-weight:700;font-size:14px}