img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

/* Header CSS */

body header .fixed-header {
    display: none;
}

body.sticky header .fixed-header {
    display: block;
}

body.sticky header .header {
    display: none;
}

.header {
    transition: all 0.5s;
}

/* Footer CSS */

.elementor-842 .elementor-element.elementor-element-0594616::before {
    animation: opacity-fade 2s infinite alternate;
}

@keyframes opacity-fade {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.footer .hfe-nav-menu {
    padding-left: 10px;
}

.footer .hfe-nav-menu li {
    transition: all 0.4s;
}

.footer .hfe-nav-menu li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -4px;
    height: 1.5px;
    width: 8px;
    /* transform: rotate(90deg); */
    background-color: #fff;
    transition: all 0.3s;
}

.footer .hfe-nav-menu li:hover {
    padding-left: 10px;
}

.footer .hfe-nav-menu li:hover:before {
    background-color: #B0BBCC;
    left: 6px;
}

.footer .hfe-nav-menu li.current_page_item::before {
    background-color: #B0BBCC;
}

/* Every Page Banner */

.page-banner::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(81.38deg, rgba(0, 0, 0, 0.8075) 34.59%, rgba(0, 0, 0, 0) 71.8%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 27.65%);
    z-index: 1;
}

/* Accordian Focus */
[tabindex="-1"]:focus,
input:read-write:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: none !important;
    --formfieldbordercolor: var(--nv-secondary-accent);
}

/* Clients ShortCode */

.clients-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 36px;
}

.clients-wrap .client-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 10px solid #00235A;
}

.clients-wrap .client-item .image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 4px solid #00235A;
    border-bottom: none;
}

.client-item .image img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.clients-wrap .owl-nav {
    margin-top: 16px;
    position: relative;
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 16px;
}

.clients-wrap .owl-nav button {
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
    background-color: #004966;
    transition: all 0.4s;
}

.clients-wrap .owl-nav button:hover {
    background-color: #001940;
}

.clients-wrap .owl-dots {
    display: none;
}

/* Heading Before */

.heading-before {
    position: relative;
}

.heading-before::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    width: 36px;
    height: 2px;
    background-color: #1f2122;
    transition: background 0.3s ease;
}

/* Contact Us Page */

.form-submit {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
}

.form-submit .basic-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.form-submit .basic-details div {
    width: 48%;
}

.form-submit p {
    margin-bottom: 0px;
    position: relative;
}

.form-submit .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 9px;
    text-align: end;
    font-weight: 500;
    font-family: 'Palanquin';
    display: block;
    position: absolute;
    right: 0;
}

.wpcf7-response-output {
    border-color: #00235A !important;
    color: #00235A;
    font-family: 'Palanquin';
    font-size: 12px;
    width: max-content;
    margin: 0 !important;
    margin-top: 20px !important;
    border-radius: 18px;
}

.form-submit .input-field {
    position: relative;
    width: 100%;
}

.form-submit .input-field p label {
    color: #00235A;
    font-family: 'Outfit';
    font-size: 16px !important;
    font-weight: 400 !important;
}

.form-submit .input-field p input,
.form-submit .input-field p textarea,
.form-submit .input-field p select {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #00235A50;
    border-radius: 0px;
    height: 40px;
    width: 100%;
    font-family: 'Montserrat';
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.form-submit .input-field p label {
    color: #004966;
    font-family: 'Outfit';
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 5px;
}

.form-submit .input-field p textarea {
    height: 100px !important;
}

.form-submit .input-field p input:focus,
.form-submit .input-field p textarea:focus,
.form-submit .input-field p select:focus {
    box-shadow: none;
    border-color: #00235A !important
}

.form-submit .submit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
}

.form-submit .submit span.wpcf7-form-control-wrap.recaptcha {
    transform: scale(0.85);
}

.form-submit .submit .wpcf7-spinner {
    color: #d9d9d9;
}

.form-submit .submit p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.form-submit .submit .submit-btn {
    background-color: #00235A;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 5px;
    transition: all 0.3s;
}

.form-submit .submit .submit-btn:hover {
    background-color: #001940;
    color: #fff;
    border-radius: 24px;
}

input.wpcf7-form-control.wpcf7-text.product {
    display: none;
}

.form-submit .two-fields {
    width: 100% !important;
}

.form-submit .two-fields p {
    display: flex;
    gap: 6px;
}

.form-submit .enquiry-field {
    position: relative;
}

.form-submit .enquiry-field::before {
    content: "\f078";
    font-family: fontawesome;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    color: #00235A;
    z-index: 1;
}


/* Careers Form */

.careers-form-wrap {
    display: none;
}

.careers-form-wrap.active {
    display: flex;
}

.form-close {
    cursor: pointer;
}

.careers-shortcode form {
    height: 80vh;
    overflow: auto;
}

.form-submit.careers-form {
    /* overflow-y: scroll; */
    row-gap: 4px;
}

.form-submit.careers-form div {
    flex-wrap: nowrap;
    width: 100%;
}

.form-submit.careers-form div .input-field {
    flex-grow: 1;
    width: 100%;
}

.form-submit.careers-form .input-field input,
.form-submit.careers-form .input-field textarea,
.form-submit.careers-form .input-field select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: transparent;
    height: 40px;
    font-family: 'Montserrat';
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 450;
}

.form-submit.careers-form .input-field.degree input {
    height: 20px;
    width: 20px;
    display: inline;
}

.form-submit.careers-form .input-field input.hidden-field {
    /* display: none; */
}

.form-submit.careers-form .input-field.degree span label,
.form-submit.careers-form .input-field.degree span.degree {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-submit.careers-form .input-field.degree span.degree {
    gap: 20px;
}

.form-submit.careers-form .input-field p textarea {
    height: 60px !important;
}

.form-submit.careers-form .input-field p label {
    color: #00235a;
    font-family: 'Montserrat';
    font-size: 12px !important;
    font-weight: 450 !important;
    margin-bottom: 0px;
}

.form-submit.careers-form .submit {
    margin: 20px 0px 0px;
}

/* Home Banner */

.banner-wrap {
    height: 95vh;
    width: 100%;
    overflow: hidden;
}

.banner-wrap .banner-item {
    width: 100%;
    height: 95vh;
    position: relative;
}

.banner-wrap .banner-item .image {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-wrap .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.banner-wrap .banner-item .image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(81.38deg, rgba(0, 0, 0, 0.8075) 34.59%, rgba(0, 0, 0, 0) 71.8%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 27.65%);
    z-index: 1;
}

.banner-wrap .banner-item .banner-content {
    position: absolute;
    bottom: 120px;
    color: #fff;
    z-index: 2;
    padding: 0px 10%;
    font-family: 'Montserrat';
}

.banner-wrap .overflow {
    overflow: hidden;
}

.banner-wrap .owl-item .banner-item .banner-content h5.heading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    transform: translateY(100%);
    transition: all 0.8s;
}

.banner-wrap .owl-item.active .banner-item .banner-content h5.heading {
    transform: translateY(0%);
}


.banner-wrap .owl-item .banner-item .banner-content p.sub-heading {
    margin-bottom: 45px;
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 300;
    width: 75%;
    line-height: 60px;
    transform: translateY(100%);
    transition: all 0.8s;
}

.banner-wrap .owl-item.active .banner-item .banner-content p.sub-heading {
    transform: translateY(0%);
}

.banner-wrap .banner-item .banner-content button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: 'Montserrat';
}

.banner-wrap .banner-item .banner-content button.learn-more {
    width: 12rem;
    height: auto;
}

.banner-wrap .banner-item .banner-content button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #00235A;
    border-radius: 1.625rem;
}

.banner-wrap .banner-item .banner-content button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #00235A;
}

.banner-wrap .banner-item .banner-content button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.banner-wrap .banner-item .banner-content button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.banner-wrap .banner-item .banner-content button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
}

.banner-wrap .banner-item .banner-content button:hover .circle {
    width: 100%;
}

.banner-wrap .banner-item .banner-content button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.banner-wrap .banner-item .banner-content button:hover .button-text {
    color: #fff;
}

/* Home Banner Owl Nav */

.banner-wrap .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 36px;
}

.banner-wrap .owl-nav button {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #e6e9ef50;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-wrap .owl-dots {
    position: absolute;
    bottom: 30px;
    padding: 0px 6%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.banner-wrap .owl-dots button.owl-dot {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.5px;
    position: relative;
    overflow: hidden;
}

.banner-wrap .owl-dots button.owl-dot.active,
.banner-wrap .owl-dots button.owl-dot:hover {
    overflow: visible;
}

.banner-wrap .owl-dots button.owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.banner-wrap .owl-dots button.owl-dot::after {
    content: "";
    position: absolute;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 250;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

/* .banner-wrap .owl-dots button.owl-dot:nth-child(2)::after {
    content: "Steel Structure";
}

.banner-wrap .owl-dots button.owl-dot:nth-child(3)::after {
    content: "Piping and Instrumentation";  
}

.banner-wrap .owl-dots button.owl-dot:nth-child(4)::after {
    content: "Design-Build & EPC";
}

.banner-wrap .owl-dots button.owl-dot:nth-child(5)::after {
    content: "Commercial & Office";
}

.banner-wrap .owl-dots button.owl-dot:nth-child(6)::after {
    content: "Industrial & Specialized";
}
 */
.banner-wrap .owl-dots button.owl-dot.active::after,
.banner-wrap .owl-dots button.owl-dot:hover::after {
    top: -24px;
    color: #fff;
}

.banner-wrap .owl-dots button.owl-dot.active::before {
    background-color: #fff;
    animation: width 6s ease-in-out;
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Testmonials CSS */

.reviews-wrap .review-item {
    background-color: #fff;
    border: 1px solid #00235a;
    padding: 24px;
    border-radius: 5px;
}

.reviews-wrap .review-item .date p {
    margin-bottom: 10px;
    font-family: 'Palanquin';
    font-weight: 600;
    color: #00235a;
}

.reviews-wrap .review-item .description p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #1f2212;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews-wrap .review-item .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.reviews-wrap .review-item .d-flex i.fa-solid.fa-thumbs-up {
    font-size: 20px;
    color: #ccc;
    padding: 8px;
}

.reviews-wrap .review-item .d-flex .review-title {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.reviews-wrap .review-item .d-flex .review-title h3 {
    font-size: 20px;
    font-family: 'Palanquin';
    font-weight: 900;
    margin-bottom: 0px;
}

.reviews-wrap .review-item .d-flex .review-title p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Outfit';
    color: #00235a;
    margin-bottom: 0px;
}

.reviews-wrap .owl-nav {
    justify-content: flex-end;
    display: flex;
    gap: 20px;
    position: relative;
    top: 28px;
}

.reviews-wrap .owl-nav button {
    padding: 6px 16px;
    background-color: #00235A;
    transition: all 0.3s;
}

.reviews-wrap .owl-nav button:hover {
    background-color: #001940;
}

/* Careers Page */

.careers-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    position: relative;
}

.careers-wrap .job-item {
    position: relative;
    padding: 28px 20px 25px;
    border: 1px solid #ccc;
    height: max-content;
}

.job-item p.job-location {
    font-size: 12px;
    font-family: 'Montserrat';
    margin-bottom: 0px !important;
}

.job-item p.job-title {
    font-size: 26px;
    font-weight: 650;
    line-height: 30px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin: 10px 0px 20px;
    color: #141633;
    padding-right: 40px;
    width: 100%;
    overflow: hidden;
}

.job-details p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #2a2a2a;
}

.job-details p span {
    font-size: 14px !important;
    font-weight: normal;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #2a2a2a;
}

.job-details button.apply-now {
    margin-top: 15px;
    padding: 8px 16px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
}

.job-details button.apply-now:hover {
    background-color: #00235A;
}

.careers-wrap .job-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.5px;
    background: #00235a;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.careers-wrap .job-item:hover::before {
    opacity: 1;
}

.job-details p span {
    font-size: 14px !important;
    font-weight: normal;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #2a2a2a;
    display: inline;
}

.job-details p.job-description span {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-item p.job-location span {
    padding-right: 20px;
    position: relative;
}

.job-item p.job-location span::before {
    content: "|";
    position: absolute;
    top: -4;
    right: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    color: black;
}

.job-item p.job-location span:last-child::before {
    display: none;
}

/* projects page */

.projects-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.projects-wrap .project-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.projects-wrap .project-imageswrap.owl-carousel.owl-loaded.owl-drag {
    width: 46%;
    border-radius: 8px;
    overflow: hidden;
}

.projects-wrap .project-imageswrap.owl-carousel.owl-loaded.owl-drag div {
    width: 100%;
    object-fit: cover;
}

.projects-wrap .project-images {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.projects-wrap .project-details {
    width: 52%;
}

.projects-wrap .project-details p.project-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 550;
    color: #00235a;
    margin-bottom: 24px;
}

.projects-wrap .project-details p.project-title span {
    font-size: 24px;
    font-weight: 600;
}

.projects-wrap .project-details p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #2a2a2a;
}

.projects-wrap .project-details p span {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #2a2a2a;
}

.projects-wrap .project-item .owl-nav.disabled {
    gap: 14px;
    display: none;
}

.projects-wrap .project-item .owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
}

.projects-wrap .project-item .owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
}

.projects-wrap .project-item button.owl-dot {
    background: #ffffff50;
    padding: 3px;
}

.projects-wrap .project-item button.owl-dot.active {
    background: #2f5aae;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}

.owl-carousel .owl-item .client-item img {
    object-fit: contain !important;
}

/* Projects Page Pagenation */

.pagination-custom {
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 20px 10px 10px;
}

.pagination-custom .page-numbers {
    background-color: #e6e9ef;
    padding: 8px 12px;
    font-family: 'Montserrat';
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
}

.pagination-custom .page-numbers:hover {
    background-color: #c8d4ec;
}

.pagination-custom .page-numbers.current {
    background-color: #2f5aae;
    color: #ffffff;
}

/* Home page Projects Section */

.projects-wrap.home-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.projects-wrap.home-section .project-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.projects-wrap.home-section .project-item .project-imageswrap {
    height: 250px;
    width: 100%;
}

.projects-wrap.home-section .project-item .project-imageswrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projects-wrap.home-section .project-item .project-details {
    width: 100%;
}

.projects-wrap.home-section .project-details p.project-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 550;
    color: #00235a;
    margin: 10px 0px 15px;
}

.projects-wrap .project-details p {
    margin-bottom: 6px;
}

/* Services Carosel */

.services-caurosel .service-item {
    transition: all 0.5s;
    cursor: pointer;
}

.services-caurosel .service-item .service-para-wrap,
.services-caurosel .service-item .service-button-wrap {
    overflow: hidden;
}

.services-caurosel .service-item .service-para-wrap .service-para,
.services-caurosel .service-item .service-button-wrap .service-button {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
}

.services-caurosel .service-item:hover .service-para-wrap .service-para,
.services-caurosel .service-item:hover .service-button-wrap .service-button {
    transform: translateY(0%);
    opacity: 1;
}

.services-caurosel .service-item .service-button a {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.services-caurosel .service-item .service-button a:hover {
    background: #00235a60;
    /* box-shadow: 0 0 15px 0px #fff; */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.services-caurosel .service-item .service-button a:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
}

.services-caurosel .service-item .service-button a::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

.services-caurosel .service-item .service-button a:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

/* Service Carousel Owl Buttons */

.services-caurosel .owl-nav.disabled {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 110%;
}

.services-caurosel .owl-nav.disabled button {
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
    background-color: #004966;
    transition: all 0.4s;
}

.services-caurosel .owl-nav.disabled button:hover {
    background-color: #001940;
}

/* Blogs CSS */

.blog-post-item .image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-post-item .blog-content p.post-date {
    height: max-content;
    width: max-content;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%;
    border: none;
    background: #00235A;
}

.blog-post-item .blog-content .post-title a {
    color: #004966;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.blog-post-item .blog-content h3.post-title {
    margin: 0;
    margin-bottom: 14px;
}

.blog-post-item .blog-content p.post-excerpt {
    line-height: 24px;
    margin-bottom: 10px;
}

/* ReadMore Button */

.blog-post-item a.readmore {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: transparent;
    color: #080808;
    border-radius: 10rem;
    font-size: 17px;
    font-weight: 400;
    padding: 0.75rem 1rem;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Outfit';
    transition: background-color 0.3s;
    position: relative;
}

.blog-post-item a.readmore span.text {
    position: relative;
}

.blog-post-item a.readmore span.text::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 0.5px;
    background-color: #004966;
    transition: all 0.4s;
}

.blog-post-item a.readmore:hover span.text::before {
    width: 100%;
}

.blog-post-item a.readmore .icon-wrap {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    position: relative;
    color: #fff;
    background-color: #004966;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.blog-post-item a.readmore:hover {
    background-color: transparent;
}

.blog-post-item a.readmore:hover .icon-wrap {
    color: #fff;
}

.blog-post-item a.readmore .icon-wrap i.icon {
    transform: rotate(45deg);
    font-size: 12px;
}

.blog-post-item a.readmore .icon-wrap .icon.copy {
    position: absolute;
    transform: translate(-150%, 150%) rotate(45deg);
}

.blog-post-item a.readmore:hover .icon-wrap .icon:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.blog-post-item a.readmore:hover .icon-wrap .icon.copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0) rotate(45deg);
}

.blog-posts-wrap .owl-nav.disabled {
    position: relative;
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 16px;
}

.blog-posts-wrap .owl-nav.disabled button {
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
    background-color: #004966;
    transition: all 0.4s;
}

.blog-posts-wrap .owl-nav.disabled button:hover {
    background-color: #001940;
}

/* Single Blog Banner */

.blog-banner {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: url('/wp-content/uploads/2025/03/blogs.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    padding: 0px 10px 40px 10px;
}

.single-banner {
    background: url('/wp-content/uploads/2026/02/man-looking-stock-market-news-computer-scaled.jpg');
}

.blog-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #000 9%, var(--e-global-color-text) 100%);
    opacity: 0.6;
    z-index: 1;
}

.blog-banner .content h3.page-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Outfit", Sans-serif;
    z-index: 2;
    position: relative;
}

.blog-banner .container .content p.bread {
    margin: 0;
    display: flex;
    padding: 2px 0px 2px 14px;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 400;
    z-index: 2;
    position: relative;
}

.blog-banner .container .content p.bread a {
    color: #fff;
    transition: all 0.3s;
}

.post-content p,
.post-content p strong,
.blog-content p,
.blog-content p strong {
    font-family: 'Outfit';
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 16px;
}

.single-post-container .container,
.single-post-container {
    max-width: 1250px;
}

.neve-main>.container .col {
    max-width: 100% !important;
}

body.single .blog-warp .posts-wrapper {
    width: 100% !important;
}

.nv-index-posts {
    margin-top: 16px;
}

.post-title a {
    font-family: 'Outfit';
    font-size: 26px !important;
    line-height: 120% !important;
    color: #004966 !important;
    margin: 0 0 10px 0 !important;
    font-weight: 500 !important;
}

.posts-wrapper>article {
    width: 100% !important;
}

/* Single Project Styling */
.project-top-section {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    align-items: start;
}

.project-thumbnail {
    flex: 0 0 45%;
}

.project-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.project-details {
    flex: 1;
}

.project-main-title {
    font-family: 'Outfit';
    font-size: 30px;
    color: #004966;
    margin-bottom: 20px;
    font-weight: 600;
}

.project-details p {
    font-size: 18px;
    margin-bottom: 12px;
    color: #444;
}

.project-main-content ul {
    list-style: circle;
    padding-left: 20px;
    margin-bottom: 20px;
}

.project-details p span {
    font-weight: 600;
    color: #004966;
}

.project-main-content {
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

.gallery-title {
    font-family: 'Outfit';
    font-size: 24px;
    color: #004966;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Homepage & List Projects Learn More Button (Themed) */
.projects-wrap .learn-more {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: transparent;
    color: #434343;
    border-radius: 10rem;
    font-size: 17px;
    font-weight: 400;
    padding: 0.75rem 1rem;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Outfit';
    transition: background-color 0.3s;
    position: relative;
    margin-top: 6px;
}

.projects-wrap .learn-more span.text {
    position: relative;
}

.projects-wrap .learn-more span.text::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 0.5px;
    background-color: #004966;
    transition: all 0.4s;
}

.projects-wrap .learn-more:hover span.text::before {
    width: 100%;
}

.projects-wrap .learn-more .icon-wrap {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    position: relative;
    color: #fff;
    background-color: #004966;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.projects-wrap .learn-more:hover {
    background-color: transparent;
    color: #004966;
}

.projects-wrap .learn-more .icon-wrap i.icon {
    transform: rotate(45deg);
    font-size: 12px;
}

.projects-wrap .learn-more .icon-wrap .icon.copy {
    position: absolute;
    transform: translate(-150%, 150%) rotate(45deg);
}

.projects-wrap .learn-more:hover .icon-wrap .icon:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.projects-wrap .learn-more:hover .icon-wrap .icon.copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0) rotate(45deg);
}

.project-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    font-family: 'Outfit';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 768px) {
    .project-top-section {
        flex-direction: column;
    }

    .project-thumbnail {
        flex: 0 0 100%;
    }
}

/* Single pRojects page */

.posts-wrapper>article {
    width: 100%;
}

