.brand-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.brand-logo img {
    display: block;
    height: 52px;
    width: auto;
    max-width: 220px;
}

.tgmenu__nav .logo {
    display: block !important;
    min-width: 0;
    max-width: 72%;
    flex: 0 1 auto;
}

.tg-header__top-list > .list-wrap > li::before {
    transform: translateY(-50%);
}

.tg-header__top-list > .list-wrap > li i {
    color: var(--tg-theme-primary);
}

.tgmenu__navbar-wrap > ul > li > a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 28px;
    height: 2px;
    background: var(--tg-theme-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.tgmenu__navbar-wrap > ul > li.active > a::after,
.tgmenu__navbar-wrap > ul > li:hover > a::after {
    transform: scaleX(1);
}

.tgmenu__action > ul li .menu-tigger,
.tg-header__area .mobile-nav-toggler {
    color: var(--tg-theme-primary);
}

.tg-header__default .logo.sticky-logo {
    display: none !important;
}

.tg-header__default.sticky-menu .logo:not(.sticky-logo) {
    display: none !important;
}

.tg-header__default.sticky-menu .logo.sticky-logo {
    display: block !important;
}

.tgmenu__nav .logo .brand-logo,
.tg-header__area-five .logo a {
    min-width: 0;
    height: auto;
    padding: 8px 16px;
}

.tgmenu__nav .logo img,
.tgmenu__nav .logo .brand-logo img {
    height: 88px !important;
    max-height: none !important;
    max-width: 380px !important;
    width: auto !important;
}

@media (max-width: 991.98px) {
    .tgmenu__nav .logo img,
    .tgmenu__nav .logo .brand-logo img {
        height: 48px !important;
        max-width: 170px !important;
    }

    .tg-header__area-five .logo a,
    .tgmenu__nav .logo .brand-logo {
        padding: 6px 10px;
    }
}

@media (min-width: 1200px) {
    .tg-header__area-five .tgmenu__nav {
        flex-wrap: nowrap;
        padding-right: 24px;
    }

    .tg-header__area-five .tgmenu__wrap::after {
        width: 50vw;
    }
}

.tg-header__area-five .tgmenu__action > ul li.offCanvas-menu .menu-tigger {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

html, body {
    overflow-x: hidden;
}

.tgmobile__menu .nav-logo .brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    padding: 8px 16px;
}

.tgmobile__menu .brand-logo img {
    height: 48px;
    max-width: 170px;
    width: auto;
}

.offCanvas__logo .brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    padding: 8px 16px;
}

.offCanvas__logo .brand-logo img {
    height: 72px;
    max-width: 280px;
    width: auto;
}

.footer__logo .brand-logo img {
    height: 72px !important;
    max-width: 280px !important;
    max-height: none !important;
    width: auto !important;
}

.site-alert {
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: 500;
}

.site-alert-success {
    background: #e8f7ee;
    color: #146c36;
}

.site-alert-error {
    background: #fdeaea;
    color: #9b1c1c;
}

.field-error {
    display: block;
    margin-top: 6px;
    color: #c0392b;
    font-size: 13px;
}

.form-grp.is-invalid input,
.form-grp.is-invalid select,
.form-grp.is-invalid textarea {
    box-shadow: inset 0 0 0 1px #c0392b;
}

.enquiry-form button,
.enquiry-form .tg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.enquiry-form .btn-loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: enquiry-spin 0.6s linear infinite;
}

.enquiry-form.is-submitting .btn-loader {
    display: inline-block;
}

.enquiry-form.is-submitting button,
.enquiry-form.is-submitting .tg-btn {
    pointer-events: none;
    opacity: 0.85;
}

@keyframes enquiry-spin {
    to {
        transform: rotate(360deg);
    }
}

.breadcrumb__bg {
    background-size: cover;
    background-position: center;
}

.breadcrumb__content .breadcrumb ol {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb__content .breadcrumb li,
.breadcrumb__content .breadcrumb li span {
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb li a,
.breadcrumb__content .breadcrumb li a span {
    color: var(--tg-color-gray-1);
}

.breadcrumb__content .breadcrumb li a:hover,
.breadcrumb__content .breadcrumb li a:hover span {
    color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb li + li::before {
    content: "/";
    margin-right: 5px;
    color: var(--tg-color-gray-1);
}

.services__details-content ul.about__list-wrap-three li,
.services__details-content .content-list li {
    margin-bottom: 10px;
}

.about__list-wrap-three li .icon {
    flex: 0 0 auto;
    line-height: 1;
    transform: translateY(5px);
}

.about__list-wrap-three li .icon svg {
    display: block;
}

.values-grid .about__list-item {
    margin-bottom: 25px;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.6);
}

.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.7);
    animation: whatsapp-pulse 2s ease-out infinite;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.scroll__top {
    right: 24px !important;
    bottom: 96px !important;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"),
         url("../fonts/fa-brands-400.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"),
         url("../fonts/fa-regular-400.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"),
         url("../fonts/fa-solid-900.woff") format("woff");
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before,
i[class^="tg-flaticon-"]:before,
i[class*=" tg-flaticon-"]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
}

.flaticon-pin:before { content: "\f3c5"; }
.flaticon-calling:before { content: "\f095"; }
.flaticon-clock:before { content: "\f017"; }
.flaticon-email:before { content: "\f0e0"; }
.flaticon-search:before { content: "\f002"; }
.flaticon-construction-worker:before { content: "\f807"; }
.flaticon-excavator:before { content: "\f0d1"; }
.flaticon-brick:before { content: "\f1b3"; }
.flaticon-dump-truck:before { content: "\f0d1"; }
.flaticon-demolition:before { content: "\f6e3"; }
.flaticon-laborers:before { content: "\f0c0"; }
.flaticon-barrier:before { content: "\f071"; }
.flaticon-clipboard:before { content: "\f46d"; }
.flaticon-steamroller:before { content: "\f018"; }
.flaticon-truck:before { content: "\f0d1"; }
.flaticon-crane:before { content: "\f275"; }
.tg-flaticon-menu-1:before { content: "\f0c9"; }
.tg-flaticon-close-1:before { content: "\f00d"; }
.tg-flaticon-close:before { content: "\f00d"; }
.tg-flaticon-menu:before { content: "\f0c9"; }

.contact__form .form-grp.select-grp,
.contact__form-two .form-grp.select-grp {
    position: relative;
}

.contact__form .form-grp select,
.contact__form-two .form-grp select {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: var(--tg-color-gray-3);
    color: var(--tg-heading-color);
    font-weight: 400;
    font-size: 15px;
    padding: 15px 40px 15px 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.contact__form-two .form-grp select {
    background-color: var(--tg-color-white-default);
    color: #666;
    font-size: 14px;
    border-radius: 0;
}

.contact__form .form-grp.select-grp::after,
.contact__form-two .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    top: 25px;
    right: 22px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--tg-body-color);
    pointer-events: none;
}

.legal-content .title-two {
    margin-top: 36px;
}

.legal-content p,
.legal-content li {
    line-height: 1.8;
}

.legal-content .about__list-wrap-three li,
.legal-content a,
.legal-content .legal-contact {
    text-transform: none;
}

.copyright-legal .footer-legal-links {
    margin-top: 8px;
}

.copyright-text a,
.copyright-legal .footer-legal-links a {
    color: #a6a6a6;
}

.copyright-text a:hover,
.copyright-legal .footer-legal-links a:hover {
    color: #fff;
}

.copyright-legal .footer-legal-links span {
    margin: 0 8px;
    color: #666;
}

.home-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 36px;
    overflow: visible;
    box-shadow: 0 12px 32px rgba(16, 16, 16, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(16, 16, 16, 0.12);
}

.home-service-card .services__thumb-two {
    position: relative;
    margin-bottom: 0;
    overflow: visible;
}

.home-service-card .services__thumb-two img {
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.home-service-card:hover .services__thumb-two img {
    transform: scale(1.06);
}

.home-service-card .services__icon-three {
    position: absolute;
    left: 24px;
    bottom: -28px;
    z-index: 2;
    margin-bottom: 0;
    width: 64px;
    height: 64px;
    font-size: 28px;
    line-height: 1;
    overflow: visible;
    box-shadow: 0 8px 18px rgba(16, 16, 16, 0.14);
}

.home-service-card .services__icon-three i,
.home-service-card .services__icon-three i::before {
    display: block;
    line-height: 1;
    width: auto;
    height: auto;
}

.home-service-card .services__content-three {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 46px 32px 0;
}

.home-service-card .services__content-three p {
    text-transform: none;
    margin-bottom: 18px;
}

.home-service-card .title {
    margin-bottom: 12px;
    font-size: 24px;
}

.home-service-card__num {
    position: absolute;
    top: 36px;
    right: 28px;
    font-size: 42px;
    font-weight: 200;
    line-height: 1;
    color: #e2e2e2;
}

.home-service-card .services__list {
    margin-bottom: 24px;
}

.home-service-card .services__list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.home-service-card .tg-btn {
    margin-top: auto;
    align-self: flex-start;
}

.footer__cta-content {
    max-width: 720px;
}

.footer__cta-content .title {
    margin-bottom: 12px;
}

.footer__cta-content p {
    margin-bottom: 0;
    color: #c8c8c8;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1199.98px) {
    .footer__cta-content {
        text-align: center;
    }
}

.icon-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 8px 0 28px;
}

.icon-tiles li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    background: #f6f6f6;
    font-weight: 600;
    font-size: 15px;
    color: var(--tg-heading-color);
    text-transform: none;
    line-height: 1.3;
}

.icon-tiles__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
    font-size: 18px;
    line-height: 1;
}

.icon-tiles__icon i,
.icon-tiles__icon i::before {
    display: block;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .icon-tiles {
        grid-template-columns: 1fr;
    }
}

.slider__bg-five::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.12) 100%);
}

.slider__content-four .title {
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.slider__content-four .title span {
    color: var(--tg-theme-primary);
}

.slider__content-four .title::after {
    background: var(--tg-theme-primary);
}

.slider__content-four p {
    color: rgba(255, 255, 255, 0.9);
}
