/*!
Theme Name: NIX
Theme URI: https://thinkclever.agency/
Author: Think Clever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NIX is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
.mfp-bg {
  z-index: 99999 !important;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 185%;
  color: #000;
  letter-spacing: 0;
}
section {
  overflow: hidden;
  position: relative;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 20px;
  font-family: 'Epilogue', sans-serif;
  text-transform: uppercase;
  line-height: 117.241%;
  font-weight: 500;
}
h1 {
  font-size: 100px;
  line-height: 105%;
}
h2 {
  font-size: 58px;
}
h3 {
  font-size: 37px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding-left: 30px;
  border-left: 3px solid rgba(229, 243, 70, 1);
  margin-bottom: 20px;
}
address {
  margin: 0 0 20px;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 20px;
  padding-left: 30px;
  font-weight: 500;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
}

tr {
  border-bottom: 1px solid #000;
}
td {
  padding: 10px 0;
}
a {
  color: #000;
  outline: none;
  font-weight: 400;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
/* .post,
.page {
  margin: 0 0 1.5em;
} */
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 30px 20px 0;
  transition: all 0.3s ease-in;
}
header.site-header.fixed {
  padding-top: 0;
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header .wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1732px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
header.site-header .wrapper .left {
  display: flex;
  align-items: center;
  gap: 50px;
}
header.site-header .site-branding {
  width: 220px;
}
header.site-header .site-branding a {
  display: flex;
}
header.site-header .wrapper .left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 35px;
}
header.site-header .wrapper .left ul a {
  font-weight: 500;
  color: rgba(28, 24, 23, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Epilogue', sans-serif;
  line-height: 130%;
  padding: 5px 0 0;
  display: inline-block;
}
header.site-header .wrapper .left ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}
header.site-header .wrapper .left ul li.menu-item-has-children > a::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/07/Polygon-1.svg);
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 9px;
}
header.site-header .wrapper .left ul li {
  display: flex;
}
header.site-header .wrapper .left ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: 0;
  top: 22px;
  width: 300px;
  background-color: #fff;
  padding: 20px 20px;
  display: inline-block;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
header.site-header .wrapper .left ul li.menu-item-has-children {
  position: relative;
}
header.site-header
  .wrapper
  .left
  ul
  li.menu-item-has-children:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.site-header .wrapper .left ul li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 10px;
}
header.site-header
  .wrapper
  .left
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:last-child {
  margin: 0;
}
.btn {
  display: inline-flex;
  height: 59px;
  background-color: #000;
  align-items: center;
  padding: 0 33px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.btn:hover {
  transform: scale(1.03);
}
.btn.yellow {
  background-color: rgba(229, 243, 70, 1);
  color: rgba(28, 24, 23, 1);
}
header.site-header .wrapper .right {
  display: flex;
  gap: 20px;
}
footer.site-footer {
  background-color: rgba(28, 24, 23, 1);
}
.bottom-area .container {
    display: flex;
    justify-content: space-between !important;
}
footer.site-footer .footer-top {
  display: flex;
}
footer.site-footer .footer-top .info {
  width: 33%;
  padding: 80px 0;
}
footer.site-footer .footer-top .quick-links {
  width: 33%;
  padding: 80px 0 80px 80px;
}
footer.site-footer .footer-top .store-info {
  width: 30%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 80px 80px;
}
footer.site-footer .bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
}
footer.site-footer .footer-top .info .social-links {
  display: flex;
  gap: 10px;
}
footer.site-footer .footer-top .info .social-links a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  color: #fff;
}
footer.site-footer .footer-top .info .social-links a:hover {
  background-color: rgba(229, 243, 70, 1);
  color: #000;
}
footer.site-footer .footer-top h4 {
  font-size: 30px;
  color: #fff;
}
footer.site-footer .footer-top .quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
footer.site-footer .footer-top .quick-links ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
footer.site-footer .footer-top .store-info .address {
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}
footer.site-footer .footer-top .store-info div:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-top .store-info .address a {
  color: #fff;
}
footer.site-footer .footer-top .store-info .address .icon {
  width: 40px;
  flex: none;
  margin-top: 5px;
}
footer.site-footer .footer-top .store-info .address div {
  flex: 1;
}
footer.site-footer .bottom-area .container {
  display: flex;
  justify-content: flex-end;
}
footer.site-footer .bottom-area .w {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

section.home-hero {
  background-image: url(/wp-content/uploads/2025/07/hero-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 960px;
  display: flex;
  align-items: center;
}
.logos-box {
  background-color: #fff;
  position: absolute;
  right: 50px;
  bottom: 70px;
  border-radius: 21px;
  padding: 15px 30px;
  display: flex;
  gap: 20px;
}

.logos-box .item {
  display: flex;
  align-items: center;
  height: 68px;
}

.awards .item {
    max-width:100px;

}


.logos-box .item img {
  height: 100%;
}


section.home-hero .wrapper {
  width: 100%;
  padding: 0 20px;
}
section.home-hero .wrapper .left {
  padding-left: calc(50% - 740px);
  width: 50%;
  position: relative;
  z-index: 3;
}
.review-overlay {
  position: absolute;
  left: 45%;
  top: 200px;
  display: grid;
  gap: 15px;
}
section.home-hero .wrapper .right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  width: 59%;
  height: 100%;
}
section.home-hero .wrapper .right img {
  width: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.review-overlay .review-item {
  background-color: #fff;
  padding: 11px 18px 15px;
  border-radius: 15px;
  width: 100%;
  max-width: 398px;
}
.review-overlay .review-item .r-comments {
  color: #424740;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
}
.bottom {
    display: flex;
    margin-top: .5rem;
    gap:4px;
}
.headline span {
  position: relative;
  display: inline-block;
}
.headline span::before {
  position: absolute;
  content: '';
  background-color: rgba(229, 243, 70, 1);
  width: 100%;
  height: 19px;
  bottom: 18px;
  z-index: -1;
}
h1.headline span::before {
  bottom: 24px;
}
section.home-hero .tagline {
  font-size: 15px;
  font-weight: 600;
  background-color: rgba(131, 131, 131, 1);
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 3px 17px;
  color: #fff;
  margin-bottom: 24px;
}
section.home-hero .sub-headline {
  font-weight: 600;
  text-transform: capitalize;
}
section.home-hero .contents {
  margin-bottom: 24px;
  width: 100%;
  max-width: 664px;
  font-size: 20px;
  line-height: 165%;
}
.buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.review-overlay .review-item:last-child {
  margin-left: 97px;
}
section.our-services-slide {
  padding: 80px 0;
  background-color: rgba(245, 246, 228, 0.37);
}
.tagline {
  background-color: rgba(245, 246, 228, 1);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 4px 22px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}
section.our-services-slide .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.our-services-slide .top .left {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
section.our-services-slide .top .headline {
  margin: 30px 0 0;
}
section.our-services-slide .top .contents-wrap {
  width: 100%;
  max-width: 440px;
  font-size: 20px;
  line-height: 165%;
  margin-bottom: 7px;
}
section.our-services-slide .our-services-slides {
  margin-top: 50px;
}
section.our-services-slide .our-services-slides .item {
  position: relative;
}
section.our-services-slide .our-services-slides .item .image {
  width: 100%;
  display: flex;
  height: 419px;
  overflow: hidden;
  margin-bottom: 25px;
}
section.our-services-slide .our-services-slides .item .image img {
  width: 100%;
  object-fit: cover;
}
section.our-services-slide .our-services-slides .title {
  margin: 0;
}
section.why-us {
  padding: 90px 0;
}
section.why-us .top {
  text-align: center;
  width: 100%;
  max-width: 870px;
  margin: auto;
  margin-bottom: 50px;
}
section.why-us .top .headline {
  margin-top: 25px;
}
section.why-us .top .buttons {
  justify-content: center;
  margin-top: 25px;
}
section.why-us .bottom {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
section.why-us .bottom .middle {
  width: 514px;
  height: 294px;
  display: flex;
}
section.why-us .bottom .mission {
  flex: 1;
  padding: 44px 22px 46px 23px;
  background-color: rgba(28, 24, 23, 1);
  color: #fff;
  margin-top: -70px;
  position: relative;
}
section.why-us .bottom .vision {
  flex: 1;
  padding: 50px 33.5px 53px 34.25px;
  background-color: #f5f6e4;
  position: relative;
  margin-top: -119px;
}
section.why-us .bottom .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
}
section.why-us .bottom .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 182.143%;
}
section.why-us .bottom .vision .thumb {
  width: 190px;
  height: 165px;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: -150px;
  z-index: -1;
  right: -20px;
}
section.why-us .bottom .vision .thumb img {
  width: 100%;
  object-fit: cover;
}
section.why-us .bottom .mission::before {
  position: absolute;
  width: 100px;
  height: 100px;
  content: '';
  background-color: #f5f6e4;
  left: -20px;
  top: -30px;
  z-index: -1;
}
section.about-hero {
  background-image: url(/wp-content/uploads/2025/07/hero-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 160px;
  z-index: 2;
}
section.about-hero .contents-wrapper {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: auto;
}
section.about-hero .sub-headline {
  text-transform: capitalize;
  margin-bottom: 14px;
  color: #1c1817;
}
section.about-hero .contents-wrapper .buttons {
  justify-content: center;
}
section.about-hero .contents-wrapper .contents {
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  width: 100%;
  max-width: 664px;
  margin: 0 auto 30px;
}
.review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  color: #1c1817;
  margin-bottom: 30px;
  font-family: 'Epilogue', sans-serif;
}
.review span {
  padding-top: 6px;
}
section.about-hero .container {
  position: relative;
}
section.about-hero .right-image {
  position: absolute;
  right: -5%;
  top: -20%;
  display: flex;
  width: 23%;
}
section.about-hero .left-image {
  position: absolute;
  bottom: -20%;
  left: -5%;
  display: flex;
  width: 22%;
}
section.about-hero .left-image img {
  width: 100%;
  object-fit: contain;
}
section.about-hero .right-image img {
  width: 100%;
  object-fit: contain;
}
section.awards .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
section.awards .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 1);
}
section.awards .owl-dots .owl-dot.active {
  background-color: #000;
}
section.awards .owl-nav {
  position: absolute;
  width: calc(100% + 200px);
  top: calc(50% - 28px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  left: -100px;
}
section.awards .owl-nav button {
  pointer-events: auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.awards {
  padding-bottom: 70px;
}
section.our-process {
  padding: 70px 0;
  z-index: 2;
}
section.our-process .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.our-process .left {
  width: 37%;
  padding-right: 80px;
}
section.our-process .process {
  width: 63%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
section.our-process .process .icon {
  display: flex;
  margin-bottom: 18px;
}
section.our-process .process .count {
  display: inline-block;
  height: 25px;
  padding: 0 15px;
  color: #1c1817;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #e5f346;
  background: #e5f346;
  margin-bottom: 18px;
}
section.our-process .process .title {
  color: #1c1817;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 14px;
}
section.our-process .process .descriptions {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}
section.our-process .left .headline {
  margin: 0;
}
section.our-process .left .contents-wrap {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  opacity: 0.67;
}
section.testimonials {
  padding: 90px 0;
  background: rgba(245, 246, 228, 0.37);
}
.testimonials-wrap {
  padding-left: calc(50% - 735px);
}
.testimonials-wrap .testimonials {
  padding-left: 20px;
}
section.testimonials .container.top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.testimonials .top .headline {
  margin: 0 0 -14px;
  width: 100%;
  max-width: 540px;
}
.cus-owl-nav {
  display: flex;
  align-items: center;
  gap: 17px;
}
.cus-owl-nav button {
  display: flex;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 0;
  border: none;
}
.cus-owl-nav button:hover {
  background-color: rgba(229, 243, 70, 1);
}
.testimonials-wrap .testimonials .owl-item {
}
.testimonials-wrap .testimonials .owl-item .item {
  width: 500px;
  background-color: #f5f6e4;
  padding: 50px;
}
.testimonials-wrap .testimonials .owl-item .item .testimonials {
  font-size: 14px;
}
.testimonials-wrap .testimonials .owl-item .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonials-wrap .testimonials .owl-item .item .top .pro {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-wrap .testimonials .owl-item .item .top .head-shot {
  width: 82px;
  height: 82px;
  background: rgba(0, 0, 0, 0.2);
}
.testimonials-wrap .testimonials .owl-item .item .top .pro .name {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 600;
  color: #1c1817;
  text-transform: capitalize;
}
.testimonials-wrap .testimonials .owl-item .item .top .pro .designation {
  color: #687693;
  font-size: 15px;
}
.testimonials-wrap .testimonials .owl-item .item .testimonials {
  padding: 0;
  color: #424740;
  font-size: 16px;
  font-weight: 400;
  line-height: 189.474%;
  text-decoration: underline;
}
section.latest-blog {
  padding: 70px 0;
}
section.latest-blog .container {
  display: flex;
  flex-wrap: wrap;
}
section.latest-blog .left {
  width: 30%;
}
section.latest-blog .right {
  width: 70%;
}
.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
section.latest-blog .left .headline {
  margin: 25px 0 10px;
}
.relative {
  position: relative;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-item .image {
  display: flex;
  width: 100%;
  height: 330px;
}
.blog-item .image img {
  width: 100%;
  object-fit: cover;
}
.blog-item .date {
  background-color: #e5f346;
  display: inline-flex;
  height: 38px;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  position: relative;
  top: -38px;
}
.blog-item .title {
  margin-top: -15px;
}
.blog-item .read-more {
  height: 41px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  border: 1px solid #1c1817;
  text-decoration: none;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #1c1817;
  transition: all 0.3s ease-in;
}
.blog-item:hover .read-more {
  background-color: #e5f346;
  border-color: #e5f346;
}
section.text-w-image-block {
  padding: 100px 0;
  background: rgba(245, 246, 228, 0.37);
}
section.text-w-image-block .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
section.text-w-image-block .tagline {
  margin-bottom: 30px;
}
section.text-w-image-block .contents {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
}
section.our-mission {
  padding: 80px 0;
  text-align: center;
}
.vision_\&_mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  width: 100%;
  max-width: 1148px;
  margin: auto;
}
.vision_\&_mission .item {
  background: rgba(246, 247, 232, 0.55);
  padding: 20px 48px 32px;
}
.vision_\&_mission .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.vision_\&_mission .item .title {
  margin-bottom: 10px;
}
.vision_\&_mission .item .contents {
  color: #687693;
  font-size: 15px;
  line-height: 170%;
}
section.our-mission .headline {
  margin-bottom: 30px;
}
section.our-process .process .descriptions p {
  margin-bottom: 5px;
}
.page-id-163 section.our-process .process .descriptions p {
  color: #333;
}
section.our-teams {
  padding: 80px 0;
  text-align: center;
}
section.our-teams .top {
  margin-bottom: 35px;
}
section.our-teams .top .tagline {
  margin-bottom: 25px;
}
section.our-teams .teams {
  display: flex;
  gap: 50px 70px;
  flex-wrap: wrap;
  justify-content: center;
}
section.our-teams .teams .item {
  width: calc(33.33% - 47px);
}
section.our-teams .teams .photo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.our-teams .teams .name {
  color: #1c1817;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 150%;
  margin: 0;
}
section.our-teams .teams .designation {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
}
section.our-teams .teams .bios {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}
section.services-inner-hero {
  background-image: url(/wp-content/uploads/2025/07/hero-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
section.services-inner-hero .wrapper {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
section.services-inner-hero .left {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: calc(50% - 730px);
  width: 50%;
}
section.services-inner-hero .right-image {
  display: flex;
  width: 50%;
  height: -webkit-fill-available;
}
section.services-inner-hero .right-image img {
  width: 100%;
  object-fit: cover;
  object-position: top left;
}
section.services-inner-hero .left .sub-headline {
  margin-bottom: 10px;
  text-transform: capitalize;
}
section.services-inner-hero .left .contents {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  width: 100%;
  max-width: 614px;
  margin-bottom: 30px;
}
section.services-inner-hero .left .review {
  justify-content: flex-start;
}
section.services-inner-hero .left .headline {
  margin-bottom: 5px;
}
.services-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.why-nix-cabinets {
  padding: 80px 0;
  text-align: center;
}
section.why-nix-cabinets .headline {
  margin-bottom: 50px;
}
.cabinets-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.cabinets-grid .item {
  width: calc(33.33% - 20px);
}
.our-services-slides.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
section.contact-information {
  padding: 80px 0;
  background-color: rgba(245, 246, 228, 0.37);
}
section.contact-information .container {
  display: flex;
  flex-wrap: wrap;
}
section.contact-information .left {
  width: 515px;
  background-color: rgba(29, 25, 24, 1);
  color: #fff;
  padding: 47px 45px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: 'Epilogue', sans-serif;
}
section.contact-information .left a {
  color: #fff;
}
section.contact-information .left .flex {
  gap: 15px;
  align-items: center;
}
section.contact-information .left .phone {
  margin-bottom: 24px;
}
section.contact-information .left .email {
  margin-bottom: 50px;
}
section.contact-information .forms-wrap {
  padding-left: 48px;
  flex: 1;
}
body div.wpforms-container .wpforms-field input:not([type='radio']),
body div.wpforms-container .wpforms-field select {
  height: 65px;
  border: 1px solid #1c1817 !important;
  background: #fff;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 16px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}
body div.wpforms-container .wpforms-field label {
  color: #1c1817;
  font-size: 12.5px !important;
  font-weight: 500;
  font-family: 'Epilogue', sans-serif;
  text-transform: uppercase;
}
body div.wpforms-container .wpforms-field textarea {
  border: 1px solid #1c1817;
  background: #fff;
  box-shadow: none !important;
  outline: none !important;
  padding: 16px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  height: 298px;
}
body .wpforms-container .wpforms-submit-container button.wpforms-submit {
  width: 100%;
  height: 96px;
  background-color: rgba(28, 24, 23, 1) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 0;
}
body div.wpforms-container .wpforms-field-container {
  display: block;
  /*grid-template-columns: 1fr 1fr;*/
  gap: 5px 35px;
}

body div.wpforms-container .wpforms-field.wpforms-field-radio ul {
  margin-top: 0;
}

label.wpforms-field-label-inline {
  font-size: 14px !important;
}

.estimate-total-bar {
  padding: 1rem !important;
  background: #1c1817 !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  display: inline-block !important;
  color: white !important;
}

body div.wpforms-container .wpforms-field.wpforms-field-radio ul {
  margin-top: 0 !important;
}

.wpforms-container
  .wpforms-page-indicator.progress
  .wpforms-page-indicator-page-progress-wrap {
  display: block;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}

span.wpforms-page-indicator-steps {
  font-size: 14px;
  display: none;
}

.wpforms-container
  .wpforms-page-indicator.progress
  .wpforms-page-indicator-page-progress-wrap {
  display: block;
  width: 65% !important;
  background-color: #fff !important;
  background: #fff !important;
  height: 14px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative !important;
  margin: 5px 0 10px !important;
}

.estimate-total-bar {
  padding: 0.85em !important;
}

.wpforms-field-html {
  position: absolute !important;
  top: 0em !important;
  right: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

button.wpforms-page-button.wpforms-page-next, button.wpforms-page-button.wpforms-page-prev {
  border: 1.25px solid black !important;
  background: transparent !important;
  color: black !important;
  border-radius: 0px !important;
  margin-top: 0.5rem !important;
}

.estimate-total-bar {
  font-size: 16px !important;
}

.wpforms-field {
  border-bottom: 0.5px solid #0000005c !important;
}

.wpforms-field:last-of-type {
  border: 0 !important;
}

.wpforms-page-indicator-page-progress {
  background-color: black !important;
}

body div.wpforms-container .wpforms-field-container .wpforms-field-textarea {
  grid-column: 1 / -1;
}
section.contact-information .forms-wrap div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.flex {
  display: flex;
}
section.map-sections {
  display: flex;
}
section.default-text-block {
  padding: 60px 0;
}
section.why-us .bottom .left,
section.why-us .bottom .right {
  flex: 1;
  display: flex;
  height: 276px;
  margin-top: -120px;
}
section.why-us .bottom .middle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.why-us .bottom .left img,
section.why-us .bottom .right img {
  width: 100%;
  object-fit: cover;
}
section.why-us.version-2 {
  background-color: rgba(245, 246, 228, 0.37);
  margin-bottom: 60px;
}
section.about-hero .top-right-logo {
  position: absolute;
  right: -100px;
  top: -110px;
  display: flex;
}
section.by-manufacture {
  padding-top: 80px;
  text-align: center;
}
section.by-manufacture .manufactures-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  gap: 100px;
}

.manufactures-grid .item {
  width: 25%;
}

.manufactures-grid .logo {
  width: 100%;
  height: 200px;
  display: flex;
}

.manufactures-grid .logo img {
  object-fit: contain;
}

section.by-manufacture .headline {
  margin-bottom: 35px;
}
section.by-manufacture .manufactures-grid a {
  margin-top: 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.blogs-filter.blogs-filter {
  background: rgba(245, 246, 228, 0.5);
  padding: 35px 0;
  margin-bottom: 55px;
}
.blogs-filter .all-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.blogs-filter .all-buttons-wrap .cat {
  height: 47px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 35px;
  border: 1px solid #000;
  font-size: 15px;
  font-weight: 600;
  color: #1c1817;
  cursor: pointer;
}
.blogs-filter .all-buttons-wrap .cat.secondary {
  background-color: #1c1817;
  color: #fff;
}
.filter-blogs-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 120px;
}
.blog-item .image.logo img {
  object-fit: contain;
}
.blog-item .image.logo {
  padding: 20px 50px;
}
.date-auth {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.date-auth div {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  color: #25272d;
  font-size: 13.5px;
  font-weight: 500;
}
.blog-item .excerpt {
  margin-bottom: 20px;
}
.date-auth .date-test {
  text-transform: uppercase;
  gap: 10px;
}
.filter-blogs-content .blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 6px;
}
.blog-pagination .page-numbers {
  display: flex;
  width: 58px;
  height: 58px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.blog-pagination .page-numbers.current {
  background-color: rgba(0, 0, 0, 1);
}
section.single-hero {
  background-image: url(/wp-content/uploads/2025/07/hero-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 100px;
  z-index: 2;
}
section.single-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
section.single-hero .container.no-thumbnail {
  grid-template-columns: 1fr;
}
section.single-hero .title {
  font-size: 64px;
  margin-bottom: 10px;
}
.blog-cat span {
  background-color: #e5f346;
  display: inline-flex;
  height: 38px;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  position: relative;
}
.blog-cat {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
section.single-hero .blog-cat {
  margin-bottom: 30px;
}
section.single-hero .excerpt {
  width: 100%;
  max-width: 664px;
  font-size: 20px;
  line-height: 165%;
}
section.single-hero .date-auth div {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
section.single-hero .thumbnail {
  display: flex;
  position: relative;
}
section.single-hero .thumbnail::before {
  width: 117.261px;
  height: 117.261px;
  background-color: rgba(229, 243, 70, 1);
  position: absolute;
  content: '';
  right: -70px;
  top: -60px;
}
section.single-hero .thumbnail::after {
  width: 72px;
  height: 72px;
  background-color: #000;
  position: absolute;
  content: '';
  right: 35px;
  top: -72px;
}
section.single-contents {
  padding: 70px 0;
}
section.single-contents .right {
  width: 476px;
  background-color: #f5f6e4;
  position: relative;
  padding: 32px 56px 48px 40px;
}
section.single-contents .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  align-items: flex-start;
}
section.single-contents .left {
  flex: 1;
  padding-left: calc(50% - 740px);
  padding-right: 30px;
}
section.single-contents .left .inner {
  width: 100%;
  max-width: 883px;
}
section.single-contents .right .share-box h3 {
  font-size: 27px;
  font-weight: 600;
  color: #111;
  line-height: 115%; /* 31.05px */
  letter-spacing: -0.54px;
  text-transform: capitalize;
}
section.single-contents .right .social-share {
  display: flex;
  gap: 15px;
}
section.single-contents .right .social-share a {
  display: flex;
}
section.single-contents .right .social-share .share-box {
  margin-bottom: 28px;
}
section.single-contents .right .share-box {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
section.cta-section {
  background: #1e1a19;
  color: #fff;
  padding: 50px 0;
}
section.cta-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
section.cta-section .headline {
  margin: 0;
  font-size: 44px;
}
section.cta-section .descriptions {
  font-size: 28px;
  font-weight: 500;
  /* font-family: 'Epilogue', sans-serif; */
  text-transform: capitalize;
  line-height: 154%;
}
section.cta-section .left {
  flex: 1;
}
section.cta-section .right {
  display: flex;
  gap: 15px;
  width: 440px;
  justify-content: flex-end;
}
.btn.white {
  background-color: #fff;
  color: #111;
}
.recent-blogs h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.recent-blogs .blog-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
}
.recent-blogs .blog-item .thumbnail {
  width: 141px;
  height: 94px;
  display: flex;
}
.recent-blogs .blog-item .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.recent-blogs .blog-item .contents-wrap {
  flex: 1;
}
.recent-blogs .blog-item .title {
  font-size: 16px;
  margin: 0;
}
.recent-blogs-wrap {
  display: grid;
  gap: 25px;
}
.recent-blogs .blog-item span {
  font-size: 14px;
  text-decoration: underline;
}
section.product-hero-section {
  background-image: url(/wp-content/uploads/2025/07/hero-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 160px;
  z-index: 2;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.woocommerce div.product div.summary .product_meta {
  display: none;
}
section.product-hero-section .product {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
section.product-hero-section .product .summary.entry-summary {
  width: 50%;
  float: none;
  margin: 0;
  padding-right: 50px;
}
body section.product-hero-section .product .woocommerce-product-gallery {
  width: calc(50% - 140px);
  float: none;
  margin: 0;
  height: 563px;
}
section.product-hero-section .categories {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
section.product-hero-section .categories span {
  background-color: #e5f346;
  display: inline-flex;
  height: 38px;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
section.product-hero-section .brands {
  color: rgba(37, 39, 45, 1);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.product-hero-section .product_title {
  color: rgba(28, 24, 23, 1);
  font-size: 86px;
  font-weight: 500;
  line-height: 97%;
  margin-bottom: 10px;
}
section.product-hero-section .price {
  display: none;
}
section.product-hero-section .inquire-popup {
  margin-top: 40px;
}
section.product-hero-section .woocommerce-product-details__short-description {
  font-size: 20px;
  line-height: 165%;
}
body
  section.product-hero-section
  .product
  .woocommerce-product-gallery
  .flex-control-nav {
  display: grid;
  position: absolute;
  right: -140px;
  top: 0;
  height: 100%;
  width: 120px;
  gap: 28px;
}
body
  section.product-hero-section
  .product
  .woocommerce-product-gallery
  .flex-control-nav
  li {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
body
  section.product-hero-section
  .product
  .woocommerce-product-gallery
  .flex-control-nav
  li
  img {
  object-fit: cover;
  opacity: 1;
}
section.product-hero-section .logos-box {
  bottom: 40px;
}
body .pswp {
  z-index: 99999;
}
section.product-descriptions-area {
  padding: 70px 0;
}
section.product-descriptions-area ul.tabs-nav {
  margin: 0 0 30px;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
}
section.product-descriptions-area ul.tabs-nav li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  height: 47px;
  display: inline-flex;
  align-items: center;
  padding: 0 35px;
  border-radius: 8px;
  border: 2px solid #000;
  cursor: pointer;
}
section.product-descriptions-area ul.tabs-nav li.tab-active a {
  background-color: #000;
  color: #fff;
}
section.related-products {
  padding: 70px 0;
}
section.related-products .headline {
  text-align: center;
  font-size: 40px;
}
.inquire-popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  transform: translateY(100%);
}
.inquire-popup-form .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.inquire-popup-form .form-wrapper {
  max-width: 1335px;
  background-color: #fff;
  padding: 50px 50px 70px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
.inquire-popup-form .form-wrapper .form-header {
  text-align: center;
  position: relative;
}
.inquire-popup-form .form-wrapper .form-header h3 {
  font-size: 40px;
  color: rgba(28, 24, 23, 1);
}
.inquire-popup-form .form-wrapper .form-header .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.inquire-popup-form .form-wrapper .form-content {
  width: 100%;
  max-width: 946px;
  margin: auto;
}
.inquire-popup-form::-webkit-scrollbar {
  display: none;
}
.inquire-popup-form.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
section.product-hero-section section.related.products {
  display: none;
}
.woocommerce-variation-add-to-cart {
  display: none;
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px 70px;
}
.product-item {
  position: relative;
}
.product-item .thumbnail a {
  display: flex;
}
.product-item .product-cat {
  background: #e5f346;
  display: inline-flex;
  padding: 10.326px 22.169px 9.674px 19.831px;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 6px 0 15px;
}
.product-item .product-brand {
  color: #25272d;
  font-size: 13.5px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.product-item .short-description {
  color: #000;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 22.5px; /* 166.667% */
  margin-bottom: 15px;
}
.product-item .title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(28, 24, 23, 1);
  line-height: 172%;
  margin-bottom: 0px;
}
.product-item .title a {
  text-decoration: none;
}
.product-item .btn {
  height: 40px;
  font-weight: 500;
  padding: 0 21px;
  background-color: transparent;
  border: 1px solid rgba(28, 24, 23, 1);
  color: rgba(28, 24, 23, 1);
}
.product-filters {
  background: rgba(245, 246, 228, 0.37);
  padding: 35px 0;
  margin-bottom: 40px;
}
.product-filters .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.product-filters .container .filter-group {
  width: 197px;
  position: relative;
}
.product-filters .container .filter-group::before {
  width: 14px;
  height: 14px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/07/Polygon-2.svg);
  right: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 24px;
  pointer-events: none;
}
.product-filters label {
  display: block;
  color: #1c1817;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Epilogue', sans-serif;
}
.product-filters select {
  height: 65px;
  padding: 0 21px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #1c1817;
  background-color: #fff;
  outline: none;
  width: 100%;
}
section.products-filters-section {
  padding-bottom: 150px;
}
section.product-hero-section .product-attributes {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
section.product-hero-section .product-attributes .item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(37, 39, 45, 1);
  font-size: 16px;
  font-weight: 500;
}
section.product-hero-section .product-attributes .item .image {
  display: flex;
  width: 50px;
  height: 50px;
}
section.product-hero-section .product-attributes .item .image img {
  width: 100%;
  object-fit: cover;
}
section.by-product .headline {
  text-align: center;
  margin: 0;
}
section.our-calculator {
  background-image: url(/wp-content/uploads/2025/07/calculator-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
section.our-calculator .tab-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.our-calculator .tab-item .left-area {
  width: 40%;
  padding: 150px 0 30px;
}
section.our-calculator .tab-item .form {
  width: 60%;
  padding-left: 20px;
}
section.our-calculator .tab-item .left-area h2 {
  margin: 0;
}
section.our-calculator .tab-item .left-area p {
  font-size: 20px;
  line-height: 165%;
}
section.our-calculator .tabs {
  position: relative;
}
section.our-calculator .tabs-nav2 {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
section.our-calculator .tabs-nav2 li a {
  display: inline-flex;
  height: 59px;
  align-items: center;
  border-radius: 15px;
  background: rgba(28, 24, 23, 0.5);
  padding: 0 27px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}
section.our-calculator .tabs-nav2 li.tab-active a {
  background: rgba(28, 24, 23, 1);
}
body div.wpforms-container .wpforms-field input[type='radio'],
body div.wpforms-container .wpforms-field input[type='checkbox'] {
  width: 29px;
  height: 29px !important;
  margin: 0;
  border: none !important;
}
body div.wpforms-container .wpforms-field input[type='radio']::after,
body div.wpforms-container .wpforms-field input[type='radio']::before,
body div.wpforms-container .wpforms-field input[type='checkbox']::after,
body div.wpforms-container .wpforms-field input[type='checkbox']::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body div.wpforms-container .wpforms-field input[type='checkbox']::after {
  top: auto;
  bottom: 4px;
}
body div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  align-items: center;
}
body div.wpforms-container .wpforms-field.wpforms-field-radio ul {
  display: flex;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
body div.wpforms-container .wpforms-field.wpforms-field-radio ul li {
  display: flex;
  align-items: center;
}
body div.wpforms-container .wpforms-field.wpforms-field-radio ul li label {
  margin-bottom: -5px !important;
}
body div.wpforms-container .wpforms-field.wpforms-field-radio legend {
  color: #1c1817;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Epilogue', sans-serif;
  text-transform: uppercase;
}
body
  section.our-calculator
  .wpforms-container
  .wpforms-submit-container
  button.wpforms-submit {
  height: 58px;
  width: auto;
  padding: 0 35px;
  font-size: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select {
  position: relative;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field.wpforms-field-select::before {
  width: 14px;
  height: 14px;
  position: absolute;
  content: '';
  bottom: 40px;
  right: 14px;
  pointer-events: none;
  background-image: url(/wp-content/uploads/2025/07/Polygon-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.packages {
  padding: 90px 0;
  text-align: center;
}
section.packages .top {
  margin-bottom: 50px;
}
section.packages .top .tagline {
  margin-bottom: 20px;
}
section.packages .packages-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
section.packages .packages-wrapper .card {
  background: rgba(251, 252, 245, 1);
  padding-bottom: 102px;
  position: relative;
}
section.packages .packages-wrapper .card .title,
section.packages .packages-wrapper .card .price {
  margin: 0;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  background-color: rgba(28, 24, 23, 1);
  font-family: 'Epilogue', sans-serif;
}
section.packages .packages-wrapper .card .price {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(229, 243, 70, 1);
  color: rgba(28, 24, 23, 1);
  font-size: 54px;
}
section.packages .packages-wrapper .card .contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.packages .packages-wrapper .card .contents ul li {
  border-bottom: 1px solid rgba(229, 228, 227, 1);
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: rgba(112, 112, 112, 1);
  line-height: 1.7;
}
section.packages .packages-wrapper .card .contents ul li:last-child {
  border: none;
}
section.packages .packages-wrapper .card .contents {
  border-left: 2px solid rgba(229, 228, 227, 1);
  border-right: 2px solid rgba(229, 228, 227, 1);
}
@media screen and (min-width: 1281px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 1444px) {
  section.about-hero .top-right-logo {
    right: 20px;
  }
  section.about-hero .top-right-logo img {
    height: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .review-overlay {
    left: 50%;
  }
  .review-overlay .review-item:last-child {
    margin-left: 50px;
  }
  h1 {
    font-size: 75px;
  }
  h1.headline span::before {
    bottom: 20px;
    height: 16px;
  }
  section.home-hero .contents {
    font-size: 18px;
  }
  section.home-hero .sub-headline {
    font-size: 22px;
  }
  header.site-header .btn {
    padding: 0 20px;
    height: 48px;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .wrapper .left .menu-wrap {
    display: none;
  }
  button.mobile-menu-trigger {
    display: block !important;
    border: none;
    outline: none;
    background-color: #ccbcbc00;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  button.mobile-menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 6px;
    transition: all 0.3s ease-in;
  }
  button.mobile-menu-trigger span:last-child {
    top: auto;
    bottom: 6px;
    width: 90%;
  }
  button.mobile-menu-trigger span:nth-child(2) {
    top: 48%;
  }
  button.mobile-menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  button.mobile-menu-trigger.active span:first-child {
    transform: rotate(45deg);
    top: 18px;
  }
  button.mobile-menu-trigger.active span:last-child {
    transform: rotate(-45deg);
    width: 100%;
    bottom: 18px;
  }
  footer.site-footer .footer-top .store-info {
    padding: 60px 20px;
  }
  footer.site-footer .footer-top .quick-links {
    padding: 60px 0 60px 50px;
  }
  footer.site-footer .footer-top .info {
    padding: 60px 30px 60px 0;
  }
  section.why-us .bottom .vision .thumb {
    display: none;
  }
  section.why-us .bottom {
    gap: 15px;
  }
  .testimonials-wrap .testimonials .owl-item .item {
    width: 400px;
    padding: 35px 20px;
  }
  .testimonials-wrap .testimonials .owl-item .item .review {
    gap: 0;
  }
  .testimonials-wrap .testimonials .owl-item .item .testimonials {
    font-size: 14px;
  }
  .testimonials-wrap .testimonials .owl-item .item .top .head-shot {
    width: 60px;
    height: 60px;
  }
  h2 {
    font-size: 50px;
  }
  section.latest-blog .left {
    width: 35%;
  }
  section.latest-blog .right {
    width: 65%;
  }
  section.testimonials {
    padding: 70px 0;
  }
  .headline span::before {
    height: 15px;
    bottom: 14px;
  }
  section.services-inner-hero .left .contents {
    font-size: 18px;
  }
  .products-grid {
    gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.cta-section .descriptions {
    font-size: 20px;
  }
  section.product-hero-section .product_title {
    font-size: 55px;
  }
  section.product-hero-section .product .summary.entry-summary {
    width: 45%;
  }
  body section.product-hero-section .product .woocommerce-product-gallery {
    width: calc(55% - 100px);
    height: 430px;
  }
  body
    section.product-hero-section
    .product
    .woocommerce-product-gallery
    .flex-control-nav
    li {
    height: 75px;
  }
  body
    section.product-hero-section
    .product
    .woocommerce-product-gallery
    .flex-control-nav {
    width: 90px;
    right: -105px;
    gap: 10px;
  }
  section.product-hero-section .woocommerce-product-details__short-description {
    font-size: 16px;
  }
  section.product-hero-section .brands {
    font-size: 20px;
  }
  section.product-hero-section .categories span {
    height: 32px;
    padding: 3px 15px 0;
    font-weight: 500;
  }
  section.product-hero-section .logos-box {
    bottom: 20px;
  }
  section.product-hero-section {
    padding: 160px 0 100px;
  }
  section.contact-information .left {
    width: 320px;
    padding: 40px 25px;
    font-size: 18px;
  }
  section.contact-information .forms-wrap {
    padding-left: 25px;
  }
  body div.wpforms-container .wpforms-field-container {
    gap: 5px 14px;
  }
  section.contact-information {
    padding: 70px 0;
  }
  section.map-sections iframe {
    height: 500px;
  }
  .mobile-menu-wrap {
    position: fixed;
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
    background-color: #fff;
    z-index: 999;
    overflow: auto;
    padding: 100px 20px 20px;
  }
  .logged-in .mobile-menu-wrap {
    top: 52px;
    height: calc(100% - 72px);
  }
  header.site-header {
    padding-top: 20px;
  }
  body.menu-active {
    overflow: hidden;
  }
  .mobile-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-wrap ul a {
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
  }
  .mobile-menu-wrap ul ul.sub-menu {
    display: none;
    padding-left: 15px;
  }
  .mobile-menu-wrap ul ul.sub-menu a {
    padding: 6px 0;
  }
  .mobile-menu-wrap .buttons {
    display: none;
  }
  .mobile-menu-wrap .inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-flow: column;
  }
  .mobile-menu-wrap ul li.menu-item-has-children {
    position: relative;
  }
  .mobile-menu-wrap ul li.menu-item-has-children span.icon {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0px 6px;
    cursor: pointer;
  }
  .mobile-menu-wrap::-webkit-scrollbar {
    display: none;
  }
  section.single-hero .title {
    font-size: 50px;
  }
  section.single-hero .container {
    gap: 50px;
  }
  section.single-hero .excerpt {
    font-size: 16px;
  }
  section.single-contents .right {
    padding: 30px 20px;
    width: 350px;
  }
  section.single-hero {
    padding: 150px 0 70px;
  }
  section.our-calculator .tab-item .left-area h2 {
    font-size: 40px;
  }
  section.our-calculator .tab-item .left-area p {
    font-size: 16px;
  }
  section.our-calculator .tabs-nav2 li a {
    height: 46px;
    font-size: 13px;
    padding: 0 10px;
  }
  section.our-calculator .tab-item .left-area {
    padding: 90px 0 30px;
  }
  section.our-calculator .tabs-nav2 {
    top: 0px;
  }
}
@media screen and (max-width: 1180px) {
  section.home-hero .wrapper .left {
    width: 53%;
  }
  section.our-services-slide .our-services-slides .item .image {
    height: 330px;
  }
  section.why-us .bottom .vision {
    padding: 30px 20px;
  }
  section.why-us .bottom .mission {
    padding: 30px 20px;
  }
  section.about-hero .right-image {
    top: -34%;
    width: 20%;
  }
  section.about-hero {
    padding: 190px 0 160px;
  }
  section.about-hero.has-top-logo {
    padding-top: 200px;
  }
  section.about-hero .top-right-logo img {
    height: 70px;
  }
  section.about-hero .top-right-logo {
    top: -80px;
  }
  section.about-hero .contents-wrapper .contents {
    font-size: 18px;
  }
  h4 {
    font-size: 24px;
  }
  .logos-box {
    bottom: 20px;
    right: 20px;
  }
  section.text-w-image-block {
    padding: 70px 0;
  }
  .vision_\&_mission {
    gap: 30px;
  }
  section.our-teams .teams {
    gap: 50px;
  }
  section.our-mission {
    padding: 70px 0;
  }
  section.our-teams {
    padding: 70px 0;
  }
  .page-id-384 section.about-hero,
  .page-id-419 section.about-hero {
    padding-bottom: 100px;
  }
  h3 {
    font-size: 30px;
  }
  section.packages .packages-wrapper {
    gap: 50px 30px;
  }
  section.packages .packages-wrapper .card .price {
    font-size: 40px;
  }
  section.packages .packages-wrapper .card .title,
  section.packages .packages-wrapper .card .price {
    min-height: 85px;
  }
  section.packages .packages-wrapper .card {
    padding-bottom: 85px;
  }
  section.packages .packages-wrapper .card .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  section.our-calculator .tab-item .left-area {
    width: 100%;
    padding: 15px 0 0px;
  }
  section.our-calculator .tabs-nav2 {
    position: initial;
  }
  section.our-calculator .tab-item .form {
    width: 100%;
    padding: 0;
  }
  section.home-hero .wrapper .left {
    width: 100%;
    padding: 0 20px 50px;
  }
  section.home-hero .wrapper .right {
    position: relative;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  section.home-hero {
    min-height: auto;
    padding-top: 180px;
  }
  .review-overlay {
    bottom: 150px;
    top: auto;
    left: auto;
    right: 20px;
  }
  section.home-hero .wrapper {
    padding: 0;
  }
  .logos-box {
    right: 20px;
    bottom: 20px;
  }
  h1 {
    font-size: 55px;
  }
  h1.headline span::before {
    bottom: 14px;
    height: 10px;
  }
  header.site-header .btn {
    display: none;
  }
  section.our-services-slide .top .contents-wrap {
    font-size: 16px;
    max-width: 260px;
  }
  h2 {
    font-size: 44px;
  }
  .headline span::before {
    height: 10px;
    bottom: 13px;
  }
  section.our-services-slide .top .headline {
    margin: 20px 0 0;
  }
  section.our-services-slide {
    padding: 70px 0;
  }
  section.why-us .bottom {
    flex-wrap: wrap;
  }
  section.why-us .bottom .mission {
    width: calc(50% - 8px);
    flex: none;
    margin: 0;
    order: 2;
  }
  section.why-us .bottom .vision {
    flex: none;
    width: calc(50% - 8px);
    margin: 0;
    order: 3;
  }
  section.why-us .bottom .middle {
    width: 100%;
    order: 1;
  }
  section.our-process .left {
    width: 100%;
    padding: 0 0 40px;
  }
  section.our-process .process {
    width: 100%;
  }
  .testimonials-wrap .testimonials .owl-item .item {
    width: 355px;
  }
  section.latest-blog .left,
  section.latest-blog .right {
    width: 100%;
  }
  section.latest-blog .container {
    gap: 40px;
  }
  section.latest-blog .left .headline {
    margin-top: 15px;
  }
  section.about-hero {
    padding: 140px 0 160px;
  }
  section.about-hero .right-image {
    top: -16%;
  }
  section.about-hero .left-image {
    bottom: -37%;
  }
  .btn {
    height: 50px;
  }
  section.about-hero .contents-wrapper .contents {
    font-size: 16px;
  }
  .review {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .review svg {
    width: 110px;
    height: auto;
  }
  h4 {
    font-size: 22px;
  }
  section.text-w-image-block .container {
    grid-template-columns: 1fr;
  }
  section.our-teams .teams .item {
    width: calc(50% - 25px);
  }
  section.our-services-slide .our-services-slides.services-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  section.services-inner-hero .wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  section.services-inner-hero .left {
    width: 100%;
    padding: 130px 20px 50px;
  }
  section.services-inner-hero .right-image {
    width: 100%;
  }
  section.why-nix-cabinets {
    padding: 70px 0;
  }
  .cabinets-grid .item {
    width: calc(50% - 20px);
  }
  section.services-inner-hero .left .contents {
    font-size: 16px;
  }
  section.products-filters-section {
    padding-bottom: 70px;
  }
  .product-filters select {
    height: 50px;
  }
  .product-filters .container .filter-group::before {
    bottom: 17px;
  }
  .product-item .title {
    font-size: 20px;
    line-height: 150%;
  }
  .product-item .btn {
    font-size: 14px;
  }
  section.cta-section .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.cta-section .left {
    width: 100%;
    flex: none;
    text-align: center;
  }
  section.cta-section .right {
    width: 100%;
    justify-content: center;
  }
  section.cta-section .headline {
    font-size: 35px;
  }
  section.product-hero-section .product .summary.entry-summary {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
  }
  body section.product-hero-section .product .woocommerce-product-gallery {
    width: 100%;
    height: auto;
  }
  section.product-hero-section .product {
    flex-flow: column-reverse;
  }
  section.product-hero-section .logos-box {
    display: none;
  }
  section.product-hero-section .product_title {
    font-size: 42px;
  }
  section.product-hero-section .brands {
    font-size: 18px;
  }
  section.product-hero-section {
    padding: 130px 0 70px;
  }
  body
    section.product-hero-section
    .product
    .woocommerce-product-gallery
    .flex-control-nav {
    position: inherit;
    display: flex;
    width: 100%;
    right: 0;
    margin-top: 20px;
  }
  body
    section.product-hero-section
    .product
    .woocommerce-product-gallery
    .flex-control-nav
    li {
    width: 25%;
    height: auto;
  }
  section.why-us .bottom .left,
  section.why-us .bottom .right {
    margin: 0;
  }
  .page-id-384 section.about-hero,
  .page-id-419 section.about-hero {
    padding-bottom: 50px;
  }
  section.contact-information .left {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  section.contact-information .forms-wrap {
    padding: 0;
    flex: none;
    width: 100%;
  }
  body div.wpforms-container .wpforms-field input,
  body div.wpforms-container .wpforms-field select {
    height: 50px !important;
    font-size: 15px !important;
  }
  body div.wpforms-container .wpforms-field label {
    font-size: 15px;
  }
  body .wpforms-container .wpforms-submit-container button.wpforms-submit {
    height: 60px;
  }
  .mobile-menu-wrap .buttons {
    display: flex;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr 1fr;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr 1fr;
  }
  .blogs-filter .all-buttons-wrap .cat {
    height: 42px;
    padding: 0 20px;
  }
  .blogs-filter .all-buttons-wrap {
    gap: 5px 10px;
  }
  .blog-pagination .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  section.single-hero .container {
    grid-template-columns: 1fr;
  }
  section.single-hero .thumbnail::before {
    height: 80px;
    top: -30px;
  }
  section.single-hero .thumbnail::after {
    width: 40px;
    height: 40px;
    top: -40px;
  }
  section.single-hero .title {
    font-size: 40px;
  }
  .blog-cat span {
    height: 30px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
  }
  section.single-contents .left {
    width: 100%;
    flex: none;
    margin-bottom: 40px;
    padding: 0;
  }
  section.single-contents .right {
    width: 100%;
  }
  section.single-contents .wrapper {
    padding: 0 20px;
  }
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field.wpforms-field-select::before {
    bottom: 33px;
  }
  section.packages .packages-wrapper .card .title {
    font-size: 22px;
  }
  section.packages .packages-wrapper .card .title,
  section.packages .packages-wrapper .card .price {
    min-height: 60px;
  }
  section.packages .packages-wrapper .card .price {
    font-size: 30px;
  }
  section.packages .packages-wrapper .card {
    padding-bottom: 60px;
  }
  section.packages .packages-wrapper {
    gap: 50px 15px;
  }
  section.packages .packages-wrapper .card .contents {
    font-size: 12px;
  }
  section.packages .packages-wrapper .card .contents ul li {
    min-height: 70px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  body .wpforms-field-html {
    position: initial !important;
    padding-bottom: 30px !important;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr;
  }
  section.single-hero .title {
    font-size: 32px;
  }
  .manufactures-grid .item {
    max-width: 43%;
  }
  section.single-contents {
    padding: 50px 0;
  }
  .review-overlay {
    display: none;
  }
  .btn {
    width: 100%;
    justify-content: center;
    height: 48px;
  }
  .buttons {
    gap: 10px;
  }
  h1 {
    font-size: 40px;
  }
  h1.headline span::before {
    bottom: 10px;
    height: 6px;
  }
  h2 {
    font-size: 32px;
  }
  .headline span::before {
    height: 6px;
    bottom: 9px;
  }
  section.home-hero .sub-headline {
    font-size: 20px;
  }
  section.home-hero .tagline {
    font-size: 13px;
    min-height: 36px;
  }
  section.home-hero .contents {
    font-size: 16px;
  }
  footer.site-footer .footer-top {
    flex-wrap: wrap;
    padding: 0;
  }
  footer.site-footer .footer-top .info {
    width: 100%;
    text-align: center;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  footer.site-footer .footer-top .info .social-links {
    justify-content: center;
  }
  footer.site-footer .footer-top .info .footer-logo {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  footer.site-footer .footer-top .store-info,
  footer.site-footer .footer-top .quick-links {
    width: 50%;
    padding: 30px 20px;
  }
  footer.site-footer .footer-top .store-info {
    border-left: 0;
  }
  footer.site-footer .footer-top h4 {
    font-size: 20px;
  }
  footer.site-footer .footer-top .store-info .address .icon {
    width: 25px;
  }
  footer.site-footer .bottom-area {
    padding: 15px 0;
  }
  footer.site-footer .bottom-area .w {
    font-size: 15px;
  }
  header.site-header .wrapper {
    padding: 15px 15px;
  }
  header.site-header .site-branding {
    width: 180px;
  }
  footer.site-footer .footer-top .store-info .address br {
    display: none;
  }
  .hidden-on-mobile {
    display: none;
  }
  section.our-services-slide .top,
  section.our-services-slide .top .left {
    flex-wrap: wrap;
    gap: 8px;
  }
  section.our-services-slide .top .contents-wrap {
    font-size: 16px;
    max-width: 100%;
  }
  section.our-services-slide {
    padding: 50px 0;
  }
  h5 {
    font-size: 18px;
  }
  section.our-services-slide .our-services-slides {
    margin: 0;
  }
  .cus-owl-nav button {
    width: 40px;
    height: 40px;
  }
  .cus-owl-nav {
    gap: 10px;
  }
  .service-navigation.cus-owl-nav {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -20px;
    z-index: 9;
  }
  section.why-us {
    padding: 50px 0;
  }
  section.home-hero {
    padding-top: 140px;
  }
  section.our-process .process {
    grid-template-columns: 1fr;
  }
  .testimonials-wrap .testimonials .owl-item .item {
    width: calc(100% - 20px);
  }
  .testimonials-wrap .testimonials .owl-item .item .top {
    margin-bottom: 20px;
  }
  section.testimonials {
    padding: 50px 0;
  }
  section.latest-blog {
    padding: 50px 0;
  }
  .blog-list {
    grid-template-columns: 1fr;
  }
  .blog-item .image {
    height: 240px;
  }
  section.about-hero .right-image,
  section.about-hero .left-image {
    display: none;
  }
  h4 {
    font-size: 20px;
  }
  section.text-w-image-block .tagline {
    margin-bottom: 15px;
  }
  section.text-w-image-block {
    padding: 50px 0;
  }
  section.our-mission {
    padding: 50px 0;
  }
  .vision_\&_mission {
    grid-template-columns: 1fr;
  }
  section.our-teams .top .tagline {
    margin-bottom: 15px;
  }
  section.our-teams .teams .item {
    width: 100%;
  }
  section.our-teams {
    padding: 50px 0;
  }
  .services-inner-grid {
    grid-template-columns: 1fr;
  }
  .cabinets-grid .item {
    width: 100%;
  }
  .cabinets-grid .item .title {
    margin-bottom: 10px;
  }
  section.why-nix-cabinets {
    padding: 50px 0;
  }
  section.by-manufacture .manufactures-grid {
    flex-wrap: wrap;
    text-align: center;
    gap: 50px;
    padding-bottom: 50px;
  }
  section.by-manufacture .manufactures-grid .item {
    width: 100%;
  }
  section.by-manufacture .manufactures-grid a {
    margin-top: 5px;
  }
  section.by-manufacture {
    padding-top: 50px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-item .btn {
    width: auto;
  }
  .product-filters .container .filter-group {
    width: 100%;
  }
  .product-filters select {
    height: 45px;
  }
  .product-filters .container .filter-group::before {
    width: 10px;
    height: 10px;
    bottom: 15px;
    right: 14px;
  }
  section.cta-section .right {
    flex-wrap: wrap;
  }
  section.cta-section .descriptions {
    font-size: 16px;
  }
  section.cta-section .headline {
    font-size: 25px;
  }
  section.product-descriptions-area ul.tabs-nav li a {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #000;
    font-weight: 500;
  }
  section.product-descriptions-area {
    padding: 50px 0;
  }
  section.related-products .headline {
    font-size: 30px;
  }
  section.related-products {
    padding: 50px 0;
  }
  section.product-hero-section .product_title {
    font-size: 35px;
  }
  section.product-hero-section .woocommerce-product-details__short-description {
    font-size: 14px;
  }
  section.product-hero-section .inquire-popup {
    margin-top: 20px;
  }
  section.about-hero .top-right-logo {
    top: -100px;
  }
  .logos-box .item {
    height: 40px;
  }
  .logos-box {
    padding: 15px 13px;
  }
  section.about-hero {
    padding: 140px 0 110px;
  }
  section.default-text-block {
    padding: 40px 0;
  }
  section.why-us .bottom .left,
  section.why-us .bottom .right {
    height: 200px;
  }
  body div.wpforms-container .wpforms-field-container {
    grid-template-columns: 1fr;
  }
  body div.wpforms-container .wpforms-field label {
    margin-bottom: 5px;
  }
  h3 {
    font-size: 25px;
  }
  section.contact-information {
    padding: 50px 0;
  }
  section.our-calculator .tabs-nav2 li a {
    font-size: 12px;
    height: 40px;
    padding: 0 20px;
  }
  section.our-calculator .tabs-nav2 {
    gap: 10px;
  }
  section.our-calculator .tab-item .left-area h2 {
    font-size: 30px;
  }
  section.our-calculator {
    padding: 50px 0;
  }
  section.packages .packages-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.packages .packages-wrapper .card .contents ul li {
    min-height: 40px;
    padding: 5px 10px;
  }
  section.packages .top br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  section.awards .item img {
    max-width: 100px;
    width: 100%;
    margin: auto;
  }
  section.our-services-slide .our-services-slides.services-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 579px) {
  section.why-us .bottom .mission,
  section.why-us .bottom .vision {
    width: 100%;
  }
  section.why-us .bottom .middle {
    height: auto;
  }
  section.why-us .top {
    margin-bottom: 30px;
  }
}
