@font-face{
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Gotham-Book.otf');
}

@font-face{
    font-family: 'Gotham Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Gotham-Light.otf');
}

@font-face{
    font-family: 'Gotham Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
    font-family: 'Gotu Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Gotu-Regular.ttf');
}

body {
  font-family: 'Gotham Light', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
  background-color: #F6F5EF;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  position: relative;
  overflow-y: inherit !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: visible;
  overscroll-behavior-y: none;
}

/*Header*/

.nav-items {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.nav-after-banner{
  background-color: #F6F5EF;
}

/* Hide submenu by default */
.nav-items .sub-menu {
    display: none;
    position: absolute;
    background-color: #F6F5EF; 
    padding: .6rem;
    border-radius: 1rem;
    min-width: 10rem;
    z-index: 50;
    border-color: #7E6A32;
    border-width: 1px;
    padding-left: 15px;
}

.sub-menu {
    padding-left: 15px;
}

/* Position submenu items */
.nav-items .sub-menu li {
    display: block;
}

/* Show on hover of parent */
.nav-items li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Style links inside submenu */
.nav-items .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: rgb(0, 0, 0);
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}

/* Hover effect */
.nav-items .sub-menu a:hover {
    background-color: rgba(255,255,255,0.1);
}


/*Banner*/
.banner-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 80px;
    line-height: 120%;
    color: #FFF9EB;
    max-width: 880px;
}

.btn-banner {
  background-color: #2C2C2C;
  border-radius: 50px;
  color: #F6F5EF;
  font-size: 16px;
  padding: 12px;
}

/*Explore*/
.portfolio-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 56px;
    text-align: center;
    color: #1E1E1E;
}
.btn-explore {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-style: book;
    color: #7E6A32;
    border-radius: 50px;
    border-color: #7E6A32;
    border-width: 1px;
    padding: 12px;
    background-color: #7E6A321A;
    margin-top: 40px;
}
.spaces-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #1E1E1E ;
}
.selling-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
}

.services-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 56px;
    color: #231F20;

}
.services-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 56px;
    color: #231F20;

}
.faqs-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #231F20;
}
.form-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #231F20;
}
@media only screen and (max-width: 1024px) {
    .banner-title {
        font-size: 56px;
    }
    .spaces-title {
        font-size: 32px;
    }
    .services-title {
        font-size: 32px;
    }
}
.grid-container {
    margin-top: 20px;
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    row-gap: 24px;
    column-gap: 80px;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .grid-container {
        display: flex;
        flex-wrap: wrap;
    }
}

.grid-item {
    display: flex;
    text-align: center;
    gap: 16px;
    width: 350px;
}

.grid-icon {
    width: 32px;
    height: 32px;
}

.grid-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-size: 16px;
    color: #333;
    text-align: left;
}
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.article-card-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #1E1E1E;
}


.social a{
  display: inline-block;
  float: left;
  padding: 10px 5px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1024px) { /*hovers*/
  .social a:hover {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
  }
}
.social a:first-child{
  padding-left:0;
}
.social svg{
  display: inline-block;
  float: left;
  height: 22px;
  width: auto;
}
.social svg *{
  fill: #ffffff;
}
.contacts p {
    font-size: 16px;
}
.faq-question {
    width: 90%;
    font-family: 'Gotham Medium', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #453730;
}

@media (max-width: 768px) {
  .articles-swiper {
    height: 1100px; 
    width: 100%;
    align-items: center;
    touch-action: pan-y !important;
  }
  
  .articles-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
    .articles-swiper {
        margin-left: 80px !important;
    
    }
}
@media (max-width: 1024px) {
    .swiper-slide-active .group-hover\:opacity-100 {
        opacity: 1 !important;
    }
}
.swiper-slide .transition-opacity {
    transition: opacity 0.5s ease;
}
@media (min-width: 1024px) {
    .selling-nav-btns {
        position: absolute;
        z-index: 50;  
        transform: translateY(-50%);
    }
}

.footer-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px; 
}

.footer-links > li > a {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.footer-links .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links .sub-menu a {
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}


@media (max-width: 1024px) {
    .footer-links {
        flex-direction: column;
        gap: 0;
    }

    .footer-links > li > a {
        padding: 15px 0;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .footer-links .sub-menu {
        display: none;
        padding-bottom: 15px;
    }

    .footer-links li.is-open .sub-menu {
        display: block;
    }

    .menu-item-has-children > a::after {
        content: url('../img/chevron_down.svg');
        line-height: 0;
        transition: transform 0.3s ease;
        color: #ffffff; 
    }

    .is-open > a::after {
        transform: rotate(180deg);
        color: #ffffff;
    }
}
.spaces-slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.swiper-pagination {
    position: relative !important;
    bottom: 0px !important;
    margin-top: 20px;
}
.swiper-pagination-bullet-active {
    background-color: #000 !important ;
}

.btn-banner-product {
  background-color: transparent;
  border-radius: 50px;
  border-color: white;
  border-width: 1px;
  color: #F6F5EF;
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
}

.btn-banner-product:hover {
    backdrop-filter: blur(12px);
}

.location-name {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
}

.project-breadcrumbs {
    display: flex;
    align-items: center;
    padding: 10px 0;
    display: flex;
    gap: 8px;
    margin-left: 86px;
    margin-top: 32px;
}

@media (max-width: 1024px) {
    .project-breadcrumbs {
        margin-left: 22px;
    }
}

.project-breadcrumbs a {
    font-family: 'Gotham Book', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.separator {
    margin: 0 8px;
    color: #000000;
}


.back-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    transition: color 0.2s;
}

.back-link:hover {
    color: #000;
}

.chevron-left {
    display: inline-block;
    border-style: solid;
    border-color: #000;
    border-width: 1.5px 1.5px 0 0; 
    height: 7px;
    width: 7px;
    margin-right: 10px;
    transform: rotate(225deg); 
}


.current-category {
    font-family: 'Gotham Book', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.project-name {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #231F20;
    padding: 20px 0;
}

.features-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
}

.layout-slide-type {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    color: #7E6A32;
}

.dynamic-layout-type-short {
    font-size: 88px;
    line-height: 104px;
}

.dynamic-layout-type-large {
    font-size: 30px;
    line-height: 1;
}

.layout-slide-name {
    font-family: 'Gotham Medium', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7E6A32;
    padding-block: 10px;
}

.layout-slide-area {
    font-family: 'Gotham Light', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

@media (min-width: 1024px) {
    .basic-info-gallery-column {
        padding-left: 140px;
    }
}
.basic-info-gallery-pagination{
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.brochure-btn {
    height: 34px;
    align-items: center;
    display: flex;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-style: book;
    color: #7E6A32;
    border-radius: 50px;
    border-color: #7E6A32;
    border-width: 1px;
    padding: 12px;
    background-color: #7E6A321A;
    margin-top: 40px;
    gap: 5px;
    cursor: pointer;
}

.brochure-btn:hover {
    background-color: #7e6a322f;
}

.info-btn {
    height: 34px;
    align-items: center;
    display: flex;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-style: book;
    color: #ffffff;
    border-radius: 50px;
    border-color: #7E6A32;
    border-width: 1px;
    padding: 12px;
    background-color: #7E6A32;
    margin-top: 40px;
    gap: 5px;
    cursor: pointer;
}

.area-title {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
}

.architect-title {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1E1E1E;
}

.architect-name {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
}

.banner-video {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
  backdrop-filter: blur(8px);           /* The "blur" effect */
  -webkit-backdrop-filter: blur(8px);    /* Safari support */
  width: 32px !important;                          /* Set fixed width */
  height: 32px !important;                         /* Set fixed height */
  border-radius: 50%;                   /* Make it round */
  border: 1px solid #ffffff;            /* The white border */
  color: #ffffff !important;            /* Force the arrow color to white */
}

/* Adjust the arrow size inside the circle */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;                      /* Size of the arrow icon */
}

/* Optional: Hover effect to make it feel interactive */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease;
}

.intro-title {
    font-family: 'Gotham Book', sans-serif;;
    font-weight: 400;
    font-style: Book;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1%;
    text-transform: uppercase;

}

.intro-subtitle {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000;
}

.timeline-year {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #7E6A32;
}

.history-portfolio-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #1E1E1E;
}

.timeline-prev, .timeline-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 42%);
    width: 40px;
    height: 40px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-prev {
    left: 10px;
    right: auto;
}

@media (max-width: 768px) {
    .timeline-prev, .timeline-next {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .hide-desktop {
            display: none !important;
    }
}

.timeline-next {
    left: auto;
    right: 10px;
}

.guideline-title {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #231F20;
    text-transform: uppercase;
}

.mission-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #231F20;
    line-height: 64px;
}

.mission-text {
    max-width: 648px;
}

.porfolio-section-title {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
}


.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.group:hover .overlay {
  opacity: 1;
}

.faq-icon {
    height: 20px;
    width: 20px;
}


@media (min-width: 768px) {
  .zones-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    transform: none;
  }
}

.timeline-slider {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.swiper-thumbs{
    padding-top: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (min-width: 1024px) {
    .timeline-slider {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .swiper-thumbs{
        justify-self: center;
    }
}

.archive-title {
    margin-left: 86px;
    margin-top: 40px;
}

.archive-title h1 {
    margin-bottom: 16px;
}


@media (max-width: 1024px) {
    .archive-title {
        margin-left: 22px;
    }
}
@media (min-width: 1024px) {
    .archive-title {
    width: 50%;
}
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
    margin-bottom: 40px;
    padding-left: 88px;
    padding-right: 88px;
}

.project-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project-banner {
    position: relative;
    overflow: hidden;
}


.project-banner .project-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.project-banner .scale-img-residential {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1.1);
}

.project-card:hover .project-banner .scale-img-residential {
    transform: scale(1);
}


.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.4s ease;
}

.project-card:hover .project-overlay {
    opacity: 1; 
}
.project-overlay img {
    height: 50px;
}
.overlay-logo {
    transform: translateY(-20px);
    transition: transform 0.5s ease;
}

.project-content {
    padding: 15px 0;
}

.project-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 1%;
}

.filters {
    padding-left: 88px;
    padding-right: 88px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .project-grid {
        grid-template-columns: 1fr;
        padding-left: 22px;
        padding-right: 22px;
    }

    .filters {
    padding-left: 22px;
    padding-right: 22px;

}
}

.bottom-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 648px;
    justify-self: center;
    gap: 24px;
}

.bottom-section h2 {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;
    text-align: center;
    color: #7E6A32;

}

.bottom-section p {
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.bottom-project-cta {
    padding-top: 144px;
    padding-bottom: 72px;
}

.project-filters { display: flex; justify-content: space-between; align-items: flex-end; gap:20px; }

.custom-filter-dropdown {
    position: relative;
    width: 200px;
}

@media (max-width: 768px) {
    .project-filters {
        flex-direction: column-reverse;
    }
    .custom-filter-dropdown {
        width: 100%;
    }
}

.dropdown-trigger {
    padding: 10px 15px;
    border: 1px solid #7E6A32;
    background: #7E6A321A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    color: #7E6A32;
    font-size: 14px;
    transition: border-radius 0.2s ease;
}

.custom-filter-dropdown.is-active .dropdown-trigger {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 11; 
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #EAE7DC;
    border: 1px solid #7E6A32;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
    margin-top: -1px; 
}

.dropdown-content.is-open { display: block; }

.checkbox-item {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    cursor: pointer;
}

.icon-chevron {
    transition: transform 0.3s ease;
    pointer-events: none;
}

.custom-filter-dropdown.is-active .icon-chevron {
    transform: rotate(180deg);
}

.filter-toggle-btn input[type="checkbox"] {
    display: none;
}

.btn-round-toggle {
    display: inline-block;
    padding: 10px 15px;
    background: #7E6A321A;
    border: 1px solid #7E6A32;
    border-radius: 15px; 
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    user-select: none;
    color: #7E6A32;
    text-align: center;
}

.filter-toggle-btn input:checked + .btn-round-toggle {
    background: #7E6A32;
    color: #fff;
    border-color: #7E6A32;
}

.filter-search {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.filter-search input {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border: 1px solid #7E6A32;
    border-radius: 15px; 
    outline: none;
    font-size: 14px;
}

.search-submit {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7E6A32;
}

.search-submit:hover {
    color: #000;
}

.toggle-selectors {
    gap: 20px;
}
@media (max-width: 768px) {
    .toggle-selectors {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.btn-apply-filters, .btn-reset-filters {
    padding: 10px 15px;
    align-items: center;
    display: flex;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    border-radius: 15px;
    border-color: #7E6A32;
    border-width: 1px;
    background-color: #7E6A32;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.btn-apply-filters {
    width: 90%;
    justify-self: center;
    background-color: #7E6A32;
    border-color: #7E6A32;
    margin: 10px 0px;
    padding: 5px 5px;
}
.btn-apply-filters-disabled {
    background-color: #888888 !important;
    border-color: #888888 !important;
}

.btn-reset-filters {
    color: #7E6A32;
    background-color: #7E6A321A;
    gap: 5px;
}

.filter-actions {
    display: flex;
    gap:10px;
    justify-content: end;
}

.custom-fraction-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    gap: 24px;
}

.no-project-found {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.team-page-subtitle {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color:#1E1E1E;
}

.team-page-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 2%;
    color: #231F20;
    margin-bottom: 16px;
}

.team-title {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 24px;
    color: #7E6A32;
}
.member-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
}

.member-card {
    align-items: center;
    padding: 1rem;
}


@media (min-width: 768px) {
    .member-grid {
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 80px;
        display: grid !important;
    }
    .member-card {
    display: flex !important;
    width: auto !important;
    }

}
        
.member-image {
    max-width: 96px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover; 
    margin-right: 1rem;
    margin-bottom: 16px;
}

.member-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.member-name {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1%;
    color: #1E1E1E;
}

.member-position {
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.locations-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 422px;
}

.contacts-container {
    margin-bottom: 88px;
}

.contacts-container h2 {
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.location p {
    padding-bottom: 24px;
}

.general-contacts p {
    padding-bottom: 24px;
}

.general-contacts::after {
    content: '';
    position: absolute; 
    width: 48px;   
    height: 1px;   
    background-color: #7E6A32;
}

.first-card-border::after {
    content: '';
    position: absolute; 
    width: 48px;   
    height: 1px;   
    background-color: #7E6A32;
}

.mobile-menu-background {
    height: 100vh;
    background-color: #F6F5EF;
}

.corporate-form-container {
    justify-content: space-between;
    padding-right: 88px;
}

.corporate-form {
    margin-top:40px;
    flex-direction: column;
    border: 1px solid #7E6A32;
    padding-bottom: 10px;
}

.corporate-form p {
    padding: 10px 40px;
}

.team-swipe-btn {
    color: black !important;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-color: transparent !important;
}

.team-swipe-btn.swiper-button-disabled,
.team-swipe-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; 
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px; 
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.articles-title-bar {
    display: flex;
    margin-top: 112px;
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-between;
}
.articles-title-bar h1 {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2%;

}

@media (max-width: 768px) {
    .article-grid {
        grid-template-columns: 1fr;
        padding-left: 22px;
        padding-right: 22px;
    }
    .articles-title-bar {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.article-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.sort-toggle {
    display: flex;
    padding: 10px 10px;
    background: #7E6A321A;
    border: 1px solid #7E6A32;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    user-select: none;
    color: #7E6A32;
    text-align: center;
    gap: 15px;
}

.article-title {
    max-width: 872px;
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 2%;
    text-align: center;
    margin-bottom: 24px;

}

.article-short-text {
    max-width: 872px;
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.article-img {
    height: 385px;
    width: 100%;
    object-fit: cover;
}

.article-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.article-text {
    max-width: 872px;
    margin-bottom: 82px;
}

@media (max-width: 768px) {
  .related-articles-swiper {
    height: 780px;
    width: 100%;
    align-items: center;
    touch-action: pan-y !important;
  }
  
  .related-articles-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
    .related-articles-swiper {
        margin-left: 80px !important;
    
    }
}

.related-articles-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;
}

.experience-bg {
    background-color: #7E6A32;
    width: 100%;
    height: 100%;
}

.experience-title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

.experience-top-text {
    max-width: 872px;
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 2%;
    text-align: center;
    margin-bottom: 80px;
}

.distiction-container {
    width: 100%;
    justify-self: center;
}

@media (min-width: 1024px) {
    .distiction-container {
        width: 80%;
    
    }
}

.distiction-image {
    width: 536px;
    height: 442px;
}

.distinction-items-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 2%;
    color: #fff;
}

.dist-title {
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #fff;
}

.dist-content {
    width: 90%;
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;

}

.dist-icon {
    height: 20px;
    width: 20px;
    color: #fff;
}

.experience-bottom-text {
    max-width: 872px;
    font-family: 'Gotham Light', sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    margin-bottom: 80px;

}
@media (min-width: 1024px) {
    .experience-bottom-text {
        margin-top: 80px;
    }
}

.active-lang::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    margin: 2px auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .lg-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg-col-span-2
    {
        grid-column: span 2 / span 2;
    }
    .lg-col-span-3
    {
        grid-column: span 3 / span 2;
    }
}

.policy-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 2%;
}

.policy-content strong {
    font-family: 'Gotham Bold', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;

}
.policy-content p {
    margin-bottom: 40px;
}

.policy-container {
    overflow-y: hidden;
    overflow: auto;
    scrollbar-color: #888 #ffffff00;
    scrollbar-width: thin;
}
.policy-text-block {
    border-radius: 16px;
    margin-top: 32px;
}

.cookie-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-rotate-btn {
  transition: transform 0.4s ease-in-out;
}

@media (max-width: 768px) {
  .mobile-rotate-btn.is-rotated {
    transform: rotate(180deg);
  }
}

.table-hidden-row {
    display: none;
}

.gform-body {
    padding: 1.5rem !important;
}

/* 1. Main Inputs */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 select,
#gform_wrapper_1 textarea,
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 select,
#gform_wrapper_2 textarea,
#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 select,
#gform_wrapper_3 textarea,
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 select,
#gform_wrapper_4 textarea
 {
    width: 100% !important;
    border-radius: 0.375rem !important;
    background-color: transparent !important;
    border: 1px solid #7E6A32 !important;
    box-sizing: border-box !important;
}

#gform_wrapper_1 input:focus,
#gform_wrapper_1 select:focus,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_2 input:focus,
#gform_wrapper_2 select:focus,
#gform_wrapper_2 textarea:focus,
#gform_wrapper_3 input:focus,
#gform_wrapper_3 select:focus,
#gform_wrapper_3 textarea:focus,
#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus  {
    outline: none !important;
    box-shadow: 0 0 0 1px #7E6A32 !important;
}

/* 2. Labels */
#gform_wrapper_1 .gfield_label,
#gform_wrapper_2 .gfield_label,
#gform_wrapper_3 .gfield_label,
#gform_wrapper_4 .gfield_label {
    display: block !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.25rem !important;
    color: #7E6A32 !important;
}

/* 3. Hide Default Radios/Checkboxes */
#gform_wrapper_1 .gfield_radio input[type="radio"],
#gform_wrapper_1 .gfield_checkbox input[type="checkbox"],
#gform_wrapper_2 .gfield_radio input[type="radio"],
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"],
#gform_wrapper_3 .gfield_radio input[type="radio"],
#gform_wrapper_3 .gfield_checkbox input[type="checkbox"],
#gform_wrapper_4 .gfield_radio input[type="radio"],
#gform_wrapper_4 .gfield_checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* 4. Custom Radios (Tipologia) */
#gform_wrapper_1 .gfield_radio li,
#gform_wrapper_2 .gfield_radio li,
#gform_wrapper_3 .gfield_radio li,
#gform_wrapper_4 .gfield_radio li  {
    margin-bottom: 1.5rem !important;
}

#gform_wrapper_1 .gfield_radio label,
#gform_wrapper_2 .gfield_radio label,
#gform_wrapper_3 .gfield_radio label,
#gform_wrapper_4 .gfield_radio label  {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    position: relative !important;
}

#gform_wrapper_1 .gfield_radio label::before,
#gform_wrapper_2 .gfield_radio label::before, 
#gform_wrapper_3 .gfield_radio label::before,
#gform_wrapper_4 .gfield_radio label::before  {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    border: 1px solid #8B8667;
    flex-shrink: 0;
}

#gform_wrapper_1 .gfield_radio label::after,
#gform_wrapper_2 .gfield_radio label::after,
#gform_wrapper_3 .gfield_radio label::after,
#gform_wrapper_4 .gfield_radio label::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: #8B8667;
    opacity: 0;
    transition: opacity 0.2s;
    left: 4px; /* Adjust if not perfectly centered */
    top: 50%;
    transform: translateY(-50%);
}

#gform_wrapper_1 .gfield_radio input[type="radio"]:checked + label::after,
#gform_wrapper_2 .gfield_radio input[type="radio"]:checked + label::after,
#gform_wrapper_3 .gfield_radio input[type="radio"]:checked + label::after,
#gform_wrapper_4 .gfield_radio input[type="radio"]:checked + label::after {
    opacity: 1;
}

/* 5. Custom Checkbox (Terms) */
#gform_wrapper_1 .gfield_checkbox label,
#gform_wrapper_2 .gfield_checkbox label,
#gform_wrapper_3 .gfield_checkbox label,
#gform_wrapper_4 .gfield_checkbox label {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    font-size: 0.875rem !important;
    position: relative !important;
}

#gform_wrapper_1 .gfield_checkbox label::before,
#gform_wrapper_2 .gfield_checkbox label::before,
#gform_wrapper_3 .gfield_checkbox label::before,
#gform_wrapper_4 .gfield_checkbox label::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #8B8667;
    flex-shrink: 0;
}

#gform_wrapper_1 .gfield_checkbox label::after,
#gform_wrapper_2 .gfield_checkbox label::after,
#gform_wrapper_3 .gfield_checkbox label::after,
#gform_wrapper_4 .gfield_checkbox label::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #8B8667;
    opacity: 0;
    transition: opacity 0.2s;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

#gform_wrapper_1 .gfield_checkbox input[type="checkbox"]:checked + label::after,
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"]:checked + label::after,
#gform_wrapper_3 .gfield_checkbox input[type="checkbox"]:checked + label::after,
#gform_wrapper_4 .gfield_checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* 6. Submit Button */
#gform_wrapper_1 .gform_footer input[type="submit"],
#gform_wrapper_2 .gform_footer input[type="submit"],
#gform_wrapper_3 .gform_footer input[type="submit"],
#gform_wrapper_4 .gform_footer input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    width: 100% !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    background-color: #7E6A32 !important;
    border: 1px solid #7E6A32 !important;
    padding: 0.75rem 1.5rem !important;
    color: white !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
    margin-top: 1.5rem !important;
    margin: 1.5rem !important;
}

#gform_wrapper_1 .gform_footer input[type="submit"]:hover,
#gform_wrapper_2 .gform_footer input[type="submit"]:hover,
#gform_wrapper_3 .gform_footer input[type="submit"]:hover,
#gform_wrapper_4 .gform_footer input[type="submit"]:hover {
    background-color: #7E6A321A !important;
    color: #7E6A32 !important;
}

.next-projects-page-title {
    font-family: 'Gotu Regular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2%;
    color: #231F20;
    margin-bottom: 16px;
}

.next-projects {
    margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
    .next-projects {
    margin-top: 120px;
    }
}

.gform_heading {
    padding-inline: 20px !important;
}