.why-choose-sec {
    position: relative;
    margin-top: 25rem;
    padding: 5rem 0;
}

.why-choose-sec .text-box h4 {
    font-weight: bold;
    font-size: 25px;
    padding: 30px 0;
}

.why-choose-sec .text-box p {
    font-size: 20px;
    font-weight: 450;
}

.why-choose-sec .why-choose-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.why-choose-sec .why-choose-shape img {
    width: 50%;
    z-index: -1;
}

.why-choose-sec .text-box {
    position: relative;
    z-index: 10;
}

.why-choose-line-icon {
    position: absolute;
    right: 40px;
    top: -150px;
    height: 200px;
    overflow: hidden;
}

.technology-sec {
    padding: 70px 0;
    position: relative;
}

.management-solution-bg {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.technology-solution-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.right-side-polygon {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 50%;
}

.right-side-polygon img {
    width: 100%;
}

.left-side-polygon {
    position: absolute;
    bottom: -450px;
    left: 0;
    width: 20%;
}

.left-side-polygon img {
    width: 100%;
}

.divider {
    width: 300px;
    height: 3px;
    background: #CCCCCC;
    margin: 2rem 0;
}

.technology-sec-inner {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}

.technology-sec-list {
    max-width: 780px;
    width: 100%;
    position: relative;
}

.technology-sec-list ul li {
    position: absolute;
    right: -62px;
}

.technology-sec-list ul li:first-child {
    top: 0;
}

.technology-sec-list ul li:nth-child(2) {
    top: 240px;
    right: -222px;
}

.technology-sec-list ul li:nth-child(3) {
    right: -70px;
    bottom: 100px;
}

.technology-sec-list ul li:nth-child(4) {
    bottom: -55px;
    right: 130px;
}


.technology-sec-list ul li .text-box h4 {
    color: #090000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 3px 0;
}

.technology-sec-list ul li .text-box p {
    color: #090000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-width: 300px;
    width: 100%;
}

.skills-section {
    padding-top: 22rem !important;
    position: relative;
}

.skills-section .skills-shape {
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
    height: 100%;
}

.skills-shape .skills-polygon-solid {
    position: absolute;
    text-align: right;
    width: 90px;
    top: 70px;
    right: -13px;
}

.skills-shape .skills-polygon-solid2 {
    position: absolute;
    text-align: right;
    width: 90px;
    top: 945px;
    right: -14px;
}

.skills-shape .skills-horizontal-dashed-line {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 100%;
}


.visible .skills-horizontal-dashed-line img {
    animation: skills-h-line 4s;
}

.skills-shape .skills-horizontal-dashed-line img {
    height: 30px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

@keyframes skills-h-line {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.skills-shape .skills-vertical-dashed-line {
    position: absolute;
    top: 90px;
    right: 28px;
    height: 100%;
}

.skills-vertical-dashed-line img {
    height: 80%;
    width: 35px;
    object-fit: cover;
    object-position: left;
}

.skills-shape .skills-filled-polygon {
    position: absolute;
    bottom: -480px;
    left: 0;
}

.skills-section .skills-title h4, .skills-section .skills-title h2 {
    font-weight: bold;
    font-size: 30px;
    z-index: 10;
}

.skills-section .skills-title img {
    margin: 2rem 0;
    margin-left: -10px;
}

.skillsCard {
    background: #fff;
    border-radius: 20px;
    padding: 80px 45px;
    position: relative;
}

.skillsCard::after {
    position: absolute;
    content: "";
    right: -30px;
    z-index: -1;
    top: 30px;
    background-color: #dddada;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}

.skills-sec-element {
    height: 400px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.2rem;
}

.skills-sec-element span {
    height: 60px;
}

.skills-sec-element h3 {
    font-weight: bold;
    display: block;
}

.skills-sec-element h3 span {
    color: #9DD913;
}

.skills-sec-element div {
    background: #C7E582;
    margin-top: 1rem;
    border-radius: 10px;
    height: 350px;
}

.middleElement {
    background: transparent !important;
    border: 2px dashed #9DD913 !important;
}

.skills-sec-element div p {
    font-weight: 500;
}

.product-range-sec {
    margin: 5rem 0;
    padding: 0 5rem;
    position: relative;
}

.product-range-sec .product-range-title h2 {
    font-weight: bold;
    font-size: 30px;
    z-index: 10;
}

.product-range-sec .product-range-title {
    width: fit-content;
}

.product-range-sec .product-range-title .divider {
    width: 100% !important;
}

.product-range-sec .product-range-shape {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.product-range-sec .product-range-shape img {
    height: 500px;
}

.product-range-inner {
    position: relative;
    z-index: 10;
}

.product-range-list {
    max-width: 900px;
    width: 100%;
    position: relative;
    padding-top: 100px;
    margin-left: 80px;
}

.product-range-list img {
    margin-left: 2rem;
    width: 500px;
}

.product-range-list ul li .product-range-text-box h3 {
    color: #090000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.product-range-list ul li .product-range-text-box p {
    color: #090000;
    font-size: 12px;
    line-height: 1rem;
    font-weight: 500;
    max-width: 500px;
    width: 100%;
}

.product-range-list ul li {
    position: absolute;
    right: -50px;
    overflow: visible !important;
}

.product-range-list ul li:first-child {
    top: 50px;
}

.product-range-list ul li:nth-child(2) {
    top: 180px;
    right: -120px;
}

.product-range-list ul li:nth-child(3) {
    top: 320px;
    right: -155px;
}

.product-range-list ul li:nth-child(4) {
    bottom: 120px;
    right: -140px;
}

.product-range-list ul li:last-child {
    bottom: -50px;
    right: -70px;
}

.product-range-list ul li:first-child div,
.product-range-list ul li:last-child div {
    background: url('../images/business-propos/lightGreenLozenge.webp') no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 571px;
    height: 105px;
    padding: 1rem 2.2rem;
}

.product-range-list ul li:nth-child(2) div,
.product-range-list ul li:nth-child(4) div {
    background: url('../images/business-propos/transparentLozenge.webp') no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 1rem 2.2rem;
    height: 120px;
    width: 571px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-range-list ul li:nth-child(3) div {
    background: url('../images/business-propos/greenLozenge.webp') no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 1rem 2.2rem;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.moreInfo-sec {
    padding: 11rem 0;
    position: relative;
    margin-bottom: 15rem;
}

.moreInfo-sec p {
    font-weight: bold;
    font-size: 20px;
}

.moreInfo-sec p:last-child a {
    color: #9DD913;
}

.moreInfo-sec-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}

.moreInfo-sec-shape .moreInfo-leftSide-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}

.moreInfo-sec-shape .moreInfo-leftSide-shape img {
    width: 100%;
    max-width: 500px !important;
    float: left;
}

.moreInfo-sec-shape .moreInfo-rightSide-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
}

.moreInfo-sec-shape .moreInfo-rightSide-shape img {
    width: 100%;
    max-width: 600px !important;
    float: right;
}


@media (max-width: 1399px) {
    .why-choose-sec .why-choose-shape {
        width: 80%;
    }

    .why-choose-sec .why-choose-shape img {
        width: 100%;
    }

    .skillsCard {
        padding: 3rem 2rem;
    }

    .product-range-list ul li:first-child div,
    .product-range-list ul li:last-child div {
        background: transparent;
        width: 400px;
        height: 105px;
    }

    .product-range-list ul li:nth-child(2) div,
    .product-range-list ul li:nth-child(4) div {
        background: transparent;
        height: 120px;
        width: 400px;
    }

    .product-range-list ul li:nth-child(3) div {
        background: transparent;
        width: 400px;
        height: 140px;
    }

    .product-range-list ul li:first-child {
        top: 50px;
        right: 130px;
    }

    .product-range-list ul li:nth-child(2) {
        top: 180px;
        right: 60px;
    }

    .product-range-list ul li:nth-child(3) {
        top: 320px;
        right: 40px;
    }

    .product-range-list ul li:nth-child(4) {
        bottom: 120px;
        right: 60px;
    }

    .product-range-list ul li:last-child {
        bottom: -50px;
        right: 90px;
    }

    .product-range-list img {
        margin-left: 0;
    }

    

    .skills-shape .skills-polygon-solid2 {
        position: absolute;
        text-align: right;
        width: 90px;
        top: 880px;
        right: -14px;
    }
}

@media (max-width: 1199px) {
    .product-range-title {
        text-align: center;
        margin-inline: auto;
    }

    .product-range-title h4 {
        font-size: 20px !important;
    }

    .product-range-list ul li:first-child div,
    .product-range-list ul li:last-child div {
        background: url('../images/business-propos/lightGrayListElementContainer.png') no-repeat;
        background-size: 100% 250px;
        width: 100%;
        height: 250px;
        padding: 3rem 4rem;
        margin-block: 0;
    }

    .product-range-list ul li:nth-child(2) div,
    .product-range-list ul li:nth-child(4) div {
        background: url('../images/business-propos/brderedListElementContainer.png') no-repeat;
        background-size: 100% 250px;
        width: 100%;
        height: 250px;
        padding: 3rem 4rem;
    }

    .product-range-list ul li:nth-child(3) div {
        background: url('../images/business-propos/greenListElementContainer.png') no-repeat;
        background-size: 100% 250px;
        width: 100%;
        height: 250px;
        padding: 3rem 4rem;
    }

    .product-range-list ul li:first-child {
        top: 50px;
    }

    .product-range-list {
        padding-top: 50px;
    }

    .product-range-list img {
        display: none;
        margin: 0;
    }

    .product-range-list p {
        font-size: 10px;
    }

    .product-range-list {
        margin: 0;
        width: 100%;
    }

    .product-range-list ul li {
        position: static;
        width: 80%;
        margin: 0 auto;
    }

    .product-range-list ul li .product-range-text-box {
        width: 70% !important;
        margin: auto;
    }


    .skills-polygon-solid, .skills-polygon-solid2, .skills-vertical-dashed-line, .skills-horizontal-dashed-line, .skills-filled-polygon {
        display: none;
    }

}

@media (max-width: 991px) {
    .why-choose-sec .why-choose-shape {
        left: -100px;
        width: 100%;
    }

    .why-choose-sec .why-choose-shape img {
        width: 100%;
    }

    .left-side-polygon {
        width: 500px;
        height: 500px;
        margin-left: 50px;
    }

    .left-side-polygon img {
        display: none;
        /* width: 100%;
        height: 100%;
        object-fit: contain; */
    }

    .skills-section {
        padding-top: 12rem !important;
    }

    .skillsCard {
        padding: 0;
    }

}

@media (max-width: 767px) {
    .why-choose-sec {
        margin-top: 1rem;
    }

    .why-choose-sec .why-choose-shape {
        left: -150px;
        width: 160%;
    }

    .why-choose-sec .why-choose-shape img {
        width: 100%;
    }

    .why-choose-sec .text-box {
        padding-top: 0;
        padding-right: 3rem;
        padding-left: 3rem;
        text-align: center;
    }

    .why-choose-sec .text-box p {
        font-size: 15px;
    }

    .why-choose-sec .text-box h3 {
        font-size: 20px;
    }

    .technology-sec-inner {
        padding-top: 0;
    }

    .left-side-polygon {
        width: 300px;
        height: 300px;
        margin-left: 100px;
    }

    .skills-section {
        padding-inline: 2rem;
    }

    .skills-title h4 {
        font-size: 20px !important;
        text-align: center;
        padding-inline: 2rem;
    }

    .skills-sec-element h5 {
        font-size: 17px !important;
        padding-block: 1.2rem;
    }

    .skills-sec-element p {
        font-size: 15px !important;
    }

    .product-range-list ul li .product-range-text-box {
        width: 80% !important;
    }

    .product-range-list ul li {
        width: 100% !important;
    }

    .skills-shape {
        display: none;
    }

    .product-range-shape {
        display: none;
    }

    .moreInfo-sec {
        padding-inline: 5rem;
        margin-bottom: 2rem;
    }


}

@media (max-width: 575px) {

    .skills-sec-element {
        height: 300px;
    }

    .skills-sec-element h5 {
        font-size: 14px !important;
    }

    .skills-sec-element p {
        font-size: 12px !important;
    }

    .product-range-list ul li {
        width: 100% !important;
    }

    .product-range-sec {
        padding: 1rem;
        margin-bottom: 0;
    }

    .product-range-list ul li .product-range-text-box {
        width: 100% !important;
        margin-block: 0 !important;
        padding-inline: 2.5rem !important;
    }

    .product-range-list ul li .product-range-text-box p {
        font-size: 10px;
    }

    .moreInfo-sec {
        padding-top: 2rem;
        margin-bottom: 0rem;
    }

    .moreInfo-sec-shape .moreInfo-rightSide-shape {
        margin-top: 5rem;
    }

    .moreInfo-sec-shape .moreInfo-leftSide-shape {
        margin-top: 5rem;
    }

    .moreInfo-sec {
        padding-inline: 0;
    }
}

@media (max-width: 375px) {
    .why-choose-sec .why-choose-shape {
        left: -230px;
        width: 300%;
    }

    .why-choose-sec .why-choose-shape img {
        height: 100%;
        width: 100%;
    }

    .left-side-polygon {
        width: 150px;
        height: 150px;
        margin-left: 135px;
        margin-bottom: 70px;
    }

    .moreInfo-sec-shape .moreInfo-rightSide-shape {
        margin-top: 7rem;
    }

    .moreInfo-sec-shape .moreInfo-leftSide-shape {
        margin-top: 7rem;
    }

    .skills-sec-element {
        padding: 0;
        padding-bottom: 1rem;
        height: fit-content;
    }

    .skills-sec-element div {
        height: fit-content;
    }
}

@media (max-width: 767px){
.technology-sec-list {
    max-width: 300px !important;
}
}

@media (max-width: 991px){
.technology-sec-list {
    max-width: 500px !important;
}
}

@media (max-width: 767px){
.technology-sec-list ul li {
    right: -200px !important;
}
}

@media (max-width: 991px){
.technology-sec-list ul li {
    right: -230px !important;
}
}

@media (max-width: 575px){
.technology-sec-list ul li {
    right: -90px !important;
}}

@media (max-width: 767px){
.technology-sec-inner {
    padding-top: 0;
}}
@media (max-width: 767px){
.technology-sec-inner {
    padding: 0;
}}
@media (max-width: 991px){
.technology-sec-inner {
    padding-left: 0;
}}
@media (max-width: 1199px){
.technology-sec-inner {
    padding: 0 0 0 0px;
}}
@media (max-width: 991px) {
.technology-sec-list ul li:nth-child(2) {
    top: 180px !important;
    right: -345px !important;
}}

@media (max-width: 767px) {
.technology-sec-list ul li:nth-child(2) {
    top: 110px !important;
    right: -270px !important;
}}

@media (max-width: 575px) {
.technology-sec-list ul li:nth-child(2) {
    top: 65px !important;
    right: -134px !important;
}}

@media (max-width: 991px){
    .technology-sec-list ul li:nth-child(3) {
        right: -230px !important;
        bottom: 65px !important;
    }

}
    @media (max-width: 767px){
    .technology-sec-list ul li:nth-child(3) {
        bottom: 12px !important;
        right: -198px !important;
    }}
@media (max-width: 575px){
.technology-sec-list ul li:nth-child(3) {
    right: -90px !important;
    bottom: 8px !important;
}}

@media (max-width: 575px){
.technology-sec-list ul li:nth-child(4) {
    bottom: -50px !important;
    right: -35px !important;
}}
@media (max-width: 767px){
.technology-sec-list ul li:nth-child(4) {
    right: -110px !important;
    bottom: -70px !important;
}}
@media (max-width: 991px){
.technology-sec-list ul li:nth-child(4) {
    right: -80px !important;
}}

@media screen and (max-width: 850px) {
    .image-holder {
        margin-left: -10rem;
      }
    img[src="/images/business-propos/Technologie_Cover_Shape.webp"] {
        position: relative;
        width: 70%;
        height: auto;
    }
    .technology-sec-list ul li .text-box p {
        max-width: 400px;
        width: 70%;
    }
    .divider {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .technology-sec {
        display: none;
    }
    .technology-sec-small-screen {
        display: flex !important;
    }
    .technology-sec-small-screen-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .technology-sec-small-screen-title {
        grid-column: 1 / 2;
        opacity: 1;
        position: absolute;
        white-space: normal;
        overflow: visible;
        transform: translateY(-50%) rotate(-90deg);
        animation: fadeIn 1s forwards, slideIn 1s forwards;
        animation-delay: 0.5s;
        margin-top: 200px;
        color: #9DD913;
        margin-left: -8rem;
        letter-spacing: 22px;
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    @keyframes slideIn {
        from { left: -100px; }
        to { left: 0; }
    }
    .technology-sec-list-small-screen {
        grid-column: 2 / 3;
        margin-right: 50px;
    }
    .technology-sec-list-small-screen hr {
        height: 1rem;
        color: #9ed9137e;
        border: .1rem solid #9ed9137e;
        border-radius: 5px;

    }
    .technology-sec-list-small-screen ul li .text-box {
        padding-bottom: 20px;
        
    }
    img[src="/images/business-propos/Line.svg"] {
        display: none;
    }
    .divider {
        display: none;
    }
}


.img-team{
    margin-bottom: 3rem;
}

.img-team img {
    width: 100vw;
}
.technology-sec-small-screen {
    display: none;
}




