.page-template-about-us-page-template .header-new,.page-template-contact-us-page-template .header-new, .page-template-project-page-template .header-new{
    background-color: #3D603E!important;
    position: relative;
    border-bottom: 0px;
}
.page-template-about-us-page-template .container , .page-template-contact-us-page-template .container, .page-template-project-page-template .container{
    padding: 0;
}
/*.page-template-about-us-page-template .wrapper-content ,.page-template-contact-us-page-template .wrapper-content {*/
/*    height: 100vh;*/
/*}*/
.page-template-about-us-page-template footer ,.page-template-contact-us-page-template footer, .page-template-project-page-template .footer{
    display: none;
}
.new-about-us-page {
    padding: 60px 0;
    /*background-color: #f9f9f9;*/
}
.page-template-project-page-template .header_menu-repeater .header_icon-link,
.page-template-about-us-page-template .header_menu-repeater .header_icon-link,
.page-template-contact-us-page-template .header_menu-repeater .header_icon-link{
    position: relative;
}
.page-template-project-page-template .header_menu-repeater .header_icon-link:after,
.page-template-about-us-page-template .header_menu-repeater .header_icon-link:after,
.page-template-contact-us-page-template .header_menu-repeater .header_icon-link:after{
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    bottom: -67px;
    left: 0;
    background-color: #E2AC7A;
    /* Start hidden */
    opacity: 0;
    visibility: hidden;

    /* Animate changes to opacity/visibility */
    transition: opacity 0.5s ease, visibility 0.3s ease;

}
.page-template-project-page-template .header_menu-repeater .header_icon-link:hover:after,
.page-template-about-us-page-template .header_menu-repeater .header_icon-link:hover:after,
.page-template-contact-us-page-template .header_menu-repeater .header_icon-link:hover:after{
    opacity: 1;
    visibility: visible;
}
.page-template-project-page-template .header_menu-repeater .header_icon-link:hover,
.page-template-about-us-page-template .header_menu-repeater .header_icon-link:hover,
.page-template-contact-us-page-template .header_menu-repeater .header_icon-link:hover{
    color:#E2AC7A;
}

.about-us-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.slider-project{
    width: 100%;
    max-width: 541px;
    position: relative;
}
.slider-project .slick-slide{
    max-width: 541px;
}
.about-us-title {
    font-size: 70px;
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 20px;
}
.about-us-text h3,
.about-us-text h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-us-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.about-us-left {
    flex: 1 1 43%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-height: 400px;
}
.contact-us-block {
    position: relative;
    width: 100%;
    height: 560px; /* или любая другая подходящая высота */
}

.page-template-contact-us-page-template .contact-us-block{
    height: 560px;
}
.map-descr {
    position: absolute;
    bottom: -22px;
    right: -3px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}
#contact-map{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 70px 0px;
}
.about-us-page{
    background-position: center;
    /*height: 100vh;*/
}

.about-us-block {
    /*background: #fff;*/
    border-radius: 12px;
    display: flex;
    /*padding: 24px;*/
    align-items: center;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);*/
}
.about-us-block_left-part{
    max-width: 56px;
    height: 100%;
    margin-right: 46px;
}
.about-us-block_left-part img{
    max-width: 56px;
}

.about-us-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.about-us-text {
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
}

.about-us-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.about-us-buttons:after{
    position: absolute;
    left: 50%;
    top: -95px;
    width: 230px;
    height: 3px;
    background: #3D603E;
    content: '';
    margin-left: -160px;
}

.about-us-buttons .btn {
    background-color: #3D603E;
    color: #E2AC7A;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
    font-size: 65px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 150px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
}
.about-us-block_center{
    margin-bottom: 190px;
}

.about-us-buttons .btn:hover {
    /*background-color: #005bb5;*/
}
.about-us-button{
    width: 30%;
}

.about-us-right {
    flex: 1 1 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-button_text{
    max-width: 100%;
    width: 100%;
    padding: 10px;
    color: #333;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.about-us-right img {
    max-width: 100%;
    height: 560px;
    object-fit: cover;
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
}
.contact-us-block{
    display: flex;
    flex-wrap: wrap;
}
.contact-us-block_left-part h4{
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}
.contact-us-block_right-part{
    font-size: 22px;
    color: #333333;
    line-height: 1.2em;
}

.page-template-contact-us-page-template .contact-us-block_right-part{
    font-size: 34px;
}

.page-template-contact-us-page-template .contact-us-block_left-part h4{
    font-size: 36px;
}

html[lang="ka-GE"] .contact-us-block_right-part{
    font-family: 'HelveticaNeueLTGEO-55Roman';
}

.contact-us-block_left-part{
    width: 100%;
    padding-bottom: 5px;
}
.contact-us_btn{
    background-color: #E2AC7A;
    max-width: 536px;
    height: 100px;
}
.contact-us-block_right-part{
    width: 100%;
}
.contact-us-block{
    flex-wrap: wrap;
}
.contact-us-block .map-descr{
    width: 100%;
    color: #333;
    font-size: 15px;
    padding-top: 5px;
}
.contact-us-title{
    text-align: left;
}
.contact-us-content{

}
.new-contact-us-page{
    padding-top: 80px;
}

/* Base styles for each dot */
/*.slider-project .slick-dots .slick-dot {*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 0 4px;               !* spacing between dots *!*/
/*    border: 1px solid #3D603E;   !* green border (adjust to your exact green) *!*/
/*    border-radius: 50%;          !* make it a circle *!*/
/*    background-color: transparent;*/
/*    transition: background-color 0.3s, transform 0.2s;*/
/*    box-sizing: border-box;*/
/*}*/
/*.slider-project .slick-dots{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*!* Hover / focus effect (optional) *!*/
/*.slider-project .slick-dots .slick-dot:hover {*/
/*    transform: scale(1.2);*/
/*}*/

/*!* Active (current) dot *!*/
/*.slider-project .slick-dots li.slick-active .slick-dot {*/
/*    background-color: #3D603E;   !* same green hex for filled dot *!*/
/*}*/

.text_special_section{
    border-radius: 50px 0px;
    background-color: #E2AC7A;
    padding: 40px 60px;
    color: #fff;
    font-size: 27px;
    text-align: center;
}

/* Remove any leftover button text (just in case) */
.slider-project .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: none;
    border: none;
}


/* 1) Dots styling (green circles) */

.slider-project .slick-dots {
    position: relative;
    margin: 20px 0;       /* adjust as needed */
    text-align: center;   /* center the dots */
    padding: 0;
    list-style: none;
}

.slider-project .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slider-project .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: none;
    border: none;
}

.slider-project .slick-dots .slick-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #3D603E;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.slider-project .slick-dots li.slick-active .slick-dot {
    background-color: #3D603E;
}
.contact-us-text ul li{
    list-style-type: disc;

}
.contact-us-text ul{
    padding-left: 22px;
}

/* 2) Arrows styling & positioning */

.slider-project .slick-prev,
.slider-project .slick-next {
    position: absolute;
    bottom: 13px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.slider-project .slick-prev img,
.slider-project .slick-next img {
    display: block;
    width: 18px;
    height: 15px;
    object-fit: cover;
}

.slider-project .slick-prev {
    left: calc(50% - 50px);  /* place left arrow 50px to the left of center */
}

.slider-project .slick-next {
    right: calc(50% - 50px); /* place right arrow 50px to the right of center */
}
.contact-us-page{
    height: 100vh;
}
@media (max-width: 1440px) {

    .about-us-page{
        height: 100%;
    }
    .contact-us-page{
        height: 100vh;
    }
}
@media (max-width: 1024px) {
    .about-us-left{
        width: 100%;
        flex: 1 1 100%;
        max-height: 500px;
    }
    .about-us-right{
        width: 100%;
        flex: 1 1 100%;

    }
    .about-us-page{
        height: auto;
    }
    .contact-us-page{
        height: 100vh;
    }
}
@media (max-width: 768px) {
    #contact-map{
        min-height: 400px;
    }
    .about-us-block{
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: center;
    }
    .about-us-block_left-part{
        max-width: 100%;
        padding-bottom: 10px;
        justify-content: center;
        display: flex;
        margin-right: 0;
    }
    .about-us-block_right-part{
        max-width: 100%;
        text-align: center;
    }

    .about-us-button{
        width: 100%;
    }
    .about-us-buttons{
        padding: 20px;
    }
    .about-us-left{
        padding: 0 10px;
        max-height: none !important;
    }
    .about-us-right{
        padding: 0 10px;
    }
    .contact-us-block{
        height: auto !important;
    }

}

@media (max-width: 500px) {

    .contact-us-block{
        height: auto !important;
    }

    .new-contact-us-page .about-us-right.contact-us-block{
        height: 450px !important;
    }

    .contact-us-block *{
        line-height: 1.4em;
    }

    .about-us-left{
        max-height: none !important;
    }

    .about-us-left{
        order: 2;
    }

    .about-us-middle{
        order: 3;
    }
    .about-us-right{
        order: 1;
    }

}
