.elementor-453 .elementor-element.elementor-element-c95e91c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-453 .elementor-element.elementor-element-e1bb5fb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-929eaea *//* ===== About Premium Section ===== */
.about-premium{
  background:linear-gradient(120deg,#f8f9fb,#e9e6e2);
  padding:80px 20px;
  font-family:Arial, sans-serif;
}

.about-container{
  max-width:1100px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

/* Left */
.about-text{
  flex:1;
  min-width:300px;
}

.about-tag{
  letter-spacing:4px;
  font-size:12px;
  color:#b07a4a;
  margin-bottom:15px;
}

.about-text h1{
  font-size:40px;
  color:#1e2d3d;
  margin-bottom:20px;
}

.about-desc{
  color:#555;
  line-height:1.7;
  margin-bottom:15px;
  font-size:16px;
}

.about-points{
  margin:20px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  color:#1e2d3d;
  font-weight:500;
}

.about-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 28px;
  background:#1e2d3d;
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  transition:0.3s;
}

.about-btn:hover{
  background:#000;
}

/* Right Card */
.about-card{
  flex:1;
  min-width:300px;
  display:flex;
  justify-content:center;
}

.card-inner{
  background:#fff;
  padding:50px 40px;
  border-radius:25px;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
  text-align:center;
  max-width:350px;
}

.wp-icon{
  font-size:60px;
  color:#21759b;
  margin-bottom:15px;
}

.card-inner h3{
  margin-bottom:10px;
  color:#1e2d3d;
}

.card-inner p{
  color:#666;
  font-size:14px;
}

/* Mobile */
@media(max-width:768px){
  .about-text h1{
    font-size:30px;
  }
  .about-points{
    grid-template-columns:1fr;
  }
}/* End custom CSS */