@font-face {
    font-family: "Assistant-Bold";
    src: url('fonts/Assistant-Bold.ttf');
}

body {
    font-family: 'Assistant', sans-serif;
    color: #39393A;
    background: #fff;
    margin: 0;
    font-size: 18px;
}

.btn-sty a {
    background: #000066;
    padding: 8px 12px;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 1px;
}

/* .inner img {
    width: 5%;
} */
.section1 .innerr p a img {
    max-width: 12% !important;
}

.section5-right img{
max-width: 100%;
width: 100%;
}

.btn-sty {
    display: flex;
    justify-content: center;
    padding-block: 2%;
}

p {
    margin: 0 0 20px;
}

.section2-right-1 input,
select {
    border: 1px solid #2e363a;
    border-radius: 5px;
    padding: 0px 15px;
    width: 95%;
    height: 50px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
}

.section2-right-2 input {
    border: 1px solid #2e363a;
    border-radius: 5px;
    padding: 0px 15px;
    max-width: 70px;
    height: 50px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
}

textarea {
    border: 1px solid #2e363a;
    border-radius: 5px;
    padding: 25px 15px;
    width: 95%;
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
}

input:focus,
textarea:focus {
    background-color: #7C8386;
    border: none;
    outline: none;
}

.submit {
    padding: 12px 0px;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    font-size: 18px;
    border: none;
    background: #547FEB;
    background: -webkit-linear-gradient(#547FEB, #0C349A, #4A69B8);
    background: -o-linear-gradient(#547FEB, #0C349A, #4A69B8);
    background: -moz-linear-gradient(#547FEB, #0C349A, #4A69B8);
    background: linear-gradient(#547FEB, #0C349A, #4A69B8);
}

.submit:hover {
    cursor: pointer;
    background: #4A69B8;
    background: -webkit-linear-gradient(#4A69B8, #0C349A, #547FEB);
    background: -o-linear-gradient(#4A69B8, #0C349A, #547FEB);
    background: -moz-linear-gradient(#4A69B8, #0C349A, #547FEB);
    background: linear-gradient(#4A69B8, #0C349A, #547FEB);
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section1 {
    background: url('images/snssystem_ofbiz.png');
    background-size: cover;
    color: #000;
    padding: 20px 0 0;
}

.text1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0;
    line-height: 1.0;
    font-family: Assistant-Bold;
    padding-bottom: 60px;
    text-shadow: 0px 2px 3px #000;
}

.text1 span {
    color: #0092E5;
    text-shadow: 0px 2px 3px #ddd;
}

.section2 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #39393A;
    color: #fff;
}

.section2-left {
    float: left;
    width: 30%;
}

.section2-right {
    float: right;
    width: 65%;
}

h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 4px;
    font-family: Assistant-Bold;
}

.section2-right-1 {
    width: 50%;
    float: left;
}

.section2-right-2 {
    width: 50%;
    float: right;
}

.section2-right-1 p {
    margin: 0px 0 18px;
}

.section2-right-2 p {
    margin: 0px 0 5px;
}

.section3 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #EBEBEB;
    color: #39393A;
    text-align: center;
}

.section4 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}

.section4-left {
    width: 33.3%;
    float: left;
}

.section4-left h2 {
    text-align: center;
    color: #547FEB;
}

.section4-left ul {
    margin-top: 40px;
}

.section4-left ul li {
    background: url('images/arrow.png') no-repeat;
    padding-left: 40px;
    margin-top: 10px;
    list-style-type: none;
}

.section4-left img {
    max-width: 259px;
}
.section6 p {
    font-size: 18px;
}
.section6 h2 {
    font-size: 22px;
}
.section5 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #EBEBEB;
    color: #39393A;
}

.section5-left {
    width: 50%;
    float: left;
}

.section5-left a {
    color: #547FEB;
    font-family: Assistant-Bold;
    text-decoration: none;
}

.section5-left a:hover {
    color: #39393A;
}

.section5-right {
    width: 50%;
    float: right;
}

.section5-right img {
    max-width: 496px;
}

.section5-left p {
    padding-right: 100px;
}

.section6 {
    background: url('images/snssystem_ofbiz_footer.png');
    background-size: cover;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 27px;
}

.section6 a {
    text-decoration: none;
    color: #fff;
}

.section6 a:hover {
    color: #547FEB;
}

.section6 p {
    margin-bottom: 10px;
}


@media screen and (min-width: 900px) and (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .inner {
        max-width: 97%;
        margin: 0 auto;
    }

    .text1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 50px;
        margin: 0;
        line-height: 1.0;
        font-family: Assistant-Bold;
        padding-bottom: 60px;
    }

    h2 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 0 0 20px;
        letter-spacing: 4px;
        font-family: Assistant-Bold;
    }

    .section2-left {
        float: left;
        width: 27%;
    }

    .section2-right {
        float: right;
        width: 70%;
    }

    .section2-right-2 input {
        max-width: 50px;
    }

    .section4-left img {
        max-width: 270px;
    }

    .section5-right img {
        max-width: 380px;
    }

    .section6 {
        background: url('images/snssystem_ofbiz_footer.png');
        background-size: cover;
        color: #fff;
        padding: 40px 0;
        text-align: center;
        font-size: 24px;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 15px;
    }

    h2 {
        font-size: 20px;
    }

    .inner {
        max-width: 97%;
        margin: 0 auto;
    }

    /* .section1{text-align:center;} */
    .text1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        margin: 0;
        line-height: 1.0;
        font-family: Assistant-Bold;
        padding-bottom: 60px;
        margin: 20px 0 0;
    }

    .section2-left {
        float: left;
        width: 100%;
    }

    .section2-right {
        float: left;
        width: 100%;
    }

    .section2-right-1 {
        width: 100%;
        float: left;
    }

    .section2-right-2 {
        width: 100%;
        float: left;
    }

    .section4-left {
        width: 100%;
        float: left;
    }

    .section5-left {
        width: 100%;
        float: left;
    }

    .section5-left p {
        padding-right: 0px;
    }

    .section5-right {
        width: 100%;
        float: left;
    }

    .section5-right img {
        max-width: 100%;
    }

    .section6 {
        background: url('images/snssystem_ofbiz_footer.png');
        background-size: cover;
        color: #fff;
        padding: 40px 0;
        text-align: center;
        font-size: 17px;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .section4-left {
        width: 33%;
        float: left;
    }

    .section4-left img {
        max-width: 160px;
    }
}

@media screen and (max-width: 430px) {
    .h2-head {
        padding-top: 20px !important;
    }

    .text1 {
        line-height: 1.4 !important;
    }
}

.heading-cards h2 {
    color: #39393A;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 4px;
    font-family: Assistant-Bold;
    margin-bottom: 0;
}

.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}
.para-d p {
    font-size: 18px;
    color: #39393A;
    font-weight: 300;
    line-height: 1.5;
}
.feature-card {
    background: #f9f5ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(29.89% - 20px);
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon img {
    max-width: 80%;
    width: 100%;
}

.feature-title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    color: #547FEB !important;
    letter-spacing: 2px;
}

.feature-card:hover .feature-title {
    color: #000066;
}

.feature-icon img:hover {
    transform: scale(1.1);
}

.feature-icon {
    overflow: hidden;
}

.feature-icon img {
    max-width: 30%;
}

.feature-icon img {


    transition: 0.5s;
}

.para-d {
    text-align: left;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .feature-card {
        flex: 1 1 calc(33% - 20px);
        max-width: calc(50% - 20px);

    }
}

@media (max-width: 480px) {
    .feature-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .feature-icon img:hover {
        transform: scale(1);
    }

    .heading-cards h2 {
        font-size: 20px;
    }
}