.row,
.row>* {
    margin: 0;
    padding: 0;
}

.border-ltr {
    border-top: 1px solid #000;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.section-container {
    margin-top: 120px;
    padding: 0 40px;
}

.section-search-top {
    min-height: 400px;
    background-color: #16315E;
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 0 40px !important;
    display: flex;
    align-items: center;
}

.section-search-top .wrapper {
    width: 100%;
}

.section-search-top .wrapper span {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section-search-top input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    display: block;
    width: 100% !important;
    padding: 0;
    font-size: 54px;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white !important;
    padding-bottom: 9px;
    border-radius: unset;
    margin-right: 40px;
    text-transform: uppercase;
}

.section-search-top input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.section-search-top button {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid white;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    white-space: nowrap;
}

.section-title h2 {
    color: #1B1B1B;
    font-size: 33px !important;
    font-weight: 800;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.project-table {
    width: 100%;
}

.project-item {
    display: flex;
    min-height: 80px;
    border-bottom: 1px solid black;
    padding: 20px 0;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

.project-row:first-child .project-item {
    display: flex;
    min-height: 80px;
    border-bottom: 1px solid black;
    padding: 20px 0;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

.project-item .order {
    width: 40px;
    font-size: 11px;
    font-weight: 300;
}

.project-item .title {
    flex: 1;
    padding-left: 20px;
}

.project-item .title a {
    font-size: 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
    transition: color 0.3s;
}

.project-item .title a:hover {
    color: #5FD1C1;
}

.project-item .type,
.project-item .status {
    width: 20%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.project-item .date {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-size: 14px;
    font-weight: 300;
}



.new-list {
    width: 100%;
}

.new-row {
    padding: 35px 0;
    border-bottom: 1px solid black;
}

.new-row:first-child {
    border-top: 1px solid black;
}

.new-item {
    display: flex !important;
    text-decoration: none;
    color: inherit;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.new-item .image {
    flex: 0 0 20% !important;
    max-width: 20%;
    margin-right: 30px;
}

.new-item .image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.new-item .title {
    flex: 0 0 25% !important;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.new-item .title h2 {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
}

.new-item .title h2 a {
    color: #1B1B1B;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: none;
}

.new-item:hover .title h2 a {
    color: #5FD1C1;
}

.new-item .title small {
    font-size: 12px;
    color: #757575;
}

.new-item .description {
    flex: 1 !important;
    font-size: 14px !important;
    line-height: 1.6;
    color: #434447;
    padding: 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-item .action {
    flex: 0 0 120px !important;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.new-item .action a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none;
}

.search-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.search-tab-btn {
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #757575;
    cursor: pointer;
    position: relative;
}

.search-tab-btn.active {
    color: #16315E;
}

.search-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #16315E;
}

/* Dimmed effect */
.project-item.dimmed {
    opacity: 0.3;
}

.btn-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 35px;
    border: 1px solid #1B1B1B;
    color: #1B1B1B;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.btn-readmore:hover {
    background: #1B1B1B;
    color: white;
}

/* Investor V2 Styles */
.investor-v2-row {
    padding: 25px 0;
    border-bottom: 1px solid black;
}

.investor-v2-row:first-child {
    border-top: 1px solid black;
}

.investor-v2-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 20px;
    transition: all 0.3s;
}

.investor-v2-item:hover .investor-v2-title {
    color: #5FD1C1;
}

.investor-v2-order {
    width: 40px;
    font-size: 11px;
    font-weight: 300;
}

.investor-v2-icon {
    flex-shrink: 0;
}

.investor-v2-title {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.investor-v2-date {
    width: 120px;
    font-size: 14px;
    color: #757575;
    text-align: right;
}

.investor-v2-arrow {
    width: 30px;
    display: flex;
    justify-content: flex-end;
}

.investor-v2-list {
    width: 100%;
}

@media (max-width: 1024px) {
    .project-table,
    .new-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }
    .new-item {
        flex-direction: column !important;
    }
    .new-item .image, .new-item .title, .new-item .description {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0;
        padding: 0;
    }
}
.search-section { margin-top: 40px !important; }