.content{
    margin: 0;
    overflow: hidden;
    height:520px;
    background-image: url(../assets/industry-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:var(--white) ;
    background-position:top;
    background-origin: border-box;  
    background-attachment: revert;
}
.indus-background-img{
    background-image: url("assets/industrices-background-img-1st.png");
    background-repeat: no-repeat;
}
span.page-heading {
    font-size: 40px;
    color: #2D1D61;
    font-weight: 600;
}

.sub-headings{
    font-size: 30px;
    color: #000000;
    padding: 30px 0;
}
.insight-main-imgwrap {
    width: 100% !important;
}
.indus-category-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 40px 0 10px;
    justify-content: flex-start; 
    background-color: #F5F3FD;
    
}
.indus-category-wrap .right-wrap{
    width:50%;
}
.indus-category-heading{
    font-size: 2em;
    font-weight: bold;
    position: relative;
    padding: 0px 0px 0 60px;
}

.indus-popup{
    width: 50%;
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px;
    background: #fff;
    border-radius: 10px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top:0;
}
.indus-popup-heading{
    font-size: 18px;
    padding: 10px 0;
}
.indus-popup-heading a {
    text-decoration: none;
}
.indus-popup-content{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    text-align: justify;
    letter-spacing: 0.5px;
    word-spacing: normal;
}
.indus-category-content{
    width: 60%;
    padding: 20px 60px;
    text-align: justify;
}
.indus-category-imgwrap{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    
.timeline-wrap .right-wrap p {
    font-size: 16px;
}
.indus-category-btnwrap{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

.indus-img-links{
    font-size: 20px;
    font-weight: 600;
    margin-right: 30px;
    text-decoration: none;
    color: var(--dark-purple);
}
.indus-white-wrap{
    background-color: #7951f921 !important;
}
.btn-icon{
    color: var(--dark-purple);
    padding: 0 10px;
}
.FAQ-wrap .timeline-card p {
    padding: 10px 0;
    letter-spacing: normal;
}
.indus-category-wrap:hover .indus-hovering-contentwrap{
    display: flex;
    background-color: white;
}
.indus-hovering-contentwrap{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    background-color: white;
    height: fit-content;
    padding: 20px;
    border-radius: 20px;
    text-align: justify;
    overflow: hidden;
}
.indus-category-wrap{
    display: flex;
    flex-direction: row;
    width: 100%; 
    background-color: #F9F7FF;    
    overflow: hidden;
}

.indus-reporting-img{
    width: 50%;
    margin-left: 60px;
    border-radius: 16px;
    /* transition: all 2s ease-in-out;
    transform: scale(1); */
    overflow: hidden;
}
.pagedetail-img{
    padding-bottom: 5px;
}
@media only screen and (min-width: 750px) and (max-width:1115px){
    .indus-category-content {
        width: 67%;
        padding: 20px 0px;
        text-align: justify;
    }
    .indus-img-links {
        font-size: 15px;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
        /* color: var(--light-orange); */
    }
}
@media only screen and (min-width: 500px) and (max-width:750px){
    .indus-category-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    .indus-category-content {
        width: 100%;
        padding: 20px 20px;
        text-align: justify;
    }
    .indus-category-btnwrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 0;
    }
    .indus-category-imgwrap {
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 0;
    }
}
@media only screen and (min-width: 350px) and (max-width:500px){
    .indus-category-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    .indus-category-content {
        width: 100%;
        padding: 20px 20px;
        text-align: justify;
    }
    .indus-category-btnwrap {
        width: 100%;
        padding: 20px 0;
    }
    .indus-category-imgwrap {
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 0;
    }
    .indus-img-links {
        font-size: 12px;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
        /* color: #7951F9; */
    }
    p {
        font-size: 13px;
        color: #363049;
        padding: 5px 0;
        line-height: 1.5;
        letter-spacing: 0.5px;
        word-break: break-word;
        word-spacing: 2px;
    }
}
@media only screen and (min-width:280px ) and (max-width:350px){
    .indus-category-imgwrap {
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 20px 0;
    }
    .indus-category-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* background-color: #F8F8FA; */
        overflow: hidden;
    }
    .indus-category-content {
        width: 100%;
        padding: 0px 15px;
        text-align: justify;
    }
    .indus-category-btnwrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0;
    }
    .indus-img-links {
        font-size: 15px;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
        /* color: #7951F9; */
    }

}
@media only screen and (min-width:650px) and (max-width:800px) {
    .content .left-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 10px;
    }
 }
 @media only screen and (min-width:500px) and (max-width:650px) {
    .content {
        margin: 0;
        overflow: hidden;
        height: 350px;
        background-image: url(../assets/industry-background.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #1B1139; */
        background-position: top;
        background-origin: border-box;
        background-attachment: revert;
    }
 }
 @media only screen and (min-width:280px) and (max-width:500px) {
    .content {
        margin: 0;
        overflow: hidden;
        height: 350px;
        background-image: url(../assets/industry-background.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #1B1139; */
        background-position: top;
        background-origin: border-box;
        background-attachment: revert;
    }
    .white-text-para {
        font-size: 17px;
        color: var(--black);
    }
    .content .left-wrap div {
        font-size: 30px;
        line-height: 18px;
        display: block;
    }
    .content .left-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px;
    }
    .pagedetail-img{
        display: none;
      }
 }
