/* Start custom CSS for html, class: .elementor-element-6330cf1 *//* ===========================
   PHONECOVERPRO PORTFOLIO CSS
=========================== */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
  background:#f7f4ef;
  color:#151515;
  overflow-x:hidden;
}

/* Container */
.container{
  width:100%;
  max-width:1280px;
  margin:auto;
  padding:0 30px;
}

/* Background */
.ambient-bg{
  position:fixed;
  inset:0;
  background:
  radial-gradient(circle at top left,#efe7dd 0%,transparent 40%),
  radial-gradient(circle at bottom right,#e7ddd0 0%,transparent 40%);
  z-index:-1;
}

/* Buttons */
.btn-primary,
.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:999px;
  transition:.3s ease;
  font-weight:600;
  font-size:15px;
}

.btn-primary{
  background:#111;
  color:#fff;
  padding:16px 28px;
}

.btn-primary:hover{
  transform:translateY(-3px);
}

.btn-secondary{
  padding:16px 28px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.5);
  backdrop-filter:blur(20px);
  color:#111;
}

.btn-secondary:hover{
  background:#fff;
}

/* Hero */
.portfolio-hero{
  padding:120px 0 100px;
}

.hero-top{
  max-width:800px;
  margin:auto;
  text-align:center;
}

.project-badge{
  display:inline-flex;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  backdrop-filter:blur(20px);
  border:1px solid rgba(0,0,0,.05);
  font-size:14px;
  font-weight:600;
  margin-bottom:30px;
}

.hero-top h1{
  font-size:80px;
  line-height:1;
  font-weight:700;
  letter-spacing:-3px;
}

.hero-top h1 span{
  display:block;
  font-size:28px;
  color:#7a7a7a;
  margin-top:16px;
  font-weight:500;
  letter-spacing:0;
}

.hero-text{
  margin:35px auto;
  max-width:680px;
  font-size:20px;
  line-height:1.8;
  color:#5d5d5d;
}

.hero-buttons{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.hero-showcase{
  margin-top:90px;
}

.mockup-card{
  background:#fff;
  border-radius:40px;
  overflow:hidden;
  padding:22px;
  box-shadow:
  0 20px 70px rgba(0,0,0,.06);
}

.mockup-card img{
  width:100%;
  display:block;
  border-radius:28px;
}

/* Sections */
section{
  position:relative;
}

.section-head{
  margin-bottom:60px;
}

.section-head span{
  display:inline-block;
  margin-bottom:12px;
  color:#8c7d6d;
  font-weight:600;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.section-head h2{
  font-size:52px;
  max-width:800px;
  line-height:1.1;
  letter-spacing:-2px;
}

.section-head.center{
  text-align:center;
}

.section-head.center h2{
  margin:auto;
}

/* Overview */
.project-overview{
  padding:120px 0;
}

.overview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.overview-card{
  background:rgba(255,255,255,.7);
  backdrop-filter:blur(20px);
  border-radius:32px;
  padding:40px;
  border:1px solid rgba(0,0,0,.04);
}

.overview-card h3{
  font-size:24px;
  margin-bottom:18px;
}

.overview-card p{
  color:#666;
  line-height:1.9;
}

/* Features */
.features-section{
  padding:120px 0;
}

.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.feature-card{
  background:#fff;
  border-radius:32px;
  padding:40px 30px;
  text-align:center;
  transition:.3s ease;
}

.feature-card:hover{
  transform:translateY(-8px);
}

.icon{
  font-size:32px;
  margin-bottom:20px;
}

.feature-card h3{
  margin-bottom:15px;
}

.feature-card p{
  color:#666;
  line-height:1.7;
}

/* Live Preview */
.live-preview{
  padding:120px 0;
}

.preview-wrapper{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:50px;
  align-items:center;
}

.preview-content span{
  color:#8c7d6d;
  font-weight:600;
}

.preview-content h2{
  font-size:60px;
  line-height:1;
  margin:20px 0;
}

.preview-content p{
  font-size:18px;
  line-height:1.9;
  color:#666;
  margin-bottom:30px;
}

.preview-browser{
  background:#fff;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 20px 70px rgba(0,0,0,.08);
}

.browser-top{
  display:flex;
  gap:8px;
  padding:18px 24px;
  border-bottom:1px solid rgba(0,0,0,.05);
}

.browser-top span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#d4d4d4;
}

.preview-browser iframe{
  width:100%;
  height:650px;
  border:none;
}

/* CTA */
.final-cta{
  padding:100px 0 140px;
}

.cta-box{
  text-align:center;
  padding:90px 40px;
  border-radius:42px;
  background:#111;
  color:#fff;
}

.cta-box span{
  color:#c7c7c7;
  font-size:14px;
  text-transform:uppercase;
}

.cta-box h2{
  font-size:56px;
  line-height:1.1;
  max-width:800px;
  margin:25px auto 40px;
}

/* Responsive */
@media(max-width:1100px){

  .hero-top h1{
    font-size:58px;
  }

  .overview-grid{
    grid-template-columns:1fr;
  }

  .features-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .preview-wrapper{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .container{
    padding:0 20px;
  }

  .portfolio-hero{
    padding:90px 0 60px;
  }

  .hero-top h1{
    font-size:42px;
    letter-spacing:-2px;
  }

  .hero-top h1 span{
    font-size:20px;
  }

  .hero-text{
    font-size:16px;
  }

  .section-head h2{
    font-size:36px;
  }

  .features-grid{
    grid-template-columns:1fr;
  }

  .preview-content h2{
    font-size:42px;
  }

  .cta-box{
    padding:60px 24px;
  }

  .cta-box h2{
    font-size:34px;
  }

  .preview-browser iframe{
    height:500px;
  }

}
.cta-box p{
  max-width:600px;
  margin:0 auto 35px;
  color:rgba(255,255,255,.75);
  line-height:1.8;
  font-size:17px;
}/* End custom CSS */