/*header { background: green; }*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');

header.entry-header {
    display: none;
}

.ast-site-title-wrap {
    display: none;
}

.site-header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.ast-primary-header-bar {
    background-color: transparent;
}

.ast-primary-header-bar .ast-builder-grid-row {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    padding: 0 24px;
}

.ast-container {
    max-width: 1325px;
    padding: 0 15px;
}

.ast-site-identity {
    padding: 0
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.sidebar-sticky {
    position: sticky !important;
    top: 20px;
}

.list-info .elementor-icon-list-item {
    padding-left: 30px !important;
    position: relative;
}

.list-info .elementor-icon-list-item::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 15px;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
}

.our-min {
    min-height: 100%;
}

.ast-footer-copyright p {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #455361;
    border-top: 1px solid #B7BCC2;
    padding-top: 19px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1296px;
}


.site-footer .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 15px;
    margin: 58px 0 20px;
}

.site-footer .menu li a {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #455361;
    text-transform: uppercase;
    outline: none;
    outline-color: inherit;
}

.site-footer .menu li a:hover {
    color: #a38560;
}

.site-footer-section>* {
    margin-bottom: 0;
}

.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    margin-top: 55px;
}

.our-philosophy .elementor-widget-text-editor p:not(:last-child) {
    margin-bottom: 17px;
}

.our-philosophy .elementor-widget-text-editor p strong {
    color: #fff;
}

.site-below-footer-wrap {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.ast-builder-menu .main-navigation>ul {
    gap: 24px;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}

.ast-builder-menu-1 .menu-item.hover>.menu-link,
.ast-builder-menu-1 .menu-item.current_page_item>.menu-link {
    color: #A3855F !important;
}

.ast-builder-menu-1 .menu-item>.menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    bottom: 28px;
    background: linear-gradient(90deg, rgba(163, 133, 95, 0) 7.69%, #A3855F 50%, rgba(163, 133, 95, 0) 92%);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0%;
}

.ast-builder-menu-1 .menu-item.current_page_item>.menu-link::after {
    width: 100%;
}

.ast-builder-menu-1 .menu-item:hover>.menu-link::after {
    width: 100%;
}

.site-header-section>* {
    padding: 0 25px;
}

.our-services-box .elementor-widget-icon-box {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.our-services-box .elementor-widget-icon-box:hover {
    background-color: #fff;
}

.our-services-box .elementor-widget-icon-box:hover path {
    stroke: #17283A;
}

.our-services-box .elementor-widget-icon-box:hover .elementor-icon-box-title {
    color: #17283A !important;
}

.our-services-box .elementor-widget-icon-box:hover p {
    color: #455361 !important;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.project-item a {
    display: flex;
    padding: 50%;
    position: relative;
}

.project-item a::before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
}

.project-item a:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.project-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.project-item h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.project-item a:hover h3 {
    opacity: 1;
}

.owl-dots.disabled,
.owl-nav.disabled {
    display: none;
}

.testimonial-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-photo {
    width: 48.7%;
    padding-top: 39.4%;
    position: relative;
}

.testimonial-content {
    width: 48.7%;
}

.testimonial-info {
    border: 1px solid #B7BCC2;
    padding: 29px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-info p {
    margin-bottom: auto;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #A38560;
}


.testimonial-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.testimonial-location {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #5B6E80;
}

.testimonial-name {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #17283A;
    margin-bottom: 4px;
    border-top: 1px solid #B7BCC2;
    padding-top: 28px;
    margin-top: 28px;
}

.owl-nav button[type="button"] {
    position: absolute;
    top: 50%;
    left: -78px;
    width: 48px;
    height: 48px;
    border: 1px solid #B7BCC2;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_319_122)'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23A3855F' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_319_122'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 0 0 1 24 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    border-radius: 0;
    transform: translate(0, -50%);
    padding: 0;
}

.owl-nav button[type="button"]:hover {
    border: 1px solid #15302B;
    background-color: #15302B;
}

.owl-nav button[type="button"] span {
    display: none;
}

.owl-nav button.owl-next {
    left: unset;
    right: -78px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_319_137)'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23A3855F' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_319_137'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    padding: 0;
    outline: none;
    border: 0 !important;
}

.ast-mobile-header-content {
    width: calc(100% - 40px);
    left: 20px;
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(8px);
    padding: 20px 24px 20px;
}

.ast-header-break-point .ast-builder-menu {
    width: 100%;
    margin-bottom: 25px;
}


.cms-list .elementor-icon-list-items .elementor-icon-list-item {
    padding-left: 30px;
    position: relative;
}

.cms-list .elementor-icon-list-items .elementor-icon-list-item::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #455361;
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 50%;
}

.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
}

.cf7-full {
    grid-column: 1 / -1;
}

.cf7-grid p>label {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #15302B;
    margin-bottom: 6px;
    display: flex;
}

.cf7-grid input,
.cf7-grid select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E8EAEB;
    padding: 10px 0;
    height: 56px;
    border-radius: 0;
    outline: none !important;
    outline-color: inherit !important;
    box-shadow: unset;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #646F7B;
}

.cf7-grid input:focus {
    outline: none !important;
    outline-color: inherit !important;
}

.cf7-grid input::placeholder {
    color: #888;
}

.required {
    color: red;
}

.wpcf7-submit {
    background: #c7b299;
    color: #000;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

.contact-info-box .elementor-widget-icon-box {
    min-height: 100%;
}

.gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.elementor-image-gallery .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: 100% !important;
}

.elementor-image-gallery .gallery-columns-3 .gallery-item a {
    position: relative;
    padding: 50.5% 25% !important;
    width: 100%;
    display: flex;
}

.elementor-image-gallery .gallery-columns-3 .gallery-item a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-list .e-con-inner,
.gallery-box .e-con-inner {
    display: block !important;
}


.project-list .projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.single .site-content .ast-container {
    max-width: 100%;
    padding: 0;
    display: block;
}

.single .container {
    padding: 0 15px;
    margin: auto;
    max-width: 1326px;
}

.ast-separate-container {
    background-color: #fff;
}

.project-hero {
    min-height: 488px;
    padding-top: 132px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-hero .container {
    position: relative;
}

.back-btn {
    display: flex;
}

.back-btn a {
    display: flex;
    align-items: center;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    gap: 8px;
}

.project-hero-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.project-description {
    margin: 80px 0;
}

.project-description p {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #445955;
    margin-bottom: 24px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 51px;
}

.details-grid .detail-box {
    border: 1px solid #E8EAEB;
    margin-bottom: -1px;
    margin-right: -1px;
    display: flex;
    flex-direction: column;
    padding: 29px;
    row-gap: 12px;
}

.details-grid .detail-box .label {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #455361;
}

.details-grid .detail-box .value {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #15302B;
}

.project-cta {
    background: #15302B;
    padding: 100px 0;
}

.project-title {
    font-family: "Alegreya", serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 85px;
}

.project-cta h2 {
    font-family: "Alegreya", serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.project-cta p {
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E6E6E6;
    margin-bottom: 48px;
}

.connect-btn {
    display: flex;
    justify-content: center;
}

.gallery-slider {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.owl-dots button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 0.5;
}

.owl-dots button.active {
    background-color: #A3855F;
    opacity: 1;
    width: 45px;
}

.gallery-slider .owl-nav button[type="button"] {
    left: -24px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #F2F2F2;
    backdrop-filter: blur(7px);

}

.gallery-slider .owl-nav button.owl-next {
    right: -24px;
    left: unset;
}


.submit-btn input[type="submit"] {
    padding: 12px 24px;
    width: 128px;
    height: 48px;
    background: #A3855F;
    border-radius: 0px;
    box-shadow: unset;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
}

.wpcf7 form>div {
    margin-bottom: 0;
}

.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
    position: relative;
}

.wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: none;
}

.wpcf7-radio .wpcf7-list-item label {
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label span {
    font-family: 'Alegreya Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #646F7B;
    padding-left: 32px;
    position: relative;
}

.wpcf7-radio .wpcf7-list-item label input:checked+span {
    color: #15302B;
}

.wpcf7-radio .wpcf7-list-item label span::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #646F7B;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-radio .wpcf7-list-item label input:checked+span::before {
    border: 2px solid #A3855F;
}

.wpcf7-radio .wpcf7-list-item label input:checked+span::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #A3855F;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .site-footer .menu {
        column-gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-info p {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial-info {
        padding: 15px;
    }

    .testimonial-name {
        padding-top: 15px;
        margin-top: 15px;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu {
        background-color: transparent;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
        background-color: transparent;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        padding: 0;
        font-family: "Alegreya Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF !important;
        text-transform: uppercase;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
        color: #A3855F !important;
    }

    .details-grid .detail-box {
        padding: 18px;
    }

    .project-cta h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .project-title {
        font-size: 60px;
        line-height: 1.3em;
    }

    .gallery-slider .owl-nav button[type="button"] {
        left: 20px;
    }

    .gallery-slider .owl-nav button.owl-next {
        right: 20px;
        left: unset;
    }
}

@media screen and (max-width: 767px) {

    .cf7-grid,
    .project-list .projects-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .site-below-footer-wrap {
        padding-top: 50px;
    }

    .owl-dots {
        bottom: 90px;
    }

    .ast-separate-container #content .ast-container {
        padding: 0;
    }

    .details-grid .detail-box .value,
    .details-grid .detail-box .label {
        font-size: 18px;
    }

    .details-grid,
    .gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-photo {
        width: 100%;
        padding-top: 81%;
    }

    .testimonial-content {
        width: 100%;
    }

    .owl-nav button[type="button"] {
        position: unset;
        transform: translate(0, 0);
    }

    .owl-nav {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.cf7-col p {
    margin-bottom: 0 !important;
}