.elementor-63405 .elementor-element.elementor-element-659c674.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS for html, class: .elementor-element-f0b90c8 */.container{
max-width:900px;
margin:auto;
padding:20px 20px;
}

h1{
font-size:40px;
margin-bottom:10px;
text-align:center;
}

.btns a {
    width: 190px;
}


.subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
font-size:18px;
}

.brochure{
background:white;
padding:20px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.brochure img{
width:100%;
border-radius:10px;
}

.section{
margin-top:40px;
}

.section h2{
font-size:24px;
margin-bottom:12px;
}

.section p{
color:#555;
font-size: 16px;
}

.btns{
margin-top:25px;
display:flex;
gap:15px;
flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}

.btn{
padding:12px 20px;
border-radius:8px;
font-weight:bold;
text-decoration:none;
}

.btn-download{
background:#e31e24;
color:white;
}

.btn-whatsapp{
background:#25D366;
color:white;
}

.back-btn{
display: block;
position:relative;
margin: 0 auto;
gap:8px;
margin-bottom:25px;
padding:10px 18px;
font-size:14px;
font-weight:600;
color:#333;
background:#ffffff;
border:1px solid #e4e4e4;
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
transition:all 0.25s ease;
cursor:pointer;
text-align: center;
}

.back-btn:hover{
background:#e31e24;
color:#fff;
border-color:#e31e24;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7252573 */.ho-cogs-section {
    max-width: 860px;
    margin: 48px auto;
    padding: 0 20px;
    color: #1a1a2e;
  }
 
  .ho-cogs-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 36px;
    border-left: 4px solid #c8a84b;
    padding-left: 18px;
  }
 
  .ho-cogs-heading {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }
 
  /* What the certificate contains */
  .ho-cogs-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
  }
 
  .ho-cogs-field {
    background: #f7f7f9;
    border: 1px solid #e4e4e8;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
 
  .ho-cogs-field-icon {
    width: 36px;
    height: 36px;
    background: #1a1a2e;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .ho-cogs-field-icon svg {
    width: 18px;
    height: 18px;
    fill: #c8a84b;
  }
 
  .ho-cogs-field-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 3px;
  }
 
  .ho-cogs-field-value {
    font-size: 16px;
    color: #1a1a2e;
    font-weight: 500;
    line-height: 1.4;
  }
 
  /* Commissioning steps */
  .ho-cogs-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
    position: relative;
  }
 
  .ho-cogs-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    position: relative;
  }
 
  .ho-cogs-step:not(:last-child) {
    border-bottom: 1px dashed #ddd;
  }
 
  .ho-cogs-step-num {
    width: 36px;
    height: 36px;
    background: #c8a84b;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .ho-cogs-step-body strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
  }
 
  .ho-cogs-step-body p {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
 
  /* Witnessed callout */
  .ho-cogs-witnessed {
    background: #1a1a2e;
    color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
 
  .ho-cogs-witnessed-badge {
    background: #c8a84b;
    color: #1a1a2e;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 6px 12px;
    flex-shrink: 0;
    white-space: nowrap;
  }
 
  .ho-cogs-witnessed-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #e0e0e8;
  }
 
  /* Legal notice */
  .ho-cogs-legal {
    background: #fff8e6;
    border: 1px solid #c8a84b;
    border-left: 4px solid #c8a84b;
    border-radius: 8px;
    padding: 18px 22px;
  }
 
  .ho-cogs-legal-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a07c20;
    margin-bottom: 6px;
  }
 
  .ho-cogs-legal p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
  }
 
  .ho-cogs-legal strong {
    color: #1a1a2e;
  }
 
  @media (max-width: 600px) {
    .ho-cogs-witnessed {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }
    .ho-cogs-fields {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */