* {
    padding: 0;
    margin: 0;
    font-family: "Jura", sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
    background-color: #e1f4fc !important;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura/Jura-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.no-margin-row {
    margin-right: 0;
    margin-left: 0;
}

h1, .h1 {
    color: #030D22;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 20px !important;
}

h2 {
    color: #030D22;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 25px !important;
}

h3 {
    color: #030D22;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 38px !important;
    margin-bottom: 50px !important;
}

h5 {
    color: #030D22;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 0;
}

h6 {
    color: #030D22;
    font-family: "Inter", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

p {
    color: #030D22;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

section {
    margin-bottom: 140px;
}

.mobile-display {
    display: none;
}

.header {
    padding:18px auto;
    position: sticky;
    top: 0;
    z-index: 500;
    opacity: 0.95;
    background: #9dc3d9;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px); /* For older versions of Safari */
}

.header-logo-a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-logo-a img {
    max-width: 10vw;
    width: 100%;
    object-fit: contain;
}

.header-logo-a span {
    font-size: 16px;
    text-decoration: none;
    color: #3f3c3c;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-style: italic;
}

.header-row {
    padding: 10px 0;
}

.phone-header-icon {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #0d6efd;
    margin-right: 10px;
}

.section-cover {
    background-image: url("../images/home-cover.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.section-cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 14, 2, 0.3);
}

.cover-div {
    padding: 167px 0 140px;
    opacity: 0.8;
}

.page-template-front-page .cover-div p {
    margin-bottom: 0;
    line-height: 2.4;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.page-template-page-gallery .cover-div *,
.page-template-front-page .cover-div * {
    color: #fff;
}

.section-cover h6 {
    margin-bottom: 36px !important;
}

.cover-div p {
    margin-bottom: 0;
}

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 68px;
}

.mobile-header-menu {
    display: none !important;
}

.header-menu nav .menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
}

.header-menu nav .menu .nav-item a {
    list-style: none;
    color: #030D22;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    padding: 0 18px;
}

.header-menu nav .menu > .nav-item {
    padding: 8px;
    /*height: ;*/
}

/*.menu-item-has-children > a {*/
/*    position: absolute;*/
/*}*/

.header-menu nav .menu > .nav-item a {
    width: 100%;
    height: 100%;
}


/*
--HEADER
*/

.header-menu nav .menu .nav-item:hover > a ,
.header-menu nav .menu .nav-item.current-menu-item > a {
    color: #0629a4;
}


.header-phone-div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-phone-div a {
    text-decoration: none;
    padding: 4px 30px;
    border-radius: 8px;
/*    background: var(--new-gradient-frame-1, linear-gradient(119deg, #35CEFB 9.42%, #00C5FF 81.19%));*/
    background: var(--new-gradient-frame-1, linear-gradient(119deg, #702579 9.42%, #0040ff 81.19%));

    text-align: center;
    color: #a3c2ef;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.header-phone-div a span {
    display: block;
}

.header-phone-div a:hover {
    color: #FFF;
}


.custom-button, .wp-block-button__link {
    border-radius: 8px;
/*    background: var(--new-gradient-frame-1, linear-gradient(119deg, #35CEFB 9.42%, #00C5FF 81.19%));*/
    background: var(--new-gradient-frame-1, linear-gradient(119deg, #702579 9.42%, #0040ff 81.19%));
    color: #fff;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    padding: 15px 26px;
    max-width: 304px;
    /*width: 100%;*/
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Jura !important;
}

.custom-button img {
    transition: margin-left 0.2s ease;
}

.custom-button:hover img {
    margin-left: 17px;
}

#send_form.custom-button {
    width: max-content;
}

.custom-button img {
    margin-left: 14px;
    height: 18px;
}

.custom-button:hover {
    /*color: #fff;*/
    color: #030D22;
}

.page-template-page-gallery .estimate-section {
    margin-top: 80px;
}

.exploring-section {
    background-image: url("../images/exploring.png");
    background-repeat: no-repeat;
    background-size: 46%;
    background-position: left center;
}


.page-template .estimate-div h2 {
    margin-bottom: 23px !important;
}

.exploring-section .cover-div {
    padding: 162px 0 150px;
}

.exploring-section .custom-button {
    max-width: 200px;
    margin-top: 30px;
}

.custom-glass-section h2 {
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
}

.custom-glass-section p {
    text-align: center;
    margin-bottom: 40px;
}

.custom-glass-row {
    gap: 24px 0;
}

.mobile-small {
    display: none !important;
}

.custom-glass-img-div {
    position: relative;
}

.custom-glass-img-div .glass-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-glass-blur-div {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
    width: 100%;
    text-align: center;
    transition: height 0.5s ease;
    height: 70px;
}

.custom-glass-blur-div h5 {
    padding: 20px 10px;
}

.custom-glass-blur-div .custom-button {
    max-width: 186px;
    margin: 0 auto;
}

.custom-glass-div {
    min-height: 304px;
}

.custom-glass-img-div {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.custom-glass-img-div .glass-show-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.custom-glass-img-div:hover .glass-show-div {
    position: relative;
    transform: translateY(0);

}

.custom-glass-img-div:hover .custom-glass-blur-div {
    height: 100%;
    padding: 10px 32px;
    transition: height 0.5s ease;
}

.glass-show-div p {
    margin-bottom: 25px;
}


.hardware-section {
    background-image: url("../images/hardware.png");
    background-size: 48%;
    background-position: right center;
}

.hardware-section .cover-div {
    padding: 160px 0;
    max-width: 600px;
}

.service-apart-section .p {
    margin-bottom: 40px;
}

.service-apart-div {
    position: relative;
    padding: 36px 30px 36px;
    border: 1px solid #D9D9D9;
    height: 100%;
}

.service-apart-div h5 {
    width: min-content;
    margin-bottom: 20px !important;
}

.service-apart-div p {
    margin-bottom: 0;
}

.service-apart-div img {
    position: absolute;
    right: 3%;
    top: 3%;
}


.customers-section h2 {
    margin-bottom: 40px;
}

.customers-div {
    position: relative;
    margin: 8px 15px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 42px 45px 25px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customers-div h5 {
    margin-bottom: 20px !important;

}

.customers-div p {
    margin-bottom: 0;
}

.customers-div img {
    position: absolute;
    bottom: 25px;
    right: 2%;
}
.testimonial-footer .testimonial-date-address > div,
.customers-div span {
    color: #808080;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.slick-slide {
    height: 100% !important
}

.slick-arrow {
    width: 18px !important;
    height: 18px !important;
}

.slick-arrow:before {
    display: block;
    width: 18px !important;
    height: 18px !important;
}

.slick-prev:before {
    display: none;

}

.slick-next:before {
    display: none;
}

.estimate-row {
    position: relative;
}

.estimate-col {
    position: absolute;
}

.estimate-div {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
    padding: 46px 52px 40px;
}


.estimate-section #myTabs {
    justify-content: space-between;
    border: none;
    margin-bottom: 46px;
}

.estimate-section #myTabs .nav-item {
    /*max-width: 180px;*/
    /*width: 100%;*/
    text-align: center;
    border-radius: 8px;
    background: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.10);
}

.estimate-section #myTabs .nav-item .nav-link {
    padding: 16px;
    color: #030D22;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: none;
    background: #fff;
}

.estimate-section #myTabs .nav-item:focus-visible {
    outline: none;

}

.estimate-section #myTabs .nav-item .nav-link:hover {
    border: none;
    isolation: unset;
    box-shadow: none;
    outline: none;
}


.estimate-section #myTabs .nav-item .nav-link.active {
    border-radius: 8px;
    background: #35CEFB;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    border: none;

}

.tab-content-row {
    gap: 15px 0;
}

.tab-content-row .custom-button {
    margin-top: 10px;
}

.tab-content-row input, button, textarea {
    color: rgba(3, 13, 34, 0.70);
    border-radius: 8px !important;
    text-align: left;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 17px 27px;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px !important;
    border: none;
    outline: none;
}

.tab-content-row button {
    height: 60px !important;
}

#send_form {
    height: 51px !important;
    margin: 0 auto;
}

.select-1-col button {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.select-2-col button {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.select-3-col button {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.type-div {
    position: relative;
    width: 100%;
    display: none;
}


#selected-1 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #808080;
    z-index: 9;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}


#selected-1 .nav-link {
    background: transparent;
    font-size: 12px;
    color: rgba(3, 13, 34, 0.70);
    font-family: "Inter", sans-serif;
    padding: 7px 25px;
    cursor: pointer;
}

#selected-1 .nav-link:hover {
    border-radius: 8px;
}

#selected-1 .nav-link.active {
    border-radius: 8px;
    border: 1px solid #808080;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}

.type-div-2 {
    position: relative;
    width: 100%;
    display: none;
}

#selected-2 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 8px;
    z-index: 9;
    border: 1px solid #808080;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}


#selected-2 .nav-link {
    background: transparent;
    font-size: 10px;
    color: rgba(3, 13, 34, 0.70);
    font-family: "Inter", sans-serif;
    padding: 4px;
    cursor: pointer;
    display: grid;
    gap: 4px 0;
    max-width: 56px;
    height: 100%;
}

#selected-2 .nav-link img {
    margin: 0 auto;
}

#selected-2 .nav-link:hover {
    border-radius: 8px;
}

#selected-2 .nav-link.active {
    border-radius: 8px;
    border: 1px solid #808080;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}


.type-div-3 {
    position: relative;
    width: 100%;
    display: none;
}

#selected-3 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 22px;
    border-radius: 8px;
    z-index: 9;
    border: 1px solid #808080;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}


#selected-3 .nav-link {
    background: transparent;
    padding: 8px;
    cursor: pointer;
    height: 100%;
}

#selected-3 .nav-link img {
    margin: 0 auto;
}

#selected-3 .nav-link:hover {
    border-radius: 8px;
}

#selected-3 .nav-link.active {
    border-radius: 8px;
    border: 1px solid #808080;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}

.select-3-col button img {
    max-height: 40px;
}

/**
--SLIDER SLICK
*/
.slick-slider .slick-dots li {
    margin: 0;
}

.slick-slider .slick-dots li button {
    box-shadow: none;
}

.slick-slider .slick-dots li button:before {
    font-size: 10px;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: rgb(53, 206, 251);
}

.footer {
    border-top: 1px solid #cccccc61;
/*    background: #F9F9F9;*/
    background: var(--new-gradient-frame-1, linear-gradient(119deg, #702579 9.42%, #0040ff 81.19%));
    width: 100%;
    padding: 60px 0;
}


.footer-menu .menu {
    display: grid;
    gap: 10px 0;
    padding: 0;
    margin: 0;
}

.footer-menu .menu .nav-item {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-menu .menu .nav-item a {
    color: #fff;
    text-decoration: none;
}

.footer-menu .menu .nav-item a:hover {
    text-decoration: underline;
}

.gallery-content {
    padding-bottom: 40px;
}

.main-info {
    gap: 16px;
    display: flex;
}

.main-info img {
    max-width: 190px;
    margin-bottom: 14px;
}

.main-info a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.main-info a span {
    text-decoration: underline;
}

.main-info a:hover {
    color: #fff;
    text-decoration: underline;

}

.footer-span-col {
    padding: 16px 0;
}

.footer-span-col span {
    color: rgba(3, 13, 34, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.social-images {
    margin-top: 60px;
    width: 100%;
    display: flex;
    gap: 0 24px;
}

.social-images a {
    width: 35px;
    height: 35px;
    transition: background-image 0.3s;
}


.fb-icon {
    display: inline-block;
    background: url('../images/socials/fb.svg') no-repeat;

}

.fb-icon:hover {
    filter: invert(78%) sepia(38%) saturate(6113%) hue-rotate(159deg) brightness(100%) contrast(106%);
}

.insta-icon {
    display: inline-block;
    background: url('../images/socials/insta.svg') no-repeat;
}

.insta-icon:hover {
    filter: invert(78%) sepia(38%) saturate(6113%) hue-rotate(159deg) brightness(100%) contrast(106%);
}


.twitter-icon {
    display: inline-block;
    background: url('../images/socials/twitter.svg') no-repeat;

}

.twitter-icon:hover {
    filter: invert(78%) sepia(38%) saturate(6113%) hue-rotate(159deg) brightness(100%) contrast(106%);
}

.in-icon {
    display: inline-block;
    background: url('../images/socials/in.svg') no-repeat;

}

.in-icon:hover {
    filter: invert(78%) sepia(38%) saturate(6113%) hue-rotate(159deg) brightness(100%) contrast(106%);
}


.mobile-menu > li {
    overflow: hidden;
}


.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: black;
    position: absolute;
    height: 2px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg);
}

.nav-item ul {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.10);
    border: none;
}

.nav-item ul li a {
    padding: 14px 0;
    border-bottom: 1px solid #D2D2D2;
}

.nav-item ul li {
    padding: 0 25px;
}

.nav-item ul li a {
    padding: 14px 0;
    border-bottom: 1px solid #D2D2D2;
    font-weight: 400 !important;
}

.nav-item > ul > li:last-child > a {
    border: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
#error-message{
    color: red;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 2%;

}

/*
--PAGE SHOWERS--
*/

.page-template-page-showers .max-container {
    max-width: 1410px;
    padding: 0;
}

.page-template-page-showers > section {
    margin-bottom: 100px;
}

.page-template-page-showers > .section-cover {
    background-image: url("../images/templates/showers/showers-cover.png");
    margin-bottom: 100px;
    position: relative;
    height: 723px;
}

.page-template-page-showers > .section-cover .cover-div {
    z-index: 10;
    padding: 206px 40px 206px 0;
    left: 60px
}

.page-template-page-showers > .section-cover::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
}

.page-template-page-showers > .glass-showers-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    position: relative;
    background-size: 40%;
}

.page-template-page-showers .info-items-section h2 {
    max-width: 477px;
    margin: 0 auto;
    text-align: center;
}

.page-template-page-showers .info-items-section .main-description {
    text-align: center;
}

.page-template-page-showers .info-items-section .info-items-wrapper {
    margin-top: 50px;
}

.page-template-page-showers .info-items-section .info-items-wrapper h5.title {
    margin-top: 36px;
    margin-bottom: 14px;
}

.page-template-page-showers .custom-button {
    width: max-content;
}

.info-items-section .info-items-wrapper .info-item-icon {
    margin-bottom: 30px;
}
.info-items-section .info-items-wrapper .info-item-icon.bg {
    background-image: url(../images/templates/showers/line-dashed.png);
    background-repeat: no-repeat;
    background-position: 120px;
}

.page-template-page-showers  .service-apart-div h5 {
    width: 73%;
}
.page-template-page-showers .estimate-section #myTabs {
    justify-content: center;
}


.page-template-page-showers #myTabs > .nav-item {
    width: 196px;
    margin: 0 7.5px;
}


.page-template-page-showers .estimate-section.showers .estimate-div {
    padding-bottom: 54px;
}

.page-template-page-showers .estimate-section.showers .estimate-div textarea {
    height: 128px;
}

/*
--PAGE GLASS RAILINGS--
*/

.page-template-page-glass-railings section ,
.page-template-page-doors-partitions section ,
.page-template-page-glass-storefronts section {
    margin-bottom: 100px;
}

.page-template-page-glass-railings .cover-div ,
.page-template-page-doors-partitions .cover-div ,
.page-template-page-glass-storefronts .cover-div {
    padding: 167px 188px 140px 0;
}

.page-template-page-glass-railings  > .transform-property-section ,
.page-template-page-glass-storefronts > .transform-property-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    position: relative;
    background-size: 40%;
}

.page-template-page-glass-railings .service-apart-section ,
.page-template-page-glass-storefronts .service-apart-section {
    margin-bottom: 100px;
}

.page-template-page-glass-railings  .info-items-wrapper ,
.page-template-page-glass-storefronts  .info-items-wrapper {
    margin-top: 40px;
}

.info-items-wrapper .info-item-icon-wrapper {
    margin-bottom: 36px;
}

.page-template-page-glass-railings .section-cover.design-versatility ,
.page-template-page-glass-storefronts .section-cover.design-versatility {
    height: 573px;
}

.page-template-page-hardware-and-finishes .upgrade-spaces-section .image-block ,
.page-template-page-other-solutions .upgrade-spaces-section .image-block ,
.page-template-page-glass-railings .upgrade-spaces-section .image-block ,
.page-template-page-doors-partitions .upgrade-spaces-section .image-block ,
.page-template-page-glass-storefronts .upgrade-spaces-section .image-block {
    width: 52.8%;
}

.page-template-page-hardware-and-finishes .upgrade-spaces-section .info-block ,
.page-template-page-other-solutions .upgrade-spaces-section .info-block ,
.page-template-page-glass-railings .upgrade-spaces-section .info-block ,
.page-template-page-doors-partitions .upgrade-spaces-section .info-block ,
.page-template-page-glass-storefronts .upgrade-spaces-section .info-block {
    width: 47.2%;
}

.page-template-page-doors-partitions .customers-slider-glasses .slick-slide ,
.page-template-page-glass-railings .customers-slider-glasses .slick-slide ,
.page-template-page-hardware-and-finishes .customers-slider-glasses .slick-slide ,
.page-template-page-glass-storefronts .customers-slider-glasses .slick-slide {
    margin: 4px;
}

.page-template-page-glass-railings .estimate-section #myTabs ,
.page-template-page-glass-storefronts .estimate-section #myTabs {
    justify-content: center;
}

.page-template-page-hardware-and-finishes  #myTabs > .nav-item ,
.page-template-page-other-solutions  #myTabs > .nav-item ,
.page-template-page-doors-partitions #myTabs > .nav-item ,
.page-template-page-glass-railings #myTabs > .nav-item ,
.page-template-page-glass-storefronts #myTabs > .nav-item ,
.page-template-page-mirrors  #myTabs > .nav-item {
    width: 196px;
    margin: 0 7.5px;
}

.page-template-page-glass-railings .service-apart-section.first h2 {
    max-width: 492px;
    margin: 0 auto;
}

.page-template-page-glass-railings .info-items-section h2 {
    max-width: 563px;
    margin: 0 auto;
}

.page-template-page-glass-railings  .design-versatility h2 {
    max-width: 660px;
    margin: 0 auto;
}

.page-template-page-glass-railings .customers-section.slider-section h2 {
    max-width: 700px;
    margin: 0 auto;
}

/**
    --PAGE MIRRORS
 */

.page-template-page-mirrors section ,
.page-template-page-hardware-and-finishes section ,
.page-template-page-other-solutions section {
    margin-bottom: 100px;
}

.page-template-page-hardware-and-finishes .shape-space-item-wrapper ,
.page-template-page-mirrors .shape-space-item-wrapper ,
.page-template-page-other-solutions .shape-space-item-wrapper {
    color: #030D22;
}
.page-template-page-hardware-and-finishes .shape-space-item ,
.page-template-page-mirrors .shape-space-item ,
.page-template-page-other-solutions .shape-space-item {
    height: 408px;
}

.page-template-page-hardware-and-finishes .shape-space-item-title ,
.page-template-page-mirrors .shape-space-item-title ,
.page-template-page-other-solutions .shape-space-item-title {
    position: absolute;
    bottom: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
    font-weight: 700;
    color: #030D22;

}

.page-template-page-mirrors .shape-space-footer ,
.page-template-page-hardware-and-finishes .shape-space-footer ,
.page-template-page-other-solutions .shape-space-footer {
    height: 175px;
    padding: 34px 28px;
    background: #F9F9F9;
    font-size: 16px;
    color: #030D22;
    font-family: Inter;
}

.page-template-page-mirrors .section-quarter {
    height: 630px;
}

.page-template-page-mirrors .section-quarter.transforming-spaces {
    height: 650px;
}

.page-template-page-mirrors .section-quarter.creating-perfect-mirror {
    position: relative;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 51% 100%;
}

.page-template-page-mirrors .section-quarter.creating-perfect-mirror:after {
    content: '';
    display: block;
    width: 49%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: #F6F5F5;
}

.page-template-page-mirrors .section-quarter .cover-div {
    z-index: 2;
    padding-right: 60px !important;
}

.page-template-page-mirrors .section-quarter.transforming-spaces {
    position: relative;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 49% 100%;
}

.page-template-page-mirrors .section-quarter.transforming-spaces:after {
    content: '';
    display: block;
    width: 51%;
    height: 100%;
    left: 49%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: #F6F5F5;
}


.page-template-page-mirrors  .customers-slider-glasses .slick-slide {
    margin: 4px;
}

.page-template-page-mirrors  .section-shape-space .text-block {
    margin: 0 auto;
    margin-bottom: 40px;
}

.page-template-page-mirrors  .section-shape-space .text-block h1 {
    width: 65%;
    margin: 0 auto;
}

.page-template-page-mirrors  .section-shape-space .text-block h6 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 15px;
}

.page-template-page-mirrors h1 {
    max-width: 595px;
}

.page-template-page-mirrors .section-shape-space .text-block p {
    max-width: 748px;
    margin: 0 auto;
    margin-bottom: 1rem;
}


.page-template-page-mirrors  .section-explore-range .text-block {
    margin: 0 auto;
    margin-bottom: 40px;
}

.page-template-page-mirrors  .section-explore-range .text-block h1 {
    width: 65%;
    margin: 0 auto;
}

.page-template-page-mirrors  .section-explore-range .text-block h6 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 15px;
}

.page-template-page-mirrors .section-explore-range .text-block p {
    max-width: 748px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/*
    --PAGE GLASS STOREFRONTS
*/

.page-template-page-glass-storefronts .service-apart-section  h2 {
    width: 77%;
    margin: auto;
}

.page-template-page-glass-storefronts .service-apart-section .p {
    width: 92%;
    margin: auto;
    margin-bottom: 40px;
}

.page-template-page-glass-storefronts .service-apart-div h5 {
    width: 53%;
}

.page-template-page-glass-storefronts .what-we-offer-section .info-item-content-wrapper {
    background: #EAEAEA;
    padding: 37px 26px;
    min-height: 345px;
}

/*

--PAGE DOORS AND PARTITIONS

*/

.page-template-page-doors-partitions .section-cover.design-versatility {
    min-height: 573px;
    display: flex;
    align-items: center;
}

/*
    --PAGE OTHER GLASS SOLUTIONS
*/

.page-template-page-hardware-and-finishes .shape-space-footer ,
.page-template-page-other-solutions .shape-space-footer {
    min-height: 212px;
    height: auto;
    padding: 34px 28px;
    background: #F9F9F9;
    font-size: 16px;
    color: #030D22;
    font-family: Inter;
    border: 1px solid #D9D9D9;
    border-top: 0;
}

.page-template-page-other-solutions .shape-space-footer ,
.page-template-page-hardware-and-finishes  .shape-space-footer {
    background: transparent;
}

.page-template-page-hardware-and-finishes .shape-space-item-wrapper ,
.page-template-page-other-solutions .shape-space-item-wrapper {
    margin-bottom: 30px;
}

.page-template-page-other-solutions .section-cover.design-versatility {
    min-height: 573px;
    display: flex;
    align-items: center;
}

/*
    --PAGE HARDWARE AND FINISHES
*/

.page-template-page-hardware-and-finishes .section-cover.design-versatility {
    min-height: 573px;
    display: flex;
    align-items: center;
}

.page-template-page-hardware-and-finishes .section-cover.first .cover-div {
    padding: 167px 20px 140px 0;
}

/*
    --PAGE GALLERY
 */


.page-template-page-gallery  .section-cover {
    margin-bottom: 60px !important;
}

.sidebar-gallery ul {
    border-radius: 8px;
    width: 94%;
    padding: 50px 36px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-gallery ul li , .view-all-gallery{
    /* Set the font weight to 700 (bold) */
    font-weight: 700;

    /* Set the font size to 20 pixels */
    font-size: 20px;

    /* Set the line height to 23.66 pixels */
    line-height: 23.66px;

    /* Set the text color to #030D22 (dark blue) */
    color: #030D22;
    margin-bottom: 35px;
}
.view-all-gallery {
    margin-top: 16px;
}

.masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
}

.masonry .gallery-image-wrapper {
    break-inside: avoid;
    overflow: hidden;
}

.masonry .gallery-image-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
}


.gallery-image-wrapper {
    display: block;
    border: 1px solid blue;
}

.gallery-image-wrapper.view_more_default {
    display: none;
}


.sidebar-gallery ul li a {
    text-decoration: none;
}

.sidebar-gallery ul li.active a {
    text-decoration: underline;
}

.gallery-content {
    display: none !important;
}

.gallery-content.active {
    display: flex !important;
}

/*
    --PAGE CONTACT
 */

.page-template-page-contact section {
    /*margin-bottom: 0;*/
}

.section-contacts {
    background: #F9F9F9;
    padding-top: 48px;
    margin-bottom: 0;
}

.page-template-page-contact .contact-info {
    padding-bottom: 140px;
}

.page-template-page-contact .contact-info .contact-info-div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 80%;
}

.page-template-page-contact .contact-info .contact-info-div .contact-item {
    margin-top: 20px;
    color: #030D22;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.page-template-page-contact .contact-info .contact-info-div .contact-item img {
    width: 18px;
    margin-right: 16px;
}

.page-template-page-contact .contact-info .contact-info-div .contact-item a {
    color: #030D22;
    font-size: 20px;
    text-decoration: none;
}

.page-template-page-contact .contact-info .contact-info-div .contact-item.email span {
    text-decoration: underline;
}

.social-items {
    margin-top: 40px;
}

.social-items  a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.social-items  a img {
    width: 100%;
    max-width: 30px;
}

/*
    --PAGE FAQ
*/

.page-template-page-faq .section-cover {
    height: 356px;
    background: #ECECEC;
    backdrop-filter: blur(13.399999618530273px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.page-template-page-faq .section-cover .cover-div {
   padding: 0;
}

.page-template-page-faq .estimate-div {
    margin-top: 80px;
}

.page-template-page-faq .section-cover .cover-div .custom-button {
    width: max-content;
    padding: 15px 26px;
}

.faq-content {
    display: none !important;
}

.faq-content.active {
    display: flex !important;
}

.sidebar-faq ul {
    width: 94%;
    border-radius: 8px;
    padding: 44px 54px 35px 36px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}

.sidebar-faq ul li {
    font-weight: 700;
    font-size: 20px;
    line-height: 23.66px;
    color: #030D22;
    margin-bottom: 35px;
}

.sidebar-faq ul li:last-child {
    margin-bottom: 0;
}

.sidebar-faq ul li img {
    margin-right: 8px;
}

.sidebar-faq ul li a {
    text-decoration: none;
}

.sidebar-faq ul li.active a ,
.sidebar-faq ul li a:hover {
    text-decoration: underline;
}

.faq-item {
    margin-bottom: 20px;
    padding-right: 28px !important;
    padding-left: 28px !important;
}

.faq-item.active {
    border-radius: 8px;
    background: #F3F3F3;
    padding: 35px 28px;
    margin-bottom: 20px;
}

.btn-faq {
    box-shadow: none !important;
    background: transparent !important;
    padding: 2px !important;
}
.faq-item .opened {
    display: none;
}

.faq-item.open .opened {
    display: block;
}

.faq-item .question {
    color: #030D22;
    font-family: Jura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq-item.active .question {
    margin-bottom: 10px;
}


.faq-item .answer {
    color: #030D22;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: none;
}

.faq-item .answer p {
    margin-bottom: 0;
}

.faq-item.active .answer {
    display: block;
}


.faq-item.active .close {
    display: none;
}


.faq-item.active .opened {
    display: block;
}

.estimate-section.faq .contact-title {
    color: #030D22;
    text-align: center;
    font-family: Jura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*
--POST SINGLE
*/

.page-template-page-blog .view-more {
    height: 51px;
    color: #030D22;

    font-family: Jura;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.single-post .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}

.single-post-wrapper {
    border: 1px solid #D9D9D9;
}

.single-post .main-content {
    padding: 18px 30px;
}

.single-post .main-content h3 {
    color: #030D22;
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-bottom: 12px !important;
}

.single-post .main-content .date {
    margin-bottom: 16px;
}

.single-post .wp-block-buttons>.wp-block-button{
    margin: 30px auto 50px;
}

.single-post h1 {
    margin-top: 43px;
    margin-bottom: 25px;
}

/*
--POST ITEM
*/

.post-item.service {
    border: 1px solid #D9D9D9;
    max-width: 330px;
}

.post-item.service.large {
    max-width: 450px;
    margin-bottom: 30px;
}

.post-item.service .item-footer {
    padding: 8px 14px;
}

.post-item.service .item-footer a {
    font-size: 18px;
    color: #030D22;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.post-item.service .item-footer a:hover {
    text-decoration: underline;
}

.post-item.service .post-item-hover {
    display: flex;
    top: 0;
    left: 0;
    flex-direction: column;
    padding-left: 38px;
    padding-right: 38px;
    background: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); /* For older versions of Safari */
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.post-item.service:hover .post-item-hover {
    transition: opacity 1s ease;
    opacity: 1;
}

.post-item-hover .custom-button {
    width: max-content;
}
.post-item-hover h5 {

}

.single-post .wp-block-button__link {
    position: relative;
    padding-right: 60px;
}

.single-post .wp-block-button__link::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url("../images/right.svg");
    height: 18px;
    width: 18px;
    right: 26px;
}


/*
    --POST RECENT POSTS
*/

.recent-post-items .post-item {
    margin-bottom: 25px;
}

.extra-post .post-item.large {
    max-width: 690px;
}

.postBy-category-links {
    display: flex;
    margin-top: 25px;
    margin-bottom: 46px;
}

.custom-link-button {
    height: 56px;
    padding: 16px 12px;
    font-size: 20px;
    font-weight: 700;
    color: #030D22;
    box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 8px;
    margin-right: 10px;
    line-height: 1.2;
}

.custom-link-button:hover ,
.custom-link-button.active {
    background: #00C5FF;
    color: #030D22;
}

.page-blog-wrapper {
    margin-bottom: 100px;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu {
    position: absolute;
    min-width: 330px;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 20px;
    display: none;
}

.menu-item-has-children:hover a + .sub-menu ,
.menu-item-has-children a:hover + .sub-menu {
    display: block;
}

.header-menu  .sub-menu li.nav-item {
    padding-top: 12px !important;
}

.header-menu  .sub-menu li.nav-item a {
    list-style: none;
    color: #030D22;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 18px !important;
    border: none !important;

}

.page-template-page-glass-storefronts .section-cover-mobile-bg,
.page-template-page-glass-railings .section-cover-mobile-bg,
.page-template-page-mirrors .section-cover-mobile-bg {
    display: none;
}

.page-template-page-other-solutions .section-explore-range h1 ,
.page-template-page-hardware-and-finishes .section-explore-range h1 {
    margin-bottom: 25px !important;
}

.page-template-page-other-solutions .section-explore-range .text-block p ,
.page-template-page-hardware-and-finishes .section-explore-range .text-block p {
    margin-bottom: 25px !important;
}

.post-item .date {
    color: #808080;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.post-item .date * {
    font-family: Inter;
}

#menu-mobile-menu .current-menu-item a ,
#menu-mobile-menu .menu-item a:hover {
    font-weight: 600;
}


.new-added {
    margin-top: 40px !important;
}

@media screen and (min-width: 1700px) {
    .max-container {
        max-width: 1410px !important;
    }

    .section-cover h6 {
        max-width: 634px;
    }

   .page-template .service-apart-section .service-apart-div h5 {
        height: 77px;
    }

    .page-template.page-template-page-other-solutions .service-apart-section .service-apart-div h5 {
        height: 103px;
    }

    .page-template.page-template-page-mirrors .service-apart-section .service-apart-div h5 {
        width: 48%;
    }

    .page-template-front-page .estimate-section #myTabs {
        justify-content: center;
    }

    .page-template-front-page  .estimate-section #myTabs .nav-item {
        margin-right: 12px;
    }

    .page-template-front-page  .estimate-div ,
    .page-template-page-gallery   .estimate-div {
        max-width: 786px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1200px) {
    .cover-div {
        max-width: 600px;
    }

    .page-template .service-apart-section .service-apart-div h5 {
        height: 77px;
    }

    .page-template.page-template-page-other-solutions .service-apart-section .service-apart-div h5 {
        height: 103px;
        font-size: 22px !important;
    }



    .page-template.page-template-page-mirrors .service-apart-section .service-apart-div h5 {
        width: 48%;
    }

    .page-template-front-page .estimate-section #myTabs {
        justify-content: space-evenly;
    }

    .page-template-front-page .estimate-section #myTabs {
        justify-content: center;
    }

    .page-template-front-page  .estimate-section #myTabs .nav-item {
        margin-right: 12px;
    }

    .page-template-front-page  .estimate-div {
        max-width: 786px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1460px) {
    .page-template-page-showers .max-container {
        max-width: 1350px;
    }

    .page-template-page-showers .customers-slider-showers .slick-slide ,
    .page-template-page-showers .customers-slider-showers .customers-div-showers {
        /*max-width: 260px;*/
        margin: 3px;
    }

    .page-template-page-showers .customers-slider-showers .customers-div-showers img {
        width: 100%;
    }

    .page-template-page-showers > .section-cover .cover-div {
        z-index: 10;
        padding: 182px 40px 206px 0;
        left: 60px;
    }

    .page-template-page-glass-storefronts .section-cover {
        background-position: 40% top;
    }

    .page-template-page-gallery  .section-cover .cover-div {
        padding: 80px 0 80px;
    }

    .sidebar-gallery ul li, .view-all-gallery {
        font-size: 18px;
    }
}

@media screen and (max-width: 1399px) {
    .page-template-front-page .cover-div p {
        line-height: 2;
    }


    .section-cover {
        background-size: auto;
        background-position: 18% top;
    }

    .cover-div {
        padding: 120px 0 130px;
    }

    .customers-div {
        height: 360px;
    }

    .exploring-section .cover-div {
        padding: 100px 0;
    }

    .header-menu nav .menu .nav-item a {
        font-size: 15px;
    }

    .header-logo-a img {
        max-width: 120px;
        width: 100%;
    }

    section {
        margin-bottom: 80px;
    }

    .estimate-section {
        margin-bottom: 120px;
    }

    h2, h1, .h1 {
        font-size: 32px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    .testimonial-container {
        margin-bottom: 16px;
    }

    .page-template-front-page .custom-glass-section p {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .page-template-front-page .glass-show-div .custom-button {
        font-size: 14px !important;
        padding: 9px 16px;
    }

    /*.custom-glass-blur-div h5 {*/
    /*    padding: 9px 5px;*/
    /*}*/
    .page-template-page-showers .max-container {
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .page-template-page-showers > section.estimate-section {
        margin-bottom: 140px;
    }

    .page-template-page-mirrors section {
        margin-bottom: 80px;
    }

    .page-template-page-hardware-and-finishes .shape-space-footer ,
    .page-template-page-other-solutions .shape-space-footer {
        min-height: 238px;
    }
}


@media screen and (max-width: 1399px) and (min-width: 1199px) {
    .page-template-page-other-solutions .service-apart-section .service-apart-row.mobile-bigger > .col-xl-3 {
        width: 50% !important;
        margin-bottom: 12px !important;
    }
}


@media screen and (max-width: 1199px) {
    .header-phone-col {
        display: none;
    }

    .header-menu .phone-header-icon {
        display: flex !important;
    }

    .header-menu nav .menu > .nav-item {
        padding: 2px;
    }

    .header-menu {
        justify-content: end;
    }

    .section-cover {
        background-position: 40% top;
    }

    .cover-div {
        padding: 162px 0 160px;
    }


    .mobile-service {
        display: block;
        overflow: hidden;
    }

    .web-service {
        display: none !important;
    }

    .exploring-section .cover-div {
        padding: 40px 0;
    }

    .customers-div {
        height: 400px;
    }

    .estimate-section {
        margin-bottom: 200px;
    }

    .custom-glass-blur-div h5 {
        font-size: 24px !important;
    }

    .page-template-front-page .custom-glass-section p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .page-template-page-showers > section.estimate-section {
        margin-bottom: 260px;
    }

    .page-template .shape-space-footer {
        font-size: 14px;
    }

    .page-template-page-contact
}


@media screen and (max-width: 991px) {
    .mobile-display {
        display: block;
    }

    .desktop-display {
        display: none;
    }

    footer .main-info {
        justify-content: center;
    }

    footer .main-info > * {
        margin: 0 auto;
    }

    footer .main-info .social-items {
        margin: 0 auto;
        display: flex;
        margin-bottom: 40px;
        justify-content: center;
    }

    /*.section-cover:not(.gallery-cover):not(.faq-cover) {*/
    /*    background: none !important;*/
    /*}*/

    .section-cover-mobile-bg {
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        position: relative;
    }

    h2, h1, .h1 {
        font-size: 26px !important;
    }

    body .lg-image {
        display: none !important;
    }

   .page-template-front-page .custom-button {
        margin: 30px auto 0;
    }

    .header-menu {
        display: none;
    }

    .mobile-header-menu {
        display: flex !important;
        justify-content: end;
        align-items: center;
    }

    .menu-button-container {
        display: flex;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        margin-top: 68px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 80;
    }

    .mobile-menu#menu-mobile-menu {
        margin-top: 32px;
    }

    .mobile-menu li a {
        text-decoration: none;
        color: #030D22;
    }

    #menu-toggle ~ .mobile-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .mobile-menu li {
        /*border: 1px solid #333;*/
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        background: #9dc3d9;
    }

    .mobile-menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: white;
    }

    .mobile-menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }

    .cover-div {
        padding: 84px 0 44px;
        text-align: center;
    }

    .exploring-section .cover-div {
        padding: 0 0 40px;
    }

    .service-apart-row {
        gap: 20px 0;
    }

    .custom-glass-section h2 {
        max-width: 100%;
    }

    .customers-div {
        height: auto;
    }

    .customers-div p {
        margin-bottom: 40px;
    }

    .estimate-col {
        position: relative;
    }

    .est-img {
        position: absolute;
    }

    .estimate-section #myTabs .nav-item .nav-link {
        padding: 16px 8px;
    }

    .page-template-front-page .exploring-section {
        background: none !important;
    }

    .page-template-front-page .exploring-section-bg-mobile {
        display: block !important;
        height: auto;
        margin-bottom: 40px;
    }

    .page-template-front-page .hardware-section .cover-div {
        max-width: unset;
    }

    .page-template-page-showers .max-container {
        /*max-width: 1px;*/
        width: 100%;
        max-width: 720px;
    }

    .page-template-page-showers .max-container {
        width: unset;
    }

    .page-template-page-showers > .section-cover,
    .page-template-page-showers > section {
        margin-bottom: 80px;
    }

    .page-template-page-showers > .section-cover {
        height: auto;
    }

    .page-template-page-showers > .section-cover::after {
        display: none;
    }

    .page-template-page-showers > .section-cover .cover-div {
        padding: 84px 0 44px;
        position: initial !important;
    }

    .page-template-page-showers .custom-button {
        margin: 0 auto;
    }

    .page-template-page-showers h2 ,
    .page-template-page-showers  h1,
    .page-template-page-showers  .h1 {
        text-align: center;
    }

    .page-template-page-showers  .glass-showers-section-bg-mobile {
        display: block !important;
        margin-bottom: 40px;
    }

    .page-template-page-showers .glass-showers-section {
        background: none !important;
    }

    .page-template .info-items-section .info-items-wrapper .info-item-icon ,
    .page-template-page-showers .info-items-section .info-items-wrapper .info-item-icon {
        margin-bottom: 30px;
    }

    .page-template-page-showers > section.estimate-section {
        margin-bottom: 160px;
    }

    .page-template-page-glass-railings > .section-cover {
        height: auto;
    }

    .page-template-page-glass-railings > .section-cover .cover-div {
        padding: 84px 0 44px;
        position: initial !important;
    }

    .page-template-page-glass-railings .custom-button {
        margin: 0 auto;
    }

    .page-template-page-glass-railings > .section-cover, .page-template-page-glass-railings > section {
        margin-bottom: 80px;
    }

    .page-template-page-glass-railings .transform-property-section .info-div {
        margin-top: 20px;
    }

    .page-template-page-glass-railings .section-cover.design-versatility {
        height: auto;
    }

    .page-template-page-glass-railings .section-cover.design-versatility h1  {
        margin-top: 20px;
    }

    .page-template-page-glass-railings .upgrade-spaces-section .image-block ,
    .page-template-page-glass-railings .upgrade-spaces-section .info-block {
        width: 100%;
    }

    .page-template-page-glass-railings .upgrade-spaces-section .info-div  {
        margin-top: 20px;
    }

    .page-template-page-glass-railings .upgrade-spaces-section .info-div  h2 ,
    .page-template-page-glass-railings .upgrade-spaces-section .info-div  p {
        text-align: center;
    }

    .page-template-page-mirrors h1 {
        margin: 0 auto;
    }

    .page-template-page-mirrors .custom-button {
        margin: 30px auto 0;
    }

    .page-template .shape-space-footer {
        font-size: 16px;
    }

    .page-template-page-mirrors .section-quarter {
        height: auto !important;
    }

    .page-template-page-mirrors .section-quarter:after {
        display: none !important;
    }

    .page-template-page-mirrors .section-quarter .cover-div.position-absolute {
        position: initial !important;
        padding: 24px !important;
    }

    .page-template-page-glass-storefronts .section-cover-mobile-bg,
    .page-template-page-glass-railings .section-cover-mobile-bg ,
    .page-template-page-mirrors .section-cover-mobile-bg {
        display: block;
    }

    .page-template-page-glass-storefronts > .section-cover .cover-div {
        padding: 84px 0 44px !important;
        position: initial !important;
        width: 100%;
    }

    .page-template-page-glass-storefronts .what-we-offer-section .info-item {
        margin-bottom: 20px;
    }

    /*.page-template-page-glass-storefronts * {*/
    /*    text-align: center;*/
    /*}*/

    .page-template-page-glass-storefronts .custom-button {
        margin: 0 auto;
    }

    .page-template-page-glass-storefronts section {
        margin-bottom: 80px;
    }

    .page-template-page-glass-storefronts .h1, h2 {
        font-size: 28px !important;
        margin-top: 20px;
    }

    .page-template-page-glass-storefronts h1 {
        font-size: 26px !important;
    }

    .page-template-page-glass-storefronts .transform-property-section h2 {
        margin-top: 20px;
    }

    .page-template-page-glass-storefronts .transform-property-section {
        margin-bottom: 80px;
    }

    .page-template-page-glass-storefronts .section-cover.design-versatility {
        height: auto;
    }

    .page-template-page-glass-storefronts .upgrade-spaces-section .info-block ,
    .page-template-page-glass-storefronts .upgrade-spaces-section .image-block ,
    .page-template-page-glass-storefronts .upgrade-spaces-section .image-div {
        width: 100%;
    }

    .page-template-page-doors-partitions > .section-cover .cover-div {
        padding: 84px 0 44px !important;
        width: 100%;
    }

    .page-template-page-doors-partitions .transform-property-section .custom-button,
    .page-template-page-doors-partitions  .section-cover .custom-button {
        margin: 0 auto;
    }

    .page-template-page-doors-partitions section {
        margin-bottom: 80px;
    }

    .page-template-page-doors-partitions .transform-property-section h2 {
        margin-top: 20px;
        text-align: center;
    }

    .page-template-page-doors-partitions .transform-property-section .info-div p {
        text-align: center;
    }

    .page-template-page-doors-partitions .section-cover.design-versatility {
        flex-wrap: wrap;
    }

    .page-template-page-doors-partitions .section-cover.design-versatility .section-cover-mobile-bg {
        width: 100%;
    }

    .page-template-page-doors-partitions  .upgrade-spaces-section .info-block ,
    .page-template-page-doors-partitions  .upgrade-spaces-section .image-block {
        width: 100%;
    }

    .page-template-page-doors-partitions  .upgrade-spaces-section p ,
    .page-template-page-doors-partitions  .upgrade-spaces-section h2 {
        margin-top: 20px;
        text-align: center;
    }

    .page-template-page-doors-partitions  .upgrade-spaces-section .custom-button {
        margin: 0 auto;
    }

    .page-template-page-other-solutions > .section-cover .cover-div {
        padding: 84px 0 44px !important;
        width: 100%;
    }

    .page-template-page-other-solutions .custom-button {
        margin: 0 auto;
    }

    .page-template-page-other-solutions section {
        margin-bottom: 80px;
    }

    .page-template-page-other-solutions .section-cover.design-versatility {
        flex-wrap: wrap;
    }

    .page-template-page-other-solutions .section-cover.design-versatility .section-cover-mobile-bg {
        width: 100%;
    }

    .page-template-page-other-solutions .upgrade-spaces-section .info-block ,
    .page-template-page-other-solutions .upgrade-spaces-section .image-block {
        width: 100%;
    }

    .page-template-page-other-solutions .upgrade-spaces-section .info-div p ,
    .page-template-page-other-solutions .upgrade-spaces-section .info-div h2 {
        margin-top: 20px;
        text-align: center;
    }

    .page-template-page-hardware-and-finishes > .section-cover .cover-div {
        padding: 84px 0 44px !important;
        width: 100%;
    }

    .page-template-page-hardware-and-finishes .custom-button {
        margin: 0 auto;
    }

    .page-template-page-hardware-and-finishes .shape-space-footer, .page-template-page-other-solutions .shape-space-footer {
        min-height: unset;
        height: auto;
    }

    .page-template-page-hardware-and-finishes .section-cover.design-versatility {
        flex-wrap: wrap;
    }

    .page-template-page-hardware-and-finishes section {
        margin-bottom: 80px;
    }

    .page-template-page-hardware-and-finishes .upgrade-spaces-section .info-block ,
    .page-template-page-hardware-and-finishes .upgrade-spaces-section .image-block {
        width: 100%;
    }

    .page-template-page-hardware-and-finishes .upgrade-spaces-section .info-div p,
    .page-template-page-hardware-and-finishes .upgrade-spaces-section .info-div h2 {
        margin-top: 20px;
        text-align: center;
    }

    .sidebar-gallery ul {
        padding: 36px 24px;
        width: 100%;
    }

    .page-template-page-contact .contact-info {
        padding-bottom: 50px;
    }

    .page-template-page-contact h1 {
        width: 100%;
    }

    .page-template-page-contact  .estimate-section {
        margin-bottom: 80px !important;
    }

    .page-template-page-blog .post-item-service-container {
        margin-bottom: 20px;
    }

    .single-service .recent-post-items {
        display: none;
    }

    .single-service .latest-articles-singlin {
        display: block !important;
    }

    .single-service .post-by-category-sidebar {
        display: none;
    }

    .single-service .post-by-category-big {
        display: block !important;
    }

    .single-service .post-item-service-container {
        margin-bottom: 20px;
    }

    .sidebar-faq ul {
        width: 100%;
    }

    .faq-item {
        margin-left: auto;
        margin-right: auto;
    }

}


@media screen and (max-width: 767px) {
    section {
        margin-bottom: 50px;
    }

    .header-logo {
        max-width: 164px;
        width: 100%;
    }

    .cover-div {
        padding: 82px 0 100px;
    }

    .custom-button {
        margin: 0 auto;
    }

    .social-images {
        justify-content: center;
    }

    .exploring-section {
        background: none !important;
    }

    .estimate-section #myTabs {
        gap: 10px 0;
    }

    .estimate-section #myTabs .nav-item {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .estimate-section #myTabs .nav-item .nav-link {
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-row {
        gap: 40px 0;
    }

    .page-template-page-showers .max-container {
        /* max-width: 1px; */
        width: 100%;
        max-width: 540px;
    }

    .page-template .info-items-section .info-items-wrapper .info-item ,
    .page-template-page-showers .info-items-section .info-items-wrapper .info-item {
        margin-bottom: 36px;
    }

    .page-template-page-showers .info-items-section .info-items-wrapper h5.title {
        margin-top: 12px;
    }

    .page-template-page-showers .info-items-wrapper .info-item-icon-wrapper {
        margin-bottom: 16px;
    }

    .page-template-page-showers  .estimate-section #myTabs .nav-item {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-template-page-showers > section.estimate-section {
        margin-bottom: 80px;
    }

    .page-template-page-mirrors > .section-cover {
        margin-bottom: 10px !important;
    }

    .page-template-page-mirrors .shape-space-item-wrapper {
        margin-bottom: 20px;
    }

    .page-template-page-mirrors .shape-space-footer {
        padding: 16px 16px;
        height: auto;
    }

    .page-template-page-doors-partitions > .section-cover .cover-div {
        padding-top: 28px !important;
    }

    .page-template-page-doors-partitions section {
        margin-bottom: 50px;
    }

    .page-template-page-other-solutions > .section-cover .cover-div {
        padding-top: 28px !important;
    }

    .page-template-page-other-solutions section {
        margin-bottom: 50px !important;
    }

    .page-template-page-hardware-and-finishes section {
        margin-bottom: 50px !important;
    }

    .page-template-page-hardware-and-finishes > .section-cover .cover-div {
        padding-top: 28px !important;
        padding-bottom: 4px !important;
    }

    .page-template-page-blog .postBy-category-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-service .postBy-category-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-service  .postBy-category-links .custom-link-button ,
    .page-template-page-blog .postBy-category-links .custom-link-button {
        margin-bottom: 10px;
    }

    .page-template-page-blog .posts-by-category-wrapper .post-item {
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-page-blog .page-blog-wrapper h2 {
        text-align: center;
    }

    .single-service .postBy-category-links {
        display: flex;
        flex-wrap: wrap;
    }

    .single-service .post-by-category-big h2 {
        text-align: center;
    }

    .single-service .post-by-category-big .post-item {
        margin: 20px auto;
    }

}

@media screen and (max-width: 576px) {

    .header {
/*        max-height: 68px;*/
    }

    .header-row {
        padding: 0;
    }

    .mobile-menu {
        margin-top: 48px;
    }

    .mobile-bigger {
        display: none !important;
    }

    section {
        margin-bottom: 50px;
    }

    h1,.h1,h2, p {
        text-align: left;
    }

    h1,.h1,h2 {
        margin-bottom: 15px !important;
    }

    .page-template-front-page .exploring-section-bg-mobile {
        height: 254px;
        margin-bottom: 0;
    }

    .page-template-front-page .exploring-section h2 {
        margin-left: 0;
        text-align: left;
        margin-bottom: 15px !important;
    }

    .page-template-front-page .custom-button {
        margin: 20px auto 0;
    }

    .page-template-front-page .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-front-page .cover-div {
        padding: 20px 0 15px;
    }

    .page-template-front-page .cover-div p {
        text-align: left;
    }

    .page-template-front-page .cover-div h1 {
        margin-bottom: 15px !important;
    }

    .page-template-front-page .cover-div h6 {
        margin-bottom: 20px !important;
    }

    .page-template-front-page .cover-div .custom-button {
        margin-left: 0;
    }

    .page-template-front-page .custom-glass-row {
        display: none;
    }

    .page-template-front-page .custom-glass-row.mobile-small {
        display: flex !important;
    }

    h1 {
        font-size: 26px !important;
        text-align: left;
    }

    h2 {
        font-size: 28px !important;
    }

    .page-template-front-page .custom-glass-section h2 {
        text-align: left;
        margin-bottom: 15px !important;
    }

    .page-template-front-page .custom-glass-section p {
        text-align: left;
    }

    .slick-slider .slick-dots {
        bottom: -40px;
        width: 100% !important;
    }

    .page-template-front-page .hardware-section .cover-div {
        padding-top: 0;
    }

    .page-template-front-page .service-apart-section h2 {
        width: 70%;
    }

    .page-template-front-page .service-apart-section .p {
        margin-bottom: 15px !important;
    }

    .service-apart-row.mobile-small {
        display: flex !important;
    }

    .why-choose-mobile-slider {
        width: 170%;
        display: block !important;
        position: inherit;
        /*min-width: 540px;*/
    }

    .why-choose-mobile-slider .slick-dots {
        width: 58.9% !important;
    }

    .why-choose-mobile-slider .slick-slide {
        margin: 6.5px;
    }

    .why-choose-mobile-slider .service-apart-div {
        width: 90%;
        height: 440px;
        /*max-width: 420px;*/
        /*min-width: 340px;*/
    }

    .page-template-front-page .customers-section h2 {
        width: 70%;
    }

    .container,.page-template .max-container {
        width: 100% !important;
        padding: 0 20px;
    }

    .customers-slider-testimonials-2 .slick-slide {
        margin: 6.5px;
    }

    .customers-slider-testimonials-2 .customers-div {
        margin: 0px;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.10);
        min-height: 462px;
        padding: 30px 25px;
    }

    .customers-slider-testimonials-2 .customers-div .testimonial-icon img {
        width: 50px;
        bottom: 40px;
    }

    .page-template-front-page .estimate-section {
        margin-top: 90px;
    }

    .page-template .estimate-div {
        padding: 32px 10px;
    }

    .page-template .estimate-div h2 {
        text-align: center;
        font-size: 28px !important;
        width: 100% !important;
    }
    .page-template .estimate-section #myTabs {
        display: flex;
        justify-content: center;
    }

    .page-template .estimate-section #myTabs .nav-item {
        display: block;
        width: max-content;
        margin: 0 4.5px;
    }

    .page-template .estimate-section #myTabs .nav-item .nav-link {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px;
    }

    .page-template .estimate-section .tab-content-row  > div {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .page-template .estimate-section #send_form {
        height: 51px !important;
        margin-top: 0 !important;
    }

    .page-template .estimate-section {
        margin-bottom: 50px !important;
    }

    .main-info img {
        width: 158px;
    }

    footer .main-info a, .footer-menu .menu .nav-item a {
        font-size: 16px;
    }

    footer .main-info .social-items {
        margin-bottom: 10px;
    }

    footer .footer-menu nav {
        padding-left: 5px;
    }
    /*.estimate-div > .row > .col-lg-12 {*/
    /*    padding: 0;*/
    /*}*/

    .footer-span-col {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-template-page-showers .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-showers > .section-cover .cover-div {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .page-template-page-showers h1 {
        text-align: left;
        font-size: 26px !important;
    }

    .page-template-page-showers h2, .page-template-page-showers .h1  {
        font-size: 28px !important;
        text-align: left;
    }

    .page-template-page-showers .custom-button {
        margin-left: 0;
    }

    .page-template-page-showers .info-items-section .main-description,
    .page-template-page-showers .info-items-section h2 {
        text-align: left;
    }

    .page-template-page-showers .info-items-section .info-items-wrapper .info-items-row:first-child {
        display: none;
    }



    .page-template-page-showers .cover-div .custom-button {
        margin-left: 0;
    }

    .page-template-page-showers > .section-cover, .page-template-page-showers > section {
        margin-bottom: 50px;
    }

    .page-template-page-showers  .info-items-row-slider.mobile-small, .customers-slider-showers-2-container.mobile-small {
        display: block !important;
    }

     .customers-slider-showers-2 {
        width: 150%;
         margin-left: -25%;
    }

     .customers-slider-showers-2 .slick-slide ,
     .customers-slider-showers-2 .customers-div-showers {
        margin: 2px;
    }

    .customers-slider-showers-2 .customers-div-showers img {
        width: 100%;
    }

    .page-template-page-showers .customers-section.last-sec h2 {
        text-align: center;
    }

    .page-template-page-showers .customers-section.last-sec .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    }

    .page-template-page-glass-railings .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-glass-railings > .section-cover .cover-div {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .page-template-page-glass-railings .custom-button {
        margin-left: 0;
    }

    .page-template-page-glass-railings > .section-cover, .page-template-page-glass-railings > section {
        margin-bottom: 50px;
    }

    .page-template-page-glass-railings h2, .page-template-page-glass-railings .h1 {
        font-size: 28px !important;
        text-align: left !important;
    }

    .page-template-page-glass-railings p {
        text-align: left !important;
    }
    .page-template-page-glass-railings h1 {
        font-size: 26px !important;
    }

    .page-template-page-glass-railings .info-items-row-slider.mobile-small {
        display: block !important;
    }

    .page-template-page-glass-railings .customers-section .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    }

    .page-template-page-glass-railings .estimate-div h2 {
        text-align: center !important;
    }

    .page-template-page-mirrors .section-cover-mobile-bg {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }

    .page-template-page-mirrors > .section-cover .cover-div {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .page-template-page-mirrors .cover-div .custom-button {
        margin-left: 0;
    }

    .page-template-page-mirrors .section-shape-space {
        margin-top: 50px;
    }

    .page-template-page-mirrors .section-shape-space .text-block p,
    .page-template-page-mirrors .section-shape-space h1 {
        width: 100% !important;
        text-align: left !important;
    }

    .page-template-page-mirrors .info-items-section h2,
    .page-template-page-mirrors .info-items-section p {
        margin-left: 0 !important;
        text-align: left !important;
    }

    .page-template-page-mirrors .info-items-row-slider.mobile-small {
        display: block !important;
    }

    .page-template-page-mirrors .customers-section h2 {
        text-align: center !important;
    }

    .page-template-page-mirrors .customers-section .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
        min-height: 484px;
    }

    .page-template-page-glass-storefronts .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-glass-storefronts > .section-cover .cover-div {
        padding-top: 20px !important;
    }

    .page-template-page-glass-storefronts .custom-button {
        margin-left: 0;
    }

    .page-template-page-glass-storefronts section {
        margin-bottom: 50px;
    }

    .page-template-page-glass-storefronts .transform-property-section {
        margin-bottom: 50px;
    }

    .page-template-page-glass-storefronts .service-apart-section .p,
    .page-template-page-glass-storefronts .service-apart-section h2 {
        width: 100%;
        margin: auto;
    }

    .page-template-page-glass-storefronts .what-we-offer-section h2 ,
    .page-template-page-glass-storefronts .what-we-offer-section .main-description {
        text-align: left !important;
    }

    .page-template-page-glass-storefronts .what-we-offer-slider-container.mobile-small {
        display: block !important;
    }

    .page-template-page-glass-storefronts .info-items-section h2 {
        text-align: left !important;
    }

    .page-template-page-glass-storefronts .info-items-section .main-description {
        text-align: left !important;
    }

    .page-template-page-glass-storefronts .mobile-small.info-items-row-slider {
        display: block !important;
    }

    .page-template-page-glass-storefronts .customers-section .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    }

    .page-template-page-doors-partitions  .service-apart-row.mobile-small {
        display: block;
    }

    .mobile-small.info-items-row-slider {
        display: block !important;
    }

    .info-items-section h2,
    .info-items-section p {
        text-align: left !important;
    }

    .page-template-page-doors-partitions .design-versatility .custom-button {
        margin-left: 0;
    }

    .page-template-page-doors-partitions  .customers-section .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    }

    .page-template-page-doors-partitions .transform-property-section .info-div p,
    .page-template-page-doors-partitions .transform-property-section h2,
    .page-template-page-doors-partitions .upgrade-spaces-section p,
    .page-template-page-doors-partitions .upgrade-spaces-section h2 {
        text-align: left;
    }

    .page-template-page-doors-partitions .upgrade-spaces-section .custom-button,
    .page-template-page-doors-partitions .section-cover .custom-button,
    .page-template-page-doors-partitions .transform-property-section .custom-button {
        margin-left: 0;
    }

    .page-template-page-doors-partitions  .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-other-solutions .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-other-solutions .custom-button {
        margin-left: 0;
    }

    .page-template-page-other-solutions .upgrade-spaces-section .info-div p, .page-template-page-other-solutions .upgrade-spaces-section .info-div h2 {
        text-align: left;
    }

    .page-template-page-other-solutions .shape-space-items-slider.mobile-small {
        display: block !important;
    }

    .page-template-page-other-solutions .shape-space-items.mobile-bigger {
        display: none !important;
    }

    .page-template-page-hardware-and-finishes .section-cover-mobile-bg {
        height: 260px;
    }

    .page-template-page-hardware-and-finishes  .custom-button {
        margin-left: 0;
    }

    .page-template-page-hardware-and-finishes .section-explore-range .text-block p {
        text-align: left !important;
    }

    .page-template-page-hardware-and-finishes .shape-space-items-slider.mobile-small {
        display: block !important;
    }

    .page-template-page-hardware-and-finishes .shape-space-items.mobile-bigger {
        display: none !important;
    }

    .page-template-page-hardware-and-finishes > .section-cover .cover-div {
        padding-top: 28px !important;
    }

    .page-template-page-hardware-and-finishes .upgrade-spaces-section .info-div p,
    .page-template-page-hardware-and-finishes .upgrade-spaces-section .info-div h2 {
        margin-top: 20px;
        text-align: left;
    }

    .page-template-page-hardware-and-finishes .customers-section .customers-div {
        margin: 8px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    }

    .page-template-page-gallery .section-cover {
        height: 373px;
        margin-bottom: 30px !important;
    }

    .page-template-page-gallery .section-cover.gallery-cover {
        display: flex;
        align-items: center;
    }

    .page-template-page-gallery .section-cover .cover-div {
        padding: 0;
    }

    .page-template-page-gallery .section-cover .cover-div h1 {
        margin-bottom: 15px !important;
    }

    .page-template-page-gallery .section-cover .cover-div h6 {
        margin-bottom: 20px !important;
    }

    .page-template-page-gallery .custom-button {
        margin-left: 0;
    }

    .page-template-page-gallery section.gallery-content {
        margin-top: 50px !important;
    }

    .sidebar-gallery ul {
        margin-bottom: 0;
    }

    .page-template-page-gallery section.gallery-content > h2,
    .page-template-page-gallery section.gallery-content > .p {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .page-template-page-gallery .view-all-container {
        padding-right: 2px !important;
    }

    .view-all-gallery {
        font-size: 16px;
        margin-top: 10px;
    }

    .post-slider.mobile-small {
        display: block !important;
        overflow: hidden;
    }

    .post-slider.mobile-small .post-item.service {
        max-width: 570px;
    }

    .page-blog-wrapper h1 {
        margin-top: 45px !important;
    }

    .post-item.service .item-footer {
        padding: 18px 23px;
    }

    .post-item.service .item-footer .date {
        margin-bottom: 15px;
    }

    .post-item.service .item-footer a {
        color: #030D22;
        font-family: Jura;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .single-service .slick-slider .slick-dots ,
    .page-blog-wrapper .slick-slider .slick-dots {
        bottom: 0;
    }

    .page-template-page-blog .page-blog-wrapper h2 {
        color: #030D22;
        font-family: Jura;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .postBy-category-links {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-blog-wrapper {
        margin-bottom: 40px;
    }

   .page-template-page-faq  .faq-cover h1 {
       margin-left: 0 !important;
       text-align: left !important;
   }

    .page-template-page-faq .section-cover .cover-div .custom-button {
        margin-left: 0 !important;
    }

    .sidebar-faq ul li {
        font-size: 18px;
    }

    .sidebar-faq ul {
        padding: 30px;
        margin-bottom: 30px;
    }

    .page-template-page-faq .faq-item:not(.active) {
        padding: 25px 28px 0 28px;
        margin-bottom: 0;
    }
    .page-template-page-faq .faq-item.active {
        padding: 25px 28px;
    }

    .faq-item .question {
        color: #030D22;
        font-family: Jura;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        width: calc(100% - 20px);
    }

    .faq-item .answer {
        color: #030D22;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .faq-item {
        position: relative;
    }

    .faq-item .faq-button {
        position: absolute;
        right: 18px;
        top: 18px;
    }
}

@media screen and (max-width: 540px) {

    .cover-div {
        padding: 120px 0 132px;
    }
}

@media screen and (max-width: 440px) {
    .page-template-front-page .custom-glass-section,
    .page-template-page-hardware-and-finishes .section-explore-range,
    .page-template-page-other-solutions .section-explore-range,
    .page-template-page-glass-storefronts .what-we-offer-section,
    .info-items-section {
        overflow: hidden;
    }

    .page-template-page-contact .contact-info .contact-info-div .contact-item,
    .page-template-page-contact .contact-info .contact-info-div .contact-item a {
        font-size: 18px;
    }

    .cover-div {
        padding: 80px 0 110px;
    }

    .custom-glass-blur-div {
        height: 52px;
    }

    .custom-glass-blur-div h5 {
        font-size: 20px !important;
        padding: 14px 10px;
    }

    .glass-show-div p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .custom-glass-blur-div .custom-button {
        font-size: 14px !important;
        padding: 10px;
    }

    .custom-glass-img-div:hover .custom-glass-blur-div {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 414px) {
    .page-template-page-contact .contact-info .contact-info-div .contact-item,
    .page-template-page-contact .contact-info .contact-info-div .contact-item a {
        font-size: 16px;
    }

    .cover-div {
        padding: 60px 0 82px;
    }

    .faq-item.active {
        margin-top: 4px;
    }

    .page-template .estimate-section #myTabs .nav-item .nav-link {
        padding: 12px;
        font-size: 14px;
    }

    .page-template .estimate-section #myTabs {
        display: flex;
        justify-content: center;
    }

    .header-logo-a span {
        font-size: 3vw;
    }
}