.elementor-576 .elementor-element.elementor-element-5407525{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1f223da */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, sans-serif;
}

body{
  background:#f5f5f5;
}

/* HERO */
.hero{
  background:url('https://images.unsplash.com/photo-1568605114967-8130f3a36994') no-repeat center/cover;
  height:500px;
  display:flex;
  align-items:center;
}

.hero-overlay{
  background:linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  color:#fff;
  padding:50px;
  width:100%;
}

/* HERO TEXT WHITE */
.hero h1,
.hero p{
  color:#fff;
}

.hero h1{
  font-size:42px;
  line-height:1.3;
  font-weight:bold;
}

.hero h1 span{
  color:#ff8c00;
}

.hero p{
  margin:15px 0;
  font-size:16px;
}

.btn{
  display:inline-block;
  background:#ff8c00;
  color:#fff;
  padding:12px 22px;
  text-decoration:none;
  border-radius:6px;
  transition:0.3s;
}

.btn:hover{
  background:#e67600;
}

/* SERVICES */
.services{
  padding:60px 20px;
  text-align:center;
  background:#fff;
}

.services h2{
  margin-bottom:30px;
  font-size:28px;
}

.service-box{
  display:flex;
  justify-content:center;
  gap:25px;
  flex-wrap:wrap;
}

/* CARD DESIGN (LIKE IMAGE) */
.card{
  background:#fff;
  width:240px;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,0,0,0.1);
  text-align:center;
  overflow:hidden;
  transition:0.3s;
}

.card:hover{
  transform:translateY(-6px);
}

/* ORANGE TOP BOX */
.icon-box{
  background:#ff8c00;
  padding:25px 0;
}

.icon-box i{
  font-size:40px;
  color:#fff;
}

.card h3{
  margin:15px 0 5px;
  font-size:16px;
}

.card p{
  color:#ff8c00;
  font-size:14px;
  margin-bottom:15px;
  font-weight:600;
  cursor:pointer;
}

/* ABOUT */
.about{
  display:flex;
  padding:60px 20px;
  gap:30px;
}

.about-left{
  flex:2;
}

.about-right{
  flex:1;
  background:#fff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.about h2{
  margin-bottom:15px;
  font-size:26px;
}

.about p{
  margin-bottom:15px;
  color:#555;
}

.about-right span{
  display:block;
  margin-top:10px;
  font-weight:bold;
}

.rating {
  color: #ff8c00;
  margin: 10px 0;
}

.rating i {
  margin-right: 3px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .service-box{
    flex-direction:column;
    align-items:center;
  }

  .about{
    flex-direction:column;
  }
}/* End custom CSS */