@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Thin.eot");
  src:
    url("../fonts/Sora-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Thin.woff2") format("woff2"),
    url("../fonts/Sora-Thin.woff") format("woff"),
    url("../fonts/Sora-Thin.ttf") format("truetype"),
    url("../fonts/Sora-Thin.svg#Sora-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraLight.eot");
  src:
    url("../fonts/Sora-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-ExtraLight.woff2") format("woff2"),
    url("../fonts/Sora-ExtraLight.woff") format("woff"),
    url("../fonts/Sora-ExtraLight.ttf") format("truetype"),
    url("../fonts/Sora-ExtraLight.svg#Sora-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Light.eot");
  src:
    url("../fonts/Sora-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Light.woff2") format("woff2"),
    url("../fonts/Sora-Light.woff") format("woff"),
    url("../fonts/Sora-Light.ttf") format("truetype"),
    url("../fonts/Sora-Light.svg#Sora-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.eot");
  src:
    url("../fonts/Sora-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Regular.woff2") format("woff2"),
    url("../fonts/Sora-Regular.woff") format("woff"),
    url("../fonts/Sora-Regular.ttf") format("truetype"),
    url("../fonts/Sora-Regular.svg#Sora-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.eot");
  src:
    url("../fonts/Sora-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Medium.woff2") format("woff2"),
    url("../fonts/Sora-Medium.woff") format("woff"),
    url("../fonts/Sora-Medium.ttf") format("truetype"),
    url("../fonts/Sora-Medium.svg#Sora-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.eot");
  src:
    url("../fonts/Sora-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-SemiBold.woff2") format("woff2"),
    url("../fonts/Sora-SemiBold.woff") format("woff"),
    url("../fonts/Sora-SemiBold.ttf") format("truetype"),
    url("../fonts/Sora-SemiBold.svg#Sora-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.eot");
  src:
    url("../fonts/Sora-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Bold.woff2") format("woff2"),
    url("../fonts/Sora-Bold.woff") format("woff"),
    url("../fonts/Sora-Bold.ttf") format("truetype"),
    url("../fonts/Sora-Bold.svg#Sora-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.eot");
  src:
    url("../fonts/Sora-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-ExtraBold.woff2") format("woff2"),
    url("../fonts/Sora-ExtraBold.woff") format("woff"),
    url("../fonts/Sora-ExtraBold.ttf") format("truetype"),
    url("../fonts/Sora-ExtraBold.svg#Sora-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*-----RESET-----*/
:root {
  --white: #fff;
  --primary: #11141d;
  --secondary: #0e1220;
  --grey: #717171;
  --orange: #ea6322;
  --light-blue: #f0f7ff;
  --light-orange: #fcf1ea;
  --footer: #191c1f;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-weight: normal;
  font-size: 15px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: var(--primary);
  line-height: 26px;
  letter-spacing: 400;
  background: var(--white);
  letter-spacing: 0.2px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

html.menuhidden {
  position: fixed;
  overflow-y: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  height: 0;
  color: #cbcbcb;
  border-top-width: 1px;
}

a {
  color: inherit;
  text-decoration: inherit;
  display: inline-block;
}

a:hover {
  color: var(--orange);
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: "Sora";
  font-size: 1.125rem;
}

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;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lower {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* ***********|| FORM CONTROL ||*********** */
::-webkit-input-placeholder {
  color: #717171;
  font-family: "Sora";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
}

::-moz-placeholder {
  color: #717171;
  font-family: "Sora";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
}

:-ms-input-placeholder {
  color: #717171;
  font-family: "Sora";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
}

::-moz-selection {
  color: #fff;
  background: #1a1818;
}

::selection {
  color: #fff;
  background: #ea6322;
  font-family: "Sora";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Sora";
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea,
.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 36px;
  background: var(--white);
  color: #2a2a2a;
  /*  font-family: "Barlow";*/
  font-family: "Sora";
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.64px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-box select.form-control {
  color: var(--grey);
  line-height: 1;
  letter-spacing: 0.24px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Sora";
}

select.form-control {
  background: url(../../assets/images/caret.png) no-repeat top 20px right 15px #fff;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 120px;
  overflow: hidden;
  margin: 0;
}

.form-group {
  margin-bottom: 16px;
}

.form-group>label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Sora";
  margin: 0 0 6px;
  display: block;
  text-transform: capitalize;
}

input[type="submit"].btnsubmit {
  background: var(--orange);
  border: 2px solid var(--orange);
  outline: 0;
  font-size: 16px;
  line-height: 1.25;
  padding: 0;
  font-family: "Sora";
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  height: 44px;
}

input[type="submit"].btnsubmit:hover {
  background: var(--white);
  color: var(--orange);
  border: 2px solid var(--orange);
}

/* ******** Header CTA Button ******** */
.form-control:focus {
  border-color: var(--blue);
}

select.form-control {
  background: url(../images/svg/select-arrow.svg) no-repeat top 10px right 10px #fff;
  height: 36px;
  min-width: 263px;
}

/* ********|| STRUCTURE || ******** */
.inpage {
  margin: 80px 0;
}

.container,
.incontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.container::before,
.container::after {
  display: none;
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  float: left;
}

.width33 {
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  float: left;
}

.widthfull {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  float: left;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

/* ********|| HELPER || ******** */
h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
  font-family: "Sora";
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--primary);
}

h1,
.heading-50 {
  /*font-size: 50px;*/
  font-size: clamp(30px, 2.5vw, 50px);
  line-height: 1.25;
  letter-spacing: 1px;
}

h2,
.heading-40 {
  /* font-size: 30px;*/
  font-size: clamp(26px, 2.5vw, 30px);
  line-height: 1.3;
  letter-spacing: 0.8px;
}

h3,
.heading-36 {
  /*font-size: 36px;*/
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 36px;
  letter-spacing: 0.72px;
}

h4,
.heading-34 {
  /*font-size: 34px;*/
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.15;
}

.heading-28 {
  /* font-size: 28px; */
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 35px;
  letter-spacing: 0.56px;
}

h5,
.heading-26 {
  /*font-size: 26px;*/
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 33px;
  letter-spacing: 0.52px;
}

.heading-24 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  letter-spacing: 0.48px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.heading-22 {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0;
}

.heading-20 {
  /*font-size: 20px;*/
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: 25px;
  letter-spacing: 0.4px;
}

.heading-18 {
  /* font-size: 18px; */
  font-size: clamp(16px, 2.5vw, 18px);
}

.heading-16 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.grey-bg {
  background: var(--grey);
}

.light-orange-bg {
  background: var(--light-orange);
}

.light-green-bg {
  background-color: #f0f3e5;
}

.light-yellow-bg {
  background-color: #fffae3;
}

.slate-grey-bg,
.gray-bg {
  background-color: #ecebea;
}

.light-blue-bg {
  background: var(--light-blue);
}

.white-bg {
  background: var(--white);
}

.light-grey-bg {
  background: #efefef;
}

.dark-bg {
  background: #090d1c;
}

/*-----BREADCRUMBS-----*/
.breadcurmb-wrapper {
  margin-bottom: 0px;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
}

ul.woo_breadcums {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}

ul.woo_breadcums li {
  position: relative;
  font-family: "Sora";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.3;
  color: #292929;
  list-style: none;
}

ul.woo_breadcums li span {
  font-family: "Sora";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.3;
  padding: 0;
  text-transform: capitalize;
  color: #292929;
}

ul.woo_breadcums li a {
  font-family: "Sora";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.3;
  z-index: 0;
  margin: 0 26px 0 0;
  display: inline-block;
  position: relative;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  top: 4px;
  right: -17px;
  width: 10px;
  height: 10px;
  background: url(../images/svg/breadcum.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

ul.woo_breadcums li a:hover {
  text-decoration: none;
}

.breadcrumb_wrapper.areas_bread {
  background: #f0f0f0;
}

.breadcurmb-wrapper {
  margin-bottom: 0px;
}

.breadcrumb-bg {
  border-bottom: 1px solid rgb(50 53 54 / 10%);
}

.inner_banner.bnr_only_img {
  padding: 0;
}

.breadcrumb.product_banner {
  min-height: auto;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
}

.breadcrumb.product_banner:after {
  content: none;
}

.breadcrumb.product_banner ul.woo_breadcums li {
  color: #292929;
  font-weight: normal;
}

.page-template-suburb .inner-banner ul.woo_breadcums li span {
  color: var(--white);
}

.page-template-suburb .inner-banner ul.woo_breadcums li a:after {
  filter: brightness(1) invert(1);
}

/* ******* FLEX ******* */
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 160px;
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

/* ********|| PARAGRAPH || ******** */
p {
  font-size: 15px;
  margin-bottom: 30px;
  font-family: "Sora";
  font-weight: 400;
  color: #292929;
  line-height: 26px;
  letter-spacing: 0.28px;
}

p a {
  text-decoration: none;
  display: inline-block;
  color: var(--orange);

  &:hover {
    text-decoration: underline;
  }
}

p:last-of-type:not(:has(+ *)) {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #cbcbcb;
  margin: 80px 0;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}

.home_banner .bgimg,
.banner_bg.bgimg,
.review-box-wrap .bgimg {
  height: 100%;
}

/* ********|| CONTENT WRAPPER || ******** */
/* .ctent-img{width: 710px;}
.ctent-block{
  width: calc(100% - 710px);
  padding-left: 110px;
}
.flex-row-reverse .ctent-block{
  padding-left: 0;
  padding-right: 115px;
}
.content-wrapper .flex-container:not(:last-child){
  margin-bottom: 100px;
}
.content-wrapper p:has(+ *)  {
  margin-bottom: 30px;
}
.image-overlay{
  padding-bottom: 40px;
}
.img-fixed{
  position: absolute;
  bottom: -22px;
  right: -70px;
}
.flex-row-reverse  .img-fixed{
  right: initial;
  left:-100px;
  bottom: 0;
}
.grid{
  display: grid;
}
.grid-two-column{
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
 */
.col-6 {
  width: 50%;
}

/* ********||SCROLL TOP || ******** */
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 95px;
  border-radius: 100%;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--white);
  background: var(--blue);
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.scrollTop>img {
  transform: rotate(-90deg);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/* ********|| UL , OL  ||******** */
.page_wrapper ul:not([class]),
.homepg ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
}

.page_wrapper ul:not([class]) li,
.homepg ul:not([class]) li,
.page_wrapper ul.half li,
.homepg ul.half li {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.28px;
  padding-left: 26px;
  position: relative;
  text-transform: inherit;
  width: 100%;
  color: #292929;
}

.half li {
  flex: 0 0 50%;
}

.thrice li {
  flex: 0 0 33.33%;
}

.page_wrapper ul:not([class]) li:before,
.homepg ul:not([class]) li:before,
.homepg ul.half li:before,
.page_wrapper ul.half li:before {
  content: "";
  background: url(../../assets/images/svg/arrow_circle_right.svg) no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}

.page_wrapper ul:not([class]) li:not(:last-child),
.homepg ul:not([class]) li:not(:last-child) {
  margin-bottom: 20px;
}

.page_wrapper ol:not([class]),
.homepg ol:not([class]) {
  list-style: none;
  counter-reset: ordered-list;
}

.page_wrapper .blackbg_sec ul:not([class]) li:before {
  filter: brightness(0) invert(1);
}

.page_wrapper ol:not([class]) li,
.homepg ol:not([class]) li {
  position: relative;
  padding-left: 45px;
  line-height: 24px;
}

.page_wrapper ol:not([class]) li:not(:last-child),
.homepg ol:not([class]) li:not(:last-child) {
  margin-bottom: 20px;
}

.page_wrapper ol:not([class]) li:before,
.page_wrapper ol:not([class]) li:after,
.homepg ol:not([class]) li:before,
.homepg ol:not([class]) li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.page_wrapper ol:not([class]) li:before,
.homepg ol:not([class]) li:before {
  counter-increment: ordered-list;
  content: counter(ordered-list);
  background-color: var(--orange);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.page_wrapper ol:not([class]) li:not(:last-child):after,
.homepg ol:not([class]) li:not(:last-child):after {
  height: 100%;
  border-left: 2px dashed var(--blue);
  left: 25px;
  top: 34px;
  z-index: -1;
}

.page_wrapper ul:not([class]) li [class*="heading-"],
.homepg ul:not([class]) li [class*="heading-"] {
  margin-bottom: 0;
}

.page_wrapper ul.half:has(+ *),
.content-wrapper ul.half:has(+ *),
.homepg ul.half:has(+ *) {
  margin-bottom: 30px;
}

.page_wrapper ul.half li:not(:last-child),
.content-wrapper ul.half li:not(:last-child),
.homepg ul.half li:not(:last-child) {
  margin-bottom: 20px;
}

.page_wrapper ul.half,
.content-wrapper ul.half,
.homepg ul.half {
  display: flex;
  flex-wrap: wrap;
}

.page_wrapper ul.half,
.homepg ul.half {
  column-count: 2;
}

.page_wrapper ul.disc,
.homepg ul.disc {
  display: flex;
  flex-wrap: wrap;
}

.page_wrapper ul.disc li,
.homepg ul.disc li {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.28px;
  padding-left: 22px;
  color: var(--white);
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

.page_wrapper ul.disc li:before,
.homepg ul.disc li:before {
  content: "";
  background: url(../../assets/images/svg/disc_type.svg) no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
}

.page_wrapper ul.disc li:not(:last-child),
.homepg ul.disc li:not(:last-child) {
  margin-bottom: 30px;
}

/* ********|| CONDITION CSS FOR SPACE  || ******** */
.page_wrapper ul:not([class]):has(+ *),
.homepg ul:not([class]):has(+ *),
.page_wrapper p:has(+ *),
.homepg p:has(+ *),
.page_wrapper ol:has(+ *),
.homepg ol:has(+ *) .ctent-block .smk_accordion:has(+ *),
.ct-div-block:has(+ *) {
  margin-bottom: 30px;
}

.ctent-block [class*="title_"] {
  margin-bottom: 25px;
}

/* ********|| BUTTON ||******** */
.btnlist {
  display: flex;
  gap: 10px;
}

.button-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.button-group li {
  padding: 0px 8px;
}

[class*="btn-"] {
  font-family: "Sora";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  padding: 5px 15px;
  font-weight: bold;
  background: var(--white);
  border: 2px solid transparent;
  text-transform: capitalize;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
  min-height: 44px;
  min-width: 160px;
}

[class*="btn-"] img {
  margin-left: 8px;
  width: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.btn-theme {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}

.btn-theme:hover {
  background-color: var(--white);
  color: var(--orange);
  border-color: var(--orange);
}

.btn-border {
  border-color: var(--primary);
}

.btn-border>img {
  margin-right: 8px;
}

.btn-border:hover {
  border-color: var(--orange);
}

.btn-border:hover>img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(78%) saturate(962%) hue-rotate(345deg) brightness(94%) contrast(94%);
}

.btn-dark {
  background-color: var(--primary);
  color: var(--white);
  width: 230px;
}

.btn-dark>img {
  filter: brightness(0) invert(10);
}

.btn-dark:hover {
  background-color: var(--orange);
  color: var(--white);
}

.btn-explore {
  background: var(--white);
  color: var(--primary);
  border: 1px solid #cbcbcb;
  width: 100%;
}

.about_us .btn-explore {
  max-width: 330px;
}

.btn-explore:hover {
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}

.btn-explore:hover>img {
  filter: brightness(0) invert(10);
}

.btn-read-more {
  background: transparent;
  border: none;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.26px;
  color: #292929;
  padding: 0;
  min-height: 25px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  position: relative;
  overflow: visible;
  min-width: auto;
}

.btn-read-more::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--orange);
  bottom: 0px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  pointer-events: none;
}

.btn-read-more:hover {
  color: var(--orange);
  background-color: transparent;
}

.btn-read-more:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn-read-more:hover>img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(24%) saturate(4999%) hue-rotate(350deg) brightness(96%) contrast(90%);
}

.btn-white-border {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-white-border:hover {
  background: var(--white);
  border-color: var(--orange);
  color: var(--orange);
}

.alink {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 100%;
  position: relative;
  padding-right: 75px;
}

.alink::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--red);
  position: absolute;
  top: 7px;
  margin-left: 15px;
}

.btn-gray {
  color: #b1b9c5;
  font-size: 14px;
  background: transparent;
  border: 1px solid #b1b9c5;
}

/*--------------|| Attachment Button Css ||-------------- */
.upload_btn {
  position: relative;
  margin-bottom: 6px;
  border: 1px solid #bfbfbf;
}

.upload_btn>label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 12px 17px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 0;
}

.fakebtn .form_upload_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--secondary);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
  height: 36px;
  min-width: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fakebtn img {
  position: absolute;
  right: 20px;
}

.upload_btn .wpcf7-form-control-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 620px;
  width: 100%;
  height: 36px;
  cursor: pointer;
  z-index: 2;
}

.upload_btn>input[type="file"],
.upload_btn>.wpcf7-form-control-wrap input[type="file"] {
  width: 100%;
  height: 36px;
  opacity: 0;
  cursor: pointer;
}

span.wpcf7-file-name {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  padding: 12px 17px;
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
  z-index: 0;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-form {
  padding: 20px 35px;
  border-radius: 4px;
  background: var(--white);
  max-width: 465px;
  margin: 0 auto;
  background: transparent linear-gradient(337deg, #fdf1ea 0%, #f0f7ff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 0px #ea6322;
}

.contact-form .form_title {
  text-align: center;
}

.contact-form p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* ***********|| SLICK SLIDER ||************* */
.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 1px solid #8f8f8f;
  outline: 0;
  background-color: var(--white);
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #8f8f8f;
  font-size: 26px;
  font-family: "FontAwesome";
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-next {
  right: -25px;
}

.slick-prev {
  left: -25px;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: var(--orange);
  background-color: var(--white);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: var(--orange);
}

/* ********|| FOOTER || ******** */
footer {
  background-color: var(--footer);
}

.ft-top {
  padding: 42px 0;
}

.copyright {
  background-color: var(--white);
  padding: 10px 0;
}

.btn-social {
  font-weight: normal;
  letter-spacing: 0.2px;
}

.btn-social img {
  width: auto;
  margin: 0 10px 0 0;
}

.ft-top .btnwrap [class*="btn-"]:not(:last-child) {
  margin-right: 15px;
}

.divider {
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin: 45px 0;
}

footer .divider {
  margin-top: 0;
}

.ft-navigation {
  margin-bottom: 50px;
}

.ft-lable {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: var(--white);
  position: relative;
}

.quick-link li {
  font-size: 13px;
  font-weight: normal;
  color: #b1b9c5;
  line-height: 100%;
  position: relative;
}

.quick-link li:not(:last-child) {
  margin-bottom: 18px;
}

.ft-bottom {
  background-color: #2d3033;
  margin: 50px 0 60px;
  padding: 25px 35px;
}

.ft-navbar {
  width: 570px;
  padding-left: 80px;
}

.ft-address {
  width: calc(100% - 570px);
  padding-right: 95px;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid rgb(255 255 255 / 10%);
}

.address-list li .addbox {
  display: flex;
  align-items: flex-start;
}

.address-list li .addbox p,
.address-list li .addbox a {
  font-size: 13px;
  font-weight: normal;
  color: #b1b9c5;
}

.address-list li .addbox a:hover {
  color: var(--orange);
}

.ft-logo {
  width: 117px;
}

.ft-address .address-list {
  width: calc(100% - 117px);
  padding-left: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.address-list li .addbox .add-icon {
  width: 30px;
  position: relative;
  top: 7px;
}

.address-list li .addbox .add-info {
  width: calc(100% - 30px);
}

.address-list li .addbox p {
  margin-bottom: 0;
}

.ft-navbar .quick-link {
  display: flex;
  margin: 0 -18px;
  justify-content: flex-end;
}

.ft-navbar .quick-link li {
  padding: 0 18px;
}

.ft-navbar .quick-link li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #52555b;
}

.card-list {
  display: flex;
  margin: 0 -6px;
  justify-content: flex-end;
}

.card-list li {
  padding: 0 6px;
}

.card-list li .cardbox {
  background: var(--white);
  min-height: 35px;
  padding: 3px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.copyright p {
  font-size: 14px;
  font-weight: 400;
  color: #2d2d2d;
}

.ft-top .heading-30 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 0;
}

/* ********| Thank You & Error | ******** */
.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: var(--red);
}

.thank_you_content>img {
  margin: 0 auto;
}

/* ********| FORM COMMON | ******** */
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2px;
  padding: 4px;
  line-height: 100%;
  top: 8px;
  left: 0;
}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 10px 10px 10px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: "Kanit";
  font-weight: 400;
  color: #333;
  font-size: 16px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/svg/form_error.svg) no-repeat left top;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 15px;
  top: 9px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf00;
  border-color: var(--themecolor);
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .incontainer,
  .container {
    max-width: 720px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}

/* Super large devices (large desktops, 1600px and up)*/
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

/* ******** || MARGIN AND PADDING || ******** */
.mb-0 {
  margin-bottom: 0px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.my-100 {
  margin: 100px 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-auto {
  margin: auto 0;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-80 {
  padding: 80px 0;
}

.pt-100 {
  padding-top: 100px;
}

.py-100 {
  padding: 100px 0;
}

.py-50 {
  padding: 50px 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-50 {
  padding-left: 50px !important;
}

/* ******* || COMMON UTILITY CLASSES || ******* */
.subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

/* ******* || INNER BANNER SECTION || ******* */
.inner-banner {
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(1deg, #11141d75 0%, #11141d36 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
}

.inner_banner_wrapper {
  padding: 107px 0 0 0;
  text-align: center;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-banner .inner_banner_info {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.inner_banner_info .heading-40,
.inner_banner_info .heading-50 {
  line-height: 1.25;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  color: var(--white);
}

/* Remove margin when my-100 is followed by py-100 */
.my-100+.py-100 {
  margin-bottom: 0;
}

/* Override the previous rule when py-100 is within .indoor_faq */
.indoor_faq.py-100 {
  margin-bottom: initial;
  /* or a specific value */
}

.pelmets_gallery.mb-100+.py-100 {
  margin-bottom: 0;
}

/* .explore_blinds.gray-bg.py-100 + .my-100 {
  margin-top: 0;
} */
.roller_crank_blind_pg .indoor_faq.light_bg_faq+.pelmets_gallery {
  margin-top: 100px;
}

.roller_crank_blind_pg .contentsec.what_we_do .btnwrap .btn-explore,
.indoor_pg .contentsec.what_we_do .btnwrap .btn-explore {
  width: fit-content;
}

/* -------------- || Quality Box || ----------- */
.qualities-sec {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  overflow: hidden;
}

.qualities_box {
  padding: 20px 0;
}

ul.qualities_box-list:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
}

.qualities_box-list .slick-slide:last-child .quality_card-box {
  justify-content: flex-end !important;
}

.qualities_box-list .slick-slide:first-child .quality_card-box {
  justify-content: flex-start !important;
}

.quality_card-box {
  display: flex;
  align-items: center;
  padding: 0 60px;
  justify-content: center !important;
}

.qualities_box-list .slick-slide:not(:first-of-type) .quality_card-box {
  padding-left: 0;
}

ul.qualities_box-list.slick-initialized {
  width: calc(100% + 120px);
  margin: 0 -60px;
}

.qualities-des {
  padding-left: 10px;
}

.qualities-des strong {
  font-size: 14px;
  font-weight: 600;
}

/* ******* || EXPLORE BLINDS || ******* */
.explore_wrapper {
  flex-wrap: nowrap;
  margin: 30px auto 0;
  position: relative;
  max-width: 1920px;
}

.explore-js .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.explore-js::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 250px;
  background: #f0f7ff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: 1;
}

.explore-js::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 250px;
  background: #f0f7ff 0% 0% no-repeat padding-box;
  opacity: 0.8;
}

.explore_blinds.gray-bg .explore-js::after,
.explore_blinds.gray-bg .explore-js::before {
  background: #ecebea 0% 0% no-repeat padding-box;
}

.explore_box {
  padding: 0 15px;
  width: 16.67%;
}

.explore-innerdiv {
  text-align: center;
}

.explore_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--white);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.explore_icon>img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.explore_title {
  margin-top: 45px;
  width: 100%;
  clear: both;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.8px;
  height: 25px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.explore_box p {
  line-height: 26px;
  letter-spacing: 0.28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 55px;
  position: relative;
}

.explore-innerdiv .btn-explore {
  width: 100%;
}

.explore-js .slick-next {
  right: 10.6%;
}

.explore-js .slick-prev {
  left: 10.6%;
}

.explore_box:hover .explore_icon {
  background-color: var(--orange);
}

.explore_box:hover .explore_icon>img {
  filter: brightness(0) invert(10);
}

.explore_box:hover .btn-explore {
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}

.explore_box:hover .btn-explore>img {
  filter: brightness(0) invert(10);
}

/* --------------|| EXPLORE GRID LIST CSS ||----------- */
.explore_grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16.5px;
  padding-top: 40px;
  row-gap: 40px;
}

.explore_grid_wrapper .explore_box {
  width: 25%;
  padding: 0 16.5px;
}

.explore_grid_wrapper.hmsv_slider {
  display: block;
}

.explore_grid_wrapper.hmsv_slider .slick-list .slick-slide>div:first-child .explore_box {
  margin-bottom: 40px;
}

.hmsv_slider .slick-prev {
  left: -60px;
}

.hmsv_slider .slick-next {
  right: -60px;
}

.explore_grid_wrapper.hmsv_slider:not(.slick-initialized) {
  display: flex;
}

.explore_grid_wrapper.hmsv_slider:not(.slick-initialized) a:not(:nth-child(-n + 4)) {
  display: none;
}

/* ------------------ || WHAT WE DO || ---------------- */

.content_txt h2,
.content-img-sec .half-section .left-side h2,
.content-img-sec .half-section .right-side h2,
.content-img-sec .half-section .left-side h2,
.content-img-sec .half-section .right-side h2 {
  font-size: clamp(26px, 2.5vw, 30px);
  line-height: 34px;
  letter-spacing: 0.52px;
  text-transform: inherit;
}

.content_txt h3,
.content-img-sec .half-section .left-side h3,
.content-img-sec .half-section .left-side h3,
.content-img-sec .half-section .right-side h3 {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 33px;
  letter-spacing: 0.52px;
  text-transform: inherit;
}

.content_img {
  width: 644px;
}

.content_txt {
  width: calc(100% - 644px);
  padding-left: 150px;
}

.content_mobile_img {
  display: none;
}

.flex-row-reverse .content_txt {
  padding-left: 0;
  padding-right: 150px;
}

.contentimgwrap {
  position: relative;
}

.contentimgwrap a {
  display: block;
}

.contentimgwrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: var(--primary);  
  opacity: 0.2;*/
  width: 100%;
  height: 100%;
}

.contentimgwrap a:before {
  content: "";
  position: absolute;
  background: url(../images/svg/play-button.svg) no-repeat 0 0;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin: -93px 0 0 -93px;
  z-index: 1;
}

/* .contentimgwrap.video-gradient a:before {
  content: "";
  position: absolute;
  background: url(../images/svg/play-button.svg) no-repeat 0 0;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin: -93px 0 0 -93px;
  z-index: 1;
} */
span.contentvideoimg {
  content: "";
  position: absolute;
  z-index: 1;
  width: 99px;
  height: 99px;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin: -54px 0 0 -50px;
  opacity: 1 !important;
}

.pulse {
  cursor: pointer;
  animation: pulse 3s infinite;
  border-radius: 50%;
}

.pulse img {
  max-width: 99px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 100px rgba(225, 128, 43, 0);
    box-shadow: 0 0 0 30px rgba(225, 128, 43, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
    box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
  }
}

.svcontent_slider .slick-arrow {
  z-index: 1;
}

.svcontent_slider .slick-prev:focus,
.svcontent_slider .slick-next:focus {
  background: white;
}

.float-title {
  position: absolute;
  top: 220px;
  left: calc(-80px - 3.5vw);
  transform: rotate(270deg);
  height: 25px;
  margin-bottom: 0;
  display: flex;
}

.float-title>[class*="heading-"] {
  margin-bottom: 0;
}

.float-title .heading-14 {
  font-size: 14px;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: 7px;
  color: var(--orange);
  opacity: 0.2;
}

.float_line::after {
  content: "";
  position: absolute;
  background: var(--orange);
  top: 8px;
  left: 0px;
  width: 2px;
  height: 72px;
  opacity: 0.2;
  margin-left: 19px;
}

.working_detail {
  margin-top: 20px;
}

.working_detail .working_item {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.working_detail .working_item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  background-color: rgba(112, 112, 112, 18%);
  height: 57px;
  width: 1px;
}

.working_item .heading-40 {
  line-height: 30px;
  color: var(--orange);
  margin-bottom: 7px;
}

.working_item .working_subtitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.24px;
  color: #52555b;
  text-transform: uppercase;
}

/* -------------------- || WHY CHOOSE DARK-BG SECTION || ----------------- */
.why_choose_dark_bg :is([class*="heading-"], p) {
  color: var(--white);
}

.why_choose_dark_bg {
  position: relative;
  z-index: 1;
}

.bg-wrapper>.bgimg {
  height: 100%;
}

.why_choose_dark_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 14, 28, 96%);
  z-index: -1;
}

.why-choose-wrapper {
  background-color: transparent;
  height: auto;
  width: auto;
  position: relative;
  overflow-x: hidden;
}

.why-choose-wrapper .text-center>a.btn-theme {
  margin-bottom: 70px;
}

ul.why_choose_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
  width: calc(100% + 2px);
}

ul.why_choose_list>li {
  padding: 15px 78px 45px;
  width: 33.33%;
  margin-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.why_choose_list li>ul>li {
  color: var(--white);
}

.why_choose_list li>ul {
  text-align: left;
}

.why_choose_list li>ul>li::before {
  filter: brightness(1) invert(10);
}

.payment_whychoose ul.why_choose_list>li:last-of-type {
  border-right: 0;
}

.payment_whychoose ul.why_choose_list:after {
  display: none;
}

ul.why_choose_list>li:nth-last-child(-n + 3) {
  padding: 45px 78px 45px;
}

.payment_whychoose ul.why_choose_list>li {
  width: 50%;
}

ul.why_choose_list:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 30%) 50%,
      rgba(255, 255, 255, 0) 100%);
}

ul.why_choose_list>li>.icon-wrap {
  height: 45px;
  width: 45px;
  margin: 0 auto 20px;
  position: relative;
}

.icon-wrap img {
  margin: auto;
}

ul.why_choose_list>li>.title-16,
.title-16 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--white);
}

.title-16 {
  color: var(--primary);
  margin-bottom: 10px;
}

ul.why_choose_list>li>p {
  font-weight: 400;
}

.about_why_choose_us .about_why_choose_wrapper .why_choose_right_block ul:not([class]) li {
  color: var(--primary);
  margin-bottom: 24px;
  line-height: 26px;

  &:last-child {
    margin-bottom: 0;
  }
}

.about_why_choose_us .about_why_choose_wrapper .why_choose_right_block ul:not([class]) li strong {
  display: block;
  width: 100%;
}

.suburb_pg .about_why_choose_us .about_why_choose_wrapper .why_choose_right_block ul:not([class]) li {
  color: var(--white);
}

.about_why_choose_wrapper:has(+ .gradient_text) {
  margin-bottom: 30px;
}

/* ******* || OUR WORK PROCESS || ******* */
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.header_wrap .heading-40 {
  margin-bottom: 0;
}

.step-box {
  margin-top: 35px;
  position: relative;
}

.step-box:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}

.step-box:not(.slick-initialized) li {
  width: 20%;
}

.step-img {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.step-img span {
  width: 120px;
  height: 120px;
  background: transparent linear-gradient(350deg, #fdf1ea 0%, #f0f7ff 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.step-count {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.28px;
  border: 2px solid var(--white);
}

.step-title {
  text-align: center;
}

.step-title .heading-16 {
  line-height: 16px;
  position: relative;
}

.step-title .heading-16:has(+ *) {
  padding-bottom: 15px;
}

.step-title .heading-16::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #4a4a49;
  height: 2px;
  width: 20px;
  display: none;
}

.step-title .heading-16:has(+ *):after {
  display: block;
}

/* .step-box .step-list .step-title {
  border-right: 1px solid rgba(112, 112, 112, 0.2);
} */

.step-box .slick-slide:not(:last-child) .step-list .step-title {
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}

.step-title p {
  color: #52555b;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.28px;
  font-weight: 400;
  padding: 0 32px;
}

.step-box::after {
  content: "";
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  border: 1px dashed rgb(17, 20, 29, 30%);
  width: 1058px;
  margin: auto;
  height: 0px;
  z-index: -1;
}

/* ******* || CTA SECTION || ******* */
.cta-wrap {
  padding: 25px 40px;
}

.half-section {
  display: flex;
  justify-content: space-between;
}

.cta-wrap .half-section {
  align-items: center;
}

.cta-wrap .half-section .right-side {
  width: 340px;
  max-width: 340px;
}

.cta-wrap .half-section .left-side {
  width: calc(100% - 340px);
  display: flex;
  align-items: center;
}

.cta-wrap .half-section .left-side>.cta-icon {
  min-width: 100px;
  height: 100px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

.cta_title {
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.25;
  letter-spacing: 0.56px;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 5px;
}

.cta-wrap .half-section .left-side p {
  line-height: 29px;
  color: #52555b;
  text-transform: math-auto;
}

.btnwrap {
  row-gap: 10px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .btnwrap [class*="btn-"]:not(:last-child) {
  margin-right: 10px;
} */

/* ******* || INSPIRATIONAL PROJECT SECTION || ******* */
.inspriational_project :is([class*="heading-"], p) {
  color: var(--white);
}

.inspriational_project {
  position: relative;
  background: var(--secondary);
  max-width: 100%;
  overflow: hidden;
}

.inspriational_project .insp_project_wrapper .subtitle {
  margin-bottom: 10px;
}

.inspriational_project .insp_project_wrapper .heading-40 {
  max-width: 900px;
  margin: auto;
  margin-bottom: 45px;
}

.inspriational_project .gradient_text {
  padding-top: 50px;
  width: 100%;
}

.inspriational_project .gradient_text img {
  margin: auto;
}

.inspiration_box {
  max-width: 1920px;
  margin: auto;
}

.inspriration_js {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 22vw;
}

.inspriration_js .slick-list {
  overflow: visible;
}

.inspriration_js li {
  padding: 0 83px;
}

.inspriration_js img {
  transition: all 300ms ease;
  bottom: 0;
}

.inspiration_box .draggable .slick-track {
  cursor: url("../images/draggable-icon.svg"), pointer;
}

.inspriration_js li .inspiration_items {
  transition: all 0.5s ease-in-out;
  max-width: 100vw;
  display: inline-block;
}

.inspriration_js li .inspiration_items .inspiration_item_img {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.inspriration_js li .inspiration_items:hover .inspiration_item_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 18, 32, 0.5);
  z-index: 1;
}

.inspriration_js .slick-next,
.inspriration_js .slick-prev {
  background: transparent;
  border: 1px solid #fff;
}

.inspriration_js .slick-prev:before,
.inspriration_js .slick-next:before {
  color: var(--white);
}

.inspriration_js .slick-next:hover,
.inspriration_js .slick-prev:hover {
  border: 1px solid var(--orange);
}

.inspriration_js .slick-prev:hover:before,
.inspriration_js .slick-next:hover:before {
  color: var(--orange);
}

.inspriration_js .slick-next {
  left: unset;
  right: calc(50% - 560px);
}

.inspriration_js .slick-prev {
  right: unset;
  left: calc(50% - 560px);
}

.inspiration_item_title {
  font-size: 16px;
  line-height: 1.2px;
  letter-spacing: 0.32px;
  font-weight: 600;
  color: var(--white);
  margin-top: 22px;
}

/* ******* || TESTIMONIAL SECTION || ******* */
.side-line-subtitle {
  color: var(--orange);
  padding-left: 34px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
}

.side-line-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 2px;
  background: var(--orange);
}

.client_list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 0 -20px 0;
  /* row-gap: 40px; */
}

.client_list li {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}

.client_box {
  padding: 40px;
}

.top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.google_wrap {
  display: flex;
  align-items: center;
}

.g_icon {
  background: #fff;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  line-height: 56px;
  margin-right: 15px;
}

.g_icon img {
  margin: 0 auto;
}

.cl_nm {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #4f4f57;
}

.cl_nm span {
  display: block;
  line-height: 18px;
  margin-bottom: 6px;
}

.location img {
  margin-right: 10px;
}

.cl_text {
  margin: 25px 0 0 0;
}

.client_box .cl_text {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 208px;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-js .slick-next,
.testimonial-js .slick-prev {
  top: -65px;
}

.testimonial-js .slick-prev {
  left: unset;
  right: 85px;
}

.testimonial-js .slick-next {
  right: 20px;
}

.testimonial-js:not(.slick-initialized) {
  display: flex;
}

.testimonial-js:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
  display: none;
}

/* *******|| REVIEW SECTION || ******* */
.review-box-section {
  position: relative;
  z-index: 1;
}

.review-box-wrap {
  position: relative;
  padding: 35px 10px;
  overflow: hidden;
  border-radius: 5px;
}

.review-box-wrap::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  background: #11141d 0% 0% no-repeat padding-box;
  position: absolute;
}

.review_ul {
  position: relative;
  z-index: 1;
  display: flex;
  /* justify-content: center; */
}

.review_items {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review_items:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.review_icon {
  min-height: 78px;
  margin-bottom: 15px;
  display: flex;
  align-items: end;
}

.review_items>p {
  color: var(--white);
  text-align: center;
}

.review-box-section .container {
  padding: 0;
}

/* --------------|| INSTAGRAM SECTION ||---------------- */
.insta_title_wrap .heading-34 {
  margin-bottom: 0;
}

.insta_icon {
  height: 42px;
  min-width: 42px;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

#sb_instagram .sbi_photo img {
  border-radius: 4px;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 12px 0 0 0;
}

.sbi_photo_wrap {
  position: relative;
}

.sbi_photo_wrap::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  background: url(../images/svg/instagram-sec.svg) no-repeat #ffffff00;
}

/* ******* || LATEST BLOG || ******* */
.blog_btn {
  min-width: 155px;
  width: 155px;
}

.blog_items {
  position: relative;
  max-width: 450px;
}

.blog_list {
  margin: 0 -15px;
}

.blog_list li {
  width: calc(33.33% - 30px);
  padding: 0 15px;
}

.blog_list>li>a {
  position: relative;
}

.product_name {
  position: absolute;
  left: -1px;
  top: 30px;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 17px;
  height: 33px;
  color: var(--primary);
  background-color: #fff;
  clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 0 48%, 0% 0%);
  display: inline-flex;
  text-transform: capitalize;
  align-items: center;
  padding: 8px 21px 8px 13px;
  font-weight: bold;
}

.blog-img {
  max-width: 450px;
  overflow: hidden;
}

.blog-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.blog-post {
  background-color: var(--white);
  position: relative;
  padding: 25px 25px 30px 25px;
  border: 1px solid transparent;
  border-top: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.blog-post.side-line:before {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  width: 2px;
  height: 44px;
  background-color: var(--orange);
}

.post_title {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.32px;
  font-weight: normal;
  color: var(--orange);
}

.date_type_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  row-gap: 8px;
}

.date_type_title *:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.date {
  white-space: nowrap;
  color: var(--orange);
}

.date_type_title *:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  background-color: rgba(82, 85, 91, 0.2);
  width: 1px;
  height: 16px;
}

.date,
.type_info p {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}

.post_detail.heading-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}

.blog-post>p {
  color: #292929;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  margin-bottom: 25px;
}

.blog_items>a:hover .blog-post {
  border-color: #e69065;
}

.blog_items>a:hover .blog-img>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog_items>a:hover .blog-post .btn-read-more {
  color: var(--orange);
  background-color: transparent;
}

.blog_items>a:hover .blog-post .btn-read-more::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.blog_items>a:hover .blog-post .btn-read-more>img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(24%) saturate(4999%) hue-rotate(350deg) brightness(96%) contrast(90%);
}

.blog-detailpg h2,
.blog-detailpg h2.wp-block-heading {
  font-size: clamp(18px, 2.5vw, 26px);
}

.blog-detailpg h3,
.blog-detailpg h3.wp-block-heading {
  font-size: clamp(18px, 2.5vw, 26px);
}

.blog-detailpg h4,
.blog-detailpg h4.wp-block-heading {
  font-size: clamp(18px, 2.5vw, 26px);
}

.blog-left ul.wp-block-list {
  margin-bottom: 36px;
}

.blog-left ol.wp-block-list {
  padding-left: 18px;
}

/*-----------|| BLOG GRID VIEW ||----------- */
.blog_inner_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 35px;
  margin-bottom: 50px;
}

/* ******* || CONTENT IMG SEC || ******* */
.content-img-sec .half-section .left-side {
  max-width: 644px;
  width: calc(100% - 644px);
}

.content-img-sec .half-section .right-side {
  width: 644px;
}

.content-img-sec .half-section:not(:last-child) .left-side,
.content-img-sec .half-section:not(:last-child) .right-side {
  margin-bottom: 100px;
}

/* .content-img-sec .half-section .right-side:has(.img-wrap:is(.video-gradient)) {
  padding-right: 14px;
} */

.video-gradient {
  position: relative;
}

.video-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #0303032b 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}

.vidicon_center .contentvideoimg .vidplay_icon {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  width: 99px;
  z-index: 1;
}

.indoor_pg .video_wrapper .content_video_wrap .video-gradient img {
  aspect-ratio: 2/1.2;
}

span.svdvid_title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 75px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f3f3f3;
  padding: 15px;
  text-align: center;
}

.video_wrapper .flex-container {
  justify-content: space-between;
}

.video_wrapper .flex-container {
  gap: 50px;
}

.video_wrapper .flex-container .content_video_wrap.content_img {
  width: calc(50% - 25px);
}

.video_wrapper .container::after,
.video_wrapper .container::before {
  display: none;
}

.my-100.video_wrapper+.explore_blinds.py-100:not(.explore_blinds.gray-bg.py-100) {
  padding-top: 0;
}

.video-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 54%));*/
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}

/* -----------|| WHY CHOOSE TAB SECTION ||------------ */
.why_choose_heading_intro {
  padding-bottom: 42px;
  margin-bottom: 70px;
  position: relative;
}

.why_choose_heading_intro::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2d2d2d;
  opacity: 0.2;
  height: 1px;
}

.why_choose_heading_intro .heading-26 {
  margin-bottom: 0;
  max-width: calc(100% - 650px);
}

/* -------------- Plantation Shutters --------------- */
.service_tab_section {
  & .container {
    max-width: 1200px;

    & .why_choose_heading_intro {
      margin-bottom: 42px;
    }
  }
}

/* ------------------|| Innovative CTA Section ||------------------ */
.innovative_cta_wrapper {
  position: relative;
  padding: 17px 30px;
}

.innovative_cta_wrapper .bgimg {
  max-height: unset;
  height: 100%;
}

.innovative_cta_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(234, 99, 34, 85%);
  z-index: 1;
}

.innovative_content {
  position: relative;
  z-index: 1;
}

.innovative_content .half-section .left-side {
  display: flex;
  align-items: center;
  width: calc(100% - 385px);
}

.innovative_content .half-section .left-side .cta-icon {
  min-width: 127px;
  margin-right: 25px;
}

.innovative_content .half-section .left-side .cta_desc {
  margin-right: 35px;
}

.innovative_content .half-section .left-side .cta_desc .heading-20 {
  margin: 0;
  color: var(--white);
  text-transform: math-auto;
  line-height: 1.5;
}

.innovative_content .half-section .left-side .cta_desc .heading-20>span {
  color: var(--primary);
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: 25px;
  letter-spacing: 0.4px;
  font-weight: 700;
  line-height: 1.5;
}

.innovative_content .half-section .right-side {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.innovative_content .half-section .right-side .btnwrap .btn-white-border>img,
.white_img_filter>img {
  margin-left: 0;
  margin-right: 8px;
  filter: brightness(0) invert(10);
}

.innovative_content .half-section .right-side .btnwrap .btn-white-border:hover>img,
.white_img_filter:hover>img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(91%) saturate(934%) hue-rotate(348deg) brightness(97%) contrast(90%);
}

.innovative_content .half-section .right-side .btnwrap .btn-dark,
.page_wrapper .btn-dark {
  width: 160px;
  text-transform: uppercase;
}

.innovative_content .half-section .right-side .btnwrap .btn-dark:hover {
  border-color: var(--white);
}

/* -----------------|| WHY CHOOSE US >>> INNER PAGES ||--------------- */
.about_why_choose_us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 235, 234, 96%);
  z-index: -1;
}

.why_choose_left_block {
  width: 511px;
  padding-right: 167px;
  padding-bottom: 35px;
}

.why_choose_right_block {
  width: calc(100% - 511px);
  margin: auto;
}

.why_choose_right_block .why_choose_list {
  align-items: unset;
  gap: 24px;
}

.why_choose_right_block .why_choose_list li {
  width: calc(33.33% - 24px);
  background-color: var(--white);
  padding: 30px 25px 25px 25px;
}

.why_choose_right_block ul.why_choose_list>li:nth-last-child(-n + 3) {
  padding: 30px 25px 25px 25px;
}

.why_choose_right_block .why_choose_list>li>.title-16 {
  color: var(--primary);
}

/* ------------|| FORM INNER BANNER SECTION ||------------ */
.formInner_bannerSec {
  justify-content: space-between;
}

.formbanner_left_block {
  width: 620px;
}

.formbanner_right_block {
  width: 360px;
}

.formInner_bannerSec {
  padding: 80px 0;
}

.formbanner_left_block .heading-50,
.formbanner_left_block .heading-20,
.formbanner_left_block p {
  color: var(--white);
}

.formbanner_left_block .heading-50 {
  margin-bottom: 10px;
}

.formbanner_left_block .heading-20 {
  margin-bottom: 15px;
}

.formbanner_left_block>p {
  line-height: 1.3;
  letter-spacing: 0.56px;
  margin-bottom: 25px;
}

.formbanner_left_block .btn-theme>img {
  width: 24px;
  margin-right: 8px;
  margin-left: 0;
}

/*-----------|| INDOOR PAGE CSS ||------------- */
.indoor_pg .about_why_choose_wrapper .why_choose_left_block,
.roller_crank_blind_pg .about_why_choose_wrapper .why_choose_left_block,
.pelmets_pg .about_why_choose_wrapper .why_choose_left_block {
  width: 557px;
}

.indoor_pg .about_why_choose_wrapper .why_choose_right_block,
.roller_crank_blind_pg .about_why_choose_wrapper .why_choose_right_block,
.pelmets_pg .about_why_choose_wrapper .why_choose_right_block {
  width: calc(100% - 557px);
}

/* .roller_crank_blind_pg .explore_blinds.py-100 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 100px;
  margin-top: 100px;
} */

.about_why_choose_us:has(+ .our-brochure-sec) {
  margin-bottom: 0;
}

/* ----------- || FAQ SECTION :: START || ----------- */
.indoor_faq::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #090d1c 0% 0% no-repeat padding-box;
  opacity: 0.96;
}

.faq-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}

.faq-intro:has(+ *) {
  margin-bottom: 30px;
}

.faq-intro .heading-36 {
  color: var(--white);
  margin-bottom: 35px;
}

.indoor_faq_wrapper {
  position: relative;
  z-index: 1;
}

.indoor_faq_left {
  width: 907px;
  padding-right: 132px;
}

.indoor_faq_right {
  width: calc(100% - 907px);
}

.indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul,
.light_bg_faq .indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul {
  margin-top: 15px;
}

.indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul li {
  color: var(--white);
}

.light_bg_faq .indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul li {
  color: #030303;
}

.indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul:not([class]) li:before {
  filter: brightness(1) invert(1);
}

.light_bg_faq .indoor_faq_wrapper .indoor_faq_left .smk_accordion .accordion_in ul:not([class]) li::before {
  filter: unset;
}

/* -------------- || FAQ SECTION :: END || --------------- */

/*-----------|| ROLLER CRANK BLIND PAGE ||------------- */
.roller_crank_blind_pg .btn-explore {
  font-weight: 600;
}

.roller_crank_blind_pg .contentsec.what_we_do .btn-explore>img,
.ezip_blinds_pg .contentsec.what_we_do .btn-explore>img {
  margin-right: 8px;
  margin-left: 0;
  min-width: 19px;
}

.contentsec.what_we_do .content_txt iframe {
  max-width: 100%;
}

.straight_drop_blind_sec .intro-sec .subtitle,
.ezip_blinds_pg .intro-sec .subtitle {
  margin-bottom: 10px;
}

.straight_blind_list {
  margin: 0 -25px;
}

.straight_blind_list .slick-slide {
  padding: 0 25px;
}

.straight_blind_list li {
  background: #ecebea;
}

.straight_blind_img {
  padding: 25px;
}

.straight_blind_content {
  background: #252527;
  padding: 30px;
  text-align: center;
}

.straight_blind_content .heading-16,
.straight_blind_content p,
.design_syle_content .heading-16,
.design_syle_content ul li,
.design_syle_content p {
  color: var(--white);
}

/*-------------|| ROLLER CRANK BLIND PAGE --- COLOR PALLET CSS ||------------- */
.color-pallet {
  background: #ecebea;
}

.color-pallet-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.color-pallet-box {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.color-names {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

.color-names.black-text {
  color: #000;
}

.color-names.white-text {
  color: #fff;
}

.color-pallet-box.zinc {
  background: #aaabae;
}

.color-pallet-box.white {
  background: #ffffff;
}

.color-pallet-box.surfmist {
  background: #ddd8d4;
}

.color-pallet-box.dune {
  background: #b1a8a2;
}

.color-pallet-box.primrose {
  background: #efdfc5;
}

.color-pallet-box.merino {
  background: #d7c7b7;
}

.color-pallet-box.jasper {
  background: #706458;
}

.color-pallet-box.heritage-red {
  background: #67352b;
}

.color-pallet-box.mist-green {
  background: #8f9a78;
}

.color-pallet-box.caufield-green {
  background: #354f35;
}

.color-pallet-box.iron-stone {
  background: #414747;
}

.color-pallet-box.mountain-blue {
  background: #21353e;
}

.color-pallet-box.shale-grey {
  background: #c7c6c4;
}

.color-pallet-box.state-grey {
  background: #555650;
}

.color-pallet-box.charcoal {
  background: #3a3a38;
}

.color-pallet-box.black {
  background: #000000;
}

.color-pallet-box.monument {
  background: #2b2628;
}

.color-pallet-box.power-coat-monument {
  background: #404443;
}

.color-pallet-box.woodland-grey {
  background: #585c59;
}

.color-pallet-box.paperbank {
  background: #a79277;
}

.color-pallet-box.classic-cream {
  background: #f0e7c7;
}

.color-pallet .intro-sec p {
  margin-bottom: 30px;
}

/*-------------|| ROLLER CRANK BLIND PAGE --- DESIGN STYLE CSS ||------------- */
.design_style_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  row-gap: 50px;
}

.design_style_list>li {
  padding: 0 25px;
  width: 33.33%;
}

.design_style_items {
  background: #252527;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}

.design_style_img img {
  margin: auto;
  margin-bottom: 0px;
}

.design_syle_content {
  padding: 30px 30px 30px 30px;
}

ul.design_style_list li ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
}

ul.design_style_list li ul:not([class]) li,
ul.design_style_list li ul.half li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

ul.design_style_list li ul:not([class]) li:not(:last-child) {
  margin-bottom: 12px;
}

ul.design_style_list li ul:not([class]) li:before,
ul.design_style_list li ul.half li:before {
  content: "-";
  position: absolute;
  background: unset;
  background-size: contain;
  left: 0;
  top: 0px;
  width: 11px;
  height: 2px;
}

/*----------- || OUR BROCHURE SEC ||----------- */

.our-brochure-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #292929 0% 0% no-repeat padding-box;
  opacity: 0.96;
}

.our-brochure-sec .faq-intro .subtitle {
  margin-bottom: 6px;
}

.our-brochure-wrapper {
  z-index: 1;
  margin: 0 -12.5px;
}

.our-brochure-wrapper .faq-intro p {
  color: var(--white);
}

.our_brochure_wrapper .slick-slide {
  padding: 0 12.5px;
}

.our-brochure-wrapper li {
  background: #fff;
  padding: 16.5px 16.5px 25px 16.5px;
}

.our-brochure-wrapper li a {
  display: inline-block;
}

.brochure_image {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  padding: 12px 22px;
  height: 389px;
  max-height: 389px;
}

.brochure_image img {
  width: 100%;
  object-fit: contain;
}

.brochure_title {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.28px;
  line-height: 18px;
  color: #292929;
  font-weight: 500;
  max-width: 100%;
  height: 35px;
  margin: 17px auto 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brochure_title>img {
  margin-right: 10px;
}

.our-brochure-sec:has(+ .pelmets_gallery) {
  margin-bottom: 100px;
}

/* ---------------|| GALLERY SECTION ||------------- */
.pelmets_gallery_slider {
  margin: 0 -10px;
}

.pelmets_gallery_slider .slick-slide {
  padding: 0 10px;
}

.gallery-box.column2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.attachment-gallery_portrait {
  max-height: 480px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.attachment-gallery_square {
  max-height: 230px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pelmets_gallery_slider .slick-prev {
  left: -18px;
}

.pelmets_gallery_slider .slick-next {
  right: -18px;
}

/*--------------|| EZIP BLINDS PAGE ||------------- */
.ezip_blinds_pg .btn-explore {
  max-width: 270px;
  text-transform: uppercase;
}

.ezip_blinds_pg.page_wrapper ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}

/*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
.why-ezip-sec {
  background-color: #ecebea;
}

.why-ezip-items {
  display: flex;
  align-items: center;
}

.why-ezip-list li:not(:last-of-type) .why-ezip-items {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.why-ezip-img {
  width: 640px;
}

.why-ezip-content {
  width: calc(100% - 640px);
  padding-left: 20px;
}

.why-ezip-items .why-ezip-content p {
  font: normal normal normal 14px/20px Sora;
  letter-spacing: 0.28px;
  color: #292929;
  line-height: 22px;
}

/* ---------||EZIP OPTIONS SECTION:: START||----------- */
.ezip-option-sec {
  background: #252527;
}

.ezip-option-wrapper .intro-sec p {
  margin-bottom: 30px;
  color: var(--white);
}

.ezip-option-list {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}

.ezip-option-list li {
  width: calc(50% - 17.5px);
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  text-align: center;
  padding: 20px;
  /*margin: auto;*/
}

.ezip-option-img img {
  margin: auto;
}

.ezip-option-content .title-16,
.ezip-option-content p {
  color: var(--white);
}

.ezip-option-content {
  max-width: 350px;
  margin: 15px auto 0;
}

.ezip-option-sec .heading-26 {
  color: var(--white);
}

/* ------------||EZIP ADAPTABILITY||------------ */
.ezip-adaptibilty-sec {
  position: relative;
}

.ezip-adaptibilty-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 235, 234, 96%);
  z-index: -1;
}

.ezip-adpative-devices-list {
  display: flex;
  gap: 50px;
}

.ezip-adpative-devices-list li {
  background: #252527;
  width: calc(50% - 25px);
}

.ezip-adaptive-img {
  padding: 10px;
  height: 245px;
  background-color: var(--white);
}

.ezip-adaptive-img>img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}

.ezip-adaptive-content {
  padding: 30px 28px 25px;
}

.ezip-adaptive-content .title-16,
.ezip-adaptive-content p {
  color: var(--white);
  text-align: center;
}

/* --------------||EZIP COLOR SECTION||----------- */
.ezip-color-wrapper {
  display: flex;
  justify-content: space-between;
}

.ezip-left-block {
  width: calc(100% - 547px);
  max-width: 520px;
}

.color-pallet-box.border {
  border: 1px solid #000;
}

.ezip-right-block {
  /* width: 547px;*/
  width: 620px;
}

/* -------------|| Experience & Warranty Sec ||------------ */
.experience_wrapper_sec .intro-sec {
  position: relative;
  z-index: 1;
}

.experience_wrapper_sec .intro-sec .heading-40 {
  color: var(--white);
}

.experience_wrapper_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #191c1f 0% 0% no-repeat padding-box;
  opacity: 0.78;
}

.experience_container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 132px;
}

.experience_container>li {
  background-color: #ecebea;
  max-width: 643px;
  padding: 30px 45px 45px 45px;
  text-align: center;
}

.experience_container>li .experience_content h2 {
  text-transform: capitalize;
}

.payment_expwrap .experience_container>li {
  max-width: 100%;
  width: calc(50% - 30px);
}

.experience_container>li:has(.experience_content ul li) {
  text-align: left;
}

.experience_content h4 {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 33px;
  letter-spacing: 0.52px;
}

.experience_content :is(h2, h3, h4, h5) {
  color: var(--orange);
}

.experience_icon {
  margin-bottom: 20px;
}

.experience_icon>img {
  margin: auto;
}

.experience_title .heading-26,
.experience_title h4 {
  margin-bottom: 20px;
}

/* ---------------|| TESTIMONIAL PAGE ||---------------- */
.testimonialpg .review-box-section .review-box-wrap,
.faqpg .review-box-section .review-box-wrap {
  padding: 30px 20px;
  border-radius: 6px;
  overflow: hidden;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul,
.faqpg .review-box-section .review-box-wrap .review_ul {
  flex-direction: column;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items,
.faqpg .review-box-section .review-box-wrap .review_ul .review_items {
  width: 100%;
  flex-direction: unset;
  justify-content: unset;
  padding: 25px 0;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:first-child,
.faqpg .review-box-section .review-box-wrap .review_ul .review_items:first-child {
  padding-top: 0;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:last-child,
.faqpg .review-box-section .review-box-wrap .review_ul .review_items:last-child {
  padding-bottom: 0;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-of-type),
.faqpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon,
.faqpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon {
  min-width: 78px;
  min-height: unset;
  margin-right: 10px;
  margin-bottom: 0;
  align-items: center;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon img {
  max-width: 72px;
  object-fit: contain;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-child),
.faqpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-child) {
  border-right: none;
}

.testimonialpg .review-box-section .review-box-wrap .review_ul .review_items>p,
.faqpg .review-box-section .review-box-wrap .review_ul .review_items>p {
  text-align: left;
}

/* --------------||FAQ PAGE||------------ */
.faq-list-wrapper {
  background: transparent linear-gradient(315deg, #fdf1ea 0%, #ecebea 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 0px #ea6322;
  border-radius: 4px;
  padding: 28px 20px;
  margin-bottom: 50px;
}

.faq-list-wrapper ul li {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.faq-list-wrapper ul li:is(.active)>a {
  color: var(--orange);
}

.faq-list-wrapper ul li.active::before,
.faq-list-wrapper ul li:hover::before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(96%) saturate(2835%) hue-rotate(353deg) brightness(99%) contrast(85%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

/*----------------|| CONTACT US PAGE||---------------- */

.ctact-left {
  width: calc(100% - 630px);
  padding-right: 94px;
}

.ctact-right {
  width: 630px;
}

.ctact-right .get-wrapper {
  border-radius: 4px;
  border-top: 3px solid #ea6322;
  padding: 34px 40px;
  background-image: linear-gradient(150deg, #f0f7ff, #fdf1ea 75%);
}

.get-wrapper .form-control {
  height: 60px;
  border-radius: 2px;
}

.get-wrapper .form-group {
  margin-bottom: 12px;
}

.get-wrapper select.form-control {
  background: url(../images/svg/select-arrow.svg) no-repeat top 22px right 10px #fff;
}

.get-wrapper .upload_btn>label,
.get-wrapper .upload_btn>input[type="file"],
.get-wrapper .upload_btn>.wpcf7-form-control-wrap input[type="file"],
.get-wrapper .fakebtn .form_upload_btn,
.get-wrapper .upload_btn .wpcf7-form-control-wrap {
  height: 60px;
}

.get-wrapper .fakebtn .form_upload_btn {
  font-size: 16px;
  min-width: 170px;
  padding-right: 35px;
}

.get-wrapper .fakebtn img {
  right: 25px;
  width: 12px;
}

.recaptcha,
.get-wrapper p {
  font-size: 12px;
  line-height: 16px;
}

.get-wrapper p {
  margin-bottom: 20px;
}

.get-wrapper p:last-child {
  margin-bottom: 0;
}

.ctact-left .review_items {
  width: 33.33%;
}

.ctact-left .review-box-wrap {
  padding: 30px 10px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 44px;
}

.ctact-left .review-box-wrap>img {
  height: 100%;
}

.ctact-left .review_items>p {
  max-width: 160px;
  line-height: 19px;
  text-align: center;
}

/* ----------------|| FIND US & CONTACT US SECTION ||--------------- */
.find-us-wrapper {
  background: transparent linear-gradient(296deg, #fdf1ea 0%, #ecebea 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 0px #ea6322;
  border-radius: 4px;
  padding: 32px 40px 40px 80px;
  display: flex;
}

.find-us-left-block.ctact-left {
  width: calc(100% - 550px);
  padding-right: 113px;
}

.find-us-right-block {
  width: 550px;
}

.contact_list {
  display: flex;
  justify-content: space-between;
}

.cont-add-box {
  display: flex;
  align-items: start;
}

.cont-add-box:not(:last-of-type) {
  padding-bottom: 47px;
}

.cont-add-icon {
  width: 40px;
  height: 40px;
  background: #11141d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

.cont-add-info {
  width: calc(100% - 40px);
  padding-left: 15px;
  margin-top: 8px;
}

.cont-add-info p,
.cont-add-info a {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.contact_list_left_column .cont-add-info p:not(:last-child) {
  margin-bottom: 15px;
}

.contact_list .cont-add-box .cont-add-icon>img {
  filter: brightness(0) invert(1);
}

/*--------------|| SUBURB PAGE >> WHY CHOOSE US SECTION ||-------------- */
.suburb_pg .about_why_choose_us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 14, 28, 96%);
  z-index: -1;
}

.suburb_pg .about_why_choose_us .why_choose_left_block .intro-sec .heading-40,
.suburb_pg .about_why_choose_us .why_choose_left_block p,
.suburb_pg .about_why_choose_us .why_choose_right_block p,
.suburb_pg .about_why_choose_us .why_choose_right_block .title-16 {
  color: var(--white);
}

.suburb_pg.page_wrapper .about_why_choose_us .about_why_choose_wrapper .why_choose_right_block ul:not([class]) li:before {
  filter: brightness(0) invert(10);
}

.suburb_pg .content-img-sec .half-section h2 {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 33px;
  letter-spacing: 0.52px;
}

/*---------------|| EXTRA SECTION >> CUSTOM SHAPES ||---------------- */
.custom-shapes-sec .intro-sec {
  max-width: 900px;
  margin: auto;
}

.custom_shapes_list {
  margin: 0 -16.5px;
}

.custom_shapes_list .slick-slide {
  padding: 0 16.5px;
}

.custom_shape_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdf1ea;
  border-radius: 2px;
  height: 226px;
}

/*---------------|| EXTRA SECTION >> MOUNTING OPTIONS ||---------------- */
.mounting-system-sec .intro-sec p:last-child {
  margin-bottom: 30px;
}

.mounting-system-sec .heading-26 {
  margin-bottom: 40px;
}

.mounting_system_list {
  margin: 0 -16px;
}

.mounting_system_list .slick-slide {
  padding: 0 16px;
}

.mounting_system_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--white);
  border-radius: 2px;
  padding: 22px 0;
}

.mounting_system_box .title-16 {
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 44px;
  padding: 0 10px;
}

.mounting_system_list .slick-prev {
  left: -50px;
}

.mounting_system_list .slick-next {
  right: -50px;
}

/*---------------|| EXTRA SECTION >> FEATURES & OPTIONS ||---------------- */
.feature_option_4column_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 40px;
}

.feature_option_4column_list li,
.feature_option_3column_list li {
  background: #ecebea;
  flex: 1;
}

.feature_option_content,
.feature_option_content {
  padding: 30px;
  text-align: center;
}

.features_options_sec .intro-sec>p {
  line-height: 2.15;
  max-width: 1250px;
  margin: auto;
}

.feature_option_3column_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

/*---------------|| EXTRA SECTION >> POWER-COATING ||---------------- */

.power_coat_color_pallets {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.power_coat_box {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.powercoat-colors-sec .intro-sec .heading-26 {
  margin-bottom: 42px;
}

.power_coat_color_pallets .color-pallet-box {
  border-radius: 2px;
}

.color-pallet-box.custom_power_coat {
  border: 1px solid #707070;
}

.color-pallet-box.custom_power_coat .color-names {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.5;
}

.power_coat_color_pallets .color-pallet-box.white {
  border: 1px solid #ebe8e8;
}

/* -------------- || POP UP CONTENT || -------------- */
#suburb-missing-popup {
  border-radius: 5px;
  padding: 30px;
  max-width: 808px;
}

#suburb-search-popup-content form .row:last-of-type .form-group {
  margin-bottom: 0;
}

#suburb-search-popup-content form p {
  margin-bottom: 10px;
}

/* ******** || RESPONSIVENESS START || ******** */

@media (min-width: 1921px) {
  .inner-banner img.banner_bg {
    width: 100%;
  }

  .insp_project_wrapper {
    max-width: 1920px;
    margin: auto;
  }

  .inspriration_js {
    padding: 0px 15vw;
  }
}

@media (max-width: 1599.99px) {

  /* -------------- || Quality Box || ----------- */
  .qualities_box {
    padding: 20px 0 2px;
  }

  /* -----------------|| WHY CHOOSE US >>> INNER PAGES ||--------------- */
  .why_choose_left_block {
    width: 470px;
    padding-right: 90px;
  }

  .why_choose_right_block {
    width: calc(100% - 470px);
  }

  /* ----------- || FAQ SECTION :: START || ----------- */
  .indoor_faq_left {
    width: 800px;
    padding-right: 100px;
  }

  .indoor_faq_right {
    width: calc(100% - 800px);
  }

  /*-----------|| BLOG GRID VIEW ||----------- */
  .blog_inner_grid {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }

  /* ----------------|| FIND US & CONTACT US SECTION ||--------------- */
  .find-us-wrapper {
    padding: 32px 40px 32px 40px;
  }

  .find-us-left-block.ctact-left {
    padding-right: 70px;
  }

  /* ******** || FOOTER || ******** */
  .ft-top .heading-30 {
    font-size: 25px;
  }

  .ft-block1 {
    width: 325px;
  }

  .ft-block2 {
    width: calc(100% - 325px);
    padding-left: 60px;
  }
}

@media screen and (max-width: 1439.99px) {

  /* ******* SPACE ******** */
  .pb-100 {
    padding-bottom: 80px;
  }

  .pt-100 {
    padding-top: 80px;
  }

  .py-100 {
    padding: 80px 0;
  }

  .py-90 {
    padding: 60px 0;
  }

  .py-80 {
    padding: 60px 0;
  }

  .py-50 {
    padding: 40px 0;
  }

  .mt-80 {
    margin-top: 60px;
  }

  .my-80,
  hr {
    margin: 60px 0;
  }

  .my-100 {
    margin: 80px 0;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  /* SECTION SPACING */
  .roller_crank_blind_pg .indoor_faq.light_bg_faq+.pelmets_gallery {
    margin-top: 80px;
  }

  /* ********** || AWININGS PAGES || ********** */
  /* .roller_crank_blind_pg .explore_blinds.py-100 {
    padding-bottom: 0;
    margin-bottom: 80px;
    margin-top: 80px;
  } */

  /* ******* || EXPLORE BLINDS || ******* */
  .explore-js::before,
  .explore-js::after {
    width: 175px;
  }

  /* ******* || CTA SECTION || ******* */
  .cta-wrap {
    padding: 20px 20px;
  }

  /* ******* || INSPIRATIONAL PROJECT SECTION || ******* */
  .inspriration_js li {
    padding: 0 63px;
  }

  /* ******* || CONTENT IMG SEC || ******* */
  .content-img-sec .half-section .left-side {
    width: calc(100% - 560px);
    padding-right: 50px;
  }

  .content-img-sec .half-section .right-side {
    width: 560px;
  }

  .content-img-sec .half-section.flex-row-reverse .left-side {
    padding-right: 0;
    padding-left: 50px;
  }

  .flex-row-reverse .content_txt {
    width: calc(100% - 590px);
    padding-right: 50px;
  }

  .content_img {
    width: 590px;
  }

  .content_txt {
    width: calc(100% - 590px);
    padding-left: 100px;
  }

  /* -----------------|| WHY CHOOSE US >>> INNER PAGES ||--------------- */
  .about_why_choose_wrapper {
    flex-wrap: wrap;
  }

  .why_choose_left_block,
  .indoor_pg .about_why_choose_wrapper .why_choose_left_block,
  .roller_crank_blind_pg .about_why_choose_wrapper .why_choose_left_block,
  .pelmets_pg .about_why_choose_wrapper .why_choose_left_block {
    width: 100%;
    padding: 0;
  }

  .why_choose_right_block,
  .indoor_pg .about_why_choose_wrapper .why_choose_right_block,
  .roller_crank_blind_pg .about_why_choose_wrapper .why_choose_right_block,
  .pelmets_pg .about_why_choose_wrapper .why_choose_right_block {
    width: 100%;
  }

  .why_choose_left_block.sticky {
    position: relative;
    top: unset;
    text-align: center;
  }

  /* -------------|| Experience & Warranty Sec ||------------ */
  .experience_container>li {
    padding: 25px 30px 30px 30px;
  }

  .experience_container {
    gap: 50px;
  }

  /* -----------|| WHY CHOOSE TAB SECTION ||------------ */
  .why_choose_heading_intro {
    margin-bottom: 30px;
  }

  /*----------------|| ABOUT PAGE >>> WHY CHOOSE US SECTION ||-------------- */
  .about_why_choose_wrapper {
    gap: 30px;
  }

  /* --------------|| EXPLORE GRID LIST CSS ||----------- */
  .explore_grid_wrapper {
    margin: 0 -23px;
  }

  .explore_grid_wrapper .explore_box {
    width: 33.33%;
    padding: 0px 23px;
  }

  .explore_grid_wrapper.hmsv_slider {
    margin: 0 -15px;
  }

  .explore_grid_wrapper.hmsv_slider .explore_box {
    padding: 0 15px;
  }

  .explore_grid_wrapper.hmsv_slider .explore_box .explore-innerdiv .explore-img.attachment-hm_service {
    width: 100%;
  }

  .explore_grid_wrapper.hmsv_slider .slick-list .slick-slide>div:first-child .explore_box {
    margin-bottom: 30px;
  }

  .explore_grid_wrapper.hmsv_slider:not(.slick-initialized) a:not(:nth-child(-n + 3)) {
    display: none;
  }

  /* ----------- || FAQ SECTION :: START || ----------- */
  .indoor_faq_left {
    width: 650px;
    padding-right: 50px;
  }

  .indoor_faq_right {
    width: calc(100% - 650px);
  }

  /* ------------------|| Innovative CTA Section ||------------------ */
  .innovative_content .half-section .left-side .cta_desc br {
    display: none;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- DESIGN STYLE CSS ||------------- */
  .design_style_list {
    margin: 0 -15px;
    row-gap: 30px;
  }

  .design_style_list>li {
    padding: 0 15px;
  }

  /*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
  .why-ezip-img {
    width: 600px;
  }

  .why-ezip-content {
    width: calc(100% - 600px);
  }

  /* --------------|| EZIP OPTIONS SECTION:: START || ----------------- */
  .ezip-option-list {
    gap: 15px;
    justify-content: center;
  }

  /* --------------|| EZIP COLOR SECTION: START ||----------- */
  .ezip-left-block {
    width: calc(100% - 520px);
    max-width: 520px;
  }

  .ezip-right-block {
    width: 520px;
  }

  .ezip-color-sec .color-pallet-box {
    width: 140px;
    height: 140px;
  }

  .ezip-color-sec .color-names {
    font-size: 14px;
    line-height: 22px;
  }

  /* ------------||EZIP ADAPTABILITY||------------ */
  .ezip-adpative-devices-list {
    gap: 30px;
    flex-wrap: wrap;
  }

  /*-----------|| BLOG GRID VIEW ||----------- */
  .blog_inner_grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
  }

  /*----------- || OUR BROCHURE SEC ||----------- */
  .brochure_image {
    height: 280px;
  }

  .our-brochure-sec:has(+ .pelmets_gallery) {
    margin-bottom: 80px;
  }

  /* ******* || OUR WORK PROCESS || ******* */
  .step-box::after {
    width: 840px;
  }

  /*----------------|| CONTACT US PAGE||---------------- */
  .ctact-right {
    width: 480px;
  }

  .ctact-left {
    width: calc(100% - 480px);
    padding-right: 60px;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items {
    padding: 15px 0;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon {
    min-width: 60px;
  }

  .testimonialpg .review-box-section .review-box-wrap,
  .faqpg .review-box-section .review-box-wrap {
    padding: 20px;
  }

  .faq-list-wrapper {
    margin-bottom: 30px;
  }

  /* ----------------|| FIND US & CONTACT US SECTION ||--------------- */
  .find-us-right-block {
    width: 350px;
  }

  .find-us-left-block.ctact-left {
    padding-right: 60px;
    width: calc(100% - 350px);
  }

  /*---------------|| EXTRA SECTION >> FEATURES & OPTIONS ||---------------- */
  .feature_option_3column_list {
    gap: 20px;
  }

  .feature_option_3column_list li {
    flex: unset;
    width: calc(33.33% - 20px);
  }

  /*---------------|| EXTRA SECTION >> MOUNTING OPTIONS ||---------------- */
  .mounting_system_list {
    margin: 0 -10px;
  }

  .mounting_system_list .slick-slide {
    padding: 0 10px;
  }

  /* ******* || FOOTER || ******* */
  footer .btnwrap [class*="btn-"] {
    min-width: 130px;
    padding: 5px 10px;
  }

  .ft-top .btnwrap [class*="btn-"]:not(:last-child) {
    margin-right: 0px;
  }

  .ft-top .heading-30 {
    font-size: 22px;
  }

  .ft-top {
    padding: 30px 0;
  }

  .ft-top .heading-26 {
    margin-bottom: 20px;
  }

  .ft-top.justify-between {
    justify-content: center;
    gap: 15px;
  }

  .contact-list li {
    flex-grow: 1;
    padding: 0 20px;
  }

  .contact-list li:nth-child(2) {
    padding: 0 20px;
  }

  .email_info a {
    overflow-wrap: anywhere;
  }

  .contact-list li:nth-child(2) {
    border-right: none;
  }

  .contact-list {
    row-gap: 20px;
  }

  .ft-address {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .ft-navbar {
    width: 100%;
    padding-left: 0;
  }

  .ft-navigation {
    margin-bottom: 30px;
  }

  .ft-bottom {
    margin: 30px 0 30px;
    gap: 10px;
  }

  .ft-navbar .quick-link,
  .card-list {
    justify-content: center;
  }
}

@media screen and (max-width: 1199.99px) {

  /* ----------------|| COMMON CSS ||--------------- */
  [class*="btn-"] {
    padding: 5px 10px;
  }

  /* ******* SPACE ******** */
  .mt-80 {
    margin-top: 40px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .pt-120 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .my-80,
  hr,
  .inpage {
    margin: 40px 0;
  }

  .py-90 {
    padding: 60px 0;
  }

  .py-80 {
    padding: 40px 0;
  }

  .py-100 {
    padding: 60px 0;
  }

  .my-100 {
    margin: 60px 0;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  /* SECTION SPACING */
  .roller_crank_blind_pg .indoor_faq.light_bg_faq+.pelmets_gallery {
    margin-top: 60px;
  }

  /* ********** || AWININGS PAGES || ********** */
  /* .roller_crank_blind_pg .explore_blinds.py-100 {
    padding-bottom: 0;
    margin-bottom: 60px;
    margin-top: 60px;
  } */

  /* ******* || EXPLORE BLINDS || ******* */
  .explore-js::before,
  .explore-js::after {
    content: none;
  }

  .explore-js .slick-prev {
    left: calc(50% - 55px);
  }

  .explore-js .slick-next {
    right: calc(50% - 55px);
  }

  .explore-js .slick-next,
  .explore-js .slick-prev {
    top: unset;
    transform: unset;
    bottom: -74px;
  }

  .explore-js .slick-list.draggable {
    margin-bottom: 65px;
  }

  .roller_crank_blind_pg .explore-js .slick-list.draggable {
    margin-bottom: 90px;
  }

  /* ------------------ || WHAT WE DO || ---------------- */
  .content_img {
    width: 480px;
  }

  .flex-row-reverse .content_txt {
    width: calc(100% - 480px);
    padding-right: 50px;
  }

  .content_txt {
    width: calc(100% - 480px);
    padding-left: 50px;
  }

  .content_txt h2,
  .content_txt .heading-40 {
    line-height: 1;
  }

  /* -------------------- || WHY CHOOSE DARK-BG SECTION || ----------------- */
  ul.why_choose_list>li {
    padding: 15px 22px 20px;
  }

  ul.why_choose_list>li:nth-last-child(-n + 3) {
    padding: 25px 16px 25px;
  }

  .why-choose-wrapper .text-center>a.btn-theme {
    margin-bottom: 60px;
  }

  /* ******* || CTA SECTION || ******* */
  .cta-wrap .half-section .left-side>.cta-icon {
    min-width: 90px;
    height: 90px;
  }

  .cta-wrap .half-section .left-side {
    width: 100%;
  }

  .cta-wrap .half-section .right-side {
    width: 160px;
  }

  /* ******* || INSPIRATIONAL PROJECT SECTION || ******* */
  .inspriration_js {
    padding-bottom: 70px;
  }

  .inspriration_js .slick-next {
    left: unset;
    right: calc(50% - 60px);
    top: calc(100% - 25px);
  }

  .inspriration_js .slick-prev {
    right: unset;
    left: calc(50% - 60px);
    top: calc(100% - 25px);
  }

  .inspriational_project .insp_project_wrapper .heading-40 {
    margin-bottom: 30px;
  }

  .inspriration_js li {
    padding: 0 20px;
  }

  .inspriational_project .gradient_text {
    padding-top: 30px;
  }

  /* *******|| REVIEW SECTION || ******* */
  .review-box-wrap {
    padding: 15px 10px;
  }

  /* ******* || OUR WORK PROCESS || ******* */
  .header_wrap {
    margin-bottom: 15px;
  }

  /* ******* || LATEST BLOG || ******* */
  .blog-post {
    padding: 25px 20px 15px 20px;
  }

  /* .blog_list li {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  } */

  .blog-post>p {
    margin-bottom: 15px;
  }

  /* ******* || CONTENT IMG SEC || ******* */
  .content-img-sec .half-section .left-side {
    width: calc(100% - 480px);
    padding-right: 40px;
  }

  .content-img-sec .half-section .right-side {
    width: 480px;
  }

  .content-img-sec .half-section.flex-row-reverse .left-side {
    padding-right: 0;
    padding-left: 40px;
  }

  span.svdvid_title {
    height: 59px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px;
  }

  .video_wrapper .flex-container {
    gap: 30px;
  }

  .video_wrapper .flex-container .content_video_wrap.content_img {
    width: calc(50% - 15px);
  }

  /* -----------|| WHY CHOOSE TAB SECTION ||------------ */
  .why_choose_heading_intro .heading-26 {
    max-width: calc(100% - 590px);
  }

  .why_choose_heading_intro {
    margin: 0;
    padding-bottom: 40px;
  }

  .why_choose_heading_intro::after {
    content: none;
  }

  /* --------------|| EXPLORE GRID LIST CSS ||----------- */
  .explore_grid_wrapper {
    margin: 0 -10px;
    row-gap: 20px;
  }

  .explore_grid_wrapper .explore_box {
    width: 33.33%;
    padding: 0px 10px;
  }

  /* ----------- || FAQ SECTION :: START || ----------- */
  .indoor_faq_left {
    width: 480px;
    padding-right: 40px;
  }

  .indoor_faq_right {
    width: calc(100% - 480px);
  }

  /*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
  .why-ezip-img {
    width: 480px;
  }

  .why-ezip-content {
    width: calc(100% - 480px);
    padding-left: 50px;
  }

  /* --------------||EZIP COLOR SECTION||----------- */
  .ezip-left-block {
    width: calc(100% - 480px);
    max-width: 480px;
  }

  .ezip-right-block {
    width: 480px;
  }

  .ezip-color-sec .color-pallet-box {
    width: 120px;
    height: 120px;
  }

  /*----------------|| CONTACT US PAGE||---------------- */
  .ctact-right {
    width: 340px;
  }

  .ctact-left {
    width: calc(100% - 340px);
    padding-right: 30px;
  }

  /*------------|| TESTIMONIAL PAGE ||------------ */
  .testimonialpg .test-left .client_box {
    padding: 25px;
  }

  /* ----------------|| FIND US & CONTACT US SECTION ||--------------- */
  .find-us-wrapper {
    flex-wrap: wrap;
  }

  .find-us-left-block.ctact-left {
    padding-right: 0px;
    width: 100%;
  }

  .find-us-right-block {
    width: 100%;
  }

  .suburb_pg .ctact-left {
    margin-bottom: 40px;
  }

  .step-box::after {
    width: 710px;
  }

  .step-box .step-list .step-title {
    border-right: none;
  }

  .brochure_image {
    height: 210px;
    padding: 12px 15px;
  }

  .our-brochure-sec:has(+ .pelmets_gallery) {
    margin-bottom: 60px;
  }

  .feature_option_3column_list {
    gap: 25px;
  }

  .feature_option_3column_list li {
    flex: unset;
    width: calc(50% - 25px);
  }

  .feature_option_4column_list li {
    flex: unset;
    width: calc(33.33% - 33px);
  }

  .ft-navigation .col-3 {
    width: 50%;
  }

  .link-column {
    column-gap: 8px;
  }

  .quick-link li {
    line-height: 1.3;
  }

  .quick-link li:not(:last-child) {
    margin-bottom: 10px;
  }

  .contact-list li {
    padding: 0 30px;
  }
}

@media (max-width: 991.99px) {
  .sticky {
    position: relative;
    top: unset;
  }

  .col-6 {
    width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    margin-bottom: 18px;
  }

  h2,
  .heading-40 {
    line-height: 36px;
  }

  h3,
  .heading-36 {
    line-height: 26px;
  }

  h5,
  .heading-26 {
    line-height: 28px;
  }

  /* -----------|| SLICK SLIDER ||------------ */
  .slick-next,
  .slick-prev {
    height: 40px;
    width: 40px;
  }

  /* ******* SPACE ******** */
  .mt-100 {
    margin-top: 40px;
  }

  .my-100 {
    margin: 40px 0;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .py-100 {
    padding: 40px 0;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .py-50 {
    padding: 30px 0;
  }

  /* SECTION SPACING */
  .roller_crank_blind_pg .indoor_faq.light_bg_faq+.pelmets_gallery {
    margin-top: 40px;
  }

  /* ************* || Inner Pages Banner Section || ************ */
  .inner-banner .banner_bg {
    min-height: 200px;
    object-fit: cover;
  }

  /* ------------------ COMMON CONTENT IMG SECTION  ------------------ */
  .contentimgwrap img {
    width: 100%;
  }

  /* ********** || AWININGS PAGES || ********** */
  /* .roller_crank_blind_pg .explore_blinds.py-100 {
    padding-bottom: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  } */

  /* ******* || EXPLORE BLINDS || ******* */
  .explore-js .slick-prev {
    left: calc(50% - 45px);
  }

  .explore-js .slick-next {
    right: calc(50% - 45px);
  }

  .explore-js .slick-next,
  .explore-js .slick-prev {
    bottom: -60px;
  }

  /* ------------------ || WHAT WE DO || ---------------- */
  .content_img,
  .content_txt {
    width: 100%;
  }

  .contentsec.what_we_do .flex-row-reverse {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .content_txt {
    padding-left: 0;
    padding-top: 40px;
  }

  .flex-row-reverse .content_txt {
    padding-top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0;
    width: 100%;
  }

  .float_line::after {
    top: 0;
    height: 60px;
  }

  span.contentvideoimg {
    height: 60px;
    width: 60px;
    margin: -35px 0 0 -30px;
  }

  .contentimgwrap a:before {
    width: 100px;
    height: 100px;
    margin: -54px 0 0 -50px;
    background-size: contain;
  }

  .float-title .heading-14 {
    letter-spacing: 4px;
  }

  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    70% {
      -moz-box-shadow: 0 0 0 15px rgba(225, 128, 43, 0);
      box-shadow: 0 0 0 15px rgba(225, 128, 43, 0);
    }

    100% {
      -moz-box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
      box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
    }
  }

  .vidicon_center .contentvideoimg .vidplay_icon {
    font-size: 14px;
    left: -12px;
    bottom: -35px;
    width: 95px;
  }

  /* -------------------- || WHY CHOOSE DARK-BG SECTION || ----------------- */
  ul.why_choose_list {
    align-items: unset;
  }

  ul.why_choose_list>li {
    width: 50%;
    padding: 20px 22px 20px;
    border-bottom: 1px solid rgba(225, 255, 255, 0.1);
  }

  ul.why_choose_list>li:nth-last-child(1),
  ul.why_choose_list>li:nth-last-child(2) {
    border-bottom: none;
  }

  ul.why_choose_list:after {
    display: none;
  }

  ul.why_choose_list>li:nth-last-child(-n + 3) {
    padding: 25px 16px 25px;
  }

  .payment_whychoose ul.why_choose_list>li:nth-last-child(-n + 3) {
    padding: 25px;
  }

  .why-choose-wrapper .text-center>a.btn-theme {
    margin-bottom: 40px;
  }

  /* -------------||Experience & Warranty Sec ||------------ */
  .experience_container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .experience_container>li {
    max-width: 100%;
  }

  .payment_expwrap .experience_container {
    gap: 20px;
  }

  .payment_expwrap .experience_container>li {
    width: calc(50% - 20px);
  }

  /* ******* || CTA SECTION || ******* */
  .cta-wrap .half-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .cta-wrap .half-section .right-side {
    width: 100%;
  }

  .cta-wrap .half-section .left-side p {
    line-height: 22px;
  }

  /* ******* || TESTIMONIAL SECTION || ******* */
  .testimonial-js .slick-list.draggable {
    margin-bottom: 60px;
  }

  .testimonial-js .slick-next,
  .testimonial-js .slick-prev {
    top: unset;
    bottom: -82px;
  }

  .testimonial-js .slick-prev {
    left: calc(50% - 45px);
    right: unset;
  }

  .testimonial-js .slick-next {
    right: calc(50% - 45px);
  }

  .client_list li {
    padding: 0 10px;
  }

  .client_box {
    padding: 35px;
  }

  /* *******|| REVIEW SECTION || ******* */
  .review_ul {
    flex-wrap: wrap;
  }

  .review_items {
    width: 50%;
  }

  .review_items:nth-child(1),
  .review_items:nth-child(2) {
    padding-bottom: 15px;
  }

  .review_items:nth-child(3),
  .review_items:nth-child(4) {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .review_items:nth-child(2) {
    border-right: none;
  }

  .review_items>p {
    line-height: 22px;
    padding: 0 10px;
  }

  /* --------------|| INSPIRATION JS ||------------ */
  .inspriration_js li {
    padding: 0 5px;
  }

  .inspriration_js {
    padding-bottom: 70px;
  }

  .inspiration_item_title {
    text-align: center;
  }

  span.svdvid_title {
    height: 58px;
  }

  /* ******* || CONTENT IMG SEC || ******* */
  .content-img-sec .half-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .content-img-sec .half-section .left-side {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .content-img-sec .half-section .right-side {
    width: 100%;
    max-width: 100%;
  }

  .content-img-sec .half-section .right-side.mb-100 {
    margin-bottom: 30px;
  }

  .content-img-sec .half-section.flex-row-reverse .left-side {
    padding-right: 0;
    padding-left: 0;
  }

  .content-img-sec .half-section .right-side .img-wrap {
    margin-bottom: 30px;
  }

  .content-img-sec .half-section:not(:last-child) .left-side,
  .content-img-sec .half-section:not(:last-child) .right-side {
    margin-bottom: 30px;
  }

  .content-img-sec .half-section.flex-row-reverse {}

  /* -----------|| WHY CHOOSE TAB SECTION ||------------ */
  .why_choose_heading_intro {
    padding-bottom: 20px;
  }

  .why_choose_heading_intro .heading-26 {
    max-width: 100%;
    width: 100%;
  }

  /* -------------- ||INNER PAGE BANNER SEC ||---------------- */
  .inner-banner {
    min-height: 200px;
  }

  /* -----------------|| WHY CHOOSE US >>> INNER PAGES ||--------------- */
  .why_choose_right_block .why_choose_list li {
    width: calc(50% - 24px);
  }

  /* ------------|| FORM INNER BANNER SECTION ||------------ */
  .formInner_bannerSec {
    padding: 50px 0;
    justify-content: center;
    gap: 35px;
  }

  .formbanner_left_block {
    text-align: center;
  }

  .formbanner_left_block .btnlist {
    justify-content: center;
  }

  /* --------------|| EXPLORE GRID LIST CSS ||----------- */
  .explore_grid_wrapper {
    margin: 0 -15px;
    row-gap: 20px;
  }

  .explore_grid_wrapper .explore_box {
    width: 50%;
    padding: 0px 15px;
  }

  .explore_grid_wrapper.hmsv_slider:not(.slick-initialized) a:not(:nth-child(-n + 2)) {
    display: none;
  }

  /* ----------- || FAQ SECTION :: START || ----------- */
  .indoor_faq_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .indoor_faq_left {
    width: 100%;
    padding-right: 0;
  }

  .indoor_faq_right {
    width: 100%;
  }

  .indoor_faq_right>img {
    margin: auto;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- COLOR PALLET CSS ||------------- */
  .color-pallet-parent {
    grid-gap: 15px;
  }

  .color-pallet-box {
    width: 140px;
    height: 140px;
  }

  .color-names {
    font-size: 14px;
    line-height: 18px;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- DESIGN STYLE CSS ||------------- */
  .design_style_list {
    margin: 0 -15px;
    row-gap: 30px;
  }

  .design_style_list>li {
    width: 50%;
    padding: 0 15px;
  }

  .design_syle_content {
    padding: 20px 10px 20px 20px;
  }

  .pelmets_gallery_slider .slick-prev,
  .pelmets_gallery_slider .slick-next {
    top: unset;
    transform: unset;
    bottom: -50px;
  }

  .pelmets_gallery_slider .slick-prev {
    left: calc(50% - 45px);
  }

  .pelmets_gallery_slider .slick-next {
    right: calc(50% - 45px);
  }

  .pelmets_gallery_slider .slick-list.draggable {
    margin-bottom: 60px;
  }

  /* ---------------|| GALLERY SECTION ||------------- */
  /* .pelmets_gallery_slider {
    margin: 0 -4.5px;
  }
  .pelmets_gallery_slider .slick-slide {
    padding: 0 4.5px;
  } */

  /*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
  .why-ezip-img {
    width: 360px;
  }

  .why-ezip-content {
    width: calc(100% - 360px);
    padding-left: 30px;
  }

  /* --------------||EZIP COLOR SECTION||----------- */
  .ezip-color-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }

  .ezip-left-block {
    width: 100%;
    max-width: 100%;
  }

  .ezip-right-block {
    width: 100%;
  }

  .ezip-right-block>img {
    margin: auto;
  }

  /*-----------|| BLOG GRID VIEW ||----------- */
  .blog_inner_grid {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }

  /* ------------------|| Innovative CTA Section ||------------------ */
  .innovative_cta_wrapper {
    padding: 15px 15px;
  }

  .innovative_cta_wrapper .innovative_content .half-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .innovative_content .half-section .left-side,
  .innovative_content .half-section .right-side {
    width: 100%;
  }

  .innovative_content .half-section .left-side {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  .innovative_content .half-section .right-side {
    justify-content: center;
  }

  .innovative_content .half-section .left-side .cta-icon {
    margin: 0;
    min-width: 100px;
    width: 100px;
  }

  .innovative_content .half-section .left-side .cta_desc {
    margin-right: 0;
  }

  .innovative_content .half-section .right-side .btnwrap {
    justify-content: center;
  }

  /*----------- || OUR BROCHURE SEC ||----------- */
  .our-brochure-sec:has(+ .pelmets_gallery) {
    margin-bottom: 40px;
  }

  /*----------------|| CONTACT US PAGE||---------------- */
  .ctact-right {
    width: 100%;
  }

  .ctact-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contact-map .width50 {
    width: 100%;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items {
    width: 50%;
    flex-direction: column;
    justify-content: center;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul,
  .faqpg .review-box-section .review-box-wrap .review_ul {
    flex-direction: row;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-of-type),
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-of-type) {
    border-bottom: none;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-child),
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:nth-child(2),
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items:nth-child(2) {
    border-right: none;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items .review_icon {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:first-child,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items:first-child {
    padding-top: 15px;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items:last-child,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items:last-child {
    padding-bottom: 15px;
  }

  .testimonialpg .review-box-section .review-box-wrap .review_ul .review_items>p,
  .faqpg .review-box-section .review-box-wrap .review_ul .review_items>p {
    text-align: center;
  }

  /*-----------|| TESTIMONIAL PAGE ||------------ */
  .test-left .client_list {
    margin: 0;
  }

  .test-left .client_list li {
    padding: 0;
  }

  .suburb_pg .ctact-left .review_items:nth-child(3) {
    padding-top: 0;
  }

  .suburb_pg .review_items:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .suburb_pg .review_items:nth-child(3) {
    border-top: none;
  }

  /* ******* || OUR WORK PROCESS || ******* */
  .step-box::after {
    width: 440px;
  }

  /*---------------|| EXTRA SECTION >> FEATURES & OPTIONS ||---------------- */
  .powercoat-colors-sec .intro-sec .heading-26 {
    margin-bottom: 20px;
  }

  .power_coat_color_pallets .color-pallet-box {
    width: 135px;
    height: 135px;
  }

  .feature_option_3column_list {
    gap: 20px;
  }

  .feature_option_3column_list li {
    width: calc(50% - 10px);
  }

  .feature_option_4column_list {
    justify-content: center;
  }

  .feature_option_4column_list li {
    width: calc(50% - 33px);
  }

  /* ******* || FOOTER || ******* */
  .ft-block1,
  .ft-block2 {
    width: 100%;
  }

  .ft-block1 {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ft-block2 {
    padding-left: 0px;
    border-top: 1px solid var(--secondary);
    border-left: 0;
    padding-top: 30px;
  }

  .ft-navigation .ftblock>.heading-18 {
    font-size: 18px;
  }

  .soical-list {
    margin-top: 0;
  }

  .ft-top {
    justify-content: center;
    text-align: center;
  }

  .column-col {
    width: 33.33%;
    margin-bottom: 30px;
  }

  .ft-lable {
    margin-bottom: 15px;
  }

  .ft-address .address-list {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767.99px) {

  /* ********** || Common Utlity CSS || ********** */
  .page_wrapper ul:not([class]):has(+ *),
  .homepg ul:not([class]):has(+ *),
  .page_wrapper p:has(+ *),
  .homepg p:has(+ *),
  .page_wrapper ol:has(+ *),
  .homepg ol:has(+ *) .ctent-block .smk_accordion:has(+ *) {
    margin-bottom: 20px;
  }

  .mt-100 {
    margin-top: 40px;
  }

  span.wpcf7-file-name {
    width: 285px;
  }

  /* ------------------ || WHAT WE DO || ---------------- */
  .float-title .heading-14 {
    letter-spacing: 3;
    line-height: 40px;
  }

  .working_detail .working_item:not(:last-child):after {
    content: none;
  }

  /* -------------------- || WHY CHOOSE DARK-BG SECTION || ----------------- */
  ul.why_choose_list>li,
  ul.why_choose_list>li:nth-last-child(-n + 3) {
    padding: 20px 10px 20px;
  }

  ul.why_choose_list>li>.title-16,
  .title-16 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
  }

  ul.why_choose_list>li>p {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 24px;
  }

  /* ******* || CTA SECTION || ******* */
  .cta-wrap .half-section .left-side {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  /* ******* || TESTIMONIAL SECTION || ******* */
  .client_box .cl_text {
    height: 100%;
    -webkit-line-clamp: unset;
    text-overflow: unset;
    margin-top: 17px;
  }

  /* --------------|| INSTAGRAM SECTION ||---------------- */
  .instagram_section.my-100 {
    margin-bottom: 100px;
  }

  .instagram_section .header_wrap .btn-border {
    position: absolute;
    bottom: -65px;
    left: 15px;
    right: 15px;
    margin: auto;
  }

  .insta_title_wrap {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 15px;
  }

  .insta_title_wrap .insta_icon {
    margin-right: 0;
  }

  .insta_title_wrap .heading-34 {
    width: 100%;
  }

  /* -------------- || Quality Box || ----------- */
  .qualities_box {
    padding: 20px 0 2px;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- COLOR PALLET CSS ||------------- */
  .color-pallet-parent {
    grid-gap: 10px;
  }

  .color-pallet-box {
    width: 120px;
    height: 120px;
  }

  /* -------------||Experience & Warranty Sec ||------------ */
  .payment_expwrap .experience_container>li {
    width: 100%;
  }

  /*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
  .why-ezip-items {
    flex-wrap: wrap;
    gap: 25px;
  }

  .why-ezip-img {
    width: 100%;
  }

  .why-ezip-content {
    width: 100%;
    padding-left: 0;
  }

  .why-ezip-list li:not(:last-of-type) .why-ezip-items {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  /* --------- || EZIP OPTIONS SECTION:: START || ----------- */
  .ezip-option-list li {
    width: 100%;
  }

  /* ------------||EZIP ADAPTABILITY||------------ */
  .ezip-adpative-devices-list li {
    background: #252527;
    width: 100%;
  }

  /*-------------------|| INSTAGRAM SECTION ||---------------- */
  .instagram_section .header_wrap {
    justify-content: center;
  }

  /*-----------------|| BLOG GRID VIEW ||----------------- */
  .blog_inner_grid {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    margin-bottom: 30px;
  }

  .blogpg .blog-post.side-line:before {
    top: 85px;
  }

  /* ----------------|| FIND US & CONTACT US SECTION ||--------------- */
  .find-us-wrapper {
    padding: 20px;
  }

  .contact_list {
    flex-wrap: wrap;
  }

  .contact_list_left_column {
    width: 100%;
  }

  .contact_list>.contact_list_left_column:nth-child(1) {
    margin-bottom: 15px;
  }

  .cont-add-box:not(:last-of-type) {
    padding-bottom: 15px;
  }

  .ctact-left .review-box-wrap {
    margin-top: 30px;
  }

  /* ******* || OUR WORK PROCESS || ******* */
  .step-box::after {
    width: 320px;
  }

  /*---------------|| EXTRA SECTION >> FEATURES & OPTIONS ||---------------- */
  .feature_option_4column_list li {
    max-width: 330px;
    flex: unset;
  }

  .feature_option_3column_list li {
    width: 100%;
    max-width: 440px;
  }

  .feature_option_content,
  .feature_option_content {
    padding: 20px;
  }

  .video_wrapper .flex-container {
    gap: 20px;
  }

  .video_wrapper .flex-container .content_video_wrap.content_img {
    width: calc(50% - 10px);
  }

  span.svdvid_title {
    height: 54px;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
  }

  /* ******* || FOOTER || ******* */
  .footer-address.py-50 {
    padding: 30px 0;
  }

  .contact-list li:nth-child(2) {
    border-left: none;
  }

  .contact-list li,
  .contact-list li:nth-child(2) {
    padding: 0;
  }

  .ft-bottom {
    padding: 20px;
    gap: 20px;
  }

  .ft-address {
    justify-content: center;
    row-gap: 30px;
  }

  .ft-address .address-list {
    width: 100%;
    padding-left: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .address-list li .addbox {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .address-list li .addbox .add-icon {
    top: 0;
  }

  .address-list li .addbox .add-info {
    width: 100%;
  }

  .ft-navbar .quick-link li {
    padding: 0 12px;
  }

  .content_txt h3,
  .content-img-sec .half-section .left-side h3,
  .content-img-sec .half-section .left-side h3,
  .content-img-sec .half-section .right-side h3 {
    font-size: clamp(20px, 2.5vw, 26px);
    line-height: 28px !important;
  }
}

@media screen and (max-width: 575.99px) {

  /* ********* BREADCRUM ************ */
  ul.woo_breadcums li {
    font-size: 14px;
  }

  /*  *************|| COMMON UTILITY CLASSES ||************* */
  /*--------------|| FONT SIZE ||------------ */
  h2,
  .heading-40 {
    line-height: 1.2;
  }

  .half li {
    flex: 0 0 100%;
  }

  /* .width50 {width: 100%;} */
  .page_wrapper ul:not([class]) li:before,
  .page_wrapper ul.half li:before,
  /* .homepg ul:not([class]) li:before, .homepg ul.half li:before {width: 20px; height: 20px; top: 5px;} */
  .page_wrapper ul.half li:not(:last-child),
  .content-wrapper ul.half li:not(:last-child),
  .homepg ul.half li:not(:last-child),
  .page_wrapper ul:not([class]) li:not(:last-child),
  .homepg ul:not([class]) li:not(:last-child) {
    margin-bottom: 15px;
  }

  .page_wrapper ul.disc li:not(:last-child),
  .homepg ul.disc li:not(:last-child) {
    margin-bottom: 15px;
  }

  .page_wrapper ul:not([class]) li,
  .homepg ul:not([class]) li,
  .page_wrapper ul.half li,
  .homepg ul.half li {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-left: 25px;
  }

  .banner_right_block .contact-form form .row:nth-child(4) .width50 {
    width: 100%;
  }

  p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 26px;
    letter-spacing: 0.28px;
  }

  /*---------------|| UPLOAD BUTTON ||------------- */
  .fakebtn .form_upload_btn {
    padding-right: 22px;
  }

  span.wpcf7-file-name {
    width: 300px;
    padding: 12px 12px;
  }

  /* -------------- || Quality Box || ----------- */
  ul.qualities_box-list.slick-initialized {
    width: 100%;
    margin: 0 0px;
  }

  .qualities_box {
    padding: 15px 0 8px 0;
  }

  .quality_card-box {
    justify-content: center;
  }

  .quality_card-box {
    padding-left: 0;
    padding-right: 0;
  }

  /* ----------- || FAQ SECTION :: START || ----------- */
  .faq-intro .heading-36 {
    margin-bottom: 20px;
  }

  /* ******* || EXPLORE BLINDS || ******* */
  .explore_box {
    padding: 0 8px;
  }

  .explore-js .slick-next,
  .explore-js .slick-prev {
    bottom: -65px;
  }

  /* ******* || WHAT WE DO || ******* */
  .content_desktop_img {
    display: none;
  }

  .content_mobile_img {
    display: block;
  }

  .working_item .heading-40 {
    margin-bottom: 0;
  }

  .working_item .working_subtitle {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: 10px;
  }

  .flex-row-reverse .content_txt.pl-50 {
    padding-left: 40px !important;
  }

  .float_line::after {
    margin-left: 10px;
    height: 210px;
  }

  .float-title {
    top: 340px;
    left: calc(-100px - 3.5vw);
  }

  .blog_list li {
    padding: 0 5px;
  }

  /* ******* || CTA SECTION || ******* */
  .cta-wrap {
    padding: 30px 20px 40px;
  }

  .cta-wrap .half-section .left-side>.cta-icon {
    margin-right: 0;
  }

  .cta-wrap .half-section .right-side .btnwrap {
    justify-content: center;
  }

  /* ******* || INSPIRATIONAL PROJECT SECTION || ******* */
  .inspriration_js {
    max-width: 100%;
    padding: 0 5vw 70px;
  }

  .inspriration_js img {
    max-height: 343px;
    object-fit: contain;
  }

  /* -------------------- || WHY CHOOSE DARK-BG SECTION || ----------------- */
  .payment_whychoose ul.why_choose_list {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .payment_whychoose ul.why_choose_list>li {
    width: 100%;
  }

  .payment_whychoose ul.why_choose_list>li:first-of-type {
    border-bottom: 1px solid rgba(225, 255, 255, 0.2);
  }

  /* ******* || TESTIMONIAL SECTION || ******* */
  .client_list li {
    padding: 0 7px;
  }

  /*---------------|| LATEST BLOG ||------------- */
  .latest_blog.py-100 {
    padding-bottom: 100px;
  }

  .blog_items {
    margin: auto;
  }

  .blog_wrapper .header_wrap .btn-dark.blog_btn {
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .blog-post.side-line:before {
    top: 85px;
  }

  .blogpg .blog-post.side-line:before {
    top: 63px;
  }

  /* -----------------|| WHY CHOOSE US >>> INNER PAGES ||--------------- */
  .why_choose_right_block .why_choose_list {
    gap: 15px;
  }

  .why_choose_right_block .why_choose_list li {
    width: 100%;
  }

  /* ------------|| FORM INNER BANNER SECTION ||------------ */
  .formInner_bannerSec {
    padding: 80px 0;
  }

  /* --------------|| EXPLORE GRID LIST CSS ||----------- */
  .explore_grid_wrapper {
    margin: 0 0px;
    row-gap: 20px;
  }

  .explore_grid_wrapper .explore_box {
    width: 100%;
    padding: 0px 0px;
    max-width: 330px;
    margin: auto;
  }

  .explore_icon {
    height: 60px;
    width: 60px;
    bottom: -30px;
  }

  .explore_title {
    margin-top: 40px;
  }

  .explore_box p {
    height: 45px;
  }

  .explore_grid_wrapper.hmsv_slider {
    margin: 0 -7.5px;
  }

  .explore_grid_wrapper.hmsv_slider .explore_box {
    padding: 0 7.5px;
  }

  .explore_grid_wrapper.hmsv_slider .slick-list .slick-slide>div:first-child .explore_box {
    margin-bottom: 15px;
  }

  .explore_grid_wrapper.hmsv_slider:not(.slick-initialized) {
    padding-top: 30px;
  }

  .explore_grid_wrapper.hmsv_slider:not(.slick-initialized) a:not(:nth-child(-n + 1)) {
    display: none;
  }

  /* -------------|| Experience & Warranty Sec ||------------ */
  .experience_container>li {
    padding: 20px;
  }

  /* ******* || EXPLORE BLINDS || ******* */
  .explore-innerdiv {
    max-width: 330px;
    margin: auto;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- COLOR PALLET CSS ||------------- */
  .color-pallet-box {
    width: 115px;
    height: 115px;
  }

  .color-names {
    font-size: 12px;
    line-height: 16px;
  }

  /*-------------|| ROLLER CRANK BLIND PAGE --- DESIGN STYLE CSS ||------------- */
  .design_style_list {
    margin: 0 0;
    row-gap: 30px;
  }

  .design_style_list>li {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 0 0;
  }

  /*--------------|| EZIP BLINDS PAGE >>>> WHY EZIP SEC ||------------- */
  .why-ezip-list li:not(:last-of-type) .why-ezip-items {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .why-ezip-content .heading-24 {
    margin-bottom: 10px;
  }

  /*----------------|| CONTACT US PAGE ||------------- */
  .ctact-left .review-box-wrap {
    margin-top: 30px;
  }

  .get-wrapper .form-control,
  .get-wrapper .upload_btn>label,
  .get-wrapper .upload_btn>input[type="file"],
  .get-wrapper .upload_btn>.wpcf7-form-control-wrap input[type="file"],
  .get-wrapper .fakebtn .form_upload_btn,
  .get-wrapper .upload_btn .wpcf7-form-control-wrap {
    height: 40px;
  }

  .get-wrapper .fakebtn .form_upload_btn {
    font-size: 14px;
    min-width: 125px;
    padding-right: 26px;
  }

  .get-wrapper .fakebtn img {
    right: 14px;
    width: 10px;
  }

  .ctact-left .review-box-wrap {
    padding: 15px 10px;
  }

  .ctact-left .review_items {
    width: 50%;
  }

  .ctact-left .review_ul {
    justify-content: center;
  }

  .ctact-left .review_items:nth-child(2) {
    border-right: none;
  }

  .contact_list_left_column .cont-add-info p:not(:last-child) {
    margin-bottom: 10px;
  }

  /* POP UP FORM MODEL */
  #get_a_qoute.contact-form {
    padding: 15px 20px;
  }

  /* ******* || OUR WORK PROCESS || ******* */
  .step-box::after {
    width: 285px;
  }

  .step-title p {
    padding: 0 8px;
  }

  .step-img {
    margin-bottom: 15px;
  }

  .step-box .slick-list.draggable {
    margin-bottom: 85px;
  }

  .step-box .slick-prev,
  .step-box .slick-next {
    top: unset;
    transform: unset;
    bottom: -55px;
  }

  .step-box .slick-prev {
    left: calc(50% - 45px);
  }

  .step-box .slick-next {
    right: calc(50% - 45px);
  }

  /*---------------|| EXTRA SECTION >> CUSTOM SHAPES ||---------------- */
  .custom_shapes_list .slick-prev {
    left: 25px;
  }

  .custom_shapes_list .slick-next {
    right: 25px;
  }

  /*---------------|| EXTRA SECTION >> FEATURES & OPTIONS ||---------------- */
  .feature_option_4column_list li {
    width: 100%;
  }

  .power_coat_color_pallets {
    justify-content: center;
    gap: 15px;
  }

  .power_coat_color_pallets .color-pallet-box {
    width: 105px;
    height: 105px;
  }

  .power_coat_color_pallets .color-pallet-box.custom_power_coat .color-names {
    font-size: 10px;
    line-height: 1.4;
  }

  .video_wrapper .flex-container {
    gap: 0;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .video_wrapper .flex-container .content_video_wrap.content_img {
    width: 100%;
  }

  span.svdvid_title {
    height: 54px;
  }

  .about_why_choose_us .about_why_choose_wrapper .why_choose_right_block ul:not([class]) li {
    margin-bottom: 20px;
  }

  /* --------------|| INSTAGRAM SECTION ||---------------- */
  /* #sb_instagram.sbi_mob_col_1 #sbi_images {
    grid-template-columns: 2fr !important;
  } */
  #sb_instagram.sbi_mob_col_1 #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* ******* || FOOTER || ******* */
  .ft-block1 {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .ft-block2 {
    padding-bottom: 0;
    border-top: none;
    padding-top: 0;
  }

  .ft-top {
    border-bottom: none;
    margin-bottom: 0;
  }

  .ft-top .heading-26 {
    margin-bottom: 15px;
  }

  .ft-top .heading-30 {
    line-height: 30px;
  }

  .ft-top>a.btn-theme {
    display: none;
  }

  .ft-logo>img {
    margin: auto;
    max-width: 187px;
  }

  .link-column {
    columns: 1;
  }

  .soical-list {
    margin-top: 20px;
  }

  .quick-link li {
    line-height: 20px;
  }

  footer .btnwrap .btn-social {
    width: calc(50% - 5px);
  }

  footer .btnwrap .btn-theme {
    width: 100%;
  }

  .ft-navbar .quick-link {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .ft-navbar .quick-link,
  .card-list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ft-navbar .quick-link li {
    padding: 0 10px;
  }

  .ft-navbar .quick-link li:not(:last-child):after {
    right: -7px;
    top: 7px;
  }

  .quick-link li:not(:last-child) {
    margin-bottom: 4px;
  }

  .column-col {
    width: 100%;
  }

  .divider {
    margin: 30px 0;
  }

  ul.quick-link {
    display: none;
  }

  .ft-lable::after {
    content: "";
    position: absolute;
    background: url(../images/svg/ft_plus.svg) no-repeat 0 0;
    left: inherit;
    right: 0;
    width: 20px;
    height: 20px;
    bottom: inherit;
    top: -3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-position: center !important;
  }

  .ft-lable.showhide::after {
    background: url(../images/svg/ft_minus.svg) no-repeat 0 0;
    transform: rotate(360deg);
    transform-origin: center;
  }

  .ft-navigation .col-3 {
    width: 100%;
  }

  .ft-navigation .col-3:has(.heading-18.showhide) {
    margin-bottom: 20px;
  }

  .ft-navigation .ftblock .quick-link {
    display: none;
  }

  .ft-navigation .ftblock>.heading-18 {
    position: relative;
    cursor: pointer;
    padding-top: 20px;
  }

  .ft-navigation>.col-3:not(:first-child) .ftblock>.heading-18 {
    border-top: 1px solid rgba(107, 107, 107, 0.3);
  }

  .ft-navigation .ftblock>.heading-18:is(.showhide) {
    border-bottom: 1px solid rgba(107, 107, 107, 0.3);
    padding-bottom: 15px;
  }

  .ft-navigation .ftblock>.heading-18:is(.showhide):after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background: url(../images/svg/accordian_about_minus.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .ft-navigation .ftblock>.heading-18::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    background: url(../images/svg/accordican_plus_icon.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .contact-list li .ft-box .ft-info span.label {
    margin-bottom: 5px;
  }

  .contact-list li .ft-box .ft-info a,
  .contact-list li .ft-box .ft-info p {
    font-size: 14px;
    line-height: 20px;
  }

  .copyright {
    padding: 11px 10px 11px;
  }

  .copyright p {
    font-size: 12px;
  }

  .address-list li .addbox .add-icon {
    width: auto;
  }

  .column-col {
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(221 221 221 / 10%);
    margin-bottom: 15px;
  }

  /* Video Text */
  .vidicon_center .contentvideoimg .vidplay_icon {
    left: -17px;
    bottom: -35px;
  }
}

@media (max-width: 480px) {

  span.wpcf7-file-name {
    width: 190px;
  }

  .gallery-box,
  .gallery-box.column2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}