[project-inner] {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    height: 100dvh;
    background: #fff !important;
    overflow-y: auto;
    overflow-x: hidden;
}
[project] {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
}

[project-content-body] {
    display: flex;
    padding: 30px;
    flex-direction: column;
    width: 100%;
}

div#enquirySuccessOverlay.exploreSubmission {
    left: 0 !important;
    width: 100% !important;
}

[project-content-body] .enquiry-form textarea {
    min-height: 130px;
}

[project-inner-cover-photo] {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 0;
    flex-shrink: 0;
    position: sticky;
    top: 0;
}
[project-inner-cover-photo-wrapper] [project-inner-cover-photo-wrapper-image] {
    max-height: 80dvh;
    min-height: 60dvh;
    min-width: 50vw;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

[project-inner-cover-photo]::before{
    content:"";
    position:absolute;
    inset:0;                  /* = top:0; right:0; bottom:0; left:0 */
    background-image:var(--bg-url);
    background-size:cover;    /* make it fill the box */
    background-position:center;
    filter:blur(40px);
    z-index:0;                /* sit underneath the real image */
    pointer-events:none;      /* keep overlay transparent to clicks */
}

[project-content] {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    container-type: inline-size;
    justify-content: flex-start;
    padding: 0;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
    flex-grow: 1;
}

[project-inner-cover-photo-wrapper] {
    width: 100%;
    background: #000;
}

[project-media-block]:has(.masonry-placeholder) {
    height: 100%!important;
    width: 100% !important;
}

.media-item {
    margin-top: 0px;
    margin-bottom: 14px;
    width: calc(50% - 7px);
    overflow: hidden;
    border-radius: 4px;
    white-space: nowrap;
}

[project-text-block] {
    color: rgb(33, 33, 33);
    font-size: 17px;
    font-weight: 400;
    white-space: pre-wrap;
    line-height: 1.5;
    display: flex;
}


.media-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.media-item.single img {
    width: 100%;
    height: auto;
}

.media-caption {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: rgb(24 24 27 / 50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    text-shadow: 0px 1px 0 #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


.media-item.single {
    width: 100%;
}





[project-heading-block] .form-title {
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0 0 0;
    display: block;
    color: #000;
    margin-top: 0;
    cursor: text;
}


[project-heading-block] .contact-text {
    margin-top: -5px;
}


.document-grid {
    display: flex;
    gap: 10px;
}



.enquirySubmission {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquiry-form .submit-button-project {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    position: relative;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: nowrap;
    justify-content: center;
    font-weight: 600;
    font-family: 'inter';
}

button.custom-file-trigger.project-enquiry-control {
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    color: #000;
}

.enquiry-form .submit-button:hover {
    background-color: #000
}







.project-enquiry-control {
    background: #ffffff;
    border: 1px solid #d6d6d6!important;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    border-width: 1px;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 32px 0 12px 16px;
    position: relative;
    width: 100%;
    transition: none;
    font-weight: 400;
    border-width: 1px!important;
    margin-top: 15px;
    box-sizing: border-box;
    font-family: Inter;
    overflow: hidden;
}

.project-label-control {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 500;
    margin: 0;
    z-index: 2;
}

.projects-container .enquiry-form {
    display: block;
}


.enquiry-form .form-row .project-label-control {
    top: 25px !important;
}





.progress-container-contact.projects {
    background: #eee;
}

.progress-bar-contact.projects {
    background-color: #0079ff;
}

.file-preview-contact.projects {
    border-color: #dadada;
}

.file-icon-contact.projects {
    color: #000;
    border-color: #dadada;
}

span.remove-icon-contact-file.projects {
    top: 13px !important;
}

.composer-documents-container-contact-project {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 960px) {
.media-item{width: 100% !important; } }

span.remove-icon-contact.projects {
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
    position: absolute;
    font-size: 18px;
    top: 12px;
    right: 12px;
    border: none;
    color: #fff;
    border-radius: 120px;
    cursor: pointer;
    z-index: 4;
    transition: color 0.3s;
    font-family: serif;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18181bd1;
    font-weight: 600;
    transition: transform 0.3s ease, scale 0.3s ease, background 0.3s ease;
}


a.fancybox-gallery::before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 22%);
    color: #fff;
    font-size: 70px;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 0;
    font-weight: 100;
    font-family: inter;
    line-height: 1;
    font-weight: 200;
}

a.fancybox-gallery:hover::before {
    opacity: 1;
}

[project-content-body] .fancybox-gallery {
    display: flex;
    position: relative;
    height: 100%;
}

[project-content-body]>* {
    margin-top: 30px;
}

[project-content-body]> :first-child  {
    margin-top: 0 !important;
}

[project-media-block] .media-item {
    margin-bottom: 14px;
    background: #e0e0e0;
}

[project-media-block]+* {
    margin-top: 20px !important;
}

[project-media-block]+[project-text-block] {
    margin-top: 8px !important;
}

[project-heading-block]+* {
    margin-top: 26px !important;
}

.projects-fancybox button.f-button[fancybox-close] {
    top: 42px !important;
    right: 53px !important;
    height: 60px !important;
    width: 60px !important;
}

.projects-fancybox button.f-button[fancybox-close] svg {
    height: 36px !important;
    width: 36px !important;
}

.composer-attachments-container .grid-container {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    display: flex;
}
.progress-container-contact {
    width: 100%;
    background-color: #303030;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.progress-container-contact.projects {
    background: #eee;
}
.progress-bar-contact {
    width: 0;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
    transition: width .4s;
}

.progress-bar-contact.projects {
    background-color: #000;
}
.grid-container .photo-preview-contact {
    flex: 1 1 calc((100%)/ 4);
    height: auto;
    max-height: 500px;
    display: flex;
}
.photo-preview-contact img {
    object-fit: cover;
    max-height: 500px;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
.photo-preview-contact.projects {
    position: relative;
    display: flex;
}
.photo-preview-contact {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
}

[project-heading-block]+[project-text-block] {
    margin-top: 20px!important;
}

.media-item:has(.media-caption) .fancybox-gallery::before {
    padding: 45px 20px;
}
[project-media-block]+[project-media-block] {
    margin-top: 0 !important;
}
.fancybox__content:has([project]) {
    overflow: auto;
    cursor: auto;
    max-width: 100%;
    cursor: auto !important;
    width: 100%;
    margin-left: auto;
    align-items: center;
}
.fancybox__slide:has([project]) {
    padding: 0 !important;
}
.section-heading {
  display: flex;
  align-items: center;
}

.section-heading__line--start {
  flex: 0 0 30px;
  height: 0.5px;
  background: #e0e0e0;
  margin-right: 0.5em;
}

.section-heading__text {
  white-space: normal;
  margin: 0 0.5em;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.2;
  color: #000;
  font-size: 25px;
}


.section-heading__line--end {
  flex: 1 1 auto;
  height: 0.5px;
  background: #e0e0e0;
  margin-left: 0.5em;
}
.section-heading.wrapped .section-heading__line {
  display: none;
}

.section-heading.wrapped .section-heading__text {
    margin: 0;
}
[project-heading-block] {
    margin-top: 35px !important;
}