.elementor-1358 .elementor-element.elementor-element-c94349c{--display:flex;}.elementor-1358 .elementor-element.elementor-element-6a6f7e8{--display:flex;}.elementor-1358 .elementor-element.elementor-element-5e74c39{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-270ed4b */.toec-services-premium{
  padding: 100px 16px;
  color:#fff;
}

.toec-services-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.toec-services-head{
  text-align:center;
  margin-bottom: 50px;
}

.toec-services-badge{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  font-weight:800;
}

.toec-services-title{
  margin:14px 0 12px;
  font-size: clamp(26px, 3vw, 42px);
  font-weight:900;
}

.toec-services-lead{
  max-width:850px;
  margin:0 auto;
  line-height:1.9;
  opacity:.95;
}

/* Grid */
.toec-services-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px;
}

/* Card */
.toec-service-card{
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  overflow:hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.toec-service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 26px 65px rgba(0,0,0,.35);
}

/* Image */
.toec-service-img{
  height: 210px;
  overflow:hidden;
}

.toec-service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition: transform .4s ease;
}

.toec-service-card:hover img{
  transform: scale(1.08);
}

/* Text */
.toec-service-card h3{
  margin:16px 18px 8px;
  font-size: 18px;
  font-weight:900;
}

.toec-service-card p{
  margin:0 18px 20px;
  line-height:1.8;
  font-size:14px;
  opacity:.95;
}

/* Responsive */
@media(max-width:1000px){
  .toec-services-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:640px){
  .toec-services-grid{
    grid-template-columns: 1fr;
  }
  .toec-service-img{
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fafa5b */.toec-consult{
  padding: 90px 16px;
  color:#fff;
}

.toec-consult-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.toec-consult-head{
  text-align:center;
  margin-bottom: 40px;
}

.toec-consult-badge{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  font-weight:800;
}

.toec-consult-title{
  margin:14px 0 12px;
  font-size: clamp(24px, 3vw, 40px);
  font-weight:900;
}

.toec-consult-lead{
  max-width:850px;
  margin:0 auto;
  line-height:1.9;
  opacity:.95;
}

/* Grid */
.toec-consult-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
}

/* Cards */
.toec-consult-card{
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.toec-consult-card h3{
  margin-bottom:10px;
  font-size:17px;
  font-weight:900;
}

.toec-consult-card p{
  line-height:1.9;
  font-size:14px;
  opacity:.95;
}

/* CTA */
.toec-consult-cta{
  margin-top: 40px;
  text-align:center;
}

.toec-consult-cta p{
  margin-bottom:18px;
  font-weight:700;
  opacity:.95;
}

.toec-consult-btn{
  display:inline-block;
  padding:14px 26px;
  border-radius:999px;
  background:#d66b45;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow: 0 18px 45px rgba(214,107,69,.45);
  transition: transform .2s ease, box-shadow .2s ease;
}

.toec-consult-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 65px rgba(214,107,69,.6);
}

/* Responsive */
@media(max-width:900px){
  .toec-consult-grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */