.form-label {
    margin-bottom: .5rem;
    font-size:17px;
    color:#555;
}
.form-check-label  {
    margin-bottom: .5rem;
    font-size:16px;
    color:#555;
}
.form-control {
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: 1px solid #efefef; 
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
input.form-control.submitb {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
    font-size: 14px;
    padding: 12px 24px;
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #e6af5d;
    min-width: 150px;
    margin-bottom: 15px;
    width: auto;
    border-radius: 35px;
    margin-top: 15px;
}

.factory-locations .flex-reason {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 45px 0;
}
.factory-locations .reason {
display: flex;
width: 30%;
}
.factory-locations .reason__figure {
margin-right: 10px;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-width: 70px;
}
.factory-locations .reason__figure img {
width: 64px;
height: auto;
max-width: 100%;
}
.factory-locations .reason__title {
color: #65696f;
font-weight: 500;
margin: 0 0 8px;
}
.factory-locations .reason__text {
color: #60636c;
font-size: 16px;
line-height: 23px;
margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.factory-locations {
    margin: 0px auto;
    padding: 50px 15px;
}
.factory-locations .flex-reason {
    flex-direction: column;
    margin: 0;
}
.factory-locations .reason {
    width: 100%;
    margin-bottom: 2.5rem;
}
.factory-locations .reason__figure {
    margin-right: 1rem;
    min-width: 70px;
}
}
.contact-details .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 20px;
}

.contact-details .stat-block {
    padding: 15px;
    border-radius: 10px;
    transition: all .3s ease;
    width: 30%;
    text-align: center;
    background: #f8f8f8;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-details .stat-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.contact-details .icon img {
    width: 50px;
    vertical-align: middle;
    margin: 10px auto;
}

.contact-details .stat-number {
    color: #111;
    margin: 7px 0;
    font-weight: 600;
}

.contact-details .stat-block p a {
    color: #60636c;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    text-decoration: none;
}

@media (max-width: 768px) {
    .contact-details .stat-block {
        width: 100%;
    }
}
