/* Class CSS Start */
h2{
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: bold;
}
h3{
    font-size: 28px;
    font-family: "Montserrat";
}
.para{
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    padding: 0;
    margin: 10px 0;
}
.traditional__banks ul li,
.case__study ul li{
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    padding: 0;
    list-style: disc;
}
/* Class CSS End */




/* Main Blog Page Hero Section Start */
.heroSection{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: calc(60dvh - 114px);
}
.heroSection::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/assets/img/insightHeaderPic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0px);
    opacity: 40%;
    z-index: 0;
}
.heroSection::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5); /* Darker overlay */
    z-index: 0;
    opacity: 100%;
}
.heroSectionRow{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.heroSectionDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    /* margin-top: 60px; */
}
.heroSectionDiv .heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.heroSectionDiv .heading h1{
    color: white;
    font-weight: 600;
    font-size: 64px;
    font-family: 'Montserrat';
    text-align: center;
}
.heroSectionDiv .heading p{
    color: white;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Montserrat';
    text-align: center;
    max-width: 80%;
}
.heroSection.blogInnerBanner p{
    max-width: 70%;
}
.heroSectionDiv .heading .instVerifiedBadge{
    width: auto;
    height: 20px;
    margin-bottom: 2px;
}
/* Main Blog Page Hero Section End */


/* Blog Inner Page Hero Section Start */
.heroSection.blogInnerBanner{
    height: calc(70dvh - 114px);
}
.blogInnerBanner.one::after{
    background-image: url(/assets/img/blogOneInnerBannerBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blogInnerBanner.two::after{
    background-image: url(/assets/img/blogTwoInnerBannerBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heroSection.blogInnerBanner .heading h1{
    font-size: 32px;
}
.heroSection.blogInnerBanner .heading h2{
    color: white;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Montserrat';
    text-align: center;
}
/* Blog Inner Page Hero Section End */


/* Main Blog Page Cards Start */
.card{
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.card .cardimg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .cardimg img{
    width: auto;
    height: 250px;
    border-radius: 20px;
}
.card .cardbody{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid #556EA4;
    border-radius: 20px;
    padding: 20px;
}
.card .cardbody h5{
    font-size: 22px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 600;
}
.card .cardbody h6{
    font-size: 20px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 500;
}
.card .cardbody p{
    font-size: 18px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    min-height: 136px;
}
.card .cardBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.card .cardBtn .read-more-btn{
    font-size: 18px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 600;
    background-color: #556EA4;
    border: 1px solid #556EA4;
    padding: 10px 30px;
    border-radius: 10px;
}
.card .cardBtn .read-more-btn:hover{
    background-color: transparent;
    border: 1px solid #556EA4;
}
/* Main Blog Page Cards End */


/* Blog Inner Page Content End */
.the__numbers__speak{
    padding: 60px 0 0px;
}
.right__fit__comes{
    padding: 60px 0 30px;
}
.the__numbers__speak h2{
    min-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.the__numbers__speak p{
    max-width: 80%;
    margin: 0 auto;
}
/* Blog Inner Page Content End */


/* traditional__banks Start */
.traditional__banks{
    padding: 60px 0;
}
.traditional__banks img{
    width: auto;
    height: 100%;
    border-radius: 15px;
}
/* traditional__banks End */


/* grey__box__para Start */
.grey__box__para{
    background-color: #D9D9D9;
    padding: 60px 0;
    margin: 60px 0 80px;
}
.grey__box__para h2{
    color: black;
    margin-bottom: 20px;
    font-weight: 800;
}
.grey__box__para p{
    color: black;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
/* grey__box__para End */

.case__study{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 60px 0;
}
.case__study__card{
    box-shadow: inset 3px 4px 4px  0px rgba(0, 0, 0, 25%);
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    align-items: flex-start;
}
.case__study__card img{
    margin-bottom: 10px;
    width: auto;
    height: 50px;
}
.case__study__one{
    background-image: url(../img/case__study__one.png);
}
.case__study__two{
    background-image: url(../img/case__study__two.png);
}
.case__study__three{
    background-image: url(../img/case__study__three.png);
}
.case__study__working__capital{
    background-image: url(../img/case__study__working__capital.png);
}
.case__study__equipment__financing{
    background-image: url(../img/case__study__equipment__financing.png);
}
/* Case Study One */
.case__study h2{
    color: black;
    font-weight: 800;
}
.case__study h3{
    font-size: 28px;
    color: black;
    font-weight: 600;
    margin-bottom: 40px;
}
.case__study .case__study__card p{
    color: black;
    font-weight: 600;
    max-width: 90%;
    margin: 0px auto;
    min-height: 250px;
}
/* Case Study Two */
.case__study__two h2{
    color: white;
    font-weight: 800;
}
.case__study__two h3{
    color: white;
    font-weight: 600;
}
.case__study__two .case__study__card p{
    min-height: 220px;
}
/* Case Study Two */
.case__study__three h2{
    color: black;
    font-weight: 800;
}
.case__study__three h3{
    color: black;
    font-weight: 600;
}
.case__study__three .case__study__card p{
    min-height: 240px;
}
.case__study .para{
    margin-bottom: 20px;
}
.case__study__working__capital .case__study__card p{
    min-height: 150px;
}
.case__study__working__capital .heading .para{
    color: black;
}
.case__study__equipment__financing .case__study__card p{
    min-height: 150px;
}
.case__study__equipment__financing h2{
    color: white;
}
.case__study__equipment__financing h3{
    color: white;
}

.case__study .subHeading{
    margin: 0;
}



@media(max-width: 1441px){
    .heroSectionDiv .heading {
        gap: 10px;
    }
}
@media(max-width: 1025px){
    .heroSection.blogInnerBanner p {
        max-width: 80%;
        font-size: 16px;
    }
    

    .card .cardbody h5 {
        min-height: 80px;
    }
    .traditional__banks img {
        width: auto;
        height: auto;
    }
    h2 {
        font-size: 24px;
    }
    .para {
        font-size: 16px;
    }
    .traditional__banks ul li, .case__study ul li {
        font-size: 16px;
    }
    .traditional__banks img {
        width: 100%;
        height: auto;
    }
    .case__study .case__study__card p {
        max-width: 100%;
    }
    .case__study__two .case__study__card p {
        min-height: 240px;
    }
    .case__study__three .case__study__card p {
        min-height: 260px;
    }
}
@media(max-width: 801px){
    .heroSection {
        height: calc(80dvh - 114px);
    }
    .heroSectionDiv .heading h1 {
        font-size: 30px;
    }
    .heroSectionDiv .heading p {
        font-size: 18px;
        max-width: 100%;
    }


    .card .cardimg img {
        height: 100%;
    }
    .card .cardbody h5 {
        font-size: 20px;
    }
    .card .cardbody p {
        font-size: 14px;
        min-height: 110px;
    }


}
@media(max-width: 501px){
    .heroSection {
        height: calc(60dvh - 114px);
    }
    
    .heroSectionDiv .heading h1 {
        font-size: 24px;
    }
    .heroSection.blogInnerBanner .heading h2 {
        font-size: 20px;
    }
    .heroSectionDiv .heading p {
        font-size: 14px;
    }
    
    .heroSection.blogInnerBanner .heading h1 {
        font-size: 24px;
    }

    .card .cardbody h5 {
        font-size: 16px;
        min-height: 70px;
    }
    .card .cardbody p {
        font-size: 14px;
        min-height: 60px;
    }
    .card .cardBtn .read-more-btn {
        font-size: 14px;
    }


    .the__numbers__speak {
        padding: 60px 0 0px;
    }
    .the__numbers__speak p {
        max-width: 100%;
        margin: 0 auto;
    }
    .grey__box__para {
        margin: 20px 0 20px;
    }
    .case__study__two .case__study__card p {
        min-height: 130px;
    }

    .para {
        font-size: 14px;
    }
    .traditional__banks {
        padding: 0px 0 60px;
    }
    .traditional__banks ul li, .case__study ul li {
        font-size: 14px;
    }


    .case__study .case__study__card p {
        max-width: 100%;
        min-height: 140px;
    }

    .case__study {
        margin: 40px 0;
    }
    .case__study h3 {
        font-size: 20px;
    }
    .case__study__working__capital .case__study__card p {
        min-height: 100px;
    }
    .case__study__equipment__financing .case__study__card p {
        min-height: 84px;
    }
    .the__numbers__speak {
        padding: 20px 0 30px;
    }
}
@media(max-width: 391px){
    .heroSection.blogInnerBanner {
        height: calc(100dvh - 114px);
    }
}
@media(max-width: 321px){
    .heroSectionDiv .heading h1 {
        font-size: 20px;
    }
    .heroSection.blogInnerBanner .heading h2 {
        font-size: 18px;
    }
    .heroSectionDiv .heading p {
        font-size: 12px;
        max-width: 100%;
    }


    .heroSection.blogInnerBanner .heading h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 20px;
    }
    .para{
        font-size: 12px;
    }
    .traditional__banks ul li, .case__study ul li {
        font-size: 12px;
    }
    .case__study h3 {
        font-size: 16px;
    }
}