.newsroom-top-space,
.news-details-main {
    margin-top: 122px;
}

.newsroom-banner {
    padding: 50px 0;
}

.newsroom-banner .newsroom-banner-wrap {
    background-color: #fff6fd;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 0;
    overflow: hidden;
    background-image: url(https://img.freepik.com/free-vector/gradient-white-background-wavy-lines_79603-2167.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: unset;
}

.newsroom-banner .inner-banner-content h1 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.newsroom-banner .inner-banner-content p {
    font-size: 20px;
}

.newsroom-banner .banner-image-section {
    position: relative;
    text-align: center;
}

.banner-image-section:before {
    content: "";
    position: absolute;
    left: -30%;
    top: -25%;
    width: 150%;
    height: 150%;
    background: #fff0fc;
    background: radial-gradient(circle, rgb(93 27 156 / 40%) 0%, rgb(255 240 252 / 0%) 60%);
}

.newsroom-banner .banner-image-section img {
    position: relative;
}

.newsroom-banner .newsroom-banner-wrap .inner-banner-content {
    position: relative;
    z-index: 1;
}



.newsroom-card-main {
    padding: 50px 0;
}

.newsroom-card-main:nth-child(odd) {
    background-color: #f9f9f9;
}

.newsroom-card-main .section-head-part {
    max-width: 100%;
    text-align: left;
}

.newsroom-card-main .section-head-part .section-head-title:before {
    left: 0;
    transform: translatex(0);
}


.newsroom-cards-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.newsroom-card-link-main {
    text-decoration: none;
    color: inherit;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.newsroom-card-link-main:hover {
    background-color: #ffffff;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.1);
}

.newsroom-card-link-main .newsroom-card-image {
    position: relative;
    overflow: hidden;
    padding-top: 59%;
    border-radius: 0;
}

.newsroom-card-link-main .newsroom-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    object-fit: cover;
}

.newsroom-card-link-main .newsroom-card-detail {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.newsroom-card-link-main .newsroom-card-title {
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsroom-card-link-main .newsroom-card-content {
    margin-bottom: 20px;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsroom-card-link-main .newsroom-date-category {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.newsroom-card-link-main .newsroom-card-category {
    font-weight: 700;
    color: var(--text-color);
}

.newsroom-card-link-main .newsroom-card-date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color);
}

.newsroom-card-link-main .btn-link {
    color: var(--text-color);
    padding: 7px 25px;
    border: 1px solid #dbdbdb;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: max-content;
    margin-top: auto;
}

.newsroom-card-link-main .btn-link img {
    width: 12px;
    height: auto;
    display: block;
    transform: rotate(45deg);
}

.newsroom-card-main .view-all-wrap {
    padding-top: 30px;
}

.newsroom-card-main .view-all-wrap .button {
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
}



.newsroom-latest-card-main {
    padding: 50px 0;
}

.newsroom-latest-card-main .newsroom-cards-list {
    display: block;
}

.newsroom-latest-card-main .newsroom-card-link-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    flex-wrap: wrap;
    gap: 30px;
}

.newsroom-latest-card-main .newsroom-card-image {
    width: calc(65% - 15px);
    padding-top: 40%;
    border-radius: 10px;
}

.newsroom-latest-card-main .newsroom-card-detail {
    width: calc(35% - 15px);
    padding: 0 !important;
}

.newsroom-latest-card-main .btn-link {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    max-width: unset;
    justify-content: center;
}

.newsroom-latest-card-main .btn-link:before,
.newsroom-latest-card-main .btn-link:after {
    display: none;
}

.newsroom-latest-card-main .btn-link .link-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    right: 8px;
}

.newsroom-latest-card-main .btn-link .link-icon img {
    width: 14px;
}

.newsroom-latest-card-main .newsroom-card-content {
    font-size: 18px;
    color: #727272;
}

.newsroom-latest-card-main .newsroom-card-detail .bottom-btn {
    margin-top: 30px;
}

.newsroom-list-tab-section {
    position: sticky;
    top: 122px;
    z-index: 2;
    background-color: #fff;
    padding: 10px 0;
}

@media (min-width:992px) {
    .newsroom-list-tab-navigation-mobile {
        display: none;
    }

    .newsroom-list-tab-navigation {
        display: flex;
        column-gap: 16px;
        list-style: none;
        padding: 0;
        max-width: max-content;
        margin: 0 auto;
        overflow: auto;
        width: 100%;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item {
        margin-bottom: 0;
    }

    .newsroom-list-tab-navigation .inner-item {
        text-decoration: none;
        color: #7c7c7c;
        font-size: 18px;
        font-weight: bold;
        padding: 12px 16px;
        display: block;
        border-radius: 40px;
        background-color: var(--light-gray-background);
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item.active .inner-item {
        color: #fff;
        background-color: #5d1b9c;
        background-image: linear-gradient(to left, #5d1b9c, #e94fca);
    }
}


.newsroom-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin-top: 40px;
}

.newsroom-pagination>a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-border-color);
    border-radius: 3px;
    margin: 0 4px 4px;
    cursor: pointer;
    color: var(--text-color);
    text-decoration: none;
}

.newsroom-pagination>a.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--banner-top-content-color);
}



.newsroom-filter {
    margin-bottom: 50px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 16px 16px
}

.newsroom-filter form {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news-category-selector {
    background-color: #fff;
    font-size: 16px;
    position: relative;
    padding: 12px 16px;
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    line-height: 1;
    /* border: 1px solid var(--primary-color); */
}

.newsroom-filter .news-category-dropdown {
    background-color: #fff;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    border-radius: 10px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-height: 300px;
    overflow: auto;
    padding: 10px 0;
    margin: 0;
    display: none;
    z-index: 2;
}

.newsroom-filter .news-category-dropdown li {
    list-style: none;
    margin: 0 0;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 10px 16px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.news-category-selected-value:before {
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: rotate(315deg) translatey(-50%);
    right: 16px;
}

.news-category-selector:has(.news-category-dropdown[style="display: block;"]) .news-category-selected-value:before {
    transform: rotate(135deg) translatey(50%);
}

.newsroom-filter .news-category-dropdown li:hover {
    color: var(--primary-color);
}


.newsroom-archive {
    padding-top: 50px;
}

.newsroom-archive-header {
    border-radius: 10px;
    display: block;
    margin-bottom: 50px;
    padding: 100px 50px;
    text-align: center;
    background-image: url(https://img.freepik.com/free-vector/gradient-white-background-wavy-lines_79603-2167.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: unset;
}

.newsroom-archive-header .heading>span {
    font-weight: 700;
    text-transform: capitalize;
    color: var(--Secoundry-color);
}

.newsroom-archive-header .heading>span:first-child {
    color: var(--text-color);
}

.newsroom-archive-header p {
    font-size: 20px;
    max-width: 650px;
    margin: 0 auto;
}


/* .search-wrapper {
    display: flex;
    width: 100%;
} */

button#newsroom-search-btn {

    border-radius: 30px;
    min-width: 160px;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}


.news-details-main {
    padding-top: 50px;
}

.news-details-content {
    display: flex;
}

.news-details-content-wrap {
    width: 70%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.news-details-content-left-stickey {
    width: 30%;
    padding-left: 30px;
}

.sticky-banner-common figure {
    width: 100%;
    margin: 0 0;
}

.sticky-banner-common figure a {
    display: block;
}

.sticky-banner-common figure a .wp-image-1605 {
    width: 100%;
    border-radius: 10px;
}

.news-details-image {
    margin-bottom: 0;
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    border-radius: 10px;
    width: 60%;
}

.news-details-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.news-details-top {
    padding: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #f9f9f9;
    margin-bottom: 50px;
    border-radius: 10px;
}

.news-details-top .news-details-top-content {
    width: 40%;
    margin-bottom: 0;
    padding-left: 30px;
}

.news-details-content-wrap p {
    margin: 10px 0 20px 0;
}

.news-details-content-wrap figure {
    width: 100%;
    margin: 0 0;
}

.news-details-content-wrap figure.wp-block-image img {
    width: 100%;
    display: block;
}

.news-details-content-wrap .wp-block-heading {
    margin-bottom: 20px;
}

.news-details-content-wrap figure.wp-block-table {
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}

.news-details-content-wrap figure.wp-block-table table {
    background-color: #fff;
}

.news-details-content-wrap p a {
    color: var(--Secoundry-color);
}

.news-details-content-left-stickey .sticky-banner-common {
    position: sticky;
    top: 140px;
}

.news-details-top-content .newsroom-card-date {
    display: flex;
    align-items: center;
    color: var(--text-color);
    margin-bottom: 12px;
}

.news-details-top-content .title {
    color: var(--text-color);
}

.news-details-top-content .newsroom-card-category {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: bold;
}

.news-auther-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-auther-info .news-auther-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.news-auther-info .news-auther-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-auther-info .news-auther-info .title {
    margin-bottom: 0;
    color: var(--text-color);
}

@media (max-width:1400px) {
    .newsroom-list-tab-section {
        top: 120px;
    }
}

@media (max-width:1200px) {
    .newsroom-list-tab-section {
        top: 108px;
    }
}

@media (max-width:991px) {

    .newsroom-top-space,
    .news-details-main {
        margin-top: 95px;
    }

    .newsroom-latest-card-main,
    .newsroom-card-main {
        padding: 25px 0;
    }

    .newsroom-banner {
        padding: 25px 0;
    }

    .newsroom-list-tab-section {
        top: 100px;
    }

    .newsroom-cards-list {
        grid-template-columns: 1fr 1fr;
    }

    .newsroom-latest-card-main .newsroom-card-image {
        width: 100%;
        padding-top: 67%;
    }

    .newsroom-latest-card-main .newsroom-card-link-main {
        gap: 20px;
    }

    .newsroom-banner .newsroom-banner-wrap .inner-banner-content {
        text-align: center;
        margin-bottom: 20px;
    }


    .newsroom-list-tab-wrapper {
        position: relative;
    }

    .newsroom-list-tab-navigation-mobile {
        background-color: #ffffff;
        font-size: 16px;
        padding: 14px 16px;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid var(--primary-color);
    }

    .newsroom-list-tab-navigation-mobile .icon {
        width: 16px;
        height: 16px;
        position: relative;
    }

    .newsroom-list-tab-navigation-mobile .icon:before {
        display: block;
        width: 5px;
        height: 5px;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        transform: rotate(315deg);
    }

    .newsroom-list-tab-navigation {
        background-color: #fff;
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        border-radius: 10px;
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
        width: 100%;
        max-height: 300px;
        overflow: auto;
        padding: 10px 0;
        margin: 0;
        display: none;
        z-index: 2;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item {
        list-style: none;
        margin: 0 0;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item .inner-item {
        text-decoration: none;
        font-size: 16px;
        color: #000;
        padding: 10px 16px;
        display: block;
        border-bottom: 1px solid #f1f1f1;
    }

    .newsroom-list-tab-navigation-mobile.open~.newsroom-list-tab-navigation {
        display: block;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item.active .inner-item {
        color: var(--primary-color);
    }

    .newsroom-list-tab-navigation-mobile.open .icon:before {
        transform: rotate(135deg);
        top: 10px;
    }

    .newsroom-filter {
        margin-bottom: 30px;
    }

    .newsroom-archive {
        padding-top: 30px;
    }

    .newsroom-archive-header {
        margin-bottom: 30px;
        padding: 70px 30px;
    }

    .news-details-image {
        margin-bottom: 30px;
    }

    .news-details-content {
        flex-wrap: wrap;
    }

    .news-details-content-wrap {
        width: 100%;
    }

    .news-details-content-left-stickey {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .news-details-top {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .news-details-top .news-details-top-content {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

    .news-details-image {
        width: 100%;
        padding-top: 67%;
    }

    .news-details-main {
        padding-top: 30px;
    }

}

@media (max-width:767px) {
    .newsroom-list-tab-section {
        top: 93px;
    }
}

@media (max-width:764px) {
    .newsroom-cards-list {
        grid-template-columns: 1fr;
    }

    .newsroom-banner .inner-banner-content p {
        font-size: 16px;
    }

    .news-category-selector {
        width: 100%;
        max-width: 100%;
    }

    .newsroom-filter form {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .newsroom-archive-header p {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .newsroom-list-tab-section {
        top: 112px;
    }

    .newsroom-top-space,
    .news-details-main {
        margin-top: 112px;
    }
}




/* banner one */
.cc-blog-banner {
    background-image: url(https://cartcoders.com/blog/wp-content/uploads/2025/01/cc-banner-one-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border-radius: 10px;
}

.cc-blog-banner .cc-blog-banner-left-img {
    width: 30%;
}

.cc-blog-banner .cc-blog-banner-left-img img {
    max-width: 100%;
    display: block;
}

.cc-blog-banner .cc-blog-banner-content {
    width: 70%;
    padding-left: 5%;
    color: #fff;
}

.cc-blog-banner .cc-blog-banner-content .heading {
    padding-top: 0;
    color: #fff;
    font-family: "Josefin Sans", serif;
    line-height: normal;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cc-blog-banner .cc-blog-banner-content .content {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #fff;
    font-family: var(--font-family);
}

.cc-blog-banner .cc-blog-banner-content .button {
    max-width: max-content;
    background-color: #e35eb4;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    min-height: auto;
    line-height: 1;
}

.cc-blog-banner .cc-blog-banner-content .button .arrow-icon {
    max-width: 22px;
    margin-left: 5px;
}

.cc-blog-banner .cc-blog-banner-content .heading span {
    color: #e35eb4;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
    .cc-blog-banner .cc-blog-banner-content .heading {
        font-size: 28px;
    }

    .cc-blog-banner .cc-blog-banner-content .button {
        margin-top: 10px;
    }
}

@media screen and (max-width:1023px) {
    .cc-blog-banner .cc-blog-banner-content .heading {
        font-size: 24px;
    }
}

@media screen and (max-width:600px) {
    .cc-blog-banner .cc-blog-banner-content .heading {
        font-size: 20px;
    }

    .cc-blog-banner .cc-blog-banner-left-img {
        display: none;
    }

    .cc-blog-banner .cc-blog-banner-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .cc-blog-banner .cc-blog-banner-content .button {
        margin-left: auto;
        margin-right: auto;
    }
}

/* end banner one */

/* banner two */
.cc-blog-banner-two {
    background-color: #683894;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.cc-blog-banner-two .cc-blog-banner-two-left-img {
    width: 35%;
    position: relative;
}

.cc-blog-banner-two .cc-blog-banner-two-left-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    z-index: 1;
    position: relative;
}

.cc-blog-banner-two .cc-blog-banner-two-decoration-img {
    position: absolute !important;
    max-width: 120px !important;
    right: -20%;
    bottom: 0;
    height: auto !important;
    z-index: unset !important;
}

.cc-blog-banner-two .cc-blog-banner-two-content {
    width: 65%;
    padding: 25px 16px;
    color: #fff;
    text-align: right;
}

.cc-blog-banner-two .cc-blog-banner-two-content .heading {
    padding-top: 0;
    color: #fff;
    font-family: "Josefin Sans", serif;
    line-height: normal;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cc-blog-banner-two .cc-blog-banner-two-content .content {
    font-family: "Josefin Sans", serif;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #fff;
}

.cc-blog-banner-two .cc-blog-banner-two-content .button {
    max-width: max-content;
    background-color: #e35eb4;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: "Josefin Sans", serif;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    min-height: auto;
    line-height: 1;
    margin-left: auto;
}

.cc-blog-banner-two .cc-blog-banner-two-content .button .arrow-icon {
    max-width: 22px;
    margin-left: 5px;
}

.cc-blog-banner-two .cc-blog-banner-two-content .heading span {
    color: #e35eb4;
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
    .cc-blog-banner-two .cc-blog-banner-two-content .heading {
        font-size: 20px;
    }

    .cc-blog-banner-two .cc-blog-banner-two-content .button {
        margin-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .cc-blog-banner-two .cc-blog-banner-two-content .heading {
        font-size: 22px;
    }
}

@media screen and (max-width:600px) {
    .cc-blog-banner-two .cc-blog-banner-two-content .heading {
        font-size: 20px;
    }

    .cc-blog-banner-two .cc-blog-banner-two-left-img {
        display: none;
    }

    .cc-blog-banner-two .cc-blog-banner-two-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding: 30px 20px;
    }

    .cc-blog-banner-two .cc-blog-banner-two-content .button {
        margin-left: auto;
        margin-right: auto;
    }
}

/* end banner two */

/* banner three */
.cc-blog-banner-three {
    background-color: #f9f9f9;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 10px;
}

.cc-blog-banner-three .cc-blog-banner-three-right-img {
    width: 35%;
    position: relative;
    overflow: hidden;
}

.cc-blog-banner-three .cc-blog-banner-three-right-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 124%;
    object-fit: cover;
    object-position: left;
    z-index: 1;
    position: relative;
    right: 0;
    top: -12%;
}

.cc-blog-banner-three .cc-blog-banner-three-content {
    width: 65%;
    padding: 25px 15px 25px 25px;
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc-blog-banner-three .cc-blog-banner-three-content .heading {
    padding-top: 0;
    color: #33167b;
    font-family: var(--font-family);
    line-height: normal;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.cc-blog-banner-three .cc-blog-banner-three-content .content {
    font-family: var(--font-family);
    line-height: normal;
    font-size: 16px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #000;
    position: relative;
    z-index: 1;
}

.cc-blog-banner-three .cc-blog-banner-three-content .button {
    max-width: max-content;
    background-color: #e35eb4;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    margin-top: 0;
    min-height: auto;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.cc-blog-banner-three .cc-blog-banner-three-content .cc-blog-banner-three-decoration {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

.cc-blog-banner-three .cc-blog-banner-three-content .button .arrow-icon {
    max-width: 22px;
    margin-left: 5px;
}

.cc-blog-banner-three .cc-blog-banner-three-content .heading span {
    color: #e35eb4;
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
    .cc-blog-banner-three .cc-blog-banner-three-content .heading {
        font-size: 28px;
    }

    .cc-blog-banner-three .cc-blog-banner-three-content .button {
        margin-top: 10px;
    }
}

@media screen and (max-width:1023px) {
    .cc-blog-banner-three .cc-blog-banner-three-content .heading {
        font-size: 24px;
    }
}


@media screen and (max-width:600px) {
    .cc-blog-banner-three .cc-blog-banner-three-content .heading {
        font-size: 20px;
    }

    .cc-blog-banner-three .cc-blog-banner-three-right-img {
        display: none;
    }

    .cc-blog-banner-three .cc-blog-banner-three-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding: 30px 20px;
    }

    .cc-blog-banner-three .cc-blog-banner-three-content .button {
        margin-left: auto;
        margin-right: auto;
    }
}

/* end banner three */


/* new-changes */
.search-wrapper {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #fff;
    padding: 0 0 0 20px;
    border-radius: 50px;
}

.suggestions-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 16px;
    max-width: 600px;
    border-radius: 6px;
    box-shadow: 8px 10px 10px rgb(0 0 0 / .1);
    z-index: 9;
    max-height: 300px;
    overflow: auto;
}

.suggestions-list li {
    list-style: none;
    font-size: 16px;
    line-height: normal;
    padding: 0 !important;
    cursor: pointer !important;
}

.suggestions-list li:not(:first-child) {
    padding-top: 16px !important;
}

.suggestions-list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 16px !important;
}

.search-wrapper .form-field {
    /* margin-right: 15px; */
    border: none;
    padding: 12px 0px !important;
}


@media(max-width:540px) {
    button#newsroom-search-btn {
        min-width: 115px;
    }

    .suggestions-list li {
        font-size: 14px;
    }
}


/* new css changes  */

.news-details-main .news-details-top .newsroom-detail-inner {
    padding: 14px;
    background: var(--common-white-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.news-details-top-content .newsroom-card-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.news-details-top-content .newsroom-card-category a {
    color: var(--common-white-color);
    background-color: var(--button-back-color);
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    transition: 0.3s linear;
    font-size: 14px;
}

.news-details-top-content .newsroom-card-category a:hover {
    background-color: var(--primary-color);
}

.news-details-top-content .newsroom-card-date {
    gap: 8px;
}

.news-auther-info .news-auther-info .title a {
    text-decoration: none;
    color: var(--text-color);
    transition: 0.2s linear;
}

.news-auther-info .news-auther-info .title:hover a {
    color: #e35eb4;
}

@media(max-width:991px) {
    .news-details-top-content .newsroom-card-date {
        font-size: 14px;
    }

    .news-details-top {
        padding: 30px 20px;
    }
}

@media(max-width:480px) {
    .news-details-main .news-details-top .newsroom-detail-inner {
        padding: 10px;
    }
}

.newsroomlisting section#contact_form{
    margin-top: 0;
}