:root {
    --white-color: #FFFFFF;
    --black-color: #000000;
    --orange-color: #FF5100;
    --stone-color: #323E48;
    --blue-color: #0900FF;
    --fluid-blue-color: #C4D6EB;
    --federation-color: #31006F;
    --chilly-color: #ED4337;
    --font-color: #303E49;
    --theme-box-shadow: 22px 28px 60px 0px rgba(0, 0, 0, 0.1),
        -23px -19px 50px 0px rgba(255, 255, 255, 0.25) inset,
        -15px -29px 60px 0px rgba(255, 255, 255, 0.20),
        21px 25px 50px 0px rgba(112, 112, 112, 0.15) inset
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.industry-body {
    background-color: white;
    position: relative;
}

.industry-body::after {
    content: '';
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFEDFF 0%, rgba(255, 243, 202, 0.72) 49.48%, rgba(255, 241, 218, 0.9) 100%);
    background-repeat: no-repeat;
    opacity: 30%;
}

.purple-round-width {
    width: 465.75px;
    height: 564.75px;
    position: absolute;
    top: 0;
    right: 0;
}

.ind-hero {
    position: relative;
    width: 100%;
    height: 100%;

}

.ind-hero-banner-heading {
    padding-top: 230px;
    padding-left: 31px;
}

.ind-hero-banner-heading h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -0.025em;
    text-align: left;
    margin-bottom: 25px;
}

.ind-hero-banner-heading p {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 675px;
    margin-bottom: 25px;
}

.ind-banner-image {
    margin: 62px auto 0 auto;
    position: relative;
    z-index: 2;
    /* max-width: 1072px; */
    height: 556px;
}

.ind-banner-info-box {

    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    box-shadow: var(--theme-box-shadow);
    border-radius: 5px;
    padding: 85px 80px 53px 80px;
    max-width: 781px;
    margin: auto;
    position: relative;
    top: -46px;
    z-index: 1;
}

.ind-banner-info-box p {
    max-width: 620px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.32px;
}

/* industries section */
.industries {
    padding-top: 230px;

}

.industries-div h3 {
    font-size: 72px;
    line-height: 65.02px;
    color: #31006F;
    letter-spacing: -0.8px;
    font-weight: 400;
    margin-bottom: 71px;
}

.industries-grid {
    display: flex;
    /* grid-template-columns: auto auto auto; */
    justify-content: space-between;
    column-gap: 55px;
    row-gap: 55px;
    flex-wrap: wrap;
    margin-bottom: 223px;
}

.industries-card {
    width: 30.5%;
    padding: 15px 25px 16px 25px;

}

.industries-card:hover {
    transition: all 0.3s ease;
    border-radius: 5px;
    /* border: 1px solid var(--white-color); */
    background-color: var(--white-color);
    box-shadow: var(--theme-box-shadow);

}

.industry-img {
    margin-bottom: 4px;
    height: 300px;
    width: 100%;
}

.industries-title h4 {
    font-size: 32px;
    line-height: 34.8px;
    font-weight: 500;
    color: var(--font-color);
    margin-bottom: 2px;
}

.industries-para p {
    font-size: 22px;
    letter-spacing: 0.02em;
    color: var(--stone-color);
    max-width: 450px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* innovations section */

.innovations-section {
    position: relative;
    margin-bottom: 516px;
    /* /* background-image: url(../images/innovations-bg.png); */
}

.innovations-bg-img {
    position: relative;
    background-size: cover;
    /* height: 125vh; */
    padding-top: 88px;
    padding-bottom: 47px;
}

.innovations-bg-img::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/innovations-bg.png);
    -webkit-mask-image: linear-gradient(180.29deg, rgba(255, 255, 254, 0), #FFFBF0 99.75%);
    mask-image: linear-gradient(180.29deg, rgba(255, 255, 254, 0), #FFFBF0 99.75%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.innovations-yellow-img {
    position: absolute;
    top: 0;
    right: 0;
}

.innovations-blue-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.innovations-heading h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -0.05em;
    color: #31006F;
    margin-bottom: 16px;
}

.innovations-heading p {
    font-size: 36px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
}



.innovations-case-card {
    padding: 30px 0 0 !important;
}

.case-card {
    padding: 50px 0 150px;
}


.innovations-case-shadow {
    padding: 39px 54px 48px 44px !important;
    position: relative;
    z-index: 1;
}

.case-shadow {
    box-shadow: var(--theme-box-shadow);
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 41px 54px 48px 54px;
}

.case-card-wrapper {
    display: flex;
}

.case-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    color: var(--stone-color);
    margin-bottom: 10px;
}

.case-number {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--federation-color);
    padding-bottom: 9px;
    padding-top: 8px;
}

.case-img {
    max-width: 336px;
}

.innovations-case-desc {
    padding-top: 40px;
    max-width: 520px !important;
    margin-bottom: 9px;
}

.case-desc {
    letter-spacing: 0.02em;
    max-width: 543px;
}

.case-left {
    flex: none;
    padding-top: 40px;
}

.case-right {
    padding-left: 42px;
}

.case-category {
    border: 1.5px solid rgba(50, 62, 72, 0.6);
    border-radius: 2px;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    color: rgba(50, 62, 72, 0.698);
    margin: 15px 15px 15px 0;
}

.case-read-more {
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 14px 17px;
    background-color: var(--fluid-blue-color);
    margin-top: 10px;
}

.view-all-btn {
    display: flex;
    justify-content: center;
    margin-top: 59px;

}

.innovations-section {
    margin-bottom: 150px;
}

.office-contact {
    padding-top: 100px;
    padding-bottom: 302px;
}

.industries-card {
    cursor: pointer;
}


@media screen and (max-width:1500px) {
    .industries-card {
        width: 29%;
        padding: 15px 18px 16px 18px;
    }
}

@media screen and (max-width:991px) {
    .industries-card {
        width: 48%;
    }
}

@media screen and (max-width:576px) {
    .industries-card {
        padding: 0;
    }
    .industry-img{
        width: 100%;
    }

    .industries-para p {
        max-width: 157px;
        font-size: 15px;
        max-width: 450px;
    }
}

@media screen and (max-width:530px) {
    .industries-card {
        width: 47%;
        padding: 4px 4px 4px 4px;
    }
}

@media only screen and (max-width: 991px) {
    .innovations-btn{
        flex-wrap: wrap;
    }
    .case-category{
        margin: 0px 12px 12px 0; 
     }
}
