.header{
    padding: 30px 0 50px;
    background: #aec5d9;
    overflow: hidden;
}

.robust-bg-color {
    background-color: white !important;
}

.header .title-5 {
    font-size: 17px;
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 10px;
}

.header .title-1 {
    font-size: clamp(2.01rem, calc(.5rem + 2.9004vw), 3.247rem);
    font-family: var(--third-font);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 30px;
}


.div-company-text-img {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;
    flex-wrap: wrap;
    background-color: #FFB93E;
    padding: 40px;
    border-radius: 20px;
}

.div-company-text-img:nth-child(even) {
    flex-direction: row-reverse;
}

.comapny-main {
    flex: 1;
    min-width: 320px;
    background-color: #FFE082;
    padding: 20px 20px;
    border-radius: 20px;
}

.comapny-main h2 {
    font-size: 2rem;
    color: #2d3e50;
    margin-bottom: 20px;
}

.comapny-main p {
    color: #555;
    font-size: 1rem;
}

.company-main-image {
    flex: 1;
    text-align: center;
}

.company-main-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 10px 105px #ffffffb3;
}

@media (max-width: 768px) {
    .div-company-text-img {
    flex-direction: column !important;
    text-align: center;
    }

    .comapny-main h2 {
    font-size: 1.5rem;
    }

    .con-main {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub-div {
        max-width: 45%;
    }

    .div-features {
        flex-direction: column;
    }

    .robust-system-main {
        flex-direction: column;
        border-bottom: 1px solid #183862;
        margin-bottom: 40px;
    }

    .robust-system-img img{
        width: 100%;
    }

    .robust-system-main:nth-child(even) {
        flex-direction: column !important;
        justify-content: center;
    }

    .robust-system-para {
        align-items: center;
        text-align: center;
    }
    .robust-system-img {
        display: none;
    }

    .client-contact {
        padding: 20px !important;
    }

    .client-sch-btn a {
        padding: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 992px) {
    .media-none{
        display: none;
    }
}

.con-main {
    display: flex;
    gap: 20px;
}

.img-div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.img-div img{
    width: 30px;
}

.bg-color{
    background-color: white;
    padding-bottom: 50px;
}

.sub-div{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e2e9ee;
    background-color: #f4f8fb;
    border-radius: 12px;
    color: var(--text-gray);
    box-shadow: 0px 10px 105px #0000002e;
    transition: 0.3s ease;
}

.para-text{
    font-size: 13px;
}

.text-head{
    font-weight: 600;
}

.para-text-part{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #ffffff;
    border-color: 1px solid #e2e9ee;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 30px;
}


.btn-back-clr {
  background-color: #183862 !important;
  border-color: #183862 !important;
}

.div-features{
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 12px;
}

.div-features img {
    width: 40px;
}

.div-feature-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20px;
    gap: 25px;
}

.features {
    display: flex;
    align-items: center;
    background-color: #e2e9ee;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
}

.feature-name {
    font-weight: 500;
    color: #183862;
}

.client-contact-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    background: url("/assets/images/data-center/2149378246.jpg") 0 0 no-repeat;
    background-size: cover;
}

.client-contact {
    width: 90%;
    border-radius: 8px;
    padding: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #183862;
    gap: 15px;
}

.client-sch-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
}

.client-sch-tag h4 {
    font-size: 25px;
}

.client-sch-tag p {
    font-size: 20px;
}

.client-sch-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.client-sch-btn a {
    padding: 15px;
    color: #183862;
    background-color: white;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s ease;
}

.robust-system-main {
    display: flex;
    justify-content: space-between;
    padding: 4vw 0px 4vw 0px;
}

.robust-system-para {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 45%;
    gap: 20px;
}

.robust-system-para h4 {
    font-weight: 600;
    font-size: 25px;
    color: #183862;
}

.robust-system-para p {
    color: #394E63;
    font-size: 16px;
    font-weight: 400;
}

.robust-system-para hr {
    width: 50%;
    height: 2px;
    background-color: #007FFF;
    border-radius: 20px;
    border-color: #007FFF;
}

.robust-system-img {
    flex: 0 0 45%;
    align-items: center;
}

.img-size img {
    width: 80% !important;
}

.robust-system-main:nth-child(even) {
    flex-direction: row-reverse;
}





