div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}


.certificate-div {
    display: flex;
    /* flex-wrap: wrap; */
}



#client .item {

    background-color: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0 3px 8px;
    margin: 10px 10px;
    border-radius: 10px;
    padding: 15px;

}

.wpb_wrapper table.tg tr:nth-child(1) td {
    background-color: #8B050C;
    color: #fff;
}




div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.html');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.top-bar {
    padding: 10px 0px;
    background: #8B050C;
}

.top-bar-ul {
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
    padding: 0px;
}

.top-bar-ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.banner-carousel {
    margin-top: 151px !important;
}

.top-bar-ul li a {
    text-decoration: unset;
    font-size: 15px;
    font-family: 'Poppins';
}

/* Theme Overrides */
.site-bg-green {
    background-color: #8B050C !important;
}

.top-bar {
    background-color: #8B050C !important;
}

#footer {
    background-color: #51524C !important;
}

.vc_btn3-style-custom {
    background-color: #8B050C !important;
}

.btn-modal-gra {
    background-color: #8B050C !important;
}

.about-one__inner-box::after {
    background-color: #8B050C !important;
}

/* Simple & Clean Manufacturing Section */
.manufacturing-section {
    background-color: #ffffff;
    padding: 60px 0;
    color: #333333;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.manufacturing-box {
    padding: 20px;
    margin-bottom: 30px;
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: left;
}

.manufacturing-box:hover {
    border-color: #8B050C;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.manufacturing-box .icon-box {
    font-size: 28px;
    color: #8B050C;
    margin-bottom: 15px;
}

.manufacturing-box h4 {
    color: #51524C;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.manufacturing-box p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-subtitle {
    display: block;
    color: #8B050C;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 12px;
}

.manufacturing-section h2 {
    color: #51524C !important;
}


@media (max-width: 767px) {
    .manufacturing-section {
        padding: 60px 0;
    }

    .manufacturing-box {
        margin-bottom: 25px;
        padding: 30px 20px;
    }
}

color: #333333;
border-top: 1px solid #eeeeee;
}

.manufacturing-box {
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: var(--transition);
    text-align: center;
}

.manufacturing-box:hover {
    border-color: var(--accent-color);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.manufacturing-box .icon-box {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.manufacturing-box h4 {
    color: #51524C;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.manufacturing-box p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-subtitle {
    display: block;
    color: #8B050C;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 12px;
}

.manufacturing-section h2 {
    color: #51524C !important;
}


@media (max-width: 767px) {
    .manufacturing-section {
        padding: 60px 0;
    }

    .manufacturing-box {
        margin-bottom: 25px;
        padding: 30px 20px;
    }
}