bg-overlay.header-topbar {
    display: flex !important;
    height: 40px;
    align-items: center;
    background-color: var(--color-accent);
}

.header-topbar {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: var(--color-accent);
}

.video-wrapper video {
    max-height: 520px;
    object-fit: cover;
}

.slider .slide-item.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
    background: #0000009f;
}

.slider .slide-desc {
    color: var(--color-gray-100);
    max-width: 100%;
    font-size: 26px !important;
}


.about-layout2 .about-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: spinner 10s infinite;
    background-color: #e5f6d7;
    transform: rotate(42deg);
    transition: all 0.3s ease;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* .bg-overlay-secondary-gradient:before {
    opacity: 0.95;
    background-color: var(--color-secondary);
    background-image: linear-gradient(90deg, #25374500 0%, #e5f6d780 40%, #477035 100%);
} */

.footer .footer-primary {
    position: relative;
    padding: 123px 0 100px;
    background-color: var(--color-primary);
}

.filter-list li {
    cursor: pointer;
    opacity: 0.85;
}

.filter-list li.active,
.filter-list li:hover {
    opacity: 1;
    font-weight: 600;
}

.p-img {
    position: relative;
    top: -50px;
    max-height: 180px;
    object-fit: cover;
}

.video-div {
    width: 100%;
    height: 180px;
    object-fit: cover;
    position: relative;
    top: -50px;
}

.nice-select .current,
.nice-select .option {
    color: var(--color-white);
}

.features-list-layout2 .feature-item .feature-title,
.features-list-layout3 .feature-item .feature-title {
    font-family: var(--font-text-primary);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color-text-primary)
}

.features-list-layout2 .feature-item .feature-icon {
    color: var(--color-white);
    background-color: var(--color-primary);
}

/* .navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #5aa1ca;
    margin-top: 5px;
    border-radius: 20px 20px 0px 0px;
}

.navbar{
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #5aa1ca;
    margin-top: 5px;
    border-radius: 20px 20px 0px 0px;
} */

.navbar .nav-item .nav-item-link {
    color: var(--color-primary);
    font-size: 14px;
}

.navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: var(--color-text-primary);
}

.service-item .service-title a {
    color: var(--color-text-primary);
}

.service-item .service-icon {
    color: var(--color-primary);

}

.services-layout3 .service-item .service-body,
.services-layout4 .service-item .service-body,
.services-layout5 .service-item .service-body {

    border: 5px solid var(--color-secondary);
    border-radius: 20px;
}

.services-layout3 .service-item,
.services-layout4 .service-item,
.services-layout5 .service-item {
    background-color: var(--color-secondary);
    border-radius: 20px;
}

/* Hover effect for service item */
.services-layout3 .service-item:hover,
.services-layout4 .service-item:hover,
.services-layout5 .service-item:hover {
    background-color: var(--color-primary);
}

/* Hover effect for service body border */
.services-layout3 .service-item:hover .service-body,
.services-layout4 .service-item:hover .service-body,
.services-layout5 .service-item:hover .service-body {
    border-color: var(--color-primary);
}

.services-layout3 .service-item,
.services-layout4 .service-item,
.services-layout5 .service-item,
.services-layout3 .service-item .service-body,
.services-layout4 .service-item .service-body,
.services-layout5 .service-item .service-body {
    transition: all 0.3s ease;
}

/* .features-list-layout4 .feature-item:nth-child(2) .feature-item-inner {
    background-color: var(--color-secondary);
}

.features-list-layout4 .feature-item:nth-child(2) .feature-title {
    color: var(--color-primary);
}

.features-list-layout4 .feature-item:nth-child(2) .feature-icon {
    color: var(--color-primary);
} */

.features-list-layout4 .feature-item:nth-child(3) .feature-item-inner {
    background-color: var(--color-third);
}

.features-list-layout4 .feature-item:nth-child(3) .feature-title {
    color: var(--color-white);
}

.img-border-secondary {
    border: 5px solid var(--color-secondary);
    /* background-color: var(--color-secondary); */
    border-radius: 20px;
    padding: 5px;
}

.blog .service-item {
    border: 5px solid var(--color-secondary);
    border-radius: 20px;
}

.blog .service-img img {
    width: 100% !important;
    max-height: 220px !important;
    object-fit: cover;
    padding: 5px;
    border-radius: 20px;
}

.about-layout2 .about-img:after {

    background-color: #e2ff8c;

}

.nice-select .list {
    background-color: var(--color-secondary) !important;
}

.nice-select .current,
.nice-select .option {
    color: var(--color-primary) !important;
    font-size: 16px !important;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.border-secondary {
    border: 3px solid var(--color-secondary) !important;
}

.border-primary {
    border: 3px solid var(--color-primary) !important;
}

.banner-section {
    position: relative;
    /* height: 380px; */
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}



/* Background image */
.banner-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Black overlay ABOVE background */
.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.45); */
    z-index: 2;
}

/* Content ABOVE overlay */
.container-fluid,
.banner-content,
.banner-img {
    position: relative;
    z-index: 3;
}

/* Text styling */
.banner-content {
    color: #fff;
    padding-left: 40px;
}

.banner-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff !important;
}



/* Responsive */
@media (max-width: 991px) {
    /* .banner-section {
        height: auto;
        padding: 60px 0;
    } */

    .banner-title {
        font-size: 30px;
    }

    .banner-img {
        max-height: 240px;
        margin-top: 30px;
    }
}


@media (min-width: 1200px) {
    .slider .slide-title {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 700;
    }
}

.why-proklean {
    background: #fff;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-primary);
}

/* Card */
.why-item {
    padding: 10px 20px;
}

/* Circular Ring */
.circle-ring {
    width: 170px;
    height: 170px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background:
        conic-gradient(#7bc144 0deg,
            #b4d366 120deg,
            #416523 120deg,
            #416523 240deg,
            #b4d366 240deg,
            #7bc144 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inner White Circle */
.circle-ring::before {
    content: "";
    width: 135px;
    height: 135px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}

.bg-parallax {
    background-attachment: unset;
}

/* Icon */
.circle-ring i {
    font-size: 42px;
    000 color: var(--color-primary);
    position: relative;
    z-index: 2;
}

/* Text */
.why-item h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.why-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.navbar .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: transparent !important;
    transition: 0.4s ease;
}

.navbar .nav-item .nav-item-link {
    color: var(--color-primary);
    padding: 5px 5px;
    line-height: 30px;
    text-transform: uppercase;

}

@media (min-width: 1200px) {

    .navbar>.container-fluid,
    .header-topbar>.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider,
    .slider .slick-slider,
    .slider .slick-list,
    .slider .slick-track,
    .slider .slide-item {
        height: 80vh !important;
    }
}

/* .navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: #ffffff !important;
    background: #416523 !important;
    padding: 5px 5px;
    border-radius: 5px;
    border-bottom: 0px !important;
} */
.navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: var(--color-secondary) !important;
}

.is-sticky .nav-item .nav-item-link {
    line-height: 30px !important;
}

.navbar .nav-item {
    position: relative;
    margin-right: 5px;
}

/* Full screen slider */
.slider,
.slider .slick-slider,
.slider .slick-list,
.slider .slick-track,
.slider .slide-item {
    height: 100%;
}

/* Image full cover */
.slider-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* KEY PROPERTY */
}

/* Remove unwanted spacing */
.slick-slide {
    margin: 0;
}

/* Optional: hide overflow */
.slider {
    overflow: hidden;
}



.navbar {
    padding: 0;
    height: 80px;
    max-height: 100px;
    background-color: var(--color-white);
}



.footer .footer-widget-nav li a:hover {
    color: var(--color-white);
}

.bg-overlay-primary-gradient:before {
    opacity: 0.45;
    background-color: var(--color-primary);
    background-image: linear-gradient(90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 3%, #046437b5 80%);
}

.fancybox-layout1.about-key-features .fancybox-item .fancybox-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: var(--color-primary);
    opacity: 0.9;
}

.about-key-features .fancybox-icon i {
    color: var(--color-secondary);
}

/* Make all fancybox cards equal height */
.about-key-features .fancybox-item {
    height: 100%;
    display: flex;
    flex-direction: column;

}

/* Push button to bottom */
.about-key-features .fancybox-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Keep Read More button aligned */
.about-key-features .fancybox-body .btn {
    margin-top: auto;
}

.vmv-section {
    position: relative;
}

.vmv-card {
    height: 100%;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-secondary);
}

.vmv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.vmv-icon {
    font-size: 48px;
    color: #3a7d44;
    margin-bottom: 25px;
}

.vmv-body {
    flex: 1;
}

.vmv-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vmv-desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

.team-card {
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid var(--color-secondary);
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.team-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.team-body {
    padding: 30px;
    flex: 1;
    text-align: center;
}

.team-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-role {
    font-size: 14px;
    color: #3a7d44;
    display: block;
    margin-bottom: 15px;
}

.team-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.team-socials {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.team-socials li a {
    font-size: 16px;
    color: #3a7d44;
    transition: color 0.3s ease;
}

.team-socials li a:hover {
    color: #2f5f37;
}

.key-highlights h5 {
    color: #ffffff;
    font-weight: 600;
}

.key-highlights p {
    font-size: 14px;
    line-height: 1.6;
}

.highlight-list li {
    transition: transform 0.3s ease;
}

.highlight-list li:hover {
    transform: translateX(6px);
}

.highlight-list li i {
    color: #ffffff !important;
    margin-right: 10px !important;
}

.navbar .dropdown-toggle:after {
    right: -5px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 5px;
}


.filter-list a.active {
    color: #416523;
    font-weight: 600;
}

.contact-info-box {
    padding: 40px;

}

.contact-form-box {
    padding: 40px;

}

.contact-form-box .form-control {
    height: 55px;
    border-radius: 6px;
}

.contact-form-box textarea.form-control {
    height: auto;
}

.fancybox-layout1 .fancybox-item .fancybox-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--color-text-primary);
}

.fancybox-layout1 .fancybox-item:hover.fancybox-subtitle {
    color: var(--color-white) !important;
}

.fs-16px {
    font-size: 16px !important;
}

.post-item {
    border: 1px solid var(--color-secondary);
}

.post-item img {
    border-radius: 10px !important;
}

.career-category-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f2933;
}

.career-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.career-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.career-card p {
    color: #6b7280;
    margin-bottom: 20px;
}

.applybtn {

    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    height: auto !important;
}

[class*=page-title].bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(65, 101, 35, 0) !important;
}

bg-overlay-secondary-gradient:before {
    opacity: 1;
    background-color: rgb(65 101 35 / 53%) !important;
    /* background-image: linear-gradient(90deg, #c4c4c400 0%, #9090900a 100%); */
}

.what-makes .feature-item {
    display: flex;
    flex-wrap: nowrap;

}

.what-makes .feature-item .feature-icon {
    min-width: 30px;
    min-height: 30px;
}

.Silicone-tech .feature-item {
    display: flex;
    flex-wrap: nowrap;

}

.Silicone-tech .feature-item .feature-icon {
    min-width: 30px;
    min-height: 30px;
}

.Silicone-tech .feature-item .feature-title {
    color: var(--color-white)
}


.page-title-layout1.bg-overlay:before {
    opacity: 0.25;
    background-color: transparent !important;
    background-image: none !important;
}

.contact .bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(65 101 35 / 53%) !important;
}


.slider .slide-item.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
    background-color: rgb(65 101 35 / 53%) !important;
}

.career-bg {
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* vertical center */
    /* background-image: url("../images/career/n/5.png"); */
    background-image: url("../images/career/new.png");
    background-size: cover;
    /* no cropping */
    background-position: top left;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* padding: 50px 0px; */
}

.career .form-control {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    border-radius: 7px;
    background-color: var(--color-white);
    border: 1px solid #e6e8eb;
}

.career textarea.form-control {
    min-height: 60px;
    padding-top: 16px;
}

.career-side-img-div {
    max-width: 350px;
    overflow: hidden;
}

.career-side-img {
    max-width: 350px;
    overflow: hidden;
}

.text-primary1 {
    color: var(--color-primary) !important;
}

@media (min-width: 1720px) {
    .main-section {
        padding-top: 300px;
        padding-bottom: 300px;
    }
}


@media (min-width: 1440px) {

    /* .career-bg {
        background-size: contain !important;
    }

    .career-bg .container {
        max-width: 1400px !important;
        margin: 0 auto !important;
        height: 1024px !important;
    }

    .career-side-img-div {
        max-width: 100% !important;
        overflow: hidden;
    }

    .career-side-img {
        max-width: 100% !important;
        object-fit: cover;
    }

    .career-form {
        height: 900px;

    } */
    .main-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.about-layout2 .features-list-layout4 {
    position: absolute;
    top: -20px !important;
    left: -30px !important;
    z-index: 3;
}

.text-primary {
    color: var(--color-primary) !important;
}

@media (min-width: 1300px) {
    /* .career-bg {
        background-size: cover !important;
    }

    .career-bg .container {
        max-width: 100%;
    }

    .side-img-div {
        display: flex;
        justify-content: center;
    }

    .career-side-img-div {
        max-width: 350px;
        overflow: hidden;
    }

    .career-side-img {
        max-width: 350px;
        overflow: hidden;
    } */



    /* .career-bg {
        background-image: url("../images/career/131.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    } */



    /* .main-section {
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 1000px;
        padding-top: auto;
        padding-bottom: auto;
    } */


}

.career-bg2 {
    background-image: url("../images/career/bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.career-div1 {
    padding-left: 70px;
    margin: 18px;
}

/* .career-heading3 {
    padding-left: 130px;
}

.career-para3 {
    padding-left: 60px;
} */

.footer .footer-widget-nav li a {
    font-weight: 500 !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fancybox-layout2 .fancybox-item .fancybox-title {
    font-size: 19px;
    margin-bottom: 5px !important;
}

.banner-layout1 .promo-text {
    right: -20px;
    box-shadow: -20px 20px 0 0 var(--color-secondary);
}

.bg-overlay-secondary-gradient:before {
    opacity: 1;
    background-color: rgb(65 101 35 / 53%) !important;
    /* background-image: linear-gradient(90deg, #c4c4c400 0%, #9090900a 100%); */
}

.product-heading-bg {
    /* background: #41652363; */
    background-color: rgb(65 101 35 / 53%) !important;
    padding: 20px;
    border-radius: 10px;
}

.features-list-layout4 .feature-item-inner,
.features-list-layout5 .feature-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px;
    height: 200px;
    padding: 0px 0px;
}

.career-content {
    position: absolute;
    top: 65%;
}

.career-enq-card {
    position: absolute;
    top: 0%;
    /* left: 46%; */
    max-width: 550px;
}

.career-section {
    background: url('../images/career/new.png') center/cover no-repeat;
}

/* .career-enq-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 100%;
} */

/* .main-section {
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #ffffff 0%, #456b26 40%, #416623 100%);
} */

.fancybox-layout1 .fancybox-item .fancybox-icon,
.fancybox-layout4 .fancybox-item .fancybox-icon {
    position: absolute;
    bottom: 20px;
    right: 40px;
    color: var(--color-gray-200);
    font-size: 60px;
    line-height: 1;
}

.btn {
    height: 40px;
}

@media (min-width: 1200px) {
    .slider .btn {
        min-width: 100px;
    }
}

/* base animation */
.animate-left,
.animate-right {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* start positions */
.animate-left {
    transform: translateX(-80px);
}

.animate-right {
    transform: translateX(80px);
}

/* visible state */
.animate-show {
    opacity: 1;
    transform: translateX(0);
}

.text-justify {
    text-align: justify !important;
}

.text-justify {
    text-align: start !important;
}

.services-layout3 .table {
    text-align: start !important;
}

.form-control[type="file"] {
    line-height: 2.2;
}

table {
    text-align: justify !important;
}

/* .pagetitle-heading {
    text-align: justify !important;
} */

.product-section-scroll {
    scroll-margin-top: 120px;
}