.elementor-30 .elementor-element.elementor-element-ac199f9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-173b791 *//* =========================
SAKIB HERO / PORTFOLIO TOP
========================= */

.sakib-portfolio-container{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:linear-gradient(135deg,#050816 0%,#07111f 55%,#020617 100%);
  font-family:'Plus Jakarta Sans',sans-serif;
  color:#fff;
  padding:28px 32px 42px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}

.sakib-content-wrap{
  width:100%;
  max-width:1360px;
  margin:0 auto;
}

.sakib-portfolio-container::before{
  content:'';
  position:absolute;
  top:-180px;
  left:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(59,130,246,.14);
  filter:blur(90px);
  pointer-events:none;
  z-index:-1;
}

.sakib-portfolio-container::after{
  content:'';
  position:absolute;
  right:-120px;
  top:80px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(30,58,138,.12);
  filter:blur(100px);
  pointer-events:none;
  z-index:-1;
}

.sakib-portfolio-container *{
  box-sizing:border-box;
}

.sakib-portfolio-container a{
  text-decoration:none;
  color:inherit;
}

/* TRUST BAR */

.sakib-trust-bar{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  margin-bottom:20px;
  padding:14px 24px;
  border-radius:14px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.065);
  backdrop-filter:blur(14px);
}

.trust-left,
.trust-right{
  display:flex;
  align-items:center;
  gap:12px;
  color:#cbd5e1;
  font-size:14px;
  line-height:1.4;
}

.icon-shield{
  width:20px;
  height:20px;
  fill:none;
  stroke:#3b82f6;
  stroke-width:2;
  flex:0 0 auto;
}

.clients-count{
  color:#fff;
  font-weight:700;
  white-space:nowrap;
}

.divider{
  color:rgba(255,255,255,.16);
}

.rating-text{
  color:#aab6c8;
  white-space:nowrap;
}

.stars{
  color:#f59e0b;
  letter-spacing:2px;
  white-space:nowrap;
}

/* MAIN GRID */

.sakib-main-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
  width:100%;
  margin-bottom:20px;
}

/* LEFT HERO CARD */

.sakib-hero-card{
  position:relative;
  overflow:hidden;
  padding:40px 40px 0;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(15,23,42,.74) 0%,rgba(3,7,18,.82) 100%);
  border:1px solid rgba(96,165,250,.14);
  backdrop-filter:blur(20px);
  box-shadow:0 30px 80px rgba(0,0,0,.38);
}

.hero-content-wrapper{
  display:flex;
  align-items:flex-end;
  gap:40px;
  min-height:430px;
}

/* IMAGE AREA */

.image-area{
  flex:0 0 285px;
  position:relative;
  width:285px;
  height:390px;
  display:flex;
  align-items:flex-end;
}

.image-area::after{
  content:'';
  position:absolute;
  left:14%;
  right:14%;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(96,165,250,.45),transparent);
  z-index:4;
}

.blue-glow-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  top:10%;
  left:-10%;
  z-index:1;
  background:radial-gradient(circle,rgba(37,99,235,.34) 0%,rgba(37,99,235,.10) 42%,rgba(37,99,235,0) 72%);
  filter:blur(10px);
}

.profile-img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom center;
  display:block;
}

/* INFO AREA */

.info-area{
  flex:1;
  min-width:0;
  padding-bottom:58px;
}

.badge-hi{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(59,130,246,.10);
  border:1px solid rgba(59,130,246,.25);
  color:#60a5fa;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1px;
}

.info-area h1{
  max-width:560px;
  margin:0 0 15px;
  color:#fff;
  font-size:clamp(38px,3.6vw,54px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-1.6px;
}

.blue-text{
  display:block;
  margin-top:12px;
  max-width:520px;
  font-size:clamp(24px,2.25vw,34px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.8px;
  background:linear-gradient(135deg,#60A5FA 0%,#2563EB 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-short-desc{
  max-width:480px;
  margin:0;
  color:#dbe7ff;
  font-size:17px;
  line-height:1.75;
  font-weight:500;
}

/* Removed old skill tags */
.hero-skills-list{
  display:none !important;
}

/* BOTTOM MINI BAR */

.hero-bottom-bar{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:0;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(5,8,22,.25),rgba(5,8,22,.72));
}

.hero-bottom-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#cbd5e1;
  font-size:13px;
  font-weight:700;
  line-height:1;
  transition:.25s ease;
  white-space:nowrap;
}

.hero-bottom-item:hover{
  color:#fff;
}

.hero-bottom-item svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:#60a5fa;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

.hero-bottom-divider{
  display:none;
}

/* Focus: Available Worldwide */

.hero-available-item{
  position:relative;
  padding:11px 18px;
  border-radius:999px;
  background:rgba(37,99,235,.10);
  border:1px solid rgba(96,165,250,.55);
  color:#ffffff;
  box-shadow:0 0 22px rgba(59,130,246,.20);
  animation:hhsWorldwidePulse 2.4s ease-in-out infinite;
}

.hero-available-item::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 12px rgba(34,197,94,.9);
  flex:0 0 auto;
}

@keyframes hhsWorldwidePulse{
  0%,100%{
    box-shadow:0 0 14px rgba(59,130,246,.14);
    border-color:rgba(96,165,250,.38);
  }

  50%{
    box-shadow:0 0 30px rgba(59,130,246,.34);
    border-color:rgba(96,165,250,.78);
  }
}

/* RIGHT SERVICE CARDS */

.sakib-services-column{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.service-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:16px;
  min-height:160px;
  padding:24px;
  border-radius:18px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(14px);
  transition:.25s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(96,165,250,.22);
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.service-icon{
  grid-row:span 2;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
}

.service-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.web-icon{
  color:#3B82F6;
  background:rgba(59,130,246,.11);
}

.wp-icon{
  color:#34D399;
  background:rgba(16,185,129,.11);
}

.seo-icon{
  color:#F59E0B;
  background:rgba(245,158,11,.11);
}

.service-info h2{
  max-width:420px;
  margin:0 0 8px;
  color:#fff;
  font-size:21px;
  line-height:1.22;
  font-weight:800;
  letter-spacing:-.5px;
}

.service-info p{
  max-width:520px;
  margin:0;
  color:#cbd5e1;
  font-size:14px;
  line-height:1.65;
}

.service-btn{
  grid-column:2;
  justify-self:end;
  margin-top:8px;
  padding:9px 16px;
  border-radius:8px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.06);
  font-size:13px;
  font-weight:800;
}

.btn-text-blue{
  color:#60a5fa;
}

.btn-text-green{
  color:#34d399;
}

.btn-text-orange{
  color:#fbbf24;
}

.arrow-icon{
  position:absolute;
  top:24px;
  right:24px;
  width:18px;
  height:18px;
  fill:none;
  stroke:rgba(255,255,255,.24);
  stroke-width:2;
  transition:.25s ease;
}

.service-card:hover .arrow-icon{
  transform:translateX(4px);
  stroke:#60a5fa;
}

/* RESPONSIVE */

@media(max-width:1024px){
  .sakib-portfolio-container{
    padding:22px;
  }

  .sakib-content-wrap{
    max-width:100%;
  }

  .sakib-main-grid{
    grid-template-columns:1fr;
  }

  .sakib-hero-card{
    padding:34px 26px 0;
  }

  .hero-content-wrapper{
    align-items:center;
    flex-direction:column;
    text-align:center;
    min-height:auto;
    gap:28px;
  }

  .image-area{
    width:260px;
    height:340px;
    flex-basis:auto;
  }

  .info-area{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-bottom:32px;
  }

  .info-area h1{
    max-width:720px;
  }

  .blue-text{
    max-width:720px;
  }

  .hero-short-desc{
    max-width:680px;
  }
}

@media(max-width:768px){
  .sakib-portfolio-container{
    padding:14px;
  }

  .sakib-trust-bar{
    padding:10px 12px;
    gap:8px;
    border-radius:16px;
    flex-direction:column;
    margin-bottom:16px;
  }

  .trust-left{
    justify-content:center;
    text-align:center;
    gap:7px;
    font-size:12px;
  }

  .trust-left span{
    max-width:100%;
  }

  .icon-shield{
    width:17px;
    height:17px;
  }

  .trust-right{
    justify-content:center;
    flex-wrap:nowrap;
    gap:8px;
    font-size:11.5px;
  }

  .rating-text,
  .divider{
    display:none;
  }

  .stars{
    letter-spacing:1.5px;
    font-size:11.5px;
  }

  .sakib-hero-card{
    padding:24px 16px 0;
    border-radius:20px;
  }

  .hero-content-wrapper{
    gap:20px;
  }

  .image-area{
    width:240px;
    height:315px;
    border-bottom:1px solid rgba(96,165,250,.25);
  }

  .image-area::after{
    left:6%;
    right:6%;
    background:linear-gradient(90deg,transparent,rgba(96,165,250,.70),transparent);
  }

  .info-area{
    padding-bottom:24px;
  }

  .badge-hi{
    margin-bottom:14px;
    padding:6px 12px;
    font-size:11px;
  }

  .info-area h1{
    max-width:360px;
    margin-bottom:15px;
    font-size:34px;
    line-height:1.02;
    letter-spacing:-1.2px;
  }

  .blue-text{
    margin-top:7px;
    max-width:340px;
    font-size:22px;
    line-height:1.12;
    letter-spacing:-.8px;
  }

  .hero-short-desc{
    font-size:15px;
    line-height:1.65;
    max-width:320px;
    margin-bottom:0;
  }

  .hero-bottom-bar{
    flex-wrap:wrap;
    gap:9px;
    padding:15px 0 17px;
  }

  .hero-bottom-item{
    font-size:12px;
  }

  .hero-available-item{
    order:-1;
    width:100%;
    max-width:245px;
    padding:11px 16px;
    font-size:13px;
  }

  .hero-bottom-item:not(.hero-available-item){
    opacity:.9;
  }

  .sakib-services-column{
    gap:12px;
  }

  .service-card{
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-areas:
      "info icon"
      "btn icon";
    align-items:center;
    gap:10px 14px;
    min-height:auto;
    padding:16px 16px;
    border-radius:16px;
    text-align:left;
  }

  .service-icon{
    grid-area:icon;
    grid-row:auto;
    width:50px;
    height:50px;
    border-radius:14px;
  }

  .service-icon svg{
    width:26px;
    height:26px;
  }

  .service-info{
    grid-area:info;
    min-width:0;
  }

  .service-info h2{
    max-width:100%;
    margin:0 0 5px;
    font-size:18px;
    line-height:1.2;
    letter-spacing:-.35px;
  }

  .service-info p{
    display:block;
    max-width:100%;
    font-size:12.5px;
    line-height:1.55;
    color:#b9c6d8;
  }

  .service-btn{
    grid-area:btn;
    grid-column:auto;
    justify-self:start;
    width:auto;
    margin-top:0;
    padding:8px 13px;
    border-radius:999px;
    font-size:12px;
    line-height:1;
  }

  .arrow-icon{
    display:none;
  }
}

@media(max-width:420px){
  .sakib-trust-bar{
    padding:10px;
  }

  .trust-left{
    font-size:11.5px;
  }

  .trust-right{
    gap:7px;
  }

  .badge-hi{
    font-size:10.5px;
  }

  .info-area h1{
    font-size:30px;
  }

 .blue-text{
  margin-top:10px;
  max-width:320px;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.4px;
}

  .hero-bottom-bar{
    gap:7px;
  }

  .service-card{
    padding:15px 14px;
  }

  .service-info h2{
    font-size:17px;
  }

  .service-info p{
    font-size:12px;
    line-height:1.5;
  }

  .service-icon{
    width:46px;
    height:46px;
  }

  .service-icon svg{
    width:24px;
    height:24px;
  }
}/* End custom CSS */