@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

:root {
    --primary-color: #849C3E;
    --heading-font: 'Barlow Condensed', sans-serif;
    --body-font: 'Barlow', sans-serif;
    --dark-bg: #1B263A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

body {
    font-family: var(--body-font);
}

.navbar {
    padding: 12px 0;
    background: var(--dark-bg) !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.container-fuild,
.container-fluid {
    width: 100%;
    padding: 0 30px;
}

.navbar-nav {
    gap: 28px;
}

.navbar-nav .nav-link {
    padding: 0;
    color: #a9b1bc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    transition: .3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff;
}

.d-flex.align-items-center.gap-3 a:first-child {
    color: #98b74b;
}

.d-flex.align-items-center.gap-3 a:first-child img {
    width: 18px;
    margin-right: 5px;
}

.btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 22px !important;
    background: #9BB544;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .35s;
}

.btn-login:hover {
    background: #b5cf59;
    color: #fff;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-sec {
    position: relative;
    overflow: hidden;
    padding: 80px 0 80px;
    background: #182334;
}

.hero-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 78px 78px;
    z-index: 1;
}

.hero-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -180px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #6f8199;
    opacity: .12;
    filter: blur(180px);
    transform: translateY(-50%);
    z-index: 1;
}

.hero-sec .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 720px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin-bottom: 32px;
    background: rgba(167, 193, 73, .08);
    color: #a7c149;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-tag i {
    font-size: 8px;
}

.hero-content h1 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
}

.hero-content h1 span {
    display: block;
    color: var(--primary-color);
}

.hero-content p {
    max-width: 550px;
    margin-bottom: 55px;
    color: rgb(141, 151, 166);
    font-size: 18px;
    line-height: 1.9;
    margin-top: 60px;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 50px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 56px;
    padding: 0 34px;
    border: 0;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .35s;
}

.theme-btn:hover {
    background: #a7c149;
    color: #fff;
}

.border-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 56px;
    padding: 0 34px;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .35s;
    border: 1px solid rgb(218 177 177 / 28%)
}

.border-btn:hover {
    background: #fff;
    color: #182334;
}

.hero-counter {
    display: flex;
    gap: 55px;
    padding-top: 30px;
}

.counter-item h3 {
    margin-bottom: 6px;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
}

.counter-item h3 span {
    color: var(--primary-color);
}

.counter-item p {
    margin: 0;
    color: #7f8996;
    font-size: 13px;
    line-height: 1.5;
}

.consultation-form {
    padding: 32px;
    border-radius: 8px;
    background: rgb(255 255 255 / 4%);
    backdrop-filter: blur(6px);
}

.consultation-form h5 {
    margin-bottom: 22px;
    color: #8e98a5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.form-group {
    margin-bottom: 12px;
    padding: 8px 18px;
    background: #ffffff0d;
    border-radius: 5px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #7d8794;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.form-group input {
    width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: rgb(255, 255, 255);
    outline: none;
}

.form-group input::placeholder {
    color: #7d8794;
}

.consultation-form .theme-btn {
    margin-top: 8px;
}

.consultation-form small {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: rgb(109, 119, 134);
    font-size: 15px;
}

.marquee-sec {
    overflow: hidden;
    background: var(--primary-color);
}

.marquee-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 55px;
    width: max-content;
    padding: 12px 0;
    animation: marqueeMove 35s linear infinite;
}

.marquee-track span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.marquee-track span i {
    color: #dce8a7;
    font-size: 6px;
    transform: rotate(45deg);
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.industry-sec {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid #8A9AA8;
}

.industry-wrapper {
    text-align: center;
}

.industry-title {
    display: block;
    margin-bottom: 22px;
    color: #9da6b3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.industry-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.industry-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.industry-item div {
    background: #a4bc5d;
    padding: 4px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.industry-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.industry-item span {
    color: #c4cbd5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.equipment-sec {
    padding: 60px 0;
    background: #F0F2EE;
}

.equipment-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.equipment-top .title-wrapper {
    margin-bottom: 0;
}

.equipment-top .title-wrapper p {
    margin-top: 15px;
    color: #6b7280;
    font-size: 16px;
}

.category-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe3dc;
    transition: .35s;
}

.category-icon {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-bg);
    transition: .35s;
}

.category-icon img {
    max-width: 150px;
    max-height: 150px;
    transition: .35s;
}

.category-content {
    padding: 24px;
    background: #fff;
}

.category-content h3 {
    margin-bottom: 12px;
    color: var(--dark-bg);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.category-content p {
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.category-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .35s;
}

.category-content a i {
    transition: .35s;
}

.category-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.category-card:hover .category-icon {
    background: #2d3d16;
}

.category-card:hover .category-icon img {
    transform: scale(1.08);
}

.category-card:hover .category-content a i {
    transform: translateX(5px);
}

.title-wrapper .pree-tag {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 60px;
    position: relative;
}

.title-wrapper .pree-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 1px;
    background: var(--primary-color);
    transform: translateY(-50%);
}


.title-wrapper .main-title {
    margin: 0;
    color: var(--dark-bg);
    font-size: 48px;
    line-height: .95;
    font-weight: 900;
    text-transform: uppercase;
}

.title-wrapper .main-title span {
    color: var(--primary-color);
}

.title-wrapper p {
    color: rgb(107, 114, 128);
    font-size: 18px;
    line-height: 1.8;
    margin-top: 21px;
}

.counter-sec {
    padding: 45px 0;
    background: var(--dark-bg);
}

.counter-sec .counter-item {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.counter-sec.counter-item h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
}

.counter-sec .counter-item h3 span:last-child {
    color: white;
}

.counter-item p {
    margin: 0;
    color: #7f8996;
    font-size: 14px;
    line-height: 1.6;
}

.industry-service-sec {
    padding: 60px 0;
    background: var(--dark-bg);
}

.section-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-top .title-wrapper {
    margin-bottom: 0;
}

.industry-service-sec .title-wrapper .main-title {
    color: #fff;
}

.industry-card {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 6px;
    background: rgba(255, 255, 255, .03);
    transition: .35s;
}

.industry-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .05);
    transition: .35s;
}

.industry-icon img {
    width: 20px;
    transition: .35s;
}

.industry-content h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.industry-content p {
    margin: 0;
    color: #8f98a6;
    font-size: 15px;
    line-height: 1.8;
}

.industry-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.industry-card:hover .industry-icon {
    background: var(--primary-color);
}

.industry-card:hover .industry-icon img {
    transform: scale(1.08);
}

.border-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .35s;
}

.border-btn i {
    transition: .35s;
}

.border-btn:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.border-btn:hover i {
    transform: translateX(5px);
}

.advantage-sec {
    padding: 120px 0;
    background: #fff;
}

.advantage-sec .title-wrapper {
    max-width: 650px;
    margin-bottom: 55px;
}

.advantage-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    transition: .35s;
}

.advantage-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 8px;
    background: #f6f8ef;
    transition: .35s;
}

.advantage-icon i {
    width: 24px;
    transition: .35s;
    color: var(--primary-color);
}

.advantage-card h3 {
    margin-bottom: 10px;
    color: #d8ddd8;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
}

.advantage-card h3 span {
    color: #d8ddd8;
}

.advantage-card h4 {
    margin-bottom: 16px;
    color: #1b263a;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.advantage-card p {
    margin: 0;
    color: #7a8493;
    font-size: 15px;
    line-height: 1.8;
}

.advantage-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.advantage-card:hover .advantage-icon {
    background: var(--primary-color);
}

.advantage-card:hover .advantage-icon i {
    color: white;
}

.advantage-card:hover h3 {
    color: var(--primary-color);
}

.advantage-card:hover h3 span {
    color: var(--primary-color);
}

.advantage-card:hover h4 {
    color: var(--primary-color);
}

.process-sec {
    padding: 60px 0;
    background: #F0F2EE;
}

.process-sec .title-wrapper {
    margin: 0 auto 30px;
}

.process-item {
    position: relative;
    text-align: center;
    padding: 40px 15px 0;
}

.process-item::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #e4e8df;
    z-index: 1;
}

.process-item:last-child::after {
    display: none;
}

.process-number {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    transition: .35s;
}

.process-item h3 {
    margin-bottom: 15px;
    color: #1b263a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.process-item p {
    margin: 0;
    color: #7b8794;
    font-size: 15px;
    line-height: 1.8;
}

.process-item:hover .process-number {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
}

.case-study-sec {
    padding: 120px 0;
    background: #fff;
}

.section-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 55px;
}

.section-top .title-wrapper {
    margin-bottom: 0;
}

.case-card {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: .35s;
}

.case-thumb {
    position: relative;
    overflow: hidden;
    background: var(--dark-bg);
    text-align: center;
}

case-thumb img {
    width: 300px;
    height: auto;
    object-fit: cover;
    transition: .4s;
}

.case-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    background: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.case-content {
    padding: 28px;
}

.case-category {
    display: block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.case-content h3 {
    margin-bottom: 15px;
    color: #1b263a;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.case-content p {
    margin-bottom: 24px;
    color: #7a8493;
    font-size: 15px;
    line-height: 1.8;
}

.case-stats {
    display: flex;
    gap: 35px;
    padding-top: 22px;
    border-top: 1px solid #e5e7eb;
}

.case-stat h4 {
    margin-bottom: 6px;
    color: #1A5A9A;
    font-size: 32px;
    font-weight: 700;
}

.case-stat span {
    color: #7a8493;
    font-size: 13px;
}

.case-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.testimonial-sec {
    padding: 80px 0;
    background: #F0F2EE;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
}

.testimonial-card {
    width: 100%;
    height: 100%;
    padding: 32px;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: .35s;
}

.rating {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.rating i {
    color: var(--primary-color);
    font-size: 14px;
}

.testimonial-card p {
    margin-bottom: 28px;
    color: #7a8493;
    font-size: 15px;
    line-height: 1.9;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dark-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.client-info h4 {
    margin-bottom: 4px;
    color: #1b263a;
    font-size: 18px;
    font-weight: 700;
}

.client-info span,
.client-info small {
    display: block;
    color: #7a8493;
    font-size: 13px;
    line-height: 1.5;
}

.testimonial-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.testimonial-slider .owl-dots {
    margin-top: 45px;
    text-align: center;
}

.testimonial-slider .owl-dot {
    margin: 0 5px;
}

.testimonial-slider .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d8de;
    transition: .3s;
}

.testimonial-slider .owl-dot.active span {
    width: 34px;
    border-radius: 30px;
    background: var(--primary-color);
}

.bgdark-green {
    background: #4ea41c !important;
}

.bgdark-blue {
    background: #1A5A9A !important;
}

.cta-sec {
    padding: 60px 0;
    background: var(--primary-color);
}

.cta-wrapper {
    text-align: center;
}

.cta-wrapper h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.cta-wrapper p {
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
}

.cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.white-btn,
.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 238px;
    height: 50px;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .35s;
}

.white-btn {
    background: #fff;
    color: var(--primary-color);
}

.white-btn:hover {
    background: #1b263a;
    color: #fff;
}

.outline-btn {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
}

.outline-btn:hover {
    background: #fff;
    color: var(--primary-color);
}

.footer-sec {
    padding: 90px 0 35px;
    background: #0D1520;
}

.footer-about {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}



.footer-logo span {
    color: #ffffffd4;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-about p {
    margin: 0;
    color: #7d8794;
    font-size: 17px;
    line-height: 2;
}

.footer-widget h4 {
    margin-bottom: 25px;
    color: rgb(125, 135, 148);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 18px;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    color: #9aa4b1;
    font-size: 17px;
    transition: .35s;
}

.footer-widget ul li a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-bottom p,
.footer-bottom a {
    margin: 0;
    color: #a8afb9;
    font-size: 16px;
}

.footer-bottom a:hover {
    color: var(--primary-color);
}


/* Inner pages css */
.breadcrumb-sec {
    position: relative;
    overflow: hidden;
    padding: 60px 0 60px;
    background: #1B263A;
}

.breadcrumb-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 1;
}

.breadcrumb-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -200px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #5f718a;
    opacity: .08;
    filter: blur(180px);
    transform: translateY(-50%);
    z-index: 1;
}

.breadcrumb-sec .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-content {
    max-width: 720px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.breadcrumb-list li {
    position: relative;
    color: #8f98a6;
    font-size: 14px;
}

.breadcrumb-list li:not(:last-child)::after {
    content: "/";
    margin-left: 12px;
    color: #5f6875;
}

.breadcrumb-list li a {
    color: #8f98a6;
    transition: .35s;
}

.breadcrumb-list li a:hover {
    color: #fff;
}

.breadcrumb-list li:last-child {
    color: var(--primary-color);
}

.breadcrumb-content .pree-tag {
    display: inline-block;
    margin-bottom: 22px;
    padding-left: 22px;
    position: relative;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.breadcrumb-content .pree-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--primary-color);
    transform: translateY(-50%);
}

.breadcrumb-content h1 {
    margin-bottom: 28px;
    color: #fff;
    font-size: 70px;
    line-height: .95;
    font-weight: 900;
    text-transform: uppercase;
}

.breadcrumb-content h1 span {
    color: var(--primary-color);
}

.breadcrumb-content p {
    max-width: 650px;
    margin: 0;
    color: #8f98a6;
    font-size: 16px;
    line-height: 1.9;
}

.breadcrumb-counter-sec {
    position: relative;
    background: #243248;
}

.breadcrumb-counter-sec::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(90deg, #849c3e7a 0 40px, transparent 32px 102px);
}

.breadcrumb-counter-item {
    position: relative;
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.breadcrumb-counter-item h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
}

.breadcrumb-counter-item h3 span {
    color: var(--primary-color);
}

.breadcrumb-counter-item:nth-child(3) h3,
.breadcrumb-counter-item:nth-child(4) h3 {
    color: var(--primary-color);
}

.breadcrumb-counter-item p {
    margin: 0;
    color: #8a95a6;
    font-size: 13px;
    line-height: 1.5;
}

.about-sec {
    padding: 120px 0;
    background: #fff;
}

.about-sec .border-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.about-sec .border-btn:hover {
    color: #fff;
    border-color: var(--primary-color);
}

.about-text {
    margin-bottom: 30px;
    color: #7d8794;
    font-size: 17px;
    line-height: 2;
}

.about-box {
    padding: 24px;
    margin-bottom: 18px;
    border-left: 4px solid var(--primary-color);
    background: #f5f5f2;
}

.about-box h4 {
    margin-bottom: 12px;
    color: #1B263A;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-box p {
    margin: 0;
    color: #7d8794;
    font-size: 15px;
    line-height: 1.8;
}

.about-btns {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.about-image-box {
    position: relative;
    padding: 60px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #1B263A, #22324A);
}

.about-image-box img {
    width: 100%;
}

.location-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.location-badge strong {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 0;
}

.experience-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 22px 28px;
    text-align: center;
    background: var(--primary-color);
}

.experience-box h3 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.experience-box span {
    color: #fff;
    font-size: 13px;
}

.specialization-sec {
    padding: 60px 0;
    background: #F0F2EE;
}

.specialization-sec .title-wrapper {
    margin-bottom: 50px;
}

.specialization-card {
    height: 100%;
    padding: 28px;
    border: 1px solid #e6e8e3;
    border-top: 4px solid var(--primary-color);
    background: #fff;
    transition: .35s;
}

.specialization-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #f5f6ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialization-icon i {
    color: var(--primary-color);
    font-size: 22px;
}

.specialization-card h3 {
    margin-bottom: 16px;
    color: #1B263A;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.specialization-card p {
    margin: 0;
    color: #7d8794;
    font-size: 15px;
    line-height: 1.8;
}

.specialization-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    border-color: var(--primary-color);
}

.promise-sec {
    padding: 60px 0;
    background: #ffffff;
}

.promise-sec .title-wrapper {
    margin-bottom: 50px;
}

.promise-card {
    position: relative;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    border-radius: 8px;
    background: #1B263A;
}

.promise-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
}

.promise-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
}

.promise-icon i {
    color: var(--primary-color);
    font-size: 28px;
}

.promise-card h3 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.promise-card p {
    margin-bottom: 30px;
    color: #8e98a7;
    font-size: 16px;
}

.promise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promise-tags span {
    padding: 8px 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.difference-sec {
    padding: 120px 0;
    background: #f7f8f5;
}

.difference-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.difference-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    transition: .35s;
}

.difference-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.difference-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f2f4ec;
}

.difference-icon i {
    color: var(--primary-color);
    font-size: 22px;
}

.difference-content h4 {
    margin-bottom: 10px;
    color: #1B263A;
    font-size: 22px;
    font-weight: 700;
}

.difference-content p {
    margin: 0;
    color: #7d8794;
    line-height: 1.8;
}

.difference-quote {
    padding: 50px;
    margin-bottom: 25px;
    border-radius: 8px;
    background: #1B263A;
}

.difference-quote p {
    margin-bottom: 28px;
    color: #c8d0db;
    font-size: 20px;
    font-style: italic;
}

.difference-quote h5 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.difference-cta {
    padding: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.difference-cta h3 {
    margin-bottom: 15px;
    color: #1B263A;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}

.difference-cta p {
    margin-bottom: 25px;
    color: #7d8794;
    line-height: 1.8;
}

.difference-btns {
    display: flex;
    gap: 15px;
}

.equipment-grid-sec {
    padding: 100px 0;
    background: #ffffff;
    padding-bottom: 0;
}

.filtter-sec {
    padding: 20px 0;
    background: #F0F2EE;
}

.equipment-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.equipment-filter ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.equipment-filter li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #dfe3dc;
    background: #fff;
    color: #1B263A;
    font-size: 13px;
    font-weight: 600;
}

.equipment-filter li.active a {
    background: #1B263A;
    color: #fff;
    border-color: #1B263A;
}

.equipment-card {
    overflow: hidden;
    border: 1px solid #dfe3dc;
    background: #fff;
    transition: .35s;
}

.equipment-thumb {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10243b, #1b3555);
}

.equipment-tag,
.most-requested {
    position: absolute;
    top: 18px;
    padding: 6px 12px;
    background: rgba(152, 175, 72, .15);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.equipment-tag {
    left: 18px;
}

.most-requested {
    right: 18px;
}

.equipment-content {
    padding: 28px;
}

.equipment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #EEF0EB;
    margin-bottom: 13px;
}

.equipment-meta span {
    padding: 6px 12px;
    background: #f2f4ec;
    color: #5A6E7A;
    font-size: 13px;
    font-weight: 500;
}

.equipment-bottom {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.equipment-bottom a {
    color: var(--primary-color);
}

.quote-btn {
    padding: 5px 14px;
    background: #849C3E;
    color: #fff !important;
    font-size: 14px;
}

.quote-btn .equipment-card {
    transition: .35s;
}

.equipment-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.equipment-card:hover .equipment-thumb {
    background: linear-gradient(135deg, #263714, #1B263A);
}

.equipment-card:hover .most-requested {
    background: var(--primary-color);
    color: #fff;
}

.equipment-filter div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.equipment-cta-sec {
    padding: 40px 0;
    background: #fff;
}

.equipment-cta-wrapper {
    padding: 28px 35px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 6px;
    background: #1B263A;
}

.equipment-cta-content h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.equipment-cta-content p {
    margin: 0;
    color: #8f98a6;
    font-size: 15px;
}

.equipment-cta-btns {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.equipment-cta-btns .theme-btn {
    min-width: 240px;
}

.equipment-cta-btns .border-btn {
    min-width: 190px;
    border-color: rgba(255, 255, 255, .15);
    color: #fff;
}

.equipment-cta-btns .border-btn:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.navbar-brand img {
    height: 40px;
}

.filter-btn {
    transition: all .3s ease;
}

.filter-btn.active {
    background: #1b263a;
    color: #fff;
    border-color: #1b263a;
}

/* Smooth Product Animation */
.product-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
}

.product-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* Loader Effect */
#equipment-results {
    position: relative;
    min-height: 300px;
}

#equipment-results.loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border: 4px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: equipmentLoader .8s linear infinite;
    z-index: 10;
}

#equipment-results.loading .row {
    opacity: .3;
    pointer-events: none;
}

@keyframes equipmentLoader {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.equipment-thumb {
    height: 260px;
    overflow: hidden;
}

.equipment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.equipment-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.equipment-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}