.elementor-794 .elementor-element.elementor-element-ce6fc44{--display:flex;--min-height:169px;--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;--overlay-opacity:0.5;}.elementor-794 .elementor-element.elementor-element-ce6fc44::before, .elementor-794 .elementor-element.elementor-element-ce6fc44 > .elementor-background-video-container::before, .elementor-794 .elementor-element.elementor-element-ce6fc44 > .e-con-inner > .elementor-background-video-container::before, .elementor-794 .elementor-element.elementor-element-ce6fc44 > .elementor-background-slideshow::before, .elementor-794 .elementor-element.elementor-element-ce6fc44 > .e-con-inner > .elementor-background-slideshow::before, .elementor-794 .elementor-element.elementor-element-ce6fc44 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-794 .elementor-element.elementor-element-5a622bd{padding:64px 64px 64px 64px;text-align:center;}.elementor-794 .elementor-element.elementor-element-5a622bd.elementor-element{--order:99999 /* order end hack */;}.elementor-794 .elementor-element.elementor-element-5a622bd .elementor-heading-title{color:#FFFFFF;}.elementor-794 .elementor-element.elementor-element-367a20a{--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;}.elementor-794 .elementor-element.elementor-element-663616b{--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;}.elementor-794 .elementor-element.elementor-element-700e4ac{--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;}@media(max-width:767px){.elementor-794 .elementor-element.elementor-element-ce6fc44{--width:513px;}}@media(min-width:768px){.elementor-794 .elementor-element.elementor-element-ce6fc44{--width:1000%;}}/* Start custom CSS for html, class: .elementor-element-0c7b35f */<style>
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', Arial, sans-serif;
}

body{
  background:#ffffff;
  color:#111827;
}

.section{
  padding:120px 20px;
}

.container{
  max-width:1200px;
  margin:auto;
}

.row{
  display:flex;
  align-items:center;
  gap:80px;
  margin-bottom:120px;
}

.row.reverse{
  flex-direction:row-reverse;
}

.image{
  flex:1;
}

.image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
  transition:0.4s ease;
}

.image img:hover{
  transform:scale(1.04);
}

.content{
  flex:1;
}

.label{
  font-size:12px;
  font-weight:800;
  letter-spacing:0.4em;
  color:#c9a24d;
  margin-bottom:15px;
}

.content h2{
  font-size:36px;
  font-weight:900;
  color:#0b1f3b;
  margin-bottom:20px;
}

.content p{
  font-size:16px;
  color:#6b7280;
  line-height:1.8;
  margin-bottom:30px;
}

.list{
  display:grid;
  gap:14px;
}

.list div{
  background:#f9fafb;
  padding:14px 18px;
  border-radius:14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  color:#374151;
  transition:0.3s;
}

.list div:hover{
  background:#fff7e6;
}

.dot{
  width:8px;
  height:8px;
  background:#c9a24d;
  border-radius:50%;
}

@media(max-width:992px){
  .row,
  .row.reverse{
    flex-direction:column;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6c0317 *//* ===== TESTING & QUALITY CONTROL ===== */

.testing-page{
    font-family:'Segoe UI',Arial,sans-serif;
    background:#ffffff;
    padding:80px 20px;
}

.testing-container{
    max-width:1200px;
    margin:auto;
}

.testing-header{
    text-align:center;
    margin-bottom:60px;
}

.testing-header h1{
    font-size:38px;
    font-weight:800;
    color:#1f2937;
    letter-spacing:1px;
}

.testing-header span{
    color:#c9a24d;
}

.testing-intro{
    max-width:950px;
    margin:0 auto 70px auto;
    text-align:center;
    color:#374151;
    line-height:1.8;
    font-size:16px;
}

/* Section Layout */
.testing-section{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:100px;
    flex-wrap:wrap;
}

/* Hex Image */
.hex{
    width:320px;
    height:280px;
    clip-path:polygon(
        25% 6%, 75% 6%, 
        100% 50%, 75% 94%, 
        25% 94%, 0% 50%
    );
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.2);
    flex-shrink:0;
}

.hex img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Image */
.image{
    flex:1;
}

.image img{
    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(0,0,0,0.12);
    transition:0.4s ease;
    max-width:100%;
}

.image img:hover{
    transform:scale(1.04);
}

/* Content Box */
.testing-content{
    flex:1;
    background:#ffffff;
    padding:35px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    border-left:6px solid #c9a24d;
}

.testing-content h3{
    font-size:22px;
    margin-bottom:15px;
    color:#111827;
    background:#c9a24d;
    display:inline-block;
    padding:6px 14px;
    border-radius:6px;
    color:#fff;
}

.testing-content p{
    margin-bottom:10px;
    color:#374151;
}

.testing-content ul{
    padding-left:20px;
    margin-top:10px;
}

.testing-content li{
    margin-bottom:8px;
    color:#374151;
    font-size:15px;
}

/* ============================= */
/* ===== TABLET RESPONSIVE ===== */
/* ============================= */

@media(max-width:992px){

    .testing-page{
        padding:60px 20px;
    }

    .testing-section{
        flex-direction:column;
        gap:35px;
        margin-bottom:70px;
    }

    .testing-content{
        border-left:none;
        border-top:6px solid #c9a24d;
        padding:30px;
        width:100%;
    }

    .hex{
        width:100%;
        height:250px;
    }

    .image img{
        height:260px;
    }

    .testing-header h1{
        font-size:30px;
    }

}

/* ============================= */
/* ===== MOBILE RESPONSIVE ===== */
/* ============================= */

@media(max-width:576px){

    .testing-page{
        padding:50px 15px;
    }

    .testing-header{
        margin-bottom:40px;
    }

    .testing-header h1{
        font-size:24px;
        line-height:1.3;
    }

    .testing-intro{
        font-size:14px;
        margin-bottom:40px;
        text-align:left;
    }

    .testing-section{
        gap:25px;
        margin-bottom:50px;
    }

    .testing-content{
        padding:22px;
        border-top:6px solid #c9a24d;
    }

    .testing-content h3{
        font-size:18px;
    }

    .testing-content li{
        font-size:14px;
    }

    .hex{
        height:220px;
    }

    .image img{
        height:220px;
        border-radius:18px;
    }

}/* End custom CSS */