.graph-outer-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px;
}

.graph-outer-container .flex-thirty {
    flex-basis: 30%;
}

.graph-outer-container .flex-seventy {
    flex-basis: 70%;
}

.graph-cell {
    min-height: 75px;
    flex-grow: 1;
    flex-basis: 100%;
}

.fixed-3-7 .col-sm-3 {
    width: 25%;
}

.fixed-3-7 .col-sm-9 {
    width: 75%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .graph-cell {
        min-height: 100px;
    }

    .graph-outer-container {
        flex-wrap: wrap;
    }
    .project-details-section h2{
    color: #000;
    font-size: 28px !important;
}
}

.construction_section {
    padding: 50px 60px;
}

.join_us_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.join_us h3 {
    color: #081A31;
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
}

.join_us h3 strong {
    font-weight: 600;
}



.custom_slider_classes .text-justify {
    text-align: justify;
}

.custom_slider_classes .carousel-control-prev,
.custom_slider_classes .carousel-control-next {
    width: 10rem !important;
}



.custom_slider_classes h3 {
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}

.custom_slider_classes p_arrow_slide_icon svg {
    fill: #000000;
}

.custom_slider_classes .slider-preview {
    background: #f4f4f4;
    border: 1px solid #bdbdbd;
    border-radius: 7px;
    height: 550px;
    width: 100%;
}

.project-list-view-section .project-item {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-list-view-section .project-section-flex-container {
    height: 100%;
}

.project-list-view-section .col-lg-6 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-list-view-section .col-lg-6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-list-view-section .project-section-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    padding: 2rem;

}


.project-list-view-section .project-section-learn-more {
    color: #000;
    background-color: rgba(255, 223, 73, 1);
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 150px;

}

.project-list-view-section .project-section-learn-more:hover {
    background-color: rgb(247, 209, 42);

    color: #000;

    text-decoration: none;

}

.project-list-view-section .project-main-heading {
    text-transform: uppercase;
}


/* On small screens, allow items to stack naturally */
@media (max-width: 767.98px) {
    .project-list-view-section .project-item {
        height: auto;
    }

    .project-list-view-section .col-lg-6 {
        height: auto;
    }

    .project-list-view-section .col-lg-6 img {
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

    .project-list-view-section .project-section-card {
        padding: 1.5rem;
    }
}


/* hero section ends */


.news-list-section .news-card {
    background-color: rgba(0, 132, 83, 0.08);
    border-radius: 0;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-list-section .news-title {
    font-weight: 700;
    text-transform: uppercase;
}

.news-list-section .news-date {
    font-size: 0.875rem;
    color: #6c757d;
}

.news-list-section .news-body {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.news-list-section .read-more-btn {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 0;
    background-color: #fff !important;
}

.news-list-section .read-more-btn:hover {
    color: #272525;
}

.news-list-section .pagination-container {
    margin-top: 2rem;
    text-align: left;
}

.news-list-section .page-item #page-link {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #000000;
    color: #000000;
    transition: 0.2s ease;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.news-list-section .page-item #page-link:hover {
    background-color: #e2e6ea;
    border-radius: 5px;
}

.news-list-section .page-item.active #page-link {
    background-color: rgba(0, 132, 83, 1);
    color: white;
    border-radius: 5px;
    border: none;
}

.form_heading {
    font-size: 35px;
    line-height: 1.02em;
    margin: 20px 0;
    color: #000;
    font-family: "Old Standard TT", cursive;
    font-weight: 400;

    letter-spacing: -.015em;
}

section.contact_section_form {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 50vh;
    max-width: 1130px;
    margin: 0 auto;
}

.contact_section_form .contact_img {
    width: 50%;
}

.contact_section_form .contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    display: block;
}

.contact_section_form .contact_field {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_section_form .contact_field button {
    width: max-content;
    padding: 15px;
    color: white;
    font-weight: 400;
    font-size: 11px;
    border-radius: 0px;
    font-family: Muli, sans-serif;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 17px 66px;
    color: #fff;
    background-color: #1c1c1c;
    border: 1px solid transparent;
    cursor: pointer;
}

.contact_section_form .contact_field label {
    width: 100%;
    display: block;
    color: #727272;
    font-family: Muli, sans-serif;

    font-size: 14px;
    margin-bottom: 10px;
}

.contact_field input,
.contact_field select,
.contact_field textarea {
    width: 100%;
    display: block;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    color: #7e7e7e;
    cursor: pointer;
    font-family: Muli, sans-serif;
    font-size: 11px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0px !important;
    font-size: 14px;
    box-sizing: border-box;
}

.contact_section_form .contact_field textarea {
    height: 150px;
    color: grey;
    font-family: "Inter", sans-serif;
}

.contact_section_form .input_radio,
.contact_section_form .input_checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
}

.contact_section_form .input_radio input,
.contact_section_form .input_checkbox input {
    width: auto;
    margin: 0;
}

.contact_section_form .input_radio label,
.contact_section_form .input_checkbox label {
    width: auto;
    margin-left: 5px;
}

@media (max-width: 991px) {
    section.contact_section_form {
        min-height: auto;
    }

    .contact_section_form .contact_img,
    .contact_section_form .contact_field {
        width: 100%;

    }

    .contact_section_form .contact_img {
        height: 400px;
        object-fit: cover;
    }

    .contact_section_form .contact_img img {
        height: 100%;
    }

    .contact_section_form .contact_field {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .contact_section_form .contact_field {
        padding: 20px;
    }


    .contact_section_form .contact_field button {
        padding: 12px;
        font-size: 14px;
    }

    .contact_field input,
    .contact_field select,
    .contact_field textarea {
        padding: 12px;
        font-size: 13px;
    }

    .contact_section_form .contact_img {
        height: 250px;
    }
}

.table_section {
    padding: 20px;
    line-height: 1.6;
}

.table_section .search_section label {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.table_section .search_section input[type="search"] {
    width: 100%;
    min-width: 250px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 0 15px;
    font-size: 16px;
}

/* Table styles */
.table_section .table-container {
    overflow-x: auto;
    margin: 25px 0;

    border-radius: 5px;
    background: rgba(235, 245, 241, 1);
}

.table_section .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    min-width: 600px;
}

.table_section .styled-table caption {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.table_section .styled-table thead tr {
    background-color: #ebf5f1;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.table_section .styled-table th,
.styled-table td {
    padding: 16px 20px;
    text-align: left;
}

.table_section .styled-table tbody tr:nth-of-type(odd) {
    background-color: #fafdfc;
}

.table_section .styled-table tbody tr:nth-of-type(even) {
    background-color: #f5faf8;
}

.table_section .styled-table tbody tr:hover {
    background-color: #d8efe5;
}

/* Mobile card view */
.mobile-cards {
    display: none;
}

.mobile-card {
    background: white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-card-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.mobile-card-row:last-child {
    border-bottom: none;
}

.mobile-card-label {
    font-weight: bold;
    color: #555;
    min-width: 120px;
}

/* Pagination styles */
.table_section .button_pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.table_section .button_secion button {
    padding: 8px 15px;
    border: none;
    color: white;
    font-weight: 400;
    background-color: rgba(0, 132, 83, 1);
    border-radius: 0px;
}

.table_section select.rows-per-page {
    border: none;
    background: transparent;
    margin-right: 20px;
    font-size: 18px;
}

.table_section span.page-info {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
}

.table_section button.nav-btn {
    border: 1.5px solid black;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
}

.table_section button.nav-btn.active {
    background: black;
}

.table_section button.nav-btn.active svg path {
    stroke: white;
}

.table_section .top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3;
}

@media (max-width: 767px) {
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 15px;
    }

    .table_section .top-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 3;
    }

    .table_section .search_section {

        width: 100%;
    }

    .table_section .search_section input[type="search"] {
        max-width: 100%;
    }

    .table_section .styled-table {
        display: none;
    }

    .mobile-cards {
        display: block;
    }

    .table_section .button_pagination {
        justify-content: space-between;
    }
}

.table_section button.nav-btn {

    cursor: pointer;
    /* Added this line */
}

.table_section button.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #ccc;
}

.table_section button.nav-btn:disabled svg path {
    stroke: #ccc;
}

/* Add these styles to your existing CSS */
.table_section button.nav-btn.active {
    background: black;
}

.table_section button.nav-btn.active svg path {
    fill: white;
    /* Changed from stroke to fill */
}



.image-gallery-section {
    width: 100%;
    padding: 0 60px;
}

.image-gallery-section .main-image-wrapper {
    position: relative;
    margin-bottom: 120px;
    max-width: 100%;
}

.image-gallery-section .main-image {
    width: 100%;
    height: 500px;
    min-width: 250px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
    display: block;
    margin: 0 auto;
}

.image-gallery-section .thumbnails-scroll-container {
    position: absolute;
    bottom: -50px;
    left: -50px;
    right: 0;
    overflow-x: auto;
    padding: 0 10px;
    margin: 0 auto;
}

.image-gallery-section .thumbnails-container {
    display: flex;
    /* gap: 10px;s */
    width: max-content;
    padding: 10px 0;
}

.image-gallery-section .thumbnail,
.image-gallery-section .add-thumbnail {
    width: 90px;
    height: 90px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
}

.image-gallery-section .active-thumbnail {
    border: 2px solid #007bff;
}

.image-gallery-section .add-thumbnail {
    background-color: #f8f9fa;
    font-size: 1.8rem;
    color: #6c757d;
    border: 1px dashed #ccc;
}

/* Scrollbar styling */
.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar {
    height: 6px;
}

.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}

.image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-gallery-section .main-image-wrapper {
        margin-bottom: 100px;
    }

    .image-gallery-section .thumbnail,
    .image-gallery-section .add-thumbnail {
        width: 70px;
        height: 70px;
    }

    .image-gallery-section .image-gallery-section {
        width: 100%;
        padding-left: 50px;
        padding-right: 20px;
    }

    .image-gallery-section .main-image {
        height: 400px;
    }

    .image-gallery-section .thumbnails-scroll-container {
        bottom: -45px;
        left: -50px;
    }

    .image_block {
        top: 100px;
        left: 20px;
    }

    .image_block img {
        width: 120px;
    }
}

@media (max-width: 576px) {
    .image-gallery-section .main-image-wrapper {
        margin-bottom: 90px;
    }

    .image-gallery-section .thumbnail,
    .image-gallery-section .add-thumbnail {
        width: 60px;
        height: 60px;
    }

    .image-gallery-section .image-gallery-section {
        width: 100%;
        padding-left: 50px;
        padding-right: 20px;
    }

    .image-gallery-section .main-image {
        height: 300px;
    }

    .image-gallery-section .thumbnails-scroll-container {
        bottom: -40px;
        left: -40px;
    }
}


.custom-swipper-slider-new .slider-container {
    position: relative;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-swipper-slider-new .slider-container::-webkit-scrollbar {
    display: none;
}

.custom-swipper-slider-new .slide {
    scroll-snap-align: start;
    background: #007bff;
    color: white;
    border-radius: 10px;
    height: 300px;
    padding: 2rem;
    text-align: center;
    flex: 0 0 calc(100% / var(--slides-per-view) - 1.5rem);
}

.custom-swipper-slider-new .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.custom-swipper-slider-new .slider-nav button {
    pointer-events: all;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-swipper-slider-new .slider-nav button:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.custom-swipper-slider-new .slider-nav button i {
    font-size: 1.2rem;
    color: #007bff;
}

.custom-swipper-slider-new .slider-wrapper {
    position: relative;
}

.lemartec_footer {
    background: url('/Images/_98_7b8956ff-5d7e-41d8-aa7a-f76ec57cfae9.jpg') center/cover no-repeat;
    color: #fff;
    padding: 60px 40px 33px;

}

.lemartec_footer .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.lemartec_footer h3 {
    font-size: 30px;
    line-height: 1.23em;
    letter-spacing: -.01em;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: "Old Standard TT", cursive;
}

.lemartec_footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
}

.lemartec_footer a:hover {
    opacity: 0.8;
}

.lemartec_footer .footer-logo {
    max-width: 250px;
    width: 35%;
    margin: 40px 0px;
}

.lemartec_footer .footer-badge {
    max-width: 250px;
    width: 35%;
    margin-bottom: 40px;
}

.lemartec_footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lemartec_footer p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
    text-align: center;
}

.lemartec_footer .footer-btn {
    display: inline-block;
    color: #ffffff;
    background-color: #232323;
    border: 1px solid #ffffff;
    padding: 20px 36px;
    margin-top: 20px;
    margin-bottom: 70px;
    font-size: 11px !important;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.lemartec_footer .map-img {
    max-width: 300px;
    margin-bottom: 20px;
}

.lemartec_footer .social-icons {
    display: flex;
    gap: 15px;
    margin: 15px 0 25px;
}

.lemartec_footer .social-icons i {
    font-size: 16px;
}

@media (max-width: 992px) {
    .lemartec_footer .footer-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .lemartec_footer {
        padding: 70px 30px;
    }
}

.lemartec_footer .footer-list li {
    text-align: center;
}

.lemartec_footer .colums_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.lemartec_footer .footer_widget {
    margin-bottom: 29px;
}

.lemartec_footer .footer_btn_container {
    display: flex;
    justify-content: center;
}

.lemartec_footer .careers {
    margin-bottom: 0px !important;
}

header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.burger_main {
    display: none;
}

.header-container {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Muli, sans-serif;
    height: 109px;
}

.logo img {
    height: 110px;
    width: auto;
    padding: 0px 43px;
    transform: translateY(-10px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.logo .mobile-logo {
    display: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-menu li {
    position: relative;
    list-style: none;
    padding: 0px 28px;
}

.nav-menu a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: .3em !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
    cursor: pointer;
}


.has-submenu.active>a::after {
    transform: rotate(180deg);
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 265px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: all 0.5s;
    padding: 15px 0;
    margin-top: 15px;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;

    transform: scaleY(1);
}

.submenu li {
    padding: 0;
}

.submenu a {
    display: block;
    padding: 12px 25px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .3em;
    font-weight: 400;

}

.submenu>a::after {

    content: '';
    position: absolute;
    top: calc(50% + 1px);
    left: calc(100% - 12px);
    width: 20px;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.3s;
}

.submenu a:hover {
    opacity: 1;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.burger span {
    width: 25px;
    height: 2px;
    background: #333;
    transition: all 0.3s;
}

.submenu-arrow {
    display: none;
}

.submenu-link {
    display: contents;
}

.nav-menu>li>a::after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    left: calc(100% - 36px);
    width: 20px;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.3s;
}

.has-submenu>.submenu-link>a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 15px);
    width: 20px;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.3s;
}

.has-submenu>.submenu-link>a:hover::after {
    opacity: 1;
}

.nav-menu>li>a:hover::after {
    opacity: 1;
}

@media (max-width: 968px) {
    .header-container {
        height: auto;
    }

    .has-submenu .submenu-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        cursor: pointer;
    }

    .submenu-arrow {
        display: inline-block;
        width: 11px;
        height: 11px;
        fill: #7e7e7e;
        flex-shrink: 0;
        transition: transform 0.3s;
    }

    .has-submenu.active .submenu-arrow {
        transform: rotate(90deg);
    }

    .burger {
        display: flex;
    }

    .logo img {
        height: 30px;
        width: auto;
    }

    .burger_main {
        display: block !important;
    }

    .icons_container {
        display: none !important;
    }

    header {
        border-bottom: 1px solid #ece8e5;
    }

    .logo_container {
        border-right: 1px solid #ece8e5;
        padding-right: 20px;
        height: 59px;
        display: flex;
        align-items: center;
    }

    .burger_main {
        max-width: 59px;
        border-left: 1px solid #ece8e5;
        padding-left: 20px;
        height: 59px;
        display: flex !important;
        align-items: center;
    }

    .logo .desktop-logo {
        display: none;
    }

    .logo .mobile-logo {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 59px);
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        gap: 0;
        overflow-y: auto;
        transition: top 0.4s ease-in-out;
    }

    .nav-menu.active {
        top: 60px;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-menu>li>a {
        display: block;
        padding: 15px 0;
        font-size: 13px;
    }

    .submenu {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .has-submenu.active .submenu {
        max-height: 500px;
        transition: max-height 0.4s ease-in;
    }

    .submenu li {
        border-bottom: none;
    }

    .submenu a {
        padding: 6px 20px;
        font-size: 11px;
    }

    .has-submenu:hover .submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

.two-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.two-lines .line {
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease;
}

.two-lines .line-1 {
    width: 40px;
}

.two-lines .line-2 {
    width: 40px;
    margin-left: 15px;
}

.two-lines:hover .line-1 {
    width: 40px;
    margin-left: 10px;
}

.two-lines:hover .line-2 {
    width: 40px;
    margin-left: 0;
}

.nav-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.icons_container {
    display: flex;
    gap: 35px;
}

.has-submenu>.submenu-link>a {
    position: relative;
}

.submenu a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.3s;
}

.submenu a {
    position: relative;
}

.submenu a:hover::after {
    opacity: 1;
}

.search-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-close {
    position: absolute;
    top: 50px;
    right: 200px;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.search-modal-content {
    width: 100%;
    max-width: 900px;
    padding: 0 30px;
    text-align: center;
}

.search-title {
    color: #fff;
    font-size: 47px;
    line-height: 1.14em;
    letter-spacing: -.02em;
    font-weight: 400;
    margin-bottom: 50px;
}

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 22px;
    padding: 10px 40px 10px 0;
    outline: none;
}

.search-input-wrapper i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px !important;
    cursor: pointer;
}

.search-input-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.projects-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;

    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-modal.active {
    opacity: 1;
    visibility: visible;
}

.projects-close {
    position: absolute;
    top: 50px;
    right: 110px;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.projects-container {
    max-width: 100%;
    margin: auto auto;
    padding: 0px 110px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}

.project-card {
    text-decoration: none;
    position: relative;
}

.project-card a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;

}

.project-card img {
    width: 100%;
    display: block;
}

.project-text {
    margin: 23px 0 0;
    color: #fff;
}

.project-category {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.8em;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.project-title {
    font-family: "Old Standard TT", cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.23em;
    letter-spacing: -.01em;
}

.project-title {
    position: relative;
    display: inline-block;
}


.project-card:hover .project-title::after {
    width: 100%;
}

.project-card img {
    transition: filter 0.6s ease;
}

.project-card.blur img {
    filter: blur(6px);
}

.eltdf-pli-title span {
    display: inline;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 100%;
    background-image: linear-gradient(transparent calc(100% - 1px),
            currentColor 1px);
    transition: background-size 0.4s cubic-bezier(.215, .61, .355, 1);
}

.project-card:hover .eltdf-pli-title span,
.eltdf-portfolio-list-holder.eltdf-pl-standard-blur article:hover .eltdf-pli-title span {
    background-size: 100% 100%;
}

@media (max-width:1310px) {
    .nav-menu-wrapper {
        gap: 20px;
    }

    .nav-menu li {
        padding: 0px 10px;
    }

    .logo img {
        padding: 0px 20px;
    }

    .icons_container {
        gap: 20px;
    }

}

/* ===============================
   SCROLL REVEAL ANIMATION
================================ */

/* Initial hidden state */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(.215, .61, .355, 1);
    will-change: transform, opacity;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

@media (max-width: 768px) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.image_block {
    position: fixed;
    top: 150px;
    left: 57px;
    width: 175px;
}

.image_block img {
    width: 175px;
}

.eltdf-st-subtitle {
    display: inline-block;
    line-height: 1.73em;
    margin: 0 0 4px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-family: 'Old Standard TT', sans-serif;
}

.eltdf-st-subtitle:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 2px;
    bottom: 1px;
    background-color: currentColor;
    height: 1px;
    width: 33px;
}

.project-title-home {
    font-family: "Old Standard TT", cursive;
    margin: 0;
    font-size: 30px;
    line-height: 1.23em;
    letter-spacing: -.01em;
    font-weight: 400;
    display: inline-block;
    color: #000;

}

.category {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #00098e;
    font-weight: 500;
    font-family: Muli, sans-serif;
    line-height: 2.8em;
    letter-spacing: .3em;
    text-transform: uppercase;
    margin-top: 23px;
}

.horizontal-wrapper {
    height: 300vh;
    position: relative;
}

.horizontal-inner {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    width: max-content;
    align-items: center;
    will-change: transform;
    padding: 0 150px !important;
}

.portfolio-item {
    position: relative;
    flex-shrink: 0;
}

.portfolio-item.featured {
    width: 520px;
    height: 320px;
}

.portfolio-item.normal {
    width: 280px;
    height: 50%;
    display: flex;
    align-items: center;
}

.portfolio-item.normal.even {
    align-self: flex-start;
}

.portfolio-item.normal.odd {
    align-self: flex-end;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    max-width: 420px;
    object-fit: cover;
}

.portfolio-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.category-label {
    position: absolute;
    left: -15px;
    bottom: 30%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left center;
    font-size: 13px;
    letter-spacing: 2px;
    color: #555;
    font-family: 'Old Standard TT', sans-serif;
}

.category-label::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #555;
    margin-right: 15px;
    vertical-align: middle;
    margin-left: 10px;
}

.portfolio-link {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    text-decoration: none;
}

.portfolio-title {
    opacity: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.4s ease;
    pointer-events: none;
    font-family: 'Muli', sans-serif;
}

.portfolio-link:hover .portfolio-title {
    opacity: 1;
}

.image-container {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.portfolio-title-under {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.24em;
    letter-spacing: -.005em;

    display: inline-block;


    align-self: flex-end;

    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;

    background-position: left bottom;

    transition: background-size 0.6s cubic-bezier(.215, .61, .355, 1);
    text-decoration: none;
    color: #000;
}

.featured-link:hover .portfolio-title-under {
    background-size: 100% 100%;
}

.portfolio-item.featured {
    width: 520px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.portfolio-item.featured .portfolio-title {
    display: none;
}

.portfolio-item.normal .portfolio-link:hover .portfolio-title {
    opacity: 1;
}

.featured-link {
    text-decoration: none;
}

.portfolio-title-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    max-width: 420px;
    flex-direction: column;
    flex-flow: wrap-reverse;
}



.eltdf-lines-col {
    flex: 1;
    height: 100vh;
    border-right: 1px solid #ece8e5;
}

.eltdf-lines-col:last-child {
    border-right: none;
}

.category-label-main {
    color: #000;
}

.scrolled-logo {
    display: none;
}



#HeaderSection .logo img {
    transition: opacity .2s ease;
}

#HeaderSection.shrink .desktop-logo,
#HeaderSection.shrink .mobile-logo {
    display: none;
}

#HeaderSection.shrink .scrolled-logo {
    display: block;
    transition: opacity .2s ease;
}

.container-related {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.site-header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-nav {
    display: flex;
    gap: 30px;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #0066cc;
}

/* Project Detail Page */
.project-detail-page {
    padding: 40px 0;
}

/* Project Title */
.project-title-section {
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.project-title-section h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
}

/* Video Section (Layout 1) */
.video-section {
    margin-bottom: 40px;
    margin-top: 50px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Owl Carousel Section (Layout 2) */
.carousel-section {
    margin-bottom: 40px;
}

.markets-carousel-side {
    position: relative;
}

.markets-owl-carousel .owl-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.markets-owl-carousel .owl-nav button {
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.markets-owl-carousel .owl-nav button:hover {
    background: #0066cc !important;
    color: #fff !important;
}

.markets-owl-carousel .owl-prev {
    left: 20px;
}

.markets-owl-carousel .owl-next {
    right: 20px;
}

/* 50/50 Image Slider (Layout 1) */
.image-slider-section {
    margin-bottom: 40px;
}

.image-slider-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    height: 500px;
    overflow: hidden;
}

.image-half {
    position: relative;
    overflow: hidden;
}

.image-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}


.project-details-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.project-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}



.project-description ul {
    list-style: none;
    padding-left: 20px;
}

.project-description ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.project-description ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066cc;
}



.related-projects-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 400;
}

.related-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

.related-project-card:hover {
    transform: translateY(-5px);
}

.related-project-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.related-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px;
    color: #fff;
    font-size: 14px;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.related-project-card:hover .related-project-overlay {
    transform: translateY(0);
}

/* Project Navigation */
.project-navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.nav-item a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.nav-item a:hover {
    color: #0066cc;
}

.nav-item.next {
    text-align: right;
}

.nav-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer-column h4 {
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 400;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #ccc;
}

.footer-column p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
}

.contact-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-top: 20px;
}

.contact-btn:hover {
    background: #fff;
    color: #1a1a1a;
}

.footer-logo {
    margin-top: 30px;
}

.footer-logo img {
    height: 40px;
}

.map-placeholder img {
    width: 100%;
    margin-bottom: 20px;
}

.locations-list {
    font-size: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
    .project-details-section {
        padding: 0 40px;
    }

    .related-projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .project-title-section h1 {
        font-size: 28px;
    }

    .image-slider-container {
        grid-template-columns: 1fr;
        height: auto;
    }

    .image-half {
        height: 300px;
    }

    .project-details-section {
        padding: 0 20px;
    }

    .related-projects-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .project-navigation {
        flex-direction: column;
        gap: 20px;
    }

    .nav-item.next {
        text-align: left;
    }
}

/* Loading State */
.loading {
    text-align: center;
    padding: 100px 0;
    font-size: 18px;
    color: #999;
}

/* Error State */
.error-message {
    text-align: center;
    padding: 100px 0;
    font-size: 18px;
    color: #cc0000;
}

#carouselSection {
    max-width: 1200px;

    margin: 0 auto;

}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0px;
}

.markets-carousel-side {
    max-width: 1200px;
    margin: 0 auto;
}

.related-project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    display: block;
    text-decoration: none;
    color: inherit;
}

.related-project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
}

.related-project-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.related-project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 20px;

    opacity: 0;
    transition: opacity 0.4s ease;
}

.related-category {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.related-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 85%;
}

.related-project-card:hover img {
    transform: scale(1.08);
}

.related-project-card:hover .related-project-overlay {
    opacity: 1;
}

.fa-magnifying-glass:before,
.fa-search:before {
    font-size: 20px;
    position: relative;
    top: -6px;
}

.search-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 6px;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    z-index: 100;
}

.search-results__item {
    display: flex;
    flex-direction: column;
    padding: 10px 14px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition: background .15s ease;
    text-transform: none;
}

.search-results__item:last-child {
    border-bottom: 0;
}

.search-results__item:hover {
    background: rgba(0, 0, 0, .04);
}

.search-results__title {
    color: black;
    font-weight: 600;
    margin: 0 0 4px 0;
    font-size: 1rem;
    text-transform: none;
}

.search-results__url {
    font-size: 0.85em;
    color: #666;
    margin: 0;
    text-transform: none;
}

.search-results__hint {
    padding: 10px 14px;
    color: #666;
    font-size: 0.9em;
}

.search-results__loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 14px;
    color: #666;
    font-size: 0.9em;
}

.search-results__loader {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: #333;
    border-radius: 50%;
    animation: search-loader-spin 0.7s linear infinite;
}

@keyframes search-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .search-results {
        max-height: 280px;
    }

    .search-results__item {
        padding: 8px 12px;
    }

    .search-results__title {
        font-size: 0.95rem;
    }

    .search-results__url {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .search-results {
        max-height: 240px;
    }

    .search-results__item {
        padding: 6px 10px;
    }

    .search-results__title {
        font-size: 0.875rem;
    }

    .search-results__url {
        font-size: 0.75em;
        word-break: break-all;
    }
}

.news-container {
    max-width: 1100px;
    margin: 0 auto;
}

.news-section {
    width: 100%;
    text-align: center;
    font-family: "Georgia", serif;
    margin-bottom: 80px;
}

.news-image {
    position: relative;
}

.news-image img,
.news-image video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    object-fit: cover;
}

.news-image.video-thumb::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.news-category {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.3px;
    line-height: 30.8px;
    color: #00098e;
    font-family: Muli, sans-serif;
}

.news-title {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: -0.94px;
    line-height: 53.58px;
    color: #000;
    font-family: "Old Standard TT", cursive;
    margin: 10px 0;
}

.news-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #7E7E7E;
    margin-bottom: 32px;
    font-family: Muli, sans-serif;
}

.read-more-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3.3px;
    line-height: 29.7px;
    color: #000;
    font-family: Muli, sans-serif;
}

.read-more-btn::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    background: #000;
    top: 20%;
    left: 130%;
    transform: translateX(-50%);
    margin-top: 8px;
    transition: left 0.3s ease;
}

.read-more-btn:hover::after {
    left: 90%;
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Pagination */
.pagination-wrapper {
    max-width: 1100px;
    margin: 80px auto 0;
    position: relative;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 25px;
    align-items: center;
}

.page-number {
    font-family: Muli, sans-serif;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.page-number.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.next-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

.news-short-desc {
    max-width: 750px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-family: Muli, sans-serif;
}

.news-category a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.news-category a:hover {
    opacity: 0.6;
}

.latest-news-section .latest-news-container {
    max-width: 1130px;
    margin: 0 auto;
}

.latest-news-section .section-header {
    font-size: 2.5rem;
    text-align: center;
    margin: 50px 0;
    font-weight: 400;
    font-family: "Old Standard TT", cursive;
}

.latest-news-section .news-item {
    height: auto;
    margin-bottom: 20px;
}

.latest-news-section .category-link {
    color: #00098e !important;
    font-family: Muli, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 4px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.latest-news-section .category-link:hover {
    color: #000000 !important;
}

.latest-news-section .eltdf-post-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
    text-align: center;
    font-family: "Old Standard TT", cursive;
}

.latest-news-section .eltdf-post-title>a {
    color: #000;
    text-decoration: none;
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: background-size .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 100%;
}

.latest-news-section .eltdf-post-title>a:hover {
    background-size: 100% 100%;
}

.latest-news-section .post-meta {
    color: #7e7e7e;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    font-family: Muli, sans-serif;
}

.latest-news-section .card-black {
    background-color: #1a1a1a;
    color: #fff;
    height: auto;
    padding: 60px 40px;
    text-align: center;
}

.latest-news-section .card-black .category-link {
    color: #fff !important;
    opacity: 0.8;
}

.latest-news-section .card-black .eltdf-post-title>a {
    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.latest-news-section .card-black .post-meta {
    color: rgba(255, 255, 255, 0.5);
}

.latest-news-section .img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

/* Container */
.unique-news-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Category Heading */
.unique-category-heading {
    font-size: 36px;
    font-weight: 400;
    font-family: "Old Standard TT", cursive;
    margin-bottom: 60px;
    text-align: left;
    color: #000;
}

/* News Section */
.unique-news-section {
    width: 100%;
    font-family: "Georgia", serif;
    margin-bottom: 80px;
}

.unique-news-image {
    position: relative;
}

.unique-news-image img,
.unique-news-image video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    object-fit: cover;
}

.unique-news-image.video-thumb::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.unique-news-category {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.3px;
    line-height: 30.8px;
    color: #00098e;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-news-category a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.unique-news-category a:hover {
    opacity: 0.6;
}

.unique-news-title {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: -0.94px;
    line-height: 53.58px;
    color: #000;
    font-family: "Old Standard TT", cursive;
    margin: 10px 0;
    text-align: left;
}

.unique-news-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #7E7E7E;
    margin-bottom: 32px;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-news-short-desc {
    max-width: 100%;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-read-more-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3.3px;
    line-height: 29.7px;
    color: #000;
    font-family: Muli, sans-serif;
}

.unique-read-more-btn::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    background: #000;
    top: 20%;
    left: 130%;
    transform: translateX(-50%);
    margin-top: 8px;
    transition: left 0.3s ease;
}

.unique-read-more-btn:hover::after {
    left: 90%;
}

.unique-news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.unique-no-news-message {
    font-size: 18px;
    font-family: Muli, sans-serif;
    color: #7E7E7E;
    text-align: center;
    padding: 60px 20px;
}

/* Container */
.unique-tag-news-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Tag Heading */
.unique-tag-heading {
    font-size: 36px;
    font-weight: 400;
    font-family: "Old Standard TT", cursive;
    margin-bottom: 60px;
    text-align: left;
    color: #000;
}

/* News Section */
.unique-tag-news-section {
    width: 100%;
    font-family: "Georgia", serif;
    margin-bottom: 80px;
}

.unique-tag-news-image {
    position: relative;
}

.unique-tag-news-image img,
.unique-tag-news-image video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    object-fit: cover;
}

.unique-tag-news-image.video-thumb::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.unique-tag-news-category {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.3px;
    line-height: 30.8px;
    color: #00098e;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-tag-news-category a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.unique-tag-news-category a:hover {
    opacity: 0.6;
}

.unique-tag-news-title {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: -0.94px;
    line-height: 53.58px;
    color: #000;
    font-family: "Old Standard TT", cursive;
    margin: 10px 0;
    text-align: left;
}

.unique-tag-news-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #7E7E7E;
    margin-bottom: 32px;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-tag-news-short-desc {
    max-width: 100%;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-tag-read-more-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3.3px;
    line-height: 29.7px;
    color: #000;
    font-family: Muli, sans-serif;
}

.unique-tag-read-more-btn::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    background: #000;
    top: 20%;
    left: 130%;
    transform: translateX(-50%);
    margin-top: 8px;
    transition: left 0.3s ease;
}

.unique-tag-read-more-btn:hover::after {
    left: 90%;
}

.unique-tag-news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.unique-tag-no-news-message {
    font-size: 18px;
    font-family: Muli, sans-serif;
    color: #7E7E7E;
    text-align: center;
    padding: 60px 20px;
}

.unique-detail-container {
    max-width: 1100px;
    margin: 0 auto;
}

.unique-detail-site-heading {
    font-size: 40px;
    font-weight: 400;
    font-family: "Old Standard TT", cursive;
    margin-bottom: 60px;
    text-align: left;
    color: #000;
}

.unique-detail-news-category {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.3px;
    line-height: 30.8px;
    color: #00098e;
    font-family: Muli, sans-serif;
    text-align: left;
    margin-bottom: 15px;
}

.unique-detail-news-category a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.unique-detail-news-category a:hover {
    opacity: 0.6;
}

.unique-detail-news-title {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: -0.94px;
    line-height: 53.58px;
    color: #000;
    font-family: "Old Standard TT", cursive;
    margin: 10px 0;
    text-align: left;
}

.unique-detail-news-meta {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #7E7E7E;
    margin-bottom: 50px;
    font-family: Muli, sans-serif;
    text-align: left;
}

.unique-detail-news-detail {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-family: Muli, sans-serif;
    text-align: left;
    margin-bottom: 60px;
}

.unique-detail-news-detail h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 30px 0 15px 0;
    font-family: "Old Standard TT", cursive;
}

.unique-detail-news-detail p {
    margin-bottom: 20px;
    line-height: 28px;
}

.unique-detail-news-detail a {
    color: #00098e;
    text-decoration: none;
    word-break: break-all;
}

.unique-detail-news-detail a:hover {
    text-decoration: underline;
}

.unique-detail-news-detail strong {
    font-weight: 600;
}

.unique-detail-news-detail em {
    font-style: italic;
}

.unique-detail-tags-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.unique-detail-tag-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.unique-detail-tag-link {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.3px;
    line-height: 30.8px;
    color: #00098e;
    font-family: Muli, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.unique-detail-tag-link:hover {
    opacity: 0.6;
}

.unique-detail-media-section {
    margin: 40px 0;
}

.unique-detail-media-section img,
.unique-detail-media-section video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.unique-detail-error-message {
    font-size: 18px;
    font-family: Muli, sans-serif;
    color: #7E7E7E;
    text-align: center;
    padding: 60px 20px;
}

.intro-section .intro-description {
    font-weight: 300;
    color: #676767;
    font-family: 'Muli';
    line-height: 29px;
    font-size: 18px;
}

.svg-icon {
    vertical-align: inherit !important;
}
.wpb_wrapper{
    max-width: 1120px;
    margin: 0 auto;
}
.vc_separator-has-text h4{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: Old Standard TT, cursive;
}
.project-details-section h2{
    color: #000;
    font-size: 42px !important;
}
.wpb_wrapper p{
    font-family: Muli, sans-serif;
}