/* top heading */
.top-heading-section {
    padding: 30px 0;
    background-color: #f4f4f4;
    text-align: center;
}


/* about section */
.about_section h2 {
    font-weight: 500;
}

.about_section .title_wrapper {
    margin-bottom: 50px;
    text-align: center;
}

.about_right_colm {
    width: calc(100% - 230px);
    margin: auto;
}

.about_content_wrapper {
    width: calc(100% - 374px);
}

.about_right_image_colm {
    width: 374px;
}

.about_text {
    font-weight: 500;
}

.about_text2 p {
    padding-left: 95px;
}

.about_text2 p:after {
    width: 81px;
}

.raumplus-download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 95px;
    width: max-content;
}

.download-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.1;
    transition: all 0.3s;
}

.download-svg svg path {
    transition: all 0.3s;
}

.raumplus-download-btn:hover .download-text {
    color: #ED1C24;
}

.raumplus-download-btn:hover .download-svg svg path {
    fill: #ED1C24;
}

/* folding section */
.folding-door-section .section_title {
    text-align: left;
    line-height: 1.2;
    width: 306px;
}

.folding-door-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.right-folding p {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 0;
    width: 780px;
}

.folding-door-section .precision_trust_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.folding-door-section.grid-3 .precision_trust_slider {
    grid-template-columns: repeat(3, 1fr);
}

.folding-door-section .precision_trust_wrapper {
    margin-right: 0;
}

.folding-door-section .precion_card {
    position: relative;
}

.folding-door-section .raumplus-download-btn {
    display: none;
    margin: 15px 0 0 0;
}

.precion_card:hover .precion_content_inner .raumplus-download-btn {
    display: flex;
}



/* measure */
.measure-section {
    overflow: hidden;
}

.measure-section .common_slider_btn {
    position: absolute;
    right: 38px;
    top: 0px;
    z-index: 4;
}

.measure-section .section_title {
    text-align: center;
    line-height: 1.2;
}

.measure-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
}

.measure-item-a {
    position: relative;
    padding: 20px;
    padding-bottom: 70px;
    border-top: 1px solid #6C4E3133;
    border-bottom: 1px solid #6C4E3133;
    border-right: 1px solid #6C4E3133;
    border-left: 1px solid #6C4E3133;
    height: auto;
}

/*
.measure-item-a:last-child {
    border-right: 0;
} */

.measure-item-a .measure-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 24px;
    position: relative;
}

.measure-item-a .measure-title::before {
    content: '';
    position: absolute;
    bottom: -0.1px;
    height: 1.5px;
    width: 31px;
    background: var(--brandBg);
    left: 0px;
    z-index: 1;
}

.measure-item-a .measure-title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 64px;
    background: #CCCCCC;
    left: 0px;
}

.measure-item-a p {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 0;
}

.measure-item-num {
    font-size: 16px;
    font-weight: 400;
    color: #ED1C24;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.measure-section .container {
    /* padding: 0; */
    position: relative;
}

.measure-section .custom_pagination {
    display: none;
}

.measure-section .title_wrapper p {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}


/* tips and tricks */
.tips-trick-section{background-color: #F7F4EB;}
.tips-trick-section .title_wrapper{text-align: center;}
.tips-trick-section .title_wrapper p{padding-top: 30px;}

.tips-wrapper{margin-top: 50px; display: flex; gap: 20px;}
.tips-left{width: 50%;}
.tips-right{width: 50%;}
.tips-text{font-size: 18px; font-weight: 400; color: #333333; line-height: 1.4; padding-bottom: 30px;}
.tips-down-btn .raumplus-download-btn{margin-left: 0; margin-top: 10px;}
.tips-left-img{margin-top: 40px;}

@media screen and (min-width:767px) {

    /* tips and tricks */
    .tips-slider .swiper-wrapper{flex-wrap: wrap;}
    .tips-slider .tips-slide{width: 33.33%; margin-bottom: 20px; padding: 0 10px;}
    .tips-slider .custom_pagination{display: none;}
}



@media screen and (max-width:1280px) {

    /* about section */
    .about_right_colm {
        width: 100%;
    }

    /* folding section */
    .right-folding p {
        width: 100%;
    }

    .folding-door-wrapper {
        gap: 40px;
    }

    /* measure */
    .measure-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .measure-item-a:last-child {
        border-right: 1px solid #6C4E3133;
        ;
    }
}

@media screen and (max-width:1099px) {

    /* measure */
    .measure-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .measure-item-a:nth-child(even) {
        border-right: 0;
    }

    .folding-door-section.grid-3 .precision_trust_slider {
        grid-template-columns: repeat(2, 1fr);
    }

    /* tips and tricks */
    .tips-text{font-size: 16px;}
}

@media screen and (max-width:991px) {

    /* about section */
    .about_content_wrapper {
        width: 100%;
    }

    .about_text2 p {
        padding-left: 70px;
    }

    .about_text2 p:after {
        width: 56px;
    }

    .raumplus-download-btn {
        margin-left: 70px;
        margin-top: 20px;
    }

    /* folding section */
    .folding-door-section .precision_trust_slider {
        padding-right: 0;
    }

    .folding-door-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    /* switch case */
    .measure-section .common_slider_btn {
        display: none;
    }

    .custom_pagination {
        display: block;
    }
}

@media screen and (max-width:767px) {

    /* top heading */
    .top-heading-section {
        padding: 20px 0;
    }

    /* about section */
    .about_right_image_colm {
        width: 100%;
    }

    .about_text2 p {
        padding-left: 45px;
    }

    .about_text2 p:after {
        width: 30px;
    }

    .raumplus-download-btn {
        margin-left: 45px;
        margin-top: 15px;
    }

    .about_row {
        padding-bottom: 0;
    }

    .about_section .title_wrapper {
        margin-bottom: 30px;
    }

    /* folding section */
    .folding-door-section .precision_trust_slider {
        grid-template-columns: repeat(1, 1fr);
    }

    .folding-door-section.grid-3 .precision_trust_slider {
        grid-template-columns: repeat(1, 1fr);
    }

    .folding-door-section .precion_content_inner {
        height: initial;
    }

    /* measure */
    /* .measure-section .container {
        padding: 0 15px;
    } */

    .measure-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .measure-item-a {
        border: 1px solid #6C4E3133 !important;
        padding-bottom: 50px;
    }

    .measure-item-a .measure-title {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .measure-item-a p {
        font-size: 14px;
    }

    .measure-item-num {
        font-size: 14px;
    }

    .measure-section .section_title br {
        display: none;
    }

    .measure-wrapper {
        margin-top: 30px;
    }

    /* tips and tricks */
    .tips-text{font-size: 14px; padding-bottom: 10px;}
    .tips-wrapper{flex-direction: column;}
    .tips-left, .tips-right{width: 100%;}
    .tips-right-img{text-align: center;}

}