.elementor-11 .elementor-element.elementor-element-fadb097{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-20f9967{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c59d969{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-2d2d7e3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-7d96fd9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-7380b54{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-fd59883{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-7cb21f3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8a54f43{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-558ebda{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-34f3b59 */.suzzy-hero-cover{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background-image:url("https://cowaybysuzzy.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-13-2026-06_31_26-PM.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
}

.suzzy-hero-cover__overlay{
  position:absolute;
  inset:0;
  background:rgba(4,26,42,.58);
  z-index:1;
}

.suzzy-hero-cover__content{
  position:relative;
  z-index:2;
  width:min(760px,90%);
  margin:0 auto;
  text-align:center;
  color:#fff;
  padding:120px 0 80px;
}

.suzzy-hero-cover__content h1{
  margin:0;
  font-size:clamp(36px,4.6vw,66px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1px;
  text-transform:uppercase;
  color:#fff;
}

.suzzy-hero-cover__content p{
  max-width:640px;
  margin:22px auto 34px;
  font-size:clamp(16px,1.4vw,21px);
  line-height:1.5;
  font-weight:400;
  color:rgba(255,255,255,.92);
}

.suzzy-hero-cover__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 28px;
  border-radius:999px;
  background:#00a9e8;
  color:#fff;
  border:2px solid rgba(255,255,255,.75);
  font-size:14px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 12px 35px rgba(0,169,232,.28);
  transition:.25s ease;
}

.suzzy-hero-cover__btn:hover{
  background:#008dcc;
  color:#fff;
  transform:translateY(-2px);
}

@media(max-width:768px){
  .suzzy-hero-cover{
    min-height:92vh;
    background-position:center;
  }

  .suzzy-hero-cover__overlay{
    background:rgba(4,26,42,.68);
  }

  .suzzy-hero-cover__content{
    padding:110px 0 70px;
  }

  .suzzy-hero-cover__content h1{
    font-size:clamp(34px,9vw,46px);
  }

  .suzzy-hero-cover__content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21c7e94 */.suzzy-water-alt-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#c6ded8;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-water-alt-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-water-alt-sec__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.suzzy-water-alt-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 60px 70px 150px;
  color:#3f7b61;
}

.suzzy-water-alt-sec__content h2{
  margin:0 0 6px;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  color:#3f7b61;
}

.suzzy-water-alt-sec__content span{
  display:block;
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#4b5f59;
}

.suzzy-water-alt-sec__content p{
  max-width:560px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:#66756f;
}

.suzzy-water-alt-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#3f8b68;
  color:#fff;
  border:2px solid rgba(255,255,255,.75);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(30,84,62,.22);
}

.suzzy-water-alt-sec__btn:hover{
  background:#317957;
  color:#fff;
}

.suzzy-water-alt-sec__product{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:190px;
  pointer-events:none;
}

.suzzy-water-alt-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.18));
}

@media(max-width:900px){
  .suzzy-water-alt-sec{
    grid-template-columns:1fr;
  }

  .suzzy-water-alt-sec__media{
    min-height:360px;
  }

  .suzzy-water-alt-sec__content{
    min-height:auto;
    padding:140px 24px 55px;
  }

  .suzzy-water-alt-sec__product{
    top:360px;
    width:145px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76775d3 */.suzzy-air-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#cfe3ba;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-air-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 150px 70px 60px;
  color:#5a9762;
}

.suzzy-air-sec__content h2{
  margin:0 0 6px;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  color:#5b9b61;
}

.suzzy-air-sec__content span{
  display:block;
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#485c45;
}

.suzzy-air-sec__content p{
  max-width:560px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:#667260;
}

.suzzy-air-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#5c9460;
  color:#fff;
  border:2px solid rgba(255,255,255,.75);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(45,83,48,.22);
}

.suzzy-air-sec__btn:hover{
  background:#4e8352;
  color:#fff;
}

.suzzy-air-sec__product{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:190px;
  pointer-events:none;
}

.suzzy-air-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.18));
}

.suzzy-air-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-air-sec__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media(max-width:900px){
  .suzzy-air-sec{
    grid-template-columns:1fr;
  }

  .suzzy-air-sec__content{
    min-height:auto;
    padding:55px 24px 140px;
  }

  .suzzy-air-sec__product{
    top:43%;
    width:150px;
  }

  .suzzy-air-sec__media{
    min-height:360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc1b36a */.suzzy-berex-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#829db0;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-berex-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-berex-sec__media img{
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  object-fit:cover;
}

.suzzy-berex-sec__product{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:260px;
  pointer-events:none;
}

.suzzy-berex-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.22));
}

.suzzy-berex-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 60px 70px 150px;
}

.suzzy-berex-sec__content h2{
  margin:0 0 8px;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  color:#164d82;
}

.suzzy-berex-sec__content span{
  display:block;
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:3px;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.suzzy-berex-sec__content p{
  max-width:540px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:rgba(255,255,255,.95);
}

.suzzy-berex-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#315f8b;
  color:#fff;
  border:2px solid rgba(255,255,255,.75);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
}

.suzzy-berex-sec__btn:hover{
  background:#214d76;
  color:#fff;
}

@media(max-width:900px){
  .suzzy-berex-sec{
    grid-template-columns:1fr;
  }

  .suzzy-berex-sec__media,
  .suzzy-berex-sec__media img{
    min-height:360px;
  }

  .suzzy-berex-sec__product{
    top:360px;
    width:190px;
  }

  .suzzy-berex-sec__content{
    min-height:auto;
    padding:140px 24px 55px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3412e6e */.suzzy-bath-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#e4dfdb;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-bath-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 150px 70px 60px;
}

.suzzy-bath-sec__content h2{
  margin:0 0 8px;
  font-size:34px;
  font-weight:800;
  text-transform:uppercase;
  color:#aa7c5e;
}

.suzzy-bath-sec__content span{
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:4px;
  font-weight:700;
  text-transform:uppercase;
  color:#333;
}

.suzzy-bath-sec__content p{
  max-width:560px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:#5f5b57;
}

.suzzy-bath-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#ad7a59;
  color:#fff;
  border:2px solid rgba(255,255,255,.8);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
}

.suzzy-bath-sec__product{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:210px;
  pointer-events:none;
}

.suzzy-bath-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.14));
}

.suzzy-bath-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-bath-sec__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media(max-width:900px){
  .suzzy-bath-sec{
    grid-template-columns:1fr;
  }

  .suzzy-bath-sec__content{
    min-height:auto;
    padding:55px 24px 140px;
  }

  .suzzy-bath-sec__product{
    top:43%;
    width:160px;
  }

  .suzzy-bath-sec__media{
    min-height:360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de8a2bd */.suzzy-aircond-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#e7e7e7;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-aircond-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-aircond-sec__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.suzzy-aircond-sec__product{
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:390px;
  pointer-events:none;
}

.suzzy-aircond-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.18));
}

.suzzy-aircond-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 60px 70px 170px;
}

.suzzy-aircond-sec__content h2{
  margin:0 0 8px;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  color:#6c6c6c;
}

.suzzy-aircond-sec__content span{
  display:block;
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:4px;
  font-weight:700;
  text-transform:uppercase;
  color:#555;
}

.suzzy-aircond-sec__content p{
  max-width:560px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:#666;
}

.suzzy-aircond-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#666;
  color:#fff;
  border:2px solid rgba(255,255,255,.85);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
}

.suzzy-aircond-sec__btn:hover{
  background:#4f4f4f;
  color:#fff;
}

@media(max-width:900px){
  .suzzy-aircond-sec{
    grid-template-columns:1fr;
  }

  .suzzy-aircond-sec__media{
    min-height:360px;
  }

  .suzzy-aircond-sec__product{
    top:360px;
    width:280px;
  }

  .suzzy-aircond-sec__content{
    min-height:auto;
    padding:150px 24px 55px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4419400 */.suzzy-outdoor-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#b9d2ec;
  font-family:'Poppins',Arial,sans-serif;
  overflow:hidden;
}

.suzzy-outdoor-sec__content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:70px 150px 70px 60px;
}

.suzzy-outdoor-sec__content h2{
  margin:0 0 8px;
  font-size:34px;
  font-weight:800;
  text-transform:uppercase;
  color:#1d4779;
}

.suzzy-outdoor-sec__content span{
  margin-bottom:22px;
  font-size:15px;
  letter-spacing:4px;
  font-weight:700;
  text-transform:uppercase;
  color:#333;
}

.suzzy-outdoor-sec__content p{
  max-width:560px;
  margin:0 0 32px;
  font-size:16px;
  line-height:1.65;
  color:#5e6670;
}

.suzzy-outdoor-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 32px;
  border-radius:999px;
  background:#173f75;
  color:#fff;
  border:2px solid rgba(255,255,255,.85);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
}

.suzzy-outdoor-sec__product{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:190px;
  pointer-events:none;
}

.suzzy-outdoor-sec__product img{
  width:100%;
  display:block;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.18));
}

.suzzy-outdoor-sec__media{
  min-height:520px;
  width:100%;
}

.suzzy-outdoor-sec__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media(max-width:900px){
  .suzzy-outdoor-sec{
    grid-template-columns:1fr;
  }

  .suzzy-outdoor-sec__content{
    min-height:auto;
    padding:55px 24px 140px;
  }

  .suzzy-outdoor-sec__product{
    top:43%;
    width:145px;
  }

  .suzzy-outdoor-sec__media{
    min-height:360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b09cbdb */.suzzy-products-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:35px 0 60px;
  background:linear-gradient(to bottom,#79b2d4 0%,#79b2d4 48%,#c5deed 48%,#c5deed 100%);
  font-family:'Poppins',Arial,sans-serif;
  text-align:center;
  overflow:hidden;
}

.suzzy-products-sec__head h2{
  margin:0 0 8px;
  font-size:42px;
  font-weight:800;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:2px;
}

.suzzy-products-sec__head p{
  max-width:920px;
  margin:0 auto 45px;
  font-size:17px;
  line-height:1.6;
  color:#fff;
}

.suzzy-products-sec__grid{
  width:min(1640px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}

.suzzy-product-card{
  position:relative;
  min-height:520px;
  background:linear-gradient(to bottom,#f7fbff 0%,#dceef8 100%);
  border-radius:10px;
  padding:26px 18px 22px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  overflow:hidden;
}

.stars{
  color:#ff9b2f;
  font-size:20px;
  letter-spacing:2px;
}

.suzzy-product-card h3{
  margin:8px 0 2px;
  font-size:16px;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#444;
}

.suzzy-product-card > span{
  display:block;
  font-size:12px;
  letter-spacing:2px;
  color:#444;
  margin-bottom:18px;
}

.suzzy-product-card img{
  width:100%;
  height:230px;
  object-fit:contain;
  display:block;
  margin:0 auto 12px;
}

.suzzy-product-card small{
  display:inline-flex;
  padding:7px 16px;
  border-radius:999px;
  background:#fff;
  font-size:8px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#777;
}

.suzzy-product-card .bar{
  margin:18px -18px 14px;
  padding:8px 10px;
  background:#009ed5;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.suzzy-product-card p{
  margin:0;
  font-size:13px;
  color:#555;
}

.suzzy-product-card strong{
  display:block;
  margin:4px 0 18px;
  font-size:18px;
  color:#ff0033;
}

.suzzy-product-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 28px;
  border-radius:999px;
  background:#00ad42;
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  text-decoration:none;
}

.badge{
  position:absolute;
  left:18px;
  top:125px;
  padding:7px 10px;
  border-radius:999px;
  font-size:10px;
  text-transform:uppercase;
  color:#fff;
  z-index:2;
}

.badge.sale{background:#ed001b;}
.badge.new{background:#009b2c;}
.badge.gift{background:#ffba25;color:#111;}
.badge.sale2{top:158px;}

.suzzy-products-sec__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:42px;
  min-height:48px;
  padding:0 36px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.8);
  color:#fff;
  background:rgba(60,130,170,.35);
  text-decoration:none;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:1px;
}

@media(max-width:1200px){
  .suzzy-products-sec__grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:700px){
  .suzzy-products-sec__head h2{
    font-size:30px;
  }

  .suzzy-products-sec__head p{
    width:90%;
    font-size:15px;
  }

  .suzzy-products-sec__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26d5187 */.suzzy-why-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:90px 0;
  background:#f4fbff;
  font-family:'Poppins',Arial,sans-serif;
}

.suzzy-why-sec__head{
  width:min(900px,90%);
  margin:0 auto 45px;
  text-align:center;
}

.suzzy-why-sec__head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
  color:#116fa8;
}

.suzzy-why-sec__head p{
  margin:0 auto;
  max-width:720px;
  font-size:17px;
  line-height:1.7;
  color:#5b6f7a;
}

.suzzy-why-sec__grid{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.suzzy-why-card{
  background:#fff;
  border-radius:18px;
  padding:34px 28px;
  box-shadow:0 14px 35px rgba(17,111,168,.12);
  border:1px solid rgba(17,111,168,.12);
}

.suzzy-why-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#dff2ff;
  color:#116fa8;
  font-weight:800;
  margin-bottom:20px;
}

.suzzy-why-card h3{
  margin:0 0 10px;
  font-size:21px;
  color:#12364d;
}

.suzzy-why-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#657985;
}

@media(max-width:900px){
  .suzzy-why-sec__grid{
    grid-template-columns:1fr;
  }

  .suzzy-why-sec__head h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-061be4a */.suzzy-promo-sec{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:520px;
  background-image:url("https://cowaybysuzzy.com/wp-content/uploads/2026/06/coway-dazzie-with-smart-temperature-and-volume-controls.jpg");
  background-size:cover;
  background-position:center;
  font-family:'Poppins',Arial,sans-serif;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.suzzy-promo-sec__overlay{
  position:absolute;
  inset:0;
  background:rgba(2,41,66,.62);
}

.suzzy-promo-sec__content{
  position:relative;
  z-index:2;
  width:min(760px,90%);
  text-align:center;
  color:#fff;
  padding:80px 0;
}

.suzzy-promo-sec__content span{
  display:block;
  margin-bottom:16px;
  font-size:14px;
  font-weight:800;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#7bd8ff;
}

.suzzy-promo-sec__content h2{
  margin:0 0 22px;
  font-size:clamp(36px,5vw,58px);
  line-height:1.08;
  font-weight:800;
  text-transform:uppercase;
}

.suzzy-promo-sec__content p{
  max-width:650px;
  margin:0 auto 34px;
  font-size:17px;
  line-height:1.7;
  color:rgba(255,255,255,.92);
}

.suzzy-promo-sec__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 34px;
  border-radius:999px;
  background:#00a9e8;
  color:#fff;
  border:2px solid rgba(255,255,255,.8);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
}

.suzzy-promo-sec__btn:hover{
  background:#008dcc;
  color:#fff;
}/* End custom CSS */