.sectin-header-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 1em;
    font-weight: bold;
}


.latest-insights-section{
    margin: 1em 0;
    padding: 1em 0;
}

.latest-insights-section .insights-row {
    display: grid;
    align-items: center;
    grid-template-columns:  1fr 5.8fr;
}

.swiper{
  max-width: 1080px;
}

.insights-card{
    background: #1A2C58;
    padding: 2em 2em;
    width: 250px;
    height: 100%;
    align-items: center;
    display: grid;
    gap: 6px;
    
}

.insights-card-title{
    color: #00BCCA;
    font-size: 32px;
    margin: 0 0 0px 0;
}

.insights-card-description {
    color: white;
    font-size: 14px;
    margin: 0%;
}

.insight-input-field{
    padding: 6px 12px;
    border-radius: 9px;
    outline: #1A2C58;
    color: black;
    font-size: 16px;
    border: none;
    background: none;
    width: 100%;
    display: block;
}

.insight-input-field::placeholder {
    color: rgb(184, 184, 184);
}

.insights-form{
    display: flex;
    align-items: center;
    background: #ffffff5a;
    width: fit-content;
    border-radius: 9px;
}

.form-search-icon svg{
    color: white;
    height: 16px;
}

.insight-submit-btn{
    border: none;
    padding: 0 0 3px 0;
    margin: 0%;
    background: none;
}

.insights-swiper-wrapper{
    display: block;
    box-sizing: border-box;
 
    background: gray;
}

.card-img {
    width: 100%;
    height: auto;
}

.card {
    margin: 0%;
    padding: 1em;
    display: grid;
    grid-template-columns: none;
    border: 1px solid white;
}

.read-more {
    color: #DC5408;
    text-decoration: none;
}

.read-more::after {
    content: "";
    height: 2px;
    width: 10px;
    background: #DC5408;
   
}

.swiper-wrapper {
    padding: 1em 1em;
}

.section-header-title {
    font-size: 32px;
    font-weight: bold;
    color: #00BCCA;
    margin-bottom: 1em;
}

.gallery-card-img{
    width: 100%;
}

.gallery-grid{
    background: #D9D9D9;
    padding: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
    border-radius: 15px;
    height: 360px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 1em 0;
    
}

@media screen and (max-width: 720px) {
    .insights-row {
        display: block!important;
    }

    .insights-swiper-wrapper{
        padding: 1em;
        background: rgb(242, 242, 242);
    }

    .insights-card {
        background: #1A2C58;
        padding: 2em 2em;
        width: 250px;
        height: 100%;
        align-items: center;
        display: grid;
        gap: 6px;
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .insights-card-description{
        margin: 1em 0;
    }

    .latest-insights-section .sectin-header-title {
        font-size: 22px!important;
        margin: 0 0 1.5em 0;
    }

    .insight-input-field {
        display: block;
        width: 100%;
    }

    .insights-form {
        width: 100%;
    }

    .hero-section-title-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .hero-content-title {
        margin: 1em;
    }

    .section-header-title {
        font-size: 22px;
    }

   
}


.industry-report-info-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.card-img {
    width: 100%;
}

.insights-card-secondary {
    background-color: white;
    padding: 12px;
    border-radius: 15px;
}


.insights-card-secondary img {
    width: 100%;
}

.card-info-wrapper {
    padding: 6px;
    height: 100px;
}

.card-info-wrapper {
    padding: 6px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}