.elementor-12 .elementor-element.elementor-element-ef48688{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-99e0a63{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-af507a8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-bc0e0dc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-652be3d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-a064e07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-dac6aa0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2a32eee */.qb-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:92vh;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 85% 15%, rgba(244,165,28,.18), transparent 32%),
    linear-gradient(135deg,#07172f 0%,#102f5f 52%,#07172f 100%);
  color:#fff;
}

.qb-hero *{
  box-sizing:border-box;
}

.qb-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,23,47,.96),rgba(7,23,47,.78),rgba(7,23,47,.45)),
    url('https://qbqualitycabinet.com/wp-content/uploads/2026/06/486315349_1062134512601138_8957380426656229248_n.jpg') center/cover no-repeat;
  opacity:.95;
}

.qb-hero__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  min-height:92vh;
  margin:0 auto;
  padding:120px 40px 90px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:70px;
}

.qb-hero__content{
  max-width:720px;
}

.qb-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  margin-bottom:24px;
  border:1px solid rgba(244,165,28,.45);
  background:rgba(244,165,28,.12);
  color:#f4a51c;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.qb-hero__badge:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#f4a51c;
  box-shadow:0 0 18px rgba(244,165,28,.9);
}

.qb-hero h1{
  margin:0;
  font-size:clamp(46px,5.8vw,86px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-3px;
  color:#fff;
}

.qb-hero h1 span{
  display:block;
  color:#f4a51c;
}

.qb-hero p{
  max-width:650px;
  margin:26px 0 0;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.82);
}

.qb-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:36px;
}

.qb-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  transition:.28s ease;
}

.qb-hero__btn--primary{
  background:#f4a51c;
  color:#102f5f;
  box-shadow:0 18px 45px rgba(244,165,28,.28);
}

.qb-hero__btn--primary:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 55px rgba(244,165,28,.38);
}

.qb-hero__btn--secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.qb-hero__btn--secondary:hover{
  transform:translateY(-4px);
  border-color:#f4a51c;
  color:#f4a51c;
}

.qb-hero__points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:44px;
  max-width:650px;
}

.qb-hero__points div{
  padding:20px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
}

.qb-hero__points strong{
  display:block;
  font-size:25px;
  color:#f4a51c;
  line-height:1;
  margin-bottom:8px;
}

.qb-hero__points span{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.76);
  font-weight:600;
}

.qb-hero__visual{
  position:relative;
}

.qb-hero__image-main{
  position:relative;
  width:100%;
  border-radius:36px;
  overflow:hidden;
  min-height:560px;
  background:#ddd;
  box-shadow:0 34px 90px rgba(0,0,0,.36);
  border:1px solid rgba(255,255,255,.18);
}

.qb-hero__image-main:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,transparent 45%,rgba(7,23,47,.55));
}

.qb-hero__image-main img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  display:block;
}

.qb-hero__floating-card{
  position:absolute;
  left:-34px;
  bottom:38px;
  z-index:3;
  width:260px;
  padding:22px 24px;
  border-radius:24px;
  background:#fff;
  color:#102f5f;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
  border-left:7px solid #f4a51c;
}

.qb-hero__floating-card strong{
  display:block;
  font-size:18px;
  margin-bottom:6px;
}

.qb-hero__floating-card span{
  display:block;
  font-size:13px;
  color:#555;
  line-height:1.5;
}

@media(max-width:1024px){
  .qb-hero__container{
    grid-template-columns:1fr;
    gap:50px;
    padding:110px 28px 70px;
  }

  .qb-hero__content{
    max-width:100%;
  }

  .qb-hero__visual{
    max-width:720px;
  }
}

@media(max-width:767px){
  .qb-hero{
    min-height:auto;
  }

  .qb-hero__overlay{
    background:
      linear-gradient(180deg,rgba(7,23,47,.97),rgba(7,23,47,.88)),
      url('PASTE-LINK-BACKGROUND-PROJECT') center/cover no-repeat;
  }

  .qb-hero__container{
    min-height:auto;
    padding:95px 20px 55px;
    gap:38px;
  }

  .qb-hero__badge{
    font-size:11px;
    padding:9px 14px;
    margin-bottom:20px;
  }

  .qb-hero h1{
    font-size:42px;
    letter-spacing:-1.8px;
  }

  .qb-hero p{
    font-size:15px;
    line-height:1.75;
    margin-top:20px;
  }

  .qb-hero__actions{
    flex-direction:column;
    margin-top:30px;
  }

  .qb-hero__btn{
    width:100%;
  }

  .qb-hero__points{
    grid-template-columns:1fr;
    margin-top:28px;
  }

  .qb-hero__points div{
    padding:18px;
  }

  .qb-hero__image-main{
    min-height:420px;
    border-radius:26px;
  }

  .qb-hero__image-main img{
    min-height:420px;
  }

  .qb-hero__floating-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-304107f */.qb-about-preview{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  background:#f7f8fa;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.qb-about-preview *{
  box-sizing:border-box;
}

.qb-about-preview:before{
  content:"";
  position:absolute;
  right:-180px;
  top:-160px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:rgba(244,165,28,.16);
  filter:blur(8px);
}

.qb-about-preview__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:80px;
}

.qb-about-preview__visual{
  position:relative;
  min-height:620px;
}

.qb-about-preview__image{
  position:absolute;
  overflow:hidden;
  background:#ddd;
  box-shadow:0 28px 70px rgba(16,47,95,.18);
}

.qb-about-preview__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.qb-about-preview__image--main{
  left:0;
  top:0;
  width:78%;
  height:520px;
  border-radius:34px;
}

.qb-about-preview__image--small{
  right:0;
  bottom:0;
  width:48%;
  height:310px;
  border-radius:30px;
  border:10px solid #f7f8fa;
}

.qb-about-preview__badge{
  position:absolute;
  left:38px;
  bottom:58px;
  width:210px;
  padding:24px 22px;
  border-radius:24px;
  background:#102f5f;
  color:#fff;
  box-shadow:0 22px 55px rgba(16,47,95,.28);
  border-left:7px solid #f4a51c;
}

.qb-about-preview__badge strong{
  display:block;
  font-size:42px;
  line-height:1;
  color:#f4a51c;
  margin-bottom:8px;
}

.qb-about-preview__badge span{
  display:block;
  font-size:14px;
  line-height:1.5;
  font-weight:700;
}

.qb-about-preview__content{
  max-width:720px;
}

.qb-about-preview__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#f4a51c;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-about-preview__eyebrow:before{
  content:"";
  width:36px;
  height:3px;
  border-radius:99px;
  background:#f4a51c;
}

.qb-about-preview h2{
  margin:0;
  color:#102f5f;
  font-size:clamp(36px,4.3vw,64px);
  line-height:1.08;
  letter-spacing:-2px;
  font-weight:900;
}

.qb-about-preview h2 span{
  display:block;
  color:#1d1d1d;
}

.qb-about-preview p{
  margin:24px 0 0;
  color:#555;
  font-size:17px;
  line-height:1.85;
}

.qb-about-preview__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:34px;
}

.qb-about-preview__grid div{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(16,47,95,.08);
  box-shadow:0 14px 34px rgba(16,47,95,.07);
}

.qb-about-preview__grid strong{
  display:block;
  color:#102f5f;
  font-size:17px;
  margin-bottom:8px;
}

.qb-about-preview__grid span{
  display:block;
  color:#666;
  font-size:14px;
  line-height:1.6;
}

.qb-about-preview__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  margin-top:36px;
  padding:0 30px;
  border-radius:999px;
  background:#102f5f;
  color:#fff;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 18px 40px rgba(16,47,95,.22);
  transition:.28s ease;
}

.qb-about-preview__btn:hover{
  transform:translateY(-4px);
  background:#f4a51c;
  color:#102f5f;
}

@media(max-width:1024px){
  .qb-about-preview{
    padding:90px 0;
  }

  .qb-about-preview__container{
    grid-template-columns:1fr;
    gap:60px;
    padding:0 28px;
  }

  .qb-about-preview__visual{
    max-width:720px;
  }
}

@media(max-width:767px){
  .qb-about-preview{
    padding:70px 0;
  }

  .qb-about-preview__container{
    padding:0 20px;
    gap:44px;
  }

  .qb-about-preview__visual{
    min-height:auto;
    display:grid;
    gap:16px;
  }

  .qb-about-preview__image{
    position:relative;
  }

  .qb-about-preview__image--main,
  .qb-about-preview__image--small{
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
    height:360px;
    border-radius:24px;
    border:0;
  }

  .qb-about-preview__image--small{
    height:260px;
  }

  .qb-about-preview__badge{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
  }

  .qb-about-preview h2{
    font-size:36px;
    letter-spacing:-1.2px;
  }

  .qb-about-preview p{
    font-size:15px;
    line-height:1.75;
  }

  .qb-about-preview__grid{
    grid-template-columns:1fr;
  }

  .qb-about-preview__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17cc3a7 */.qb-services{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  background:#fff;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.qb-services *{
  box-sizing:border-box;
}

.qb-services:before{
  content:"";
  position:absolute;
  left:-190px;
  top:80px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(16,47,95,.08);
  filter:blur(10px);
}

.qb-services:after{
  content:"";
  position:absolute;
  right:-180px;
  bottom:-160px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:rgba(244,165,28,.14);
  filter:blur(8px);
}

.qb-services__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
}

.qb-services__head{
  max-width:820px;
  margin:0 auto 60px;
  text-align:center;
}

.qb-services__head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(244,165,28,.12);
  color:#f4a51c;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-services__head h2{
  margin:0;
  color:#102f5f;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.08;
  letter-spacing:-2px;
  font-weight:900;
}

.qb-services__head h2 strong{
  display:block;
  color:#1d1d1d;
  font-weight:900;
}

.qb-services__head p{
  max-width:760px;
  margin:22px auto 0;
  color:#606060;
  font-size:17px;
  line-height:1.85;
}

.qb-services__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.qb-services__card{
  position:relative;
  min-height:330px;
  padding:34px 30px;
  border-radius:30px;
  background:#f7f8fa;
  border:1px solid rgba(16,47,95,.08);
  overflow:hidden;
  transition:.32s ease;
}

.qb-services__card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#102f5f,#07172f);
  opacity:0;
  transition:.32s ease;
}

.qb-services__card:after{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(244,165,28,.18);
  transition:.32s ease;
}

.qb-services__card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(16,47,95,.16);
}

.qb-services__card:hover:before{
  opacity:1;
}

.qb-services__card:hover:after{
  right:-35px;
  top:-35px;
  background:rgba(244,165,28,.28);
}

.qb-services__icon,
.qb-services__card h3,
.qb-services__card p{
  position:relative;
  z-index:2;
}

.qb-services__icon{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
  border-radius:20px;
  background:#102f5f;
  color:#f4a51c;
  font-size:18px;
  font-weight:900;
  box-shadow:0 16px 35px rgba(16,47,95,.18);
  transition:.32s ease;
}

.qb-services__card:hover .qb-services__icon{
  background:#f4a51c;
  color:#102f5f;
}

.qb-services__card h3{
  margin:0;
  color:#102f5f;
  font-size:23px;
  line-height:1.25;
  font-weight:900;
  transition:.32s ease;
}

.qb-services__card p{
  margin:16px 0 0;
  color:#666;
  font-size:15px;
  line-height:1.75;
  transition:.32s ease;
}

.qb-services__card:hover h3{
  color:#fff;
}

.qb-services__card:hover p{
  color:rgba(255,255,255,.78);
}

@media(max-width:1024px){
  .qb-services{
    padding:90px 0;
  }

  .qb-services__container{
    padding:0 28px;
  }

  .qb-services__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .qb-services{
    padding:70px 0;
  }

  .qb-services__container{
    padding:0 20px;
  }

  .qb-services__head{
    text-align:left;
    margin-bottom:38px;
  }

  .qb-services__head h2{
    font-size:36px;
    letter-spacing:-1.2px;
  }

  .qb-services__head p{
    font-size:15px;
    line-height:1.75;
  }

  .qb-services__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .qb-services__card{
    min-height:auto;
    padding:28px 24px;
    border-radius:24px;
  }

  .qb-services__icon{
    margin-bottom:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ba2206 */.qb-why{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  background:
  linear-gradient(135deg,#07172f 0%,#102f5f 100%);
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.qb-why *{
  box-sizing:border-box;
}

.qb-why:before{
  content:"";
  position:absolute;
  left:-200px;
  top:-200px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(244,165,28,.08);
}

.qb-why:after{
  content:"";
  position:absolute;
  right:-180px;
  bottom:-180px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(244,165,28,.08);
}

.qb-why__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:center;
}

.qb-why__eyebrow{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(244,165,28,.15);
  color:#f4a51c;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-why h2{
  margin:24px 0 0;
  font-size:clamp(40px,5vw,72px);
  line-height:1.05;
  color:#fff;
  font-weight:900;
  letter-spacing:-2px;
}

.qb-why h2 span{
  display:block;
  color:#f4a51c;
}

.qb-why__left p{
  margin-top:24px;
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

.qb-why__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:35px;
  min-height:58px;
  padding:0 34px;
  border-radius:999px;
  background:#f4a51c;
  color:#102f5f;
  text-decoration:none;
  font-weight:800;
  transition:.3s;
}

.qb-why__btn:hover{
  transform:translateY(-4px);
}

.qb-why__right{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.qb-why__card{
  padding:32px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  transition:.3s;
}

.qb-why__card:hover{
  transform:translateY(-8px);
  background:#fff;
}

.qb-why__card h3{
  margin:0;
  color:#fff;
  font-size:20px;
  font-weight:800;
  transition:.3s;
}

.qb-why__card p{
  margin-top:14px;
  color:rgba(255,255,255,.75);
  line-height:1.8;
  font-size:14px;
  transition:.3s;
}

.qb-why__card:hover h3{
  color:#102f5f;
}

.qb-why__card:hover p{
  color:#555;
}

@media(max-width:1024px){

  .qb-why__container{
    grid-template-columns:1fr;
    gap:50px;
    padding:0 28px;
  }

}

@media(max-width:767px){

  .qb-why{
    padding:80px 0;
  }

  .qb-why__container{
    padding:0 20px;
  }

  .qb-why h2{
    font-size:38px;
  }

  .qb-why__left p{
    font-size:15px;
  }

  .qb-why__right{
    grid-template-columns:1fr;
  }

  .qb-why__card{
    padding:26px;
  }

  .qb-why__btn{
    width:100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e7657e */.qb-gallery{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:115px 0;
  background:#f7f8fa;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.qb-gallery *{
  box-sizing:border-box;
}

.qb-gallery__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
}

.qb-gallery__head{
  max-width:850px;
  margin-bottom:58px;
}

.qb-gallery__head span{
  display:inline-flex;
  margin-bottom:18px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(244,165,28,.12);
  color:#f4a51c;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-gallery__head h2{
  margin:0;
  color:#102f5f;
  font-size:clamp(36px,4.6vw,68px);
  line-height:1.08;
  letter-spacing:-2px;
  font-weight:900;
}

.qb-gallery__head h2 strong{
  display:block;
  color:#1d1d1d;
  font-weight:900;
}

.qb-gallery__head p{
  max-width:760px;
  margin:22px 0 0;
  color:#606060;
  font-size:17px;
  line-height:1.85;
}

.qb-gallery__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.qb-gallery__item{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:26px;
  background:#ddd;
  box-shadow:0 18px 40px rgba(16,47,95,.12);
  transition:.3s ease;
}

.qb-gallery__item:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 60px rgba(16,47,95,.18);
}

.qb-gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.qb-gallery__item:hover img{
  transform:scale(1.08);
}

.qb-gallery__bottom{
  margin-top:44px;
  padding:34px 38px;
  border-radius:30px;
  background:#102f5f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  box-shadow:0 22px 55px rgba(16,47,95,.16);
}

.qb-gallery__bottom p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.75;
}

.qb-gallery__btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 30px;
  border-radius:999px;
  background:#f4a51c;
  color:#102f5f;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  transition:.28s ease;
}

.qb-gallery__btn:hover{
  transform:translateY(-4px);
  background:#fff;
}

@media(max-width:1024px){
  .qb-gallery{
    padding:90px 0;
  }

  .qb-gallery__container{
    padding:0 28px;
  }

  .qb-gallery__grid{
    grid-template-columns:repeat(3,1fr);
  }

  .qb-gallery__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:767px){
  .qb-gallery{
    padding:70px 0;
  }

  .qb-gallery__container{
    padding:0 20px;
  }

  .qb-gallery__head{
    margin-bottom:36px;
  }

  .qb-gallery__head h2{
    font-size:36px;
    letter-spacing:-1.2px;
  }

  .qb-gallery__head p{
    font-size:15px;
    line-height:1.75;
  }

  .qb-gallery__grid{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .qb-gallery__item{
    border-radius:18px;
  }

  .qb-gallery__bottom{
    padding:28px 24px;
    border-radius:24px;
  }

  .qb-gallery__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e83d70a */.qb-process{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:115px 0;
  background:#ffffff;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.qb-process *{
  box-sizing:border-box;
}

.qb-process__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
}

.qb-process__head{
  max-width:820px;
  margin:0 auto 65px;
  text-align:center;
}

.qb-process__head span{
  display:inline-flex;
  margin-bottom:18px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(244,165,28,.12);
  color:#f4a51c;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-process__head h2{
  margin:0;
  color:#102f5f;
  font-size:clamp(36px,4.6vw,66px);
  line-height:1.08;
  letter-spacing:-2px;
  font-weight:900;
}

.qb-process__head h2 strong{
  display:block;
  color:#1d1d1d;
  font-weight:900;
}

.qb-process__head p{
  max-width:760px;
  margin:22px auto 0;
  color:#606060;
  font-size:17px;
  line-height:1.85;
}

.qb-process__timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.qb-process__step{
  position:relative;
  padding:34px 30px;
  border-radius:30px;
  background:#f7f8fa;
  border:1px solid rgba(16,47,95,.08);
  min-height:280px;
  overflow:hidden;
  transition:.3s ease;
}

.qb-process__step:before{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(244,165,28,.16);
}

.qb-process__step:hover{
  transform:translateY(-8px);
  background:#102f5f;
  box-shadow:0 28px 65px rgba(16,47,95,.18);
}

.qb-process__num{
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:26px;
  border-radius:20px;
  background:#102f5f;
  color:#f4a51c;
  font-size:18px;
  font-weight:900;
  transition:.3s ease;
}

.qb-process__step h3{
  position:relative;
  z-index:2;
  margin:0;
  color:#102f5f;
  font-size:22px;
  font-weight:900;
  line-height:1.25;
  transition:.3s ease;
}

.qb-process__step p{
  position:relative;
  z-index:2;
  margin:15px 0 0;
  color:#666;
  font-size:15px;
  line-height:1.75;
  transition:.3s ease;
}

.qb-process__step:hover .qb-process__num{
  background:#f4a51c;
  color:#102f5f;
}

.qb-process__step:hover h3{
  color:#fff;
}

.qb-process__step:hover p{
  color:rgba(255,255,255,.78);
}

@media(max-width:1024px){
  .qb-process{
    padding:90px 0;
  }

  .qb-process__container{
    padding:0 28px;
  }

  .qb-process__timeline{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .qb-process{
    padding:70px 0;
  }

  .qb-process__container{
    padding:0 20px;
  }

  .qb-process__head{
    text-align:left;
    margin-bottom:38px;
  }

  .qb-process__head h2{
    font-size:36px;
    letter-spacing:-1.2px;
  }

  .qb-process__head p{
    font-size:15px;
    line-height:1.75;
  }

  .qb-process__timeline{
    grid-template-columns:1fr;
    gap:16px;
  }

  .qb-process__step{
    min-height:auto;
    padding:28px 24px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-048a175 */.qb-cta-form{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:#07172f;
}

.qb-cta-form *{
  box-sizing:border-box;
}

.qb-cta-form__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,23,47,.96),rgba(7,23,47,.82),rgba(7,23,47,.68)),
    url('https://qbqualitycabinet.com/wp-content/uploads/2026/06/485769858_1060171406130782_1754633188263614715_n.jpg') center/cover no-repeat;
  opacity:.98;
}

.qb-cta-form:before{
  content:"";
  position:absolute;
  left:-180px;
  top:-180px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(244,165,28,.16);
  filter:blur(10px);
  z-index:1;
}

.qb-cta-form:after{
  content:"";
  position:absolute;
  right:-180px;
  bottom:-180px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(244,165,28,.13);
  filter:blur(10px);
  z-index:1;
}

.qb-cta-form__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:75px;
  align-items:center;
}

.qb-cta-form__content span{
  display:inline-flex;
  margin-bottom:22px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(244,165,28,.14);
  color:#f4a51c;
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.qb-cta-form__content h2{
  margin:0;
  color:#fff;
  font-size:clamp(38px,5vw,72px);
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:900;
}

.qb-cta-form__content h2 strong{
  display:block;
  color:#f4a51c;
  font-weight:900;
}

.qb-cta-form__content p{
  max-width:760px;
  margin:24px 0 0;
  color:rgba(255,255,255,.8);
  font-size:17px;
  line-height:1.85;
}

.qb-cta-form__points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:34px;
  max-width:720px;
}

.qb-cta-form__points div{
  position:relative;
  padding:18px 18px 18px 48px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:700;
  backdrop-filter:blur(12px);
}

.qb-cta-form__points div:before{
  content:"✓";
  position:absolute;
  left:18px;
  top:18px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#f4a51c;
  color:#102f5f;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

.qb-cta-form__whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  margin-top:36px;
  padding:0 32px;
  border-radius:999px;
  background:#f4a51c;
  color:#102f5f;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  box-shadow:0 18px 45px rgba(244,165,28,.25);
  transition:.28s ease;
}

.qb-cta-form__whatsapp:hover{
  transform:translateY(-4px);
  background:#fff;
}

.qb-cta-form__box{
  position:relative;
  padding:42px;
  border-radius:34px;
  background:rgba(255,255,255,.96);
  box-shadow:0 34px 90px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.55);
  overflow:hidden;
}

.qb-cta-form__box:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:8px;
  background:linear-gradient(90deg,#f4a51c,#102f5f);
}

.qb-cta-form__box h3{
  margin:0;
  color:#102f5f;
  font-size:30px;
  line-height:1.2;
  font-weight:900;
}

.qb-cta-form__box p{
  margin:12px 0 26px;
  color:#666;
  font-size:15px;
  line-height:1.7;
}

.qb-cta-form__box form{
  display:grid;
  gap:14px;
}

.qb-cta-form__field input,
.qb-cta-form__field select,
.qb-cta-form__field textarea{
  width:100%;
  height:54px;
  border:1px solid rgba(16,47,95,.14);
  border-radius:16px;
  background:#f7f8fa;
  padding:0 18px;
  outline:none;
  color:#1d1d1d;
  font-size:14px;
  font-family:'Poppins',Arial,sans-serif;
  transition:.25s ease;
}

.qb-cta-form__field textarea{
  height:120px;
  padding-top:16px;
  resize:none;
}

.qb-cta-form__field input:focus,
.qb-cta-form__field select:focus,
.qb-cta-form__field textarea:focus{
  border-color:#f4a51c;
  background:#fff;
  box-shadow:0 0 0 4px rgba(244,165,28,.14);
}

.qb-cta-form__box button{
  width:100%;
  height:58px;
  border:0;
  border-radius:999px;
  background:#102f5f;
  color:#fff;
  cursor:pointer;
  font-size:15px;
  font-weight:900;
  font-family:'Poppins',Arial,sans-serif;
  box-shadow:0 18px 40px rgba(16,47,95,.22);
  transition:.28s ease;
}

.qb-cta-form__box button:hover{
  transform:translateY(-3px);
  background:#f4a51c;
  color:#102f5f;
}

@media(max-width:1024px){
  .qb-cta-form{
    padding:95px 0;
  }

  .qb-cta-form__container{
    grid-template-columns:1fr;
    padding:0 28px;
    gap:50px;
  }
}

@media(max-width:767px){
  .qb-cta-form{
    padding:75px 0;
  }

  .qb-cta-form__bg{
    background:
      linear-gradient(180deg,rgba(7,23,47,.96),rgba(7,23,47,.88)),
      url('PASTE-LINK-BACKGROUND-PROJECT') center/cover no-repeat;
  }

  .qb-cta-form__container{
    padding:0 20px;
  }

  .qb-cta-form__content h2{
    font-size:38px;
    letter-spacing:-1.2px;
  }

  .qb-cta-form__content p{
    font-size:15px;
    line-height:1.75;
  }

  .qb-cta-form__points{
    grid-template-columns:1fr;
  }

  .qb-cta-form__whatsapp{
    width:100%;
  }

  .qb-cta-form__box{
    padding:32px 24px;
    border-radius:26px;
  }

  .qb-cta-form__box h3{
    font-size:26px;
  }
}/* End custom CSS */