.padtop80 {
    padding-top: 80px
}

.padtop100 {
    padding-top: 100px
}

span.contact-form {
    color: #fc0 !important
}

span.contact-form:hover {
    color: #fff !important
}

#products.new-style-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    background-size: cover
}

#products .section-header {
    text-align: center;
    margin-bottom: 40px
}

#products .section-header h2 {
    font-size: 36px;
    color: #004f94
}

#products .why-choose {
    font-size: 25px;
    color: #555 !important
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px
}

.large-services-box {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-bottom: 0;
    min-height: 260px
}

.large-services-box .image-container {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fa
}

.large-services-box .image-container img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.large-services-box .content-container {
    flex: 1;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.large-services-box h3 {
    font-size: 24px;
    color: #004f94;
    margin-bottom: 12px
}

.large-services-box h3 a {
    text-decoration: none;
    color: #004f94
}

.large-services-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px
}

.large-services-box a {
    color: #004f94;
    font-weight: 700;
    text-decoration: underline;
    align-self: flex-start;
    transition: color .2s
}

.large-services-box a:hover {
    color: #0056b3
}

@media (max-width:991px) {
    .large-services-box {
        flex-direction: column;
        min-height: unset
    }

    .large-services-box .image-container {
        padding: 20px 0
    }

    .large-services-box .content-container {
        padding: 20px 16px
    }

    .we-different img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
        padding-top: 20px
    }
}

.bg-services {
    padding: 60px 0;
    background: url('images/product-background.jpg') no-repeat center center fixed;
    background-size: cover
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 10px 0
}

.services-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease;
    padding: 20px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 477px
}

.services-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.services-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform .3s ease
}

.services-content h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    color: #333
}

.services-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6
}

.view-detail {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color .3s ease
}

.view-detail:hover {
    color: #0056b3
}

.responsive-image {
    width: 100%;
    height: auto
}

@media screen and (min-width:991px) {
    h3.Feature {
        text-align: left
    }
}

@media (max-width:767px) {
    .padtop100 {
        padding-top: 50px
    }

    .large-services-box {
        flex-direction: column
    }

    .large-services-box .image-container {
        order: -1;
        flex-basis: 100%
    }

    .large-services-box .content-container {
        padding: 15px
    }

    .responsive-image {
        height: auto;
        object-fit: cover
    }

    .slide-text .main {
        font-size: 2.5rem !important
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
        gap: 30px
    }
}

.static-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: hidden
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.static-content {
    position: relative;
    z-index: 2
}

.static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

p.why-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5;
    line-break: anywhere;
    margin: 20px 0
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 3rem !important
    }

    p.why-choose {
        font-size: 1rem !important;
        line-height: 1.5;
        margin: 20px 0
    }
}
/*FAQ*/
h2.text-center {
    color: #004f99;
    font-weight: 700;
}

.accordion-button {
    background-color: #004f99 !important;
    color: #fff !important ;
    font-weight: 500;
    font-size: 1.5rem !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-header {
    font-size: 2.5rem !important;
}


.accordion-button:not(.collapsed) {
    background-color: #fc0 !important;
    color: #004f99 !important;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button i {
    background-color: #fc0;
    color: #004f99;
    border-radius: 50%;
    padding: 6px;
    font-size: 3rem;
    flex-shrink: 0;
    transition: transform .3s ease
}

.accordion-body {
    background-color: #f8f9fa !important;
    color: #333 !important;
    border-left: 3px solid #004f99 !important;
}

.accordion-item {
    border: none !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.accordion-item:last-child {
    margin-bottom: 0
}
/*Hero*/
    h3.sub{
        font-size:3rem;
    }
    @media screen and (max-width: 768px) {

        h2 {
            font-size: 3rem !important;
        }
    

        ul {
            font-size: large !important;
            line-height: 20px !important;
        }

        .slider-containerr {
            height: 60vh !important !important;
        }

    }

    .slider-containerr {
        position: relative !important;
        width: 100% !important;
        height: 75vh !important;
        overflow: hidden !important;
    }

    .hero-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .slide.active {
        opacity: 1;
        animation: zoom-in-out 7s infinite;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-text {
        width: 100%;
        max-width: 800px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        animation: text-fade 7s infinite;
        z-index: 1;
    }

    .slide-text h2 {
        font-size: 3rem;
        margin: 0;
    }

    .slide-text ul li {
        font-size: 1.5rem;
        /* margin: 10px 0 0; */
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* Black overlay with 40% opacity */
        z-index: 1;
    }


    .slide-text .main {
        font-size: 4rem ;
        font-weight: 600;
        color: #fff;
    }

    @keyframes text-fade {

        0%,
        100% {
            opacity: 0;
        }

        10%,
        90% {
            opacity: 1;
        }
    }
