﻿body {
}

.explore-img {
    background-image: url('../sysimage/HireEcommerceDeveloper/ExploreImg.png');
    background-size: cover;
}

.core-value-section {
    background: url('../sysimage/HireEcommerceDeveloper/About-us_Background.png') no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.class {
    margin-top: 0px !important;
}

.Ex-paragraph {
    margin: 40px;
    color: white;
}

.modelparagraph {
    margin-left: 10%;
    margin-right: 10%;
}

.fixedcategories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ecf0f1;
    color: red;
}

.fixedtab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #7f8c8d;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
}

    .fixedtab:hover {
        color: #e74c3c;
    }

    .fixedtab.active {
        color: #e74c3c;
    }

        .fixedtab.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
            height: 3px;
            background: #e74c3c;
            border-radius: 2px;
        }

@media (max-width: 768px) {
    .fixedcategories {
        overflow-x: auto;
        padding-bottom: 20px;
        display: block;
        text-align: center;
    }

    .fixedtab {
        white-space: nowrap;
        padding: 10px 18px;
        font-size: 1.9rem;
    }
}

.About-us-background {
    background-image: url('../sysimage/HireEcommerceDeveloper/About-us_Background.png'); 
    height: auto;
}

.aboutus-tag {
    color: #ea1d25;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    width: 110px;
}

.line-2 {
    margin-top: -1.5px;
    border-style: solid;
    border-color: #ea1d25;
    border-width: 1.5px 0 0 0;
    width: 105px;
    height: 0px;
    position: absolute;
    margin-left: 123px;
    top: 18px;
}

.aboutcard {
    background: #ffffff;
    border-radius: 10px;
    height: 296px;
    position: relative;
    margin-top: 90px;
}

.requirebg {
    background: linear-gradient( 180deg, rgba(255, 228, 251, 1) 0%, rgba(212, 0, 255, 1) 100% );
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    top: 20px;
}

.well-defined-section {
    background: url('../sysimage/HireEcommerceDeveloper/About-us_Background.png') no-repeat;
}

.requireimg {
    width: 20px;
    height: 20px;
}

.ecommerce-web-section {
    background-image: url('../sysimage/HireEcommerceDeveloper/HireDeveloper_background.png')
}
.whyhire-rows {
    border: 2px solid lightgray;
    border-radius: 10px;
    height: auto;
    min-height: 110px;
}