body,
h1,
h2,
h3,
h4,
h5,
p,
div {
    color: #000 !important;
    scroll-behavior: smooth;
}

body {
    background-color: #fffcfc;
}

.discount img {
    height: unset;
}

img {
    pointer-events: none;
    max-width: 100% !important;
    width: auto !important;
}

.icon {
    font-family: "round icon";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.navigation .navbar .nav-item.active .nav-link.btn {
    color: #fff;
}

.navigation .navbar .nav-item.active .nav-link {
    text-decoration: underline;
}

.navigation .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: auto;
    margin: 0;
}

.navigation .navbar .navbar-toggler,
.navigation .navbar .mobile-shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    color: var(--primary-color);
    border: none;
    padding: 6px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.navigation .collapse.navbar-collapse .nav-item:has(.btn),
.navigation .navbar-collapse.collapsing .nav-item:has(.btn) {
    padding: 0;
}

.navigation .collapse.navbar-collapse .nav-item a.btn,
.navigation .navbar-collapse.collapsing .nav-item a.btn {
    display: flex;
    align-items: center;
    padding: 12px !important;
    height: 40px;
    justify-content: center;
    column-gap: 12px;
    color: #fff;
}

.navigation .collapse.navbar-collapse .nav-item .shop,
.navigation .navbar-collapse.collapsing .nav-item .shop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    gap: 8px;
    padding: 0 10px !important;
}

.mb-icons .mobile-shop-btn {
    position: relative;
}

.navigation .nav-item .shop span,
.mb-icons .mobile-shop-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -38%;
    right: -28%;
    min-width: 28px;
    height: 28px;
    background: var(--secondary-color);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
}

.navigation .collapse.navbar-collapse .nav-item a.btn i,
.navigation .navbar-collapse.collapsing .nav-item a.btn i {
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .navbar-brand img {
    top: auto;
    transform: none;
    -webkit-transform: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.navigation {
    background-color: #fff;
}

.navigation .collapse.navbar-collapse,
.navigation .navbar-collapse.collapsing {
    height: 80px;
}

.navigation .navbar {
    background-color: #0000 !important;
}

.top-header {
    background-color: var(--primary-color);
}

.top-header .list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .list-inline li {
    display: flex;
    align-items: center;
}

.top-header .list-inline li i {
    background: #0000002e;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-header .list-inline li a {
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 0 8px;
    border: none;
    border-bottom: 1px solid #0000;
    padding: 0;
}

.top-header .list-inline li a:hover {
    border-color: #fff;
}

.hero-slider.slick-slider {
    margin-bottom: 0 !important;
}

.hero-slider .hero-slider-item {
    width: 100% !important;
    max-width: 100% !important;
    background-position: top;
    height: 100px !important;
    background-size: contain;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.products .product {
    margin: -30px;
}


.products .item {
    overflow: hidden;
    padding: 30px;
}

.products .item .link-ele {
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.products .item:hover img {
    transform: scale(1.05);
}

.products .item .title {
    transition: all .6s;
}

.products .item:hover .title {
    color: var(--secondary-color) !important;
}

.products .item img {
    width: 320px !important;
    height: 84%;
    transition: all .6s ease;
    border-radius: 8px !important;
}

.products .item .title {
    margin: auto;
    padding-top: 25px;
    font-size: 22px;
    font-weight: bold;
}

.enquiry .overlay {
    height: 460px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.enquiry .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
}

.enquiry .form h3 {
    letter-spacing: 0.65px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    -webkit-text-stroke: 0.5px #ea8484;
}

.works {
    position: relative;
}

.works .gif {
    top: 50%;
    width: 100%;
    transform: none;
    left: 110%;
    transform: rotate(270deg);
}

.works .wrap {
    padding: 0;
}

.works .item {
    display: inline-block;
    width: 95%;
    margin: auto;
    background-color: #f5f2e5;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.4s;
    border: 1px solid #0000;
}

.works .item:hover {
    box-shadow: 1px 1px 10px 3px #0000001f;
    transition: all 0.4s;
    border-color: #d6af05;
}

.works .item i {
    font-size: 60px;
    background: #fff5cc;
    color: #d6af05;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px;
    margin: 0 0 30px 0;
    transition: all .4s;
}

.works .item h3,
.works .item a,
.works .item p {
    margin: 0;
    color: #d6af05 !important;
}

.works .item:hover h3,
.works .item:hover a,
.works .item:hover p {
    color: #d6af05 !important;
}

.videos .row .item {
    padding: 6px;
}

.discount {
    position: relative;
}

.discount .txt {
    font-family: "Great Vibes", cursive;
    position: absolute;
    top: 65%;
    text-align: center;
    left: 50%;
    color: #fff !important;
    transform: translate(-50%, -50%);
}

.discount .txt .breadcrumb,
.discount .txt .breadcrumb a {
    font-size: 18px;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    border-bottom: 1px solid #0000;
    color: #fff !important;
    margin: 0;
}

.discount .txt .breadcrumb a {
    margin-right: 25px;
}

.discount .txt .breadcrumb a:hover {
    border-color: #fff;
}

.discount .txt h5,
.discount .txt h2 {
    font-family: "Great Vibes", cursive;
    font-size: 60px;
    color: #fff !important;
}

.discount .txt h5 {
    font-size: 20px;
}

.estimates {
    padding-bottom: 40px !important;
    margin: auto;
    row-gap: 20px;
}

.estimates .title {
    position: relative;
    padding: 32px 0 28px 0;
    margin: 0;
    margin-bottom: -20px;
}

.estimates .title h5 {
    position: relative;
}

.estimates .title span {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 0 24px;
}

.estimates .title h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.estimates .title h5::before {
    width: 75%;
    height: 2px;
    background-color: var(--primary-color);
    opacity: .25;
    z-index: 1;
}

.estimates .item {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 20px 4px #00000012;
    border: 1px solid #dbd9d9;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    border-radius: 8px;
    min-height: 350px;
}

.estimates .item .video {
    position: absolute;
    color: #fff !important;
    background: #be3838;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.estimates .item .video .icon {
    font-size: 18px;
}

.estimates .item .total {
    position: absolute;
    top: 12px;
    right: -1px;
    background: var(--primary-color);
    padding: 0 15px 0 10px;
    color: #fff !important;
    border-radius: 4px 0 0px 4px;
}

.estimates .item .cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.estimates .col-md-3 {
    max-width: 25%;
}

.estimates .item .cnt img {
    border-radius: 12%;
    height: 160px;
    width: 160px !important;
}

.estimates .item .cnt .ctrls {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
}

.estimates .item .cnt .name {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 0 0;
    width: 98%;
    margin: auto;
}

.estimates .item .cnt .price {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0 20px 0;
}

.estimates .item .cnt .price s {
    padding: 0 5px;
}

.estimates .item .cnt .ctrls button {
    background: var(--primary-color)24;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}

.estimates .item .cnt .ctrls input {
    width: 25%;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid #7f0707;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

footer {
    background: #292929;
}

footer img {
    width: 20% !important;
    margin: 0 0 20px 0;
}

footer h3 {
    margin-bottom: 20px;
}

footer * {
    color: #fff !important;
}

.floats {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floats .item {
    position: fixed;
    bottom: 20px;
}

.floats .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50px;
}

.floats .item a i {
    color: #fff;
    fill: #fff;
}

.floats .watsapp-icon {
    right: 20px;
}

.floats .mail-icon {
    left: 20px;
}

.floats .watsapp-icon a {
    background: #1bd741;
}

.floats .mail-icon a {
    background: #08aef0;
}



.total-bar {
    position: fixed;
    padding: 3px 10px;
    bottom: 70px;
    background: var(--primary-color);
    border-radius: 10px;
    left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    box-shadow: 1px 1px 3px 2px #00000061;
}

.total-bar p {
    font-size: 12px;
    margin: auto;
    color: #fff !important;
}

.total-bar.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}

.gif {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    left: 50%;
    transform: translateX(-35%);
    z-index: 999;
}

.videos .item .card {
    height: 100%;
}

@keyframes firework {
    0% {
        transform: translate(-50%, 60vh);
        width: 0.5vmin;
        opacity: 1;
    }

    50% {
        width: 0.5vmin;
        opacity: 1;
    }

    100% {
        width: 45vmin;
        opacity: 0;
    }
}

.firework,
.firework::before,
.firework::after {
    z-index: 99999999;
    top: 60vh;
    content: "";
    position: fixed;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    width: 500px;
    aspect-ratio: 1;
    background:
        /* random backgrounds */
        radial-gradient(circle, var(--primary-color) 0.2vmin, #0000 0) 50% 00%, radial-gradient(circle, var(--primary-color) 0.3vmin, #0000 0) 00% 50%, radial-gradient(circle, var(--primary-color) 0.5vmin, #0000 0) 50% 99%, radial-gradient(circle, var(--primary-color) 0.2vmin, #0000 0) 99% 50%, radial-gradient(circle, var(--primary-color) 0.3vmin, #0000 0) 80% 90%, radial-gradient(circle, var(--primary-color) 0.5vmin, #0000 0) 95% 90%, radial-gradient(circle, var(--primary-color) 0.5vmin, #0000 0) 10% 60%, radial-gradient(circle, var(--primary-color) 0.2vmin, #0000 0) 31% 80%, radial-gradient(circle, var(--primary-color) 0.3vmin, #0000 0) 80% 10%, radial-gradient(circle, var(--primary-color) 0.2vmin, #0000 0) 90% 23%, radial-gradient(circle, var(--primary-color) 0.3vmin, #0000 0) 45% 20%, radial-gradient(circle, var(--primary-color) 0.5vmin, #0000 0) 13% 24%;
    background-size: 0.5vmin 0.5vmin;
    background-repeat: no-repeat;
    animation: firework 2s infinite;
}

.firework::before {
    transform: translate(-50%, -50%) rotate(25deg) !important;
}

.firework::after {
    transform: translate(-50%, -50%) rotate(-37deg) !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.185em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}

#enquiry {
    position: relative;
}

#enquiry .gif {
    left: -300px;
    transform: rotate(90deg);
    top: 50%;
}

.r-gif {
    right: 0;
    left: auto;
    width: 30%;
    top: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    transform: translate(0, -50%);
    height: 50%;
}

.btn-primary {
    border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover {
    background: #f5badb;
    color: var(--primary-color) !important;
}

.disclaimer {
    position: fixed;
    bottom: -50%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--light);
    padding: 18px;
    border-radius: 8px;
    transition: all .6s;
    box-shadow: -1px 1px 5px 4px #00000014;
}

.disclaimer.show {
    bottom: 10px;
}

.disclaimer p {
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.75;
}

.disclaimer button {
    background: none;
    border: none;
    outline: none;
}

.disclaimer .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
}

.disclaimer .control-btn {
    width: fit-content;
    margin: auto;
    padding-top: 12px;
}

.disclaimer .control-btn button {
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    padding: 6px 16px;
    background-color: var(--light-color);
    font-size: 13px;
    font-weight: bold;
    transition: all .6s;
}

.disclaimer .control-btn button:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--light-color);
}

.navigation .navbar .nav-item {
    width: 100%;
}

.wrap .item p {
    line-height: 1.5;
    padding-top: 10px;
}

/* video style begin */
.video-item {
    border: none;
    text-align: left;
    outline: none;
    background-color: #0000;
}

.video-player {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background-color: #ffffff7d;
    transition: all .4s;
}

.video-player.show {
    opacity: 1;
    z-index: 999;
}

.video-player .wrapper {
    position: relative;
    top: -100%;
    width: 75%;
    transition: all 1s;
}

.video-player.show .wrapper:not(.fade-out) {
    top: 0;
}

.video-player .wrapper .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    z-index: 999;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    border: none;
    outline: none;
}

.video-player .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* video style end */

/* cart modal style begin */
/* {} */

.details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3c8c8;
    opacity: 0;
    visibility: hidden;
    z-index: -3;
    transition: all 0.4s;
    padding: 14px;
}

.details.show {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.details .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.details .header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
}

.details .header .icon {
    font-size: 14px;
}

.details .contents {
    background: #ffdddd;
    overflow: auto;
    margin: 12px auto;
    border-radius: 8px;
    padding: 8px;
}

.details .wrap.step-1 .info-form,
.details .wrap.step-2 .product-lists {
    display: none;
}

.details .wrap.step-2 .contents {
    background-color: #0000;
    width: 75%;
}

.details .product-lists .table {
    position: relative;
    max-height: 50vh;
    overflow: auto;
}

.details .product-lists table thead,
.details .product-lists table tfoot {
    position: sticky;
    background-color: #ffdddd;
}

.details .product-lists table thead {
    top: -0.5px;
}

.details .product-lists table tfoot {
    bottom: 0;
}

.details .product-lists table {
    width: 100%;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 9;
    opacity: 0;
    transition: all .6s;
}

.spinner-overlay.show {
    opacity: 1;
}

/* cart modal style end */

.minimum-warn {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 24px;
}


/* toastbar style begin */
.toast-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 20px;
    max-width: 35vw;
    width: 100%;
    transform: translateX(150%);
    background: #fdd;
    padding: 8px;
    border-radius: 0;
    border-bottom: 4px solid #0c0c0c2e;
    transition: all .4s;
    z-index: 99999;
}

.toast-bar.toasting {
    transform: translateX(0);
}

.toast-bar .msg {
    font-weight: 600;
    letter-spacing: 0.25px;
    font-size: 14px;
}

.toast-bar .spinner-border {
    width: 18px;
    height: 18px;
}

.toast-bar .close-icon {
    display: flex;
    align-items: center;
    background: #0000;
    border: none;
    outline: none;
}

.toast-bar .progress-bar {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 100%;
    background-color: var(--primary-color);
    border-radius: 0;
    transition: all .6s;
}

.toast-bar.danger {
    background: var(--danger);
    color: #fff !important;
}

.toast-bar .msg,
.toast-bar .close-icon {
    color: inherit !important;
}

.toast-bar.danger .progress-bar {
    background-color: #5c0b0b;
}

.contact-info {
    --border-color-1: #c92329;
    --border-color-2: #d4b70d;
    padding-top: var(--section-top-padding);
    padding-bottom: var(--section-top-padding);
}

.contact-info .dash-border {
    position: relative;
    max-width: 90%;
    padding: calc(var(--padding) * 2);
}

.contact-info .dash-border,
.contact-info .dash-border::after {
    width: 100%;
    border: solid;
}

.contact-info .dash-border {
    border-image: repeating-linear-gradient(to right, var(--border-color-1) 0, var(--border-color-1) 1em, transparent 1em, transparent calc(1em * 2), var(--border-color-2) calc(1em * 2), var(--border-color-2) calc(1em * 3), transparent calc(1em * 3), transparent calc(1em * 4));
    border-image-slice: 16;
    border-image-width: 4px 0;
}

.contact-info .dash-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-image: repeating-linear-gradient(to bottom, var(--border-color-2) 0, var(--border-color-2) 1em, transparent 1em, transparent calc(1em * 2), var(--border-color-1) calc(1em * 2), var(--border-color-1) calc(1em * 3), transparent calc(1em * 3), transparent calc(1em * 4));
    border-image-slice: 16;
    border-image-width: 0 4px;
}

.contact-info .elements {
    position: absolute;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
}

.contact-info .elements .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(var(--padding) * 4);
    height: calc(var(--padding) * 4);
    border-radius: 50%;
    color: #fff;
    border: 3px solid;
}

.contact-info .elements .icons .icon {
    font-size: calc(var(--title-size)* 2.5);
    line-height: 0;
}

.contact-info .elements .mobile-icon {
    left: 0;
    border-color: var(--border-color-1);
    background-color: #ebb6b7;
}

.contact-info .elements .mobile-icon .icon {
    color: #670707;
}

.contact-info .elements .mail-icon {
    right: 0;
    border-color: var(--border-color-2);
    background-color: #faf2c5;
}

.contact-info .elements .mail-icon .icon {
    color: #4e4303;
}

.contact-info .info {
    position: relative;
    width: 75%;
    text-align: center;
    margin: auto;
    padding-top: calc(var(--padding));
    font-size: calc(var(--title-size) * 2);
    z-index: 2;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.contact-info .info .mail-link {
    color: var(--border-color-2);
}

.contact-info .info .mobile-link {
    color: var(--border-color-1);
}

.price-list-btn {
    position: absolute;
    right: 0;

    a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
}

.hero-slider {
    position: relative;
    overflow: hidden;

    img {
        width: 100% !important;
        height: 40vw;
        object-fit: cover;
    }

    .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        bottom: 10px;
        border-radius: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 48px;
        height: 20px;
        border: unset;
        background: #fff;

        li {
            width: 12px;
            height: 12px;
            background: unset !important;

            button {
                display: flex;
                align-items: center;
                padding: 0;

                &::before {
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }

            &::before {
                content: unset;
            }
        }
    }
}

@keyframes progress-animation {
    100% {
        width: 0%;
    }
}

/* toastbar style end */

@media (max-width: 1400px) {
    .estimates .item .cnt .name {
        font-size: 14px;
    }

    .estimates .item .cnt .price {
        font-size: 11px;
    }
}

@media (min-width: 991px) {
    .navigation .navbar .mb-icons {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero-slider .hero-slider-item {
        padding: 0;
    }

    .navigation {
        padding: 8px 0;
    }

    .navigation .navbar-brand {
        position: relative;
        top: auto;
        transform: none;
        width: 30%;
    }

    img {
        object-fit: contain;
    }

    .navigation .collapse.navbar-collapse,
    .navigation .collapsing.navbar-collapse {
        height: 100%;
        background: #00000012;
        margin: 0 -45px;
    }

    .navigation .collapse.navbar-collapse,
    .navigation .collapsing.navbar-collapse {
        padding: 30px;
    }

    .navigation .navbar .nav-item .nav-link:hover {
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 40px;
    }

    .discount .txt h5,
    .discount .txt h2 {
        font-size: 22px;
    }

    .enquiry .form {
        width: 80%;
        top: 50%;
    }

    .estimates .col-md-3 {
        max-width: 33.3%;
        flex: 0 0 33.3%;
        padding: 0 10px;
    }

    .estimates .item .cnt {
        margin: 20px 0;
    }

    .estimates .item .cnt img {
        width: 120px !important;
        height: 120px;
        object-fit: cover;
    }

    .estimates .item {
        min-height: 320px;
    }

    .estimates .item .cnt .name {
        font-size: 13px;
    }

    .navigation .collapse.navbar-collapse .nav-item.shop-nav,
    .navigation .collapsing.navbar-collapse .nav-item.shop-nav {
        display: none;
    }

    .navigation .navbar .mb-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .lists .wrap {
        margin: 8px 0;
    }

    .lists .wrap .item,
    .works .wrap .item {
        padding: 24px;
    }

    .details .product-lists .table td,
    .details .product-lists .table th {
        padding: 8px;
    }

    .toast-bar {
        max-width: calc(100% - 40px);
    }

    .details .wrap.step-2 .contents {
        width: 100%;
    }

    .price-list-btn {
        right: 52px;

        a {
            padding: 0 !important;
            width: 42px;
            height: 42px;

            span {
                display: none;
            }
        }
    }
}

@media (max-width: 840px) {
    .top-header .list-inline {
        flex-direction: column;
        row-gap: 10px;
        padding: 10px 0;
    }

    .top-header .list-inline li a {
        font-size: 12px;
    }

    .top-header .list-inline li {
        margin: 0 !important;
    }

    .products .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .products .product .item {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    .estimates .item .cnt .name {
        font-size: 12px;
    }

    .estimates .item .cnt .price {
        font-size: 10px;
    }

    .discount .txt h5,
    .discount .txt h2 {
        font-size: 20px;
    }

    #enquiry .r-gif {
        display: none;
    }

    .videos .item .card-title {
        font-size: 13px;
    }

    .details .product-lists table {
        font-size: 13px;
    }

    .details .product-lists .table td,
    .details .product-lists .table th {
        padding: 8px 4px;
    }
}

@media (min-width: 769px) {
    .works .item {
        height: 100%;
    }
}

@media (max-width: 769px) {
    .works .wrap {
        margin: 8px 0;
    }

    .lists .wrap .item,
    .works .wrap .item {
        padding: 18px;
    }

    .details .product-lists .table td,
    .details .product-lists .table th {
        padding: 9px 3px;
    }
}

@media (max-width: 600px) {
    .estimates .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .estimates .item {
        min-height: 280px;
    }

    .estimates .item .cnt {
        margin: 10px 0;
    }

    .discount .txt h5,
    .discount .txt h2 {
        font-size: 18px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0;
    }

    .section-title-border {
        position: relative;
        padding: 0 0px 0 20px;
        text-align: center;
    }

    #enquiry .gif {
        bottom: 0;
        left: 0;
        top: -440px;
    }

    .lists .wrap .item,
    .works .wrap .item {
        padding: 12px;
    }

    .details .product-lists table {
        font-size: 12px;
    }

    .details .product-lists .table td,
    .details .product-lists .table th {
        padding: 8px 2px;
    }

}

@media (min-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .contact-info .elements {
        display: none;
    }

    .contact-info .info {
        font-size: calc(var(--title-size) * 1.25);
    }
}

@media (max-width: 360px) {
    .estimates .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .estimates .item {
        min-height: 260px;
    }

    .estimates .item .cnt {
        margin: 0;
    }

    .discount .txt h5,
    .discount .txt h2 {
        font-size: 16px;
    }
}
