.elementor-104 .elementor-element.elementor-element-7bae9d8{--display:flex;}.elementor-104 .elementor-element.elementor-element-8c3988f{--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-104 .elementor-element.elementor-element-961c6c1{--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-104 .elementor-element.elementor-element-6479f29{--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-104 .elementor-element.elementor-element-e06f0dd{--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-104 .elementor-element.elementor-element-e2e1756{--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-104 .elementor-element.elementor-element-ca21334{--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-104 .elementor-element.elementor-element-6422f79{--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-104 .elementor-element.elementor-element-ecdd638{--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-104 .elementor-element.elementor-element-38ea1c3{--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-104 .elementor-element.elementor-element-25edcb9{--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-104 .elementor-element.elementor-element-4abb6bc{--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;}/* Start custom CSS for html, class: .elementor-element-c773af8 */.portfolio-hero{
  background: radial-gradient(circle at top, #0f172a, #020617);
  padding: 90px 20px;
  color: #fff;
  overflow: hidden;
}

.hero-container{
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT CONTENT */
.hero-badge{
  display: inline-block;
  padding: 8px 16px;
  background: rgba(59,130,246,0.15);
  border: 1px solid rgba(59,130,246,0.4);
  color: #93c5fd;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero-content h1{
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 span{
  color:#3b82f6;
}

.hero-content p{
  font-size: 18px;
  color:#cbd5f5;
  max-width: 480px;
}

/* CTA */
.hero-cta{
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.cta-btn{
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* LOCKED STYLE */
.cta-btn.primary{
  background:#3b82f6;
  color:#fff;
  box-shadow:0 14px 30px rgba(59,130,246,0.45);
}

.cta-btn.primary:hover{
  transform: translateY(-3px);
}

.cta-btn.outline{
  border:2px solid #3b82f6;
  color:#3b82f6;
}

.cta-btn.outline:hover{
  background:#3b82f6;
  color:#fff;
}

/* RIGHT IMAGE */
.hero-image{
  perspective: 1000px;
}

.hero-image img{
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  transform: rotateY(-6deg) rotateX(4deg);
}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content h1{
    font-size: 36px;
  }

  .hero-cta{
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-image img{
    transform: none;
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6690f90 *//* SECTION */
.portfolio-work{
  padding:100px 20px;
  background:#020617;
  color:#fff;
}

.work-container{
  max-width:1200px;
  margin:auto;
}

/* HEADER */
.section-head{
  text-align:center;
  margin-bottom:60px;
}

.section-badge{
  display:inline-block;
  padding:8px 18px;
  background:rgba(59,130,246,0.15);
  border:1px solid rgba(59,130,246,0.4);
  border-radius:30px;
  color:#93c5fd;
  font-size:14px;
}

.section-head h2{
  font-size:42px;
  margin:20px 0 10px;
}

.section-head h2 span{
  color:#3b82f6;
}

.section-head p{
  color:#cbd5f5;
}

/* GRID */
.work-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* CARD */
.work-card{
  position:relative;
  height:320px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,0.45);
  transform:translateZ(0);
  transition:transform 0.35s ease;
}

.work-card:hover{
  transform:translateY(-10px);
}

/* IMAGE */
.work-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* OVERLAY */
.work-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(2,6,23,0.95),
    rgba(2,6,23,0.4)
  );
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:28px;
}

.work-overlay h3{
  font-size:22px;
  margin-bottom:6px;
}

.work-overlay p{
  font-size:15px;
  color:#cbd5f5;
  margin-bottom:14px;
}

/* CTA (LOCKED STYLE) */
.cta-btn{
  padding:12px 22px;
  border-radius:12px;
  font-weight:600;
  text-decoration:none;
  display:inline-block;
}

.cta-btn.outline{
  border:2px solid #3b82f6;
  color:#3b82f6;
}

.cta-btn.outline:hover{
  background:#3b82f6;
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:900px){
  .section-head h2{
    font-size:32px;
  }

  .work-grid{
    grid-template-columns:1fr;
  }

  .work-card{
    height:240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65dc74f */.why-us{
  padding:100px 20px;
  background:linear-gradient(180deg,#020617,#030a1f);
  color:#fff;
}

.why-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

/* Head */
.why-head h2{
  font-size:42px;
  margin:20px 0 10px;
}

.why-head h2 span{
  color:#3b82f6;
}

.why-head p{
  color:#cbd5f5;
  max-width:600px;
  margin:auto;
}

/* Grid */
.why-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

/* Cards */
.why-card{
  padding:40px 20px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  backdrop-filter:blur(8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.5);
  transition:0.4s;
}

.why-card h3{
  font-size:36px;
  color:#3b82f6;
  margin-bottom:10px;
}

.why-card p{
  color:#cbd5f5;
  font-size:15px;
}

.why-card:hover{
  transform:translateY(-10px) scale(1.03);
}

/* CTA */
.why-cta{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

/* Responsive */
@media(max-width:900px){
  .why-head h2{
    font-size:32px;
  }

  .why-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecc7b19 */.testimonials{
  padding:100px 20px;
  background:#020617;
  color:#fff;
}

.testi-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

/* Head */
.testi-head h2{
  font-size:42px;
  margin:20px 0 10px;
}

.testi-head h2 span{
  color:#3b82f6;
}

.testi-head p{
  color:#cbd5f5;
}

/* Grid */
.testi-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* Cards */
.testi-card{
  padding:36px 28px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  backdrop-filter:blur(8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.5);
  transition:0.4s;
  text-align:left;
}

.testi-card p{
  font-size:16px;
  color:#e5e7eb;
  margin-bottom:20px;
}

.testi-card h4{
  font-size:16px;
  color:#3b82f6;
}

.testi-card span{
  font-size:14px;
  color:#94a3b8;
}

.testi-card:hover{
  transform:translateY(-10px) scale(1.03);
}

/* CTA */
.testi-cta{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

/* Responsive */
@media(max-width:900px){
  .testi-head h2{
    font-size:32px;
  }

  .testi-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b607474 */.final-cta{
  padding:120px 20px;
  background:
    radial-gradient(circle at top, rgba(59,130,246,0.15), transparent 60%),
    linear-gradient(180deg,#020617,#000);
  color:#fff;
  text-align:center;
}

.cta-container{
  max-width:900px;
  margin:auto;
}

/* Content */
.cta-content h2{
  font-size:46px;
  margin:25px 0 15px;
  line-height:1.2;
}

.cta-content h2 span{
  color:#3b82f6;
}

.cta-content p{
  font-size:18px;
  color:#cbd5f5;
  margin-bottom:40px;
}

/* Actions */
.cta-actions{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

/* Note */
.cta-note{
  display:block;
  margin-top:25px;
  font-size:14px;
  color:#94a3b8;
}

/* Responsive */
@media(max-width:900px){
  .cta-content h2{
    font-size:32px;
  }

  .cta-content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1112217 */.case-study {
  background: radial-gradient(circle at top, #0f172a, #020617);
  padding: 100px 20px;
  color: #fff;
  overflow: hidden;
}

.cs-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: center;
  perspective: 1200px;
}

/* LEFT CONTENT */
.cs-left {
  flex: 1;
}

.cs-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(59,130,246,0.15);
  color: #3b82f6;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.cs-left h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cs-desc {
  color: #cbd5f5;
  font-size: 17px;
  margin-bottom: 25px;
}

.cs-points {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.cs-points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  color: #e5e7eb;
}

.cs-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #3b82f6;
}

/* BUTTONS */
.cs-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta {
  padding: 14px 26px;
  font-size: 15px;
  border-radius: 14px;
  text-decoration: none;
  transition: all .35s ease;
}

.cta.primary {
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 20px 40px rgba(59,130,246,0.35);
}

.cta.primary:hover {
  transform: translateY(-4px);
}

.cta.outline {
  border: 2px solid #3b82f6;
  color: #3b82f6;
}

.cta.outline:hover {
  background: #3b82f6;
  color: #fff;
}

/* RIGHT 3D CARD */
.cs-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.cs-card {
  background: linear-gradient(145deg, #020617, #0f172a);
  border-radius: 22px;
  padding: 40px;
  width: 320px;
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(10deg);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
  transition: transform .5s ease;
}

.cs-card:hover {
  transform: rotateY(0) rotateX(0) translateY(-10px);
}

.stat {
  background: rgba(59,130,246,0.08);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.stat h3 {
  font-size: 34px;
  color: #3b82f6;
  margin-bottom: 6px;
}

.stat p {
  color: #cbd5f5;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .cs-container {
    flex-direction: column;
    text-align: center;
  }

  .cs-left h2 {
    font-size: 32px;
  }

  .cs-points li {
    text-align: left;
  }

  .cs-card {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-616726a *//* ===== GLASS INDUSTRIES SECTION ===== */

.industries {
  background: radial-gradient(circle at top, #020617, #000000);
  padding: 110px 20px;
  color: #ffffff;
}

/* GRID */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  perspective: 1400px;
}

/* GLASS CARD */
.ind-card {
  position: relative;
  border-radius: 26px;
  padding: 42px 30px;
  text-align: center;

  /* GLASS MAGIC */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.18);

  /* 3D */
  transform-style: preserve-3d;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
  transition: all .45s ease;
  overflow: hidden;
}

/* LIGHT REFLECTION */
.ind-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.05),
    transparent
  );
  opacity: 0.4;
  pointer-events: none;
}

/* CONTENT DEPTH */
.ind-card span {
  font-size: 42px;
  margin-bottom: 18px;
  display: block;
  transform: translateZ(45px);
}

.ind-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transform: translateZ(35px);
}

.ind-card p {
  color: #dbeafe;
  font-size: 15px;
  transform: translateZ(25px);
}

/* HOVER 3D GLASS */
.ind-card:hover {
  transform: rotateY(-14deg) rotateX(10deg) translateY(-12px);
  box-shadow: 0 70px 120px rgba(59,130,246,0.35);
}

/* SOFT GLOW BORDER */
.ind-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(59,130,246,0.5),
    transparent,
    rgba(59,130,246,0.25)
  );
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.ind-card:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ind-grid {
    grid-template-columns: 1fr;
  }

  .ind-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31800c6 *//* ===== GLASS CTA SECTION ===== */

.cta-glass {
  padding: 120px 20px;
  background: radial-gradient(circle at top, #020617, #000000);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-wrap {
  max-width: 1000px;
  width: 100%;
  padding: 70px 60px;
  border-radius: 32px;
  position: relative;
  text-align: center;

  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.2);

  /* DEPTH */
  box-shadow: 0 60px 120px rgba(0,0,0,0.6);
  transform-style: preserve-3d;
}

/* LIGHT GLOW */
.cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(59,130,246,0.5),
    transparent,
    rgba(59,130,246,0.35)
  );
  opacity: 0.35;
  pointer-events: none;
}

/* CONTENT */
.cta-tag {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(59,130,246,0.18);
  color: #3b82f6;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 22px;
}

.cta-content h2 {
  font-size: 42px;
  margin-bottom: 18px;
}

.cta-content p {
  color: #dbeafe;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 16px 34px;
  font-size: 15px;
  border-radius: 16px;
  text-decoration: none;
  transition: all .35s ease;
}

.cta-btn.primary {
  background: #3b82f6;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(59,130,246,0.45);
}

.cta-btn.primary:hover {
  transform: translateY(-4px);
}

.cta-btn.outline {
  border: 2px solid #3b82f6;
  color: #3b82f6;
}

.cta-btn.outline:hover {
  background: #3b82f6;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-wrap {
    padding: 50px 30px;
  }

  .cta-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ac10a2 *//* ===== HERO GLASS SECTION ===== */

.hero-glass {
  min-height: 100vh;
  padding: 140px 20px 80px;
  background: radial-gradient(circle at top, #020617, #000000);
  color: #ffffff;
  display: flex;
  align-items: center;
}

.hero-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 70px;
  align-items: center;
  perspective: 1400px;
}

/* LEFT */
.hero-left {
  flex: 1;
}

.hero-tag {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(59,130,246,0.18);
  color: #3b82f6;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 22px;
}

.hero-left h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.hero-left h1 span {
  color: #3b82f6;
}

.hero-left p {
  color: #dbeafe;
  font-size: 17px;
  max-width: 520px;
  margin-bottom: 38px;
}

/* CTA */
.hero-cta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 16px 34px;
  font-size: 15px;
  border-radius: 16px;
  text-decoration: none;
  transition: all .35s ease;
}

.cta-btn.primary {
  background: #3b82f6;
  color: #ffffff;
  box-shadow: 0 22px 45px rgba(59,130,246,0.45);
}

.cta-btn.primary:hover {
  transform: translateY(-4px);
}

.cta-btn.outline {
  border: 2px solid #3b82f6;
  color: #3b82f6;
}

.cta-btn.outline:hover {
  background: #3b82f6;
  color: #ffffff;
}

/* RIGHT 3D GLASS CARD */
.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-card {
  width: 340px;
  padding: 42px 34px;
  border-radius: 28px;
  text-align: center;

  /* GLASS */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.2);

  /* 3D */
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(10deg);
  box-shadow: 0 60px 120px rgba(0,0,0,0.65);
  transition: transform .5s ease;
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.4),
    transparent,
    rgba(59,130,246,0.3)
  );
  opacity: 0.35;
  pointer-events: none;
}

.hero-card:hover {
  transform: rotateY(0) rotateX(0) translateY(-12px);
}

/* STATS */
.hero-stat {
  background: rgba(59,130,246,0.1);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 18px;
  transform: translateZ(35px);
}

.hero-stat h3 {
  font-size: 34px;
  color: #3b82f6;
  margin-bottom: 6px;
}

.hero-stat p {
  color: #dbeafe;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-wrap {
    flex-direction: column;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 34px;
  }

  .hero-right {
    margin-top: 40px;
  }

  .hero-card {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-484cb3a *//* ===== SERVICES SNAPSHOT MINI ===== */

.services-mini {
  padding: 40px 20px 90px;
  background: radial-gradient(circle at top, #020617, #000000);
}

.services-wrap {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  perspective: 1200px;
}

/* CARD */
.service-card {
  position: relative;
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  color: #ffffff;

  /* GLASS */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.18);

  /* DEPTH */
  transform-style: preserve-3d;
  box-shadow: 0 35px 75px rgba(0,0,0,0.55);
  transition: all .45s ease;
  overflow: hidden;
}

/* LIGHT REFLECTION */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.4),
    transparent,
    rgba(59,130,246,0.25)
  );
  opacity: 0.35;
  pointer-events: none;
}

/* ICON */
.service-card .icon {
  font-size: 42px;
  margin-bottom: 18px;
  display: block;
  transform: translateZ(45px);
}

/* TEXT */
.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  transform: translateZ(30px);
}

.service-card p {
  font-size: 15px;
  color: #dbeafe;
  transform: translateZ(20px);
}

/* HOVER */
.service-card:hover {
  transform: rotateY(-14deg) rotateX(10deg) translateY(-10px);
  box-shadow: 0 60px 110px rgba(59,130,246,0.35);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-wrap {
    grid-template-columns: 1fr;
  }

  .service-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d29cc6 *//* ===== PORTFOLIO SECTION ===== */

.portfolio-glass {
  padding: 120px 20px;
  background: radial-gradient(circle at top, #020617, #000000);
  color: #ffffff;
}

.portfolio-wrap {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.portfolio-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 80px;
}

.port-tag {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(59,130,246,0.18);
  color: #3b82f6;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 16px;
}

.portfolio-head h2 {
  font-size: 42px;
  margin-bottom: 14px;
}

.portfolio-head p {
  color: #dbeafe;
  font-size: 16px;
}

/* GRID */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  perspective: 1400px;
}

/* CARD */
.portfolio-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;

  /* GLASS */
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.18);

  /* DEPTH */
  transform-style: preserve-3d;
  box-shadow: 0 40px 90px rgba(0,0,0,0.6);
  transition: all .45s ease;
}

/* IMAGE PLACEHOLDER */
.port-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  color: #3b82f6;
  background: linear-gradient(
    120deg,
    rgba(59,130,246,0.35),
    rgba(255,255,255,0.05)
  );
}

/* BODY */
.port-body {
  padding: 26px;
}

.port-body h3 {
  font-size: 20px;
  margin-bottom: 8px;
  transform: translateZ(35px);
}

.port-cat {
  display: inline-block;
  font-size: 13px;
  color: #3b82f6;
  margin-bottom: 12px;
}

.port-body p {
  font-size: 15px;
  color: #dbeafe;
  margin-bottom: 18px;
  transform: translateZ(25px);
}

/* BUTTON */
.port-btn {
  font-size: 14px;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.port-btn:hover {
  text-decoration: underline;
}

/* HOVER 3D */
.portfolio-card:hover {
  transform: rotateY(-12deg) rotateX(8deg) translateY(-12px);
  box-shadow: 0 70px 130px rgba(59,130,246,0.35);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-head h2 {
    font-size: 30px;
  }

  .portfolio-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21c4519 *//* IMAGE WRAP */
.port-img {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.port-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s ease;
}

/* OVERLAY */
.port-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

/* BUTTON */
.live-btn {
  padding: 16px 36px;
  border-radius: 16px;
  background: #3b82f6;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 20px 45px rgba(59,130,246,0.45);
  transform: translateY(20px);
  transition: all .4s ease;
}

/* HOVER EFFECT */
.portfolio-card:hover .port-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-card:hover .live-btn {
  transform: translateY(0);
}

.portfolio-card:hover .port-img img {
  transform: scale(1.08);
}

/* MOBILE SAFE (tap friendly) */
@media (max-width: 768px) {
  .port-overlay {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(
      to top,
      rgba(2,6,23,0.8),
      rgba(2,6,23,0.1)
    );
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .live-btn {
    transform: none;
  }
}/* End custom CSS */