h2 {
    font-size: 45px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 22px !important;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
}

.gap-20px {
    gap: 20px;
}

.mt-100px {
    margin-top: 100px;
}

.mt-60px {
    margin-top: 60px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.us-text {
    background: #fff;
    border-radius: 10px;
    color: #EA6100;
    text-align: center;
    margin-left: 10px;
}

.orange-text {
    background: #EA6100;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.sub-section-gap {
    padding: 75px 0 0;
}

.why-background-section {
    background-image: url('/assets/images/services/why-back.png');
    /* Path to your image */
    background-size: cover;
    /* Ensure the image covers the entire container */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */

}

.industries-section {
    padding: 100px 0;
    background-color: #FFF7F2;
}

.industry-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.text-primary-custum {
    color: #303237 !important;
    /* Apply custom primary color */
}

.text-secondary-custum {
    color: #65676B !important;
    /* Apply custom primary color */
}

.industries-icons {
    display: flex;
    border: 1px solid #FFB987 !important;
    border-radius: 9.778px;
    width: 55px;
    height: 55px;
    padding: 9.778px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    gap: 12.222px;
    color: #EA6100 !important;
    aspect-ratio: 1 / 1;
    background-color: #FFF0E4 !important;
}

.main-sectiongap {
    padding: 100px 0;
}
.testimonial-card{
    justify-content: center;
}

.lets-secure{
    background: #EA6100;
    padding: 60px 0;
}
.footer-sec {
    background: #22252b;
     width: 100%; 
     padding: 45px 0;
}
.footer-logo{
    width: auto;
    max-width: 130px;}
.footer-menu{
    font-size: 14px;
    text-decoration: none;
}