@media (max-width: 510px) {
    :root {
        /* --swiper-pagination-bottom: -40rem; */
      }

      .branding-bar .logo {
        width: 180px;
        height: auto;
    }
    .arrow{
        top:5px;
    }
    .desktop-hidden{
        visibility: visible;
        display: block !important;
    }
    .branding-bar .logo img{
        width: 85%;
    }
    .logo img{
        width: 30%;
    }
    .container-wrapper{
        max-width: 120% !important;
        width: 100%;
    }
    .nav-parent {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-parent .side-logos{
        visibility: visible;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 15px;
    }
    .nav-btns {
        font-size: 16px;
    }
    .nav-links{
        font: normal 300 22px/24px Chillax;
    }
    .side-logos .nav-search-icon{
        visibility: visible;
        display: block;
        top: 2px;
    }
    .carousel-container .swiper-slide {
        flex-direction: column;
    }
    .slide-image{
        height: 25rem;
    }
    .slide-image, .slide-content{
        width: 100%;
    }
    .last-content .news-container .top-row{
        flex-direction: column;
        row-gap: 3rem;
        margin-bottom: 10%;
        margin-top: 2%;
    }
    .last-content .news-container .bottom-row{
        display: none;
        visibility: hidden;
    }
    .news-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .news-section{
        flex-direction: column;
        height: auto;
    }
    .news-section-wrapper .side-content{
        display: none;
        visibility: hidden;
    }
    .video-info-wrapper{
        flex-direction: column;
    }
    .videos-page .text-banner {
    margin-bottom: 4rem;
    }
    .job-details-page-banner-wrapper .job-offer-image-small {
    height: 15rem;
}
    .videos-section .bottom-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .mag-btns{
        font: normal normal 600 10px/15px 'Chillax', sans-serif;
        width: unset;
    }
     .job-info-page .job-offer-wrapper{
        align-items: normal;
        padding-bottom: unset;
        margin-bottom: 40px;
    }
    .job-offer-wrapper{
        padding-bottom: unset;
    }
    .job-details-page-banner-wrapper > *
 {
    flex: 0 0 48%;
}
    .job-info-page .job-offer-wrapper > *{
        flex: 0 0 48.5%;
    }
    .job-info-page .job-offer-desc{
        height: auto;
    }
    .job-info-page .offer-btns {
    margin-top: 10px;
}
    .job-info-page .offer-title {
    font: normal normal 900 20px / 20px 'Inter', sans-serif;
    }
    .e-news-letter .input-wrapper *{

        flex: 0 0 100%;
    }
    .e-news-letter .form-wrapper{
        gap:1rem;
    }
    .e-news-letter .form-wrapper button{
        width: 43% !important;
    }
    .btn-checkbox-wrapper{
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    .footer-container{
        display: grid;
    }
    .category-tag{
        font-size: 10px;
    }
    .controls-wrapper{
        z-index: 5;
        width: 100%;
        bottom: 395px;
    }
    .bottom-news img{
        width: 100%;
    }
    .news-bottom-grid{
        flex-direction:column;
    }
    .news-content-wrapper .side-content{
        visibility: hidden;
    }
    .news-content-wrapper{
        margin-bottom: 50px;
    }
    /* .news-nav-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    } */
    .news-nav-wrapper {

        overflow-x: auto; 

    }
    .news-nav-btn {
        flex: 0 0 auto; /* <-- NEW: prevent shrinking */
    }
    .news-nav-wrapper::-webkit-scrollbar {
        display: none; 
    }
    .news-nav-btn{
        font-size: 10px;
    }
    .news-normal-wrapper img{
        object-position: 0 0 !important;
        height: 300px;
    }
    .news-card-wrapper{
        transition: all 0.5s ease-in-out;
    }
    .view-more{
        visibility: visible;
        display: block;
        border: none;
        text-align: center;
        text-decoration: underline;
        text-underline-offset: 4px;
        position: relative;
        top: -6rem;
    }
    .copy-link-btn{
        flex: 0 0 17%;
    }
    .videos-section .side-content{
        visibility: hidden;
    }
    .insight-summit{
        margin-top: 0;
    }
    .agenda-cards .side-content{
        visibility: hidden;
    }

    .agenda-cards .agenda-wrapper img{
        border-radius: unset;
    }
    .agenda-cards .agenda-wrapper{
        flex-direction: column;
    }
    .agenda-cards .agenda-wrapper .agendabanner01{
        border-radius: 10px 10px 0 0;
        width: 100%;
        object-fit: cover;
    }
    .agenda-cards .agenda-wrapper{
        height: unset;
    }
    .agenda-cards .agenda-wrapper .agenda-image, .agenda-cards .agenda-wrapper .agenda-desc{
        width: 100%;
    }
    .agenda-cards .agenda-desc{
        border: 1px solid;
        padding-right: 2%;
        padding-left: 2%;
        border-radius: 0 0 10px 10px;
        border-top: none;
    }

    .help-wrapper{
        height: 30rem;
    }
    .past-events .row-title{
        font-size: 14px;
    }
    .past-events{
        margin-bottom: 100px;
    }
    .past-title-wrapper{
        flex: 0 0 60%;
    }
    .upcoming-events .carousel-track{
        flex-direction:column;
        gap: 2rem;
    }
    .upcoming-events .carousel-slide{
        max-width: 100%;
        height: 100%;
    }
    .upcoming-events .desktop-hidden .swiper-slide{
        height: unset;
    }
    .upcoming-events .agenda-slide-img img{
        width: 100%;
    }
    .overlaycommunity-content{
        padding: 5%;
    }
    .overlay-content{
        padding: 5%;
    }
    .overlay-content .title{
        line-height: 50px;
    }
    .news-desc-wrapper .newsDesc{
        line-height: 36px;
    }
    .last-content .news-container .top-row .dimensions-adj-left{
        object-fit: cover;
    }
    .controls-wrapper-car-2{
        width:100%;
    }
    .overlaycommunity-content .title{
        line-height: 50px;
    }
    .slide-content h2 {
        font-size: 20px;
    }
    .slide-content .description{
        font-size: 15px;
        margin-top: 25px;
    }
    .carousel-container .swiper-slide{
        height: 625px;
    }
    .upcoming-events .btn-align-register{
        padding: 20px 30px;
    }
    .news-content{
        text-decoration: none;
    }
    .news-content h2{
        font-size: 20px !important;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .most-popular .popular-title{
        font-size: 20px;

    }
    #car-2-next-btn img{
        border-radius: 10px;
        box-shadow: 1px 1px 5px;
    }
    #car-2-prev-btn img{
        border-radius: 10px;
        box-shadow: 1px 1px 5px;
    }
    .bottom-news {
        margin-bottom: 3%;
    }
    .mobile_swiper{
        visibility:visible;
        display: block;
    }
    .mobile-hidden{
        display: none;
        visibility: hidden;
    }
    .mobile-hidden-important{
        display: none !important;
        visibility: hidden;
    }
    .mobile_swiper img{
        width: 100%;
        height: 270px;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
    .last_content_swiper{
        color: #3A35A4;
    }
    .last_content_pagination {
        text-align: center; 
        margin-top: 20px;
      }
      .magazine_swiper_pagination{
        text-align: center; 
        margin-top: 20px;
        margin-bottom: 40px;
      }
      .other-magazine{
        flex: 1;
      }

      .jobs_swiper_pagination{
        text-align: center; 
        margin-top: 20px;
        margin-bottom: 100px;
      }
      .magazine-wrapper{
        row-gap: 2rem;
        flex-direction: column;
      }
      .brand-and-nav{
        position: sticky;
        top: 0;
        z-index: 9999;
    
      }
      .news_swiper_pagination{
        text-align: center; 
        margin-top: 15px;
        margin-bottom: 100px;
      }
      .news_swiper{
        color: #3A35A4;
      }
      .news-letter-last-content-wrapper{
        padding-bottom: none;
      }
      .insight_podcasts_swiper_pagination{
        text-align: center; 
      }
      .videos_events_swiper_pagination{
        text-align: center; 
      }
      .blue-container .videos_events_swiper_pagination .swiper-pagination-bullet{
        background: white;
      }
      .insight_podcasts_swiper_pagination .swiper-pagination-bullet{
        background: white;
      }
      .insights-surveys{
        padding-bottom: 65px;
      }
      .upcoming_events_swiper_pagination{
        text-align: center; 
        margin-top: 15px;
      }
      .news-section .most-popular{
        max-width: unset;
        overflow-y: auto;
        top: 4rem;
      }
      .news_banner_swiper_pagination{
        text-align: center; 
      }
      .news_page_banner_swiper_pagination{
        text-align: center; 
        margin-bottom: 150px;
      }
      .social-desc-wrapper{
        margin-bottom: 70px;
      }
      .social-link{
        font-size: 10px;
      }
      .overlay-close-btn{
        position: absolute;
        top: 2px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 35px;
        color: white;
        cursor: pointer;
      }
      .overlay-close-btn-blue{
        position: absolute;
        top: 5px;
        right: 5px;
        background: transparent;
        border: none;
        font-size: 35px;
        color: #3A35A4;
        cursor: pointer;
      }
      .videos-section .video-details{
        margin-top: 10px;
      }
      .videos-section .bottom-row{
        margin-top: 40px;
      }
      .videos-section .bottom-row .news-item{
        margin-bottom: 1rem;
      }

      .interview_events_swiper_pagination{
        text-align: center; 
      }
      .interview_events_swiper_pagination .swiper-pagination-bullet{
        background: white;
      }

      .podcast_events_swiper_pagination{
        text-align: center; 
      }
      .podcast_events_swiper_pagination .swiper-pagination-bullet{
        background: white;
      }

      .truncate-paragraph {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .news-desc img{
        height:300px;
      }
      .news-content-wrapper .news-content h2{
        font-size: 20px !important;
      }
      .news-desc-wrapper .newsDesc{
        margin-bottom: 30px;
      }

      .interview_insight_events_swiper_pagination{
        text-align: center; 
      }
      div.insight-videos > div > div.video-info-wrapper > div.thumbnail-container > img.news-main-img{
            height: 15rem !important;
            object-fit: cover;
            border-radius: 10px;
    }
    .iframe-magazine {
    height: 400px;
}
    /* .magazine-pages .other-magazine-wrapper .other-magazine-slide img{
        height: unset;
        width: 100%;
    } */
    .other-magazine-wrapper > *{
        flex: 0 0 48%;
    }
    .other-magazine-slide a p{
        font-size: 19px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .other-magazine-slide{
        padding: unset;
        
    }
    .other-magazine-slide:hover a p{
    color: #3A35A4;
}
    .other-magazine-slide:hover{
            background-color: initial;
    color: #3A35A4;
    }

    .other-magazine-slide:hover .new-label{
    opacity: 0;
}

.other-magazine-slide:hover a:hover{
    color: #3A35A4;
}
  .insight-videos-page{
    margin-top: 20px;
  }
  .last-content .news-container{
    margin-top: unset;
  }
  .news-content .podcast-sub-title strong {
    font-size: 14px !important;
}
.podcasts-page .news-content p{
    font-size: 14px;
}
.podcasts-page .news-content .podcasts-details-title strong {
    font-size: 14px;
}
.podcasts-page .news-content .podcasts-details-title{
    font-size: 14px;
}
.podcasts-page .news-content .podcasts-details-sub-title{
    font-size: 18px;
        line-height: 22px;
}
.podcasts-page .news-content .podcasts-details-sub-title strong {
    font-size: 18px !important;
    line-height: 20px;
}

.agenda-program-wrapper{
    display: block;
    padding: 5%;
}
.agenda-program-desc{
    padding-bottom: 13%;
}
.agenda-program-card{
    margin-bottom: 5%;
    padding: 3%;
}

.agency-img-desc-wrapper{
    display: block;
}
.right-side-add{
    display: none;
}
.job-offer-row-value{
    text-align: right;
}
.job-offer-cards-wrapper{
    flex: 0 0 35%;
}
.job-offer-page-wrapper img {
    width: 100px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}
.job-offer-title {
    font-size: 10px;
    font-weight: 800;
    line-height: unset;
    width: 70%; 
}
.job-offer-card-btns {
    gap: 2px;
    flex-direction: column;
}
.job-offer-page-wrapper .new-btn{
    font-size: 10px;
    padding: 6px 3px;
}
.job-offer-posted-on {
    font-size: 10px;
}
.job-offer-detailed-desc .job-offer-title {
        font-size: 15px;
    }
    .job-offer-location {
    font-size: 12px;
}

.tech50-row{
    flex-wrap: wrap;
}
.tech50-alphabets{
    gap: 7px; 
}
.tech50-content .tech50-col-one{
    flex: 0 0 50%;
}
.tech50-content .tech50-col-one img{
    width: 100%;
}
.tech50-content .tech50-col-two{
    flex: 0 0 49%;
    border-right: none;
}
.tech50-content .tech50-col-three{
    flex: 0 0 99%;
}

.postulate-btn{
    margin-bottom: 1rem;
}
.magazine-pages .other-magazine-slide {
    flex: 0 0 48%;
}
.for-news-page-mobile{
    top: -11rem;
}
  } 
  