.elementor-52844 .elementor-element.elementor-element-13474a7{--display:flex;}.elementor-52844 .elementor-element.elementor-element-3f29100 > .elementor-widget-container{margin:-140px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-52844 .elementor-element.elementor-element-7f1fe3b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3f29100 */.elementor-52844 .elementor-element.elementor-element-3f29100 h2,
.elementor-52844 .elementor-element.elementor-element-3f29100 h3 {
    color: white;
}


.algsvc-hero{
  position:relative;
  z-index:1;
  padding:250px 0 18px;
  overflow:hidden;
}

.algsvc-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  pointer-events:none;
}

.algsvc-hero-video-overlay{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(7,10,14,0.72) 0%, rgba(10,13,18,0.78) 45%, rgba(12,15,18,0.88) 100%),
    radial-gradient(circle at 20% 20%, rgba(197,154,82,0.14), transparent 28%),
    radial-gradient(circle at 80% 25%, rgba(197,154,82,0.10), transparent 24%);
}

.algsvc-hero .algsvc-container{
  position:relative;
  z-index:1;
}
  
  .algsvc-link{
    border-width: 1px;
    border:solid;
    padding: 15px;
    border-radius: 18px;
    background-color: #22262C;
    border-color: #22262C;
    
}
.algsvc-wrap,
.algsvc-wrap *{box-sizing:border-box}
.algsvc-wrap *::before,
.algsvc-wrap *::after{box-sizing:border-box}

.algsvc-wrap{
  --algsvc-bg:#0d0f12;
  --algsvc-bg2:#14181d;
  --algsvc-bg3:#1b2027;
  --algsvc-panel:#12161b;
  --algsvc-panel-2:#181d24;
  --algsvc-card:#171c22;
  --algsvc-card-2:#1d232b;
  --algsvc-text:#f5f1e8;
  --algsvc-muted:#a8adb6;
  --algsvc-line:rgba(255,255,255,0.08);
  --algsvc-line-strong:rgba(255,255,255,0.12);
  --algsvc-gold:#c59a52;
  --algsvc-gold-2:#e0bb7a;
  --algsvc-gold-soft:rgba(197,154,82,0.16);
  --algsvc-green:#6f8a76;
  --algsvc-shadow:0 18px 60px rgba(0,0,0,0.38);
  --algsvc-radius:24px;

  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--algsvc-text);
  background:
    radial-gradient(circle at top left, rgba(197,154,82,0.12), transparent 24%),
    radial-gradient(circle at bottom right, rgba(197,154,82,0.08), transparent 20%),
    linear-gradient(180deg, #0c0f12 0%, #12161b 52%, #0d1014 100%);
  overflow:hidden;
  position:relative;
}

.algsvc-wrap a{
  color:inherit;
  text-decoration:none;
}

.algsvc-container{
  max-width:94%;
  margin:0 auto;
}

.algsvc-glow{
  position:absolute;
  pointer-events:none;
  z-index:0;
  filter:blur(40px);
  opacity:.45;
}
.algsvc-glow-1{
  width:260px;height:260px;border-radius:50%;
  background:rgba(197,154,82,0.18);
  top:20px;left:-70px;
}
.algsvc-glow-2{
  width:220px;height:220px;border-radius:50%;
  background:rgba(197,154,82,0.10);
  right:-60px;top:420px;
}

.algsvc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  transition:.25s ease;
  letter-spacing:.2px;
  min-height:48px;
}
.algsvc-btn svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
}
.algsvc-btn-primary{
  background:linear-gradient(135deg,var(--algsvc-gold),var(--algsvc-gold-2));
  color:#17120b;
  box-shadow:0 14px 34px rgba(197,154,82,0.22);
}
.algsvc-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(197,154,82,0.28);
}
.algsvc-btn-secondary{
  background:rgba(255,255,255,0.03);
  color:var(--algsvc-text);
  border:1px solid var(--algsvc-line);
  backdrop-filter:blur(10px);
}
.algsvc-btn-secondary:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,0.06);
  border-color:rgba(255,255,255,0.14);
}

/* HERO */
.algsvc-hero{
  position:relative;
  z-index:1;
  padding:250px 0 18px;
}
.algsvc-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
}
@media (max-width:1040px){
  .algsvc-hero-grid{grid-template-columns:1fr}
  .algsvc-hero{
      padding-top: 130px !important;
  }
}

.algsvc-hero-main{
  position:relative;
  border:1px solid var(--algsvc-line);
  border-radius:34px;
  overflow:hidden;
  /*background:*/
  /*  linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),*/
  /*  linear-gradient(135deg, #161b21 0%, #101419 100%);*/
  box-shadow:var(--algsvc-shadow);
  padding:36px;
}
@media (max-width:768px){
  .algsvc-hero-main{padding:24px 20px}
}

.algsvc-hero-main::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 18%, rgba(197,154,82,0.16), transparent 18%),
    linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.02) 100%);
  pointer-events:none;
}

.algsvc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(197,154,82,0.10);
  border:1px solid rgba(197,154,82,0.18);
  color:#eed7ad;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
  margin-bottom:18px;
}
.algsvc-eyebrow-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--algsvc-gold);
  box-shadow:0 0 0 5px rgba(197,154,82,0.14);
}

.algsvc-title{
  font-size:clamp(2.35rem,5vw,4.8rem);
  line-height:.96;
  letter-spacing:-2px;
  font-weight:900;
  margin:0 0 16px;
  max-width:820px;
}
.algsvc-title em{
  font-style:normal;
  color:var(--algsvc-gold-2);
}
.algsvc-sub{
  max-width:760px;
  color:var(--algsvc-muted);
  font-size:1.03rem;
  line-height:1.82;
  margin:0 0 28px;
}

.algsvc-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:28px;
}

.algsvc-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
@media (max-width:860px){
  .algsvc-metrics{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .algsvc-metrics{grid-template-columns:1fr}
}

.algsvc-metric{
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border:1px solid var(--algsvc-line);
  border-radius:18px;
  padding:16px;
  min-height:104px;
}
.algsvc-metric b{
  display:block;
  font-size:1rem;
  color:#fff;
  margin-bottom:6px;
}
.algsvc-metric span{
  display:block;
  color:var(--algsvc-muted);
  font-size:12px;
  line-height:1.55;
}

.algsvc-hero-side{
  display:grid;
  gap:20px;
}
.algsvc-side-card{
  border:1px solid var(--algsvc-line);
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--algsvc-shadow);
  position:relative;
}

.algsvc-side-card-main{
  /*background:*/
  /*  linear-gradient(180deg, rgba(197,154,82,0.08), rgba(197,154,82,0.02)),*/
  /*  linear-gradient(180deg, #181d24 0%, #101419 100%);*/
  padding:28px;
}
.algsvc-side-card-main::before{
  content:"";
  position:absolute;
  right:-55px;bottom:-55px;
  width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle, rgba(197,154,82,0.20), transparent 68%);
}
.algsvc-side-label{
  display:inline-block;
  margin-bottom:14px;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.58);
}
.algsvc-side-card-main h3{
  font-size:clamp(1.6rem,2.8vw,2.5rem);
  line-height:1.05;
  margin:0 0 12px;
  font-weight:900;
}
.algsvc-side-card-main p{
  color:var(--algsvc-muted);
  line-height:1.75;
  margin:0 0 18px;
  max-width:520px;
}

.algsvc-feature-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
@media (max-width:620px){
  .algsvc-feature-list{grid-template-columns:1fr}
}
.algsvc-feature-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:rgba(255,255,255,0.86);
  font-size:13px;
  line-height:1.5;
}
.algsvc-feature-item svg{
  width:15px;height:15px;stroke:var(--algsvc-gold-2);fill:none;stroke-width:2.5;flex-shrink:0;margin-top:2px;
}

.algsvc-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
@media (max-width:620px){
  .algsvc-mini-grid{grid-template-columns:1fr}
}
.algsvc-mini{
  background:linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border:1px solid var(--algsvc-line);
  border-radius:24px;
  padding:22px;
}
.algsvc-mini small{
  display:block;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:#daba84;
  margin-bottom:10px;
}
.algsvc-mini h4{
  font-size:1.14rem;
  line-height:1.25;
  margin:0 0 8px;
  font-weight:850;
}
.algsvc-mini p{
  font-size:.94rem;
  color:var(--algsvc-muted);
  line-height:1.7;
  margin:0;
}


/* SERVICES */
.algsvc-services{
  position:relative;
  z-index:1;
  padding:28px 0 72px;
}
/*.algsvc-services-grid{*/
/*  display:grid;*/
/*  grid-template-columns:300px 1fr;*/
/*  gap:22px;*/
/*}*/
.algsvc-services-grid{grid-template-columns:1fr}
@media (max-width:1080px){
  .algsvc-services-grid{grid-template-columns:1fr}
}

.algsvc-sidebar{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.03)),
    linear-gradient(180deg, #151920 0%, #101419 100%);
  border:1px solid var(--algsvc-line);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--algsvc-shadow);
  height:fit-content;
  position:sticky;
  top:20px;
}
@media (max-width:1080px){
  .algsvc-sidebar{position:static}
}
.algsvc-sidebar h3{
  font-size:1.4rem;
  line-height:1.14;
  margin:0 0 10px;
  font-weight:900;
}
.algsvc-sidebar p{
  color:var(--algsvc-muted);
  font-size:.95rem;
  line-height:1.75;
  margin:0 0 18px;
}
.algsvc-sidebar-list{
  display:grid;
  gap:10px;
  margin-bottom:20px;
}
.algsvc-sidebar-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  line-height:1.58;
  color:var(--algsvc-text);
}
.algsvc-sidebar-item svg{
  width:15px;height:15px;stroke:var(--algsvc-gold-2);fill:none;stroke-width:2.4;flex-shrink:0;margin-top:2px
}
.algsvc-quote-card{
  background:
    linear-gradient(180deg, rgba(197,154,82,0.12), rgba(197,154,82,0.05)),
    linear-gradient(180deg, #1a1f26 0%, #14181d 100%);
  border:1px solid rgba(197,154,82,0.16);
  color:#fff;
  border-radius:22px;
  padding:18px;
}
.algsvc-quote-card h4{
  font-size:1rem;
  font-weight:850;
  margin:0 0 8px;
}
.algsvc-quote-card p{
  color:rgba(255,255,255,0.72);
  font-size:.9rem;
  line-height:1.65;
  margin:0 0 14px;
}
.algsvc-quote-card .algsvc-btn{
  width:100%;
}

/* CARDS */
.algsvc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
@media (max-width:840px){
  .algsvc-grid{grid-template-columns:1fr}
}

.algsvc-card{
  position:relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    linear-gradient(180deg, #171c22 0%, #12171d 100%);
  border:1px solid var(--algsvc-line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--algsvc-shadow);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display:flex;
  flex-direction:column;
}
.algsvc-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 70px rgba(0,0,0,0.48);
  border-color:rgba(197,154,82,0.18);
}
.algsvc-card.algsvc-coming:hover{
  transform:translateY(-2px);
}

.algsvc-card-top{
  position:relative;
  height:400px;
  overflow:hidden;
  background:#222;
}
@media (max-width:520px){
  .algsvc-card-top{height:220px}
}
.algsvc-card-top img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.algsvc-card:hover .algsvc-card-top img{
  transform:scale(1.05);
}
.algsvc-card-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.62) 100%);
}
.algsvc-tag-row{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  z-index:2;
}
.algsvc-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(16,20,25,0.78);
  border:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(8px);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
  color:#fff;
}
.algsvc-chip-light{
  background:rgba(255,244,224,0.92);
  color:#17120b;
  border:1px solid rgba(255,244,224,0.65);
}
.algsvc-chip-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--algsvc-gold);
  display:inline-block;
}

.algsvc-card-body{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1;
}
@media (max-width:520px){
  .algsvc-card-body{padding:20px}
}
.algsvc-card-heading{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.algsvc-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(197,154,82,0.14), rgba(197,154,82,0.06));
  border:1px solid rgba(197,154,82,0.16);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.algsvc-icon svg{
  width:23px;height:23px;stroke:var(--algsvc-gold-2);fill:none;stroke-width:2.1;
}
.algsvc-card h3{
  font-size:1.3rem;
  line-height:1.18;
  font-weight:900;
  margin:0 0 5px;
}
.algsvc-card p{
  font-size:.95rem;
  line-height:1.8;
  color:var(--algsvc-muted);
  margin:0;
}
.algsvc-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.algsvc-pill{
  font-size:11px;
  font-weight:700;
  color:#ebe6dd;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--algsvc-line);
  padding:7px 10px;
  border-radius:999px;
}
.algsvc-card-footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:6px;
}
.algsvc-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:13px;
  font-weight:850;
  color:#f0c987;
  transition:.2s ease;
}
.algsvc-link:hover{gap:12px}
.algsvc-link svg{
  width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.4;
}
.algsvc-disabled{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  color:#9aa1ab;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--algsvc-line);
  padding:10px 14px;
  border-radius:999px;
}
.algsvc-disabled svg{
  width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4;
}

/* BOTTOM CTA */
.algsvc-bottom{
  position:relative;
  z-index:1;
  padding:0 0 72px;
}
.algsvc-bottom-inner{
  border-radius:34px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--algsvc-shadow);
  background:
    linear-gradient(135deg, rgba(197,154,82,0.12) 0%, rgba(197,154,82,0.03) 28%, transparent 55%),
    linear-gradient(135deg, #171c22 0%, #101419 100%);
  border:1px solid var(--algsvc-line);
}
.algsvc-bottom-inner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at left center, rgba(197,154,82,0.15), transparent 26%),
    radial-gradient(circle at right bottom, rgba(255,255,255,0.04), transparent 22%);
  pointer-events:none;
}
.algsvc-bottom-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  padding:38px;
  align-items:center;
}
@media (max-width:920px){
  .algsvc-bottom-grid{grid-template-columns:1fr;padding:26px 20px}
}
.algsvc-bottom h3{
  color:#fff;
  font-size:clamp(1.9rem,3vw,2.8rem);
  line-height:1.04;
  letter-spacing:-1px;
  margin:0 0 12px;
  font-weight:900;
}
.algsvc-bottom p{
  color:rgba(255,255,255,0.74);
  line-height:1.8;
  font-size:1rem;
  max-width:720px;
  margin:0;
}
.algsvc-bottom-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 18px;
  margin-top:20px;
}
@media (max-width:620px){
  .algsvc-bottom-points{grid-template-columns:1fr}
}
.algsvc-bottom-point{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(255,255,255,0.90);
  font-size:13px;
  line-height:1.55;
}
.algsvc-bottom-point svg{
  width:15px;height:15px;stroke:var(--algsvc-gold-2);fill:none;stroke-width:2.5;flex-shrink:0;margin-top:2px;
}
.algsvc-bottom-right{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  padding:24px;
}
.algsvc-bottom-right h4{
  color:#fff;
  font-size:1.12rem;
  font-weight:850;
  margin:0 0 10px;
}
.algsvc-bottom-right p{
  font-size:.94rem;
  line-height:1.7;
  margin:0 0 16px;
}
.algsvc-bottom-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* REVEAL - no JS version */
.algsvc-reveal{
  opacity:1;
  transform:none;
}
.algsvc-hide{display:none!important}/* End custom CSS */