/* Responsive laptop design  */
 
@media (max-width: 1240px) and (min-width: 769px) {

    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        display: flex;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(4px);
    }

    .header-menu .header-button{
        display: none;
    }

    .text-heading img {
        width: 31px;
        height: 32px;
        position: absolute;
    }
     

    .title p,
    .title p span,
    .title-content p,
    .Highlight-content p,
    .Highlight-percentage p,
    .title-percentage p {
      font-size: 48px;
      line-height: 34px;
    }

    .title-words p {
        font-weight: 500;
        font-size: 24px;
        color: #272727;
    }

    .Highlight-percentage {
        height: auto;
    }

    .Highlight-content {
        height: auto;
    }

    .title-percentage {
        gap: 8px;
    }
    

    /* Gro Media Content */

    .GroMedia-section {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .carousel-buttons{
        display: block !important;
        display: flex !important;
        justify-content: center;
        gap: 16px;
    }

    .GroMedia-sentence p {
        font-weight: 800;
        font-size: 32px;
        color: #F50000;
    }

    .GroMedia-future {
        gap: 10px;
    }

    .para-content {
        display: flex;
        flex-direction: column;
        /* padding: 34px 26px; */
        gap: 10px;
    }

    /* Blogs section */
    .blogs-section {
        /* padding-top: 80px; */
        padding-bottom: 80px;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    /* Footer Section */
    .footer {
        background: #272727;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        padding-top: 72px;
    }
}


@media (max-width: 768px) and (min-width: 481px){



    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        display: flex;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(4px);
    }

    .back-to-top button{
        display: none;
    }

    .title p,
    .title p span,
    .title-content p,
    .Highlight-content p,
    .Highlight-percentage p,
    .title-percentage p {
      font-size: 40px;
      line-height: 34px;
    }

    .GroMedia-section {
        padding-bottom: 80px;
        padding-top: 80px;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .GroMedia-paragraph p {
        font-size: 20px;
    }

    /* .GroMedia-paragraph p br{
        display: none;
    } */

    .Highlight-percentage {
        height: auto;
        padding: 16px 24px;
    }

    .Highlight-content {
        height: auto;
        padding: 16px 24px;
    }

    .title-content{
        gap: 8px;
    }

    .title-percentage {
        gap: 10px;
    }

    .GroMedia-sentence p {
        font-size: 28px;
    }

    .features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 72px;
        gap: 22px;
    }

    .feature-card {
        display: grid;
        /* height: 168px; */
        padding: 34px 26px;
        border-radius: 8px;
        background-color: #FFFFFF;
        text-align: center;
        border: 1px solid #E4E4E4;
    }

    .GroMedia-future {
        gap: 10px;
    }

    .GroMedia-future p {
        font-weight: 800;
        font-size: 38px;
        text-align: center;
        color: #fff;
    }

    .GroMedia-sentence p {
        font-weight: 800;
        font-size: 26px;
        text-align: center;
        color: #F50000;
    }

    .GroMedia-paragraph {
        padding-top: 14px;
    }

    .text-heading {
        display: flex;
        justify-content: center;
        padding-top: 18px;
        flex-direction: column;
        gap: 8px;
    }
    .para-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .blogs-section {
        padding-bottom: 80px;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .carousel-buttons {
        display: block !important;
        display: flex !important
;
        justify-content: center;
        gap: 16px;
    }

    .Insight-button {
        color: #272727;
        text-decoration: underline;
        text-decoration-color: #272727;
    }

    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
}

.footer .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    height: auto;
}

.rows{
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* .location p br{
    display: none;
} */

}

@media (max-width: 480px){

    html, body {
        margin: 0;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        display: flex;
        padding-left: 14px;
        padding-right: 14px;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(4px);
    }

    .card-Image{

    }

    br{
        display: none;
    }

    .header-button{
        display: none;
    }

    .header-menu .header-button{
        display: block !important;
    }


    .header-logo img {
        width: 70px;
        height: 34px;
    }

    .header-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 150px; */
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        position: relative;
        gap: 24px;
        width: -webkit-fill-available;
    }
    
    .Highlight-content {
        /* width: 311px; */
        height: auto;
        padding: 10px 14px;
    }

    .Highlight-percentage {
        height: auto;
        padding: 10px 14px;
    }

    .text-heading img {
        width: 20px;
        height: 20px;
        position: absolute;
        right: -14px;
        top: -8px;
    }

    .text-heading {
        padding-top: 12px;
        flex-direction: column;
        gap: 6px;
    }


    .title-content {
        gap: 8px;
    }

    .title-percentage {
        gap: 10px;
    }

    .title p,
    .title p span,
    .title-content p,
    .Highlight-content p,
    .Highlight-percentage p,
    .title-percentage p {
      font-size: 32px;
      line-height: 34px;
    }

    .back-to-top button {
        display: none;
    }

    .title-words p {
        font-size: 20px;
    }

    .downside-arrow img {
        width: 30px;
        height: 30px;
    }

    .GroMedia-section {
        padding-bottom: 80px;
        padding-top: 80px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .GroMedia-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 72px;
        gap: 22px;
    }

    .blogs p {
        font-size: 30px;
        /* font-size: 36px; */
    }

    .carousel-buttons {
        display: block !important;
        display: flex !important;
        justify-content: center;
        gap: 16px;
    }

    .GroMedia-sentence {
        /* padding: 16px 24px; */
        padding-top: 16px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        gap: 10px;
        border-radius: 50px;
        background-color: #FFFFFF;
    }

    .GroMedia-future p {
        font-weight: 800;
        font-size: 30px;
        text-align: center;
        color: #fff;
    }


    .GroMedia-sentence p {
        font-weight: 800;
        font-size: 22px;
        text-align: center;
        color: #F50000;
    }


    .GroMedia-paragraph p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }

    .GroMedia-future {
        gap: 12px;
    }

    .GroMedia-paragraph {
        padding-top: 12px;
    }

     .blogs-section {
        /* padding-top: 80px; */
        padding-bottom: 80px;
        padding-left: 14px;
        padding-right: 14px;
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
    }

    .Insight-button {
        color: #272727;
        text-decoration: underline;
        text-decoration-color: #272727;
    }

    .Insight-button:hover{
        text-decoration-color: #F50000;
    }

    .card-blog{

    }
    .card-blog img {
        width: 354px;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .arrow-icon-circle img{
        width: 28px;
        height: 28px;
        padding-top: 8px;
        padding-right: 5.5px;
        padding-bottom: 8px;
        padding-left: 5.5px;
        gap: 10px;
        top: 6px;
        left: 6.5px;
    }

    .footer {
        background: #272727;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        padding-top: 72px;
    }

    .footer .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        gap: 30px;
        padding-bottom: 30px;
}

.location p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.rows{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* hr{
    display: none;
} */

}

@media (max-width: 399px){

    .title p,
    .title p span,
    .title-content p,
    .Highlight-content p,
    .Highlight-percentage p,
    .title-percentage p {
      font-size: 28px;
      line-height: 34px;
    }

    .GroMedia-sentence {
        padding-top: 10px;
        padding-right: 14px;
        padding-bottom: 10px;
        padding-left: 14px;
        gap: 10px;
        border-radius: 50px;
        background-color: #FFFFFF;
    }


    .GroMedia-future p {
        font-weight: 800;
        font-size: 24px;
        text-align: center;
        color: #fff;
    }


    .GroMedia-sentence p {
        font-size: 16px;
        color: #F50000;
    }

    .blogs p {
        font-size: 24px;
        /* font-size: 36px; */
    }

    .card-blog img {
        width: 320px;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .arrow-icon-circle img{
        width: 28px;
        height: 28px;
        padding-top: 8px;
        padding-right: 5.5px;
        padding-bottom: 8px;
        padding-left: 5.5px;
        gap: 10px;
        top: 6px;
        left: 6.5px;
    }

    .blog-cards-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 40px;
    }

        .rows {
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }


}

@media (max-width: 320px) {

    .title p, .title p span, .title-content p, .Highlight-content p, .Highlight-percentage p, .title-percentage p {
        font-size: 24px;
        /* line-height: 34px; */
    }
    
    .blog-cards-section {
        gap: 20px;
    }

    .card-blog img {
        width: 290px;
        height: 180px;
    }

    .arrow-icon-circle img{
        width: 28px;
        height: 28px;
    }

    .title-sentence p {
        font-weight: 800;
        font-size: 16px;
        color: #272727;
    }

    .description p {
        font-weight: 400;
        font-size: 16px;
        color: #5E5F63;
    }

    .card-content {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.company-name{
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.company-name img{
    width: 20px;
    height: 20px;
}

.company-name p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

