@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}/* CSS Document */

.ftr-socmed a {
    margin-right: 25px;
}

.ftr-socmed i {
    font-size: 20px;
}
.ftr-socmed a:hover {
    color: white
}

.ftr-map {
    margin-top: 40px
}

.img white{
    width: 40%;
}

.font white1{
    font-size: 18px;
    margin-bottom: 20px;
}

.box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
    ;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    justify-content: center;
    
}

.text{
    color: var(--wallpi-text, #2a2826);
    font-weight: 700;
    font-size: 30px;
    line-height: 3.25;
    margin-bottom: 25;		
}

@media (min-width: 768px) {
    .main-header__logo {
        width: auto;
        padding: 25px;
    }
    .main-header__inner::before {
        background-color: #fff;
    }
}

/* social media floating icons */
.fab-icon {
    position: absolute;
    top: 20%;
    right: 21%;
}

.floating {
    position: fixed;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
    z-index: 9999;
    transition: ease .3s;
    text-decoration: none;
}

.floating:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.i-wa {
    background-color: #0cc143;
    bottom: 310px;
    right: 16px;
    font-size: 25px;
}

.i-fb {
    background-color: #1877F2;
    bottom: 260px;
    right: 16px;
    font-size: 25px;
}

.i-fb2 {
    background-color: #1877F2;
    bottom: 210px;
    right: 16px;
    font-size: 25px;
}

.i-ig {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    bottom: 160px;
    right: 16px;
    font-size: 25px;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-one__item__image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s ;
}

.product-spec {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-spec li {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 14px;
}

.product-spec li span {
    min-width: 140px;
    font-weight: 600;
    color: #333;
}

.spec-table-lines {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.spec-table-lines td {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}

.spec-table-lines td:first-child {
    font-weight: 600;
    width: 150px;
}

.spec-table-lines tr:last-child td {
    border-bottom: none !important;
}

.products-title {
    font-size: 40px;
    font-weight: 700;
    color: #744e34;
    text-align: center;
}

.zoom-wrap {
    position: relative;
}

.zoom-wrap img {
    width: 100%;
    display: block;
}

.zoom-wrap a {
    position: relative;
    display: block;
}

.zoom-icon {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

.zoom-icon i {
    color: #fff;
    font-size: 32px;
}

.zoom-wrap a:hover .zoom-icon {
    opacity: 1;
}

.form-feedback {
    /* background-color: white !important; */
    z-index: 1000 !important;
    padding: 20px !important;
}

.contact-one::after {
    z-index: -2 !important;
}