/* .insightTopSec {
    background-color: #C1DDCE;
    padding-top: 80px;
    height: 250px;
} */

.insightTopSec {
    background-color: #C1DDCE;
    padding-top: 80px;
    height: 214px;

    /* add background image */
    background-image: url("https://redingtongroup-foundation.hashtechorange.com/wp-content/uploads/2025/08/Slide-16_9-5.png");
    /* replace with your image path */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    /* or 'contain' / 'cover' depending on need */
    margin-top: 30px
}
@media (max-width: 550px) {
  .insightTopSec {
    background-image: none;
    height: 154px;
  }
}


.insightTopSec.contactbnr {
    margin-top: 90px;
}

.what-we-do-overlay.aboutUSB {
    background-color: transparent;
}


.insightTopSec-azentio {
    margin-bottom: 50px;
}


.tabs-insightcards-title-media {
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 400;
    color: #016937;
    margin-bottom: 15px;
    font-family: 'Avenir Next', sans-serif;
}

.keywordSearch {
    width: 95%;
    padding: 16px;
    border: none;
    border-radius: 10px;
    /* margin-left: 36px; */
    outline: none;
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
}

.searchContainer {
    width: 40%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    /* border: 1px solid #3C9265; */
}

/* .searchContainer svg {
    position: absolute;
    top: 10px;
    left: 10px;
    fill: none !important;
} */

/* Optional: Ensure placeholder is also visually centered in modern browsers */
.keywordSearch::placeholder {
    text-align: center;
}

/* Tab Slider Start */
.insightTabSlider-Classnames {
    /*  padding: 20px 40px; */
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0px;
}

/* .insightTabSlider-Classnames .slick-tab {
    display: flex;
    align-items: center;
} */

.insightTabSlider-Classnames .tab-item {
    font-size: 18px;
    color: #7e7e7e;
    padding: 10px 25px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
}

.tab-item a {
    color: #016937;
}

.insightTabSlider-Classnames .slick-current.slick-active {
    color: #016937;
    font-weight: 600;
}

.insightTabSlider-Classnames .slick-current.slick-active .tab-item {
    color: #016937;
}

.insightTabSlider-Classnames .slick-current.slick-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    background-color: #016937;
}

.insightTabSlider-Classnames .tab-item.active {
    color: #016937;
    font-weight: 600;
    position: relative;
}

/* .insightTabSlider-Classnames .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 2px;
  background-color: #001858;
} */


.insightTabSlider-Classnames .custom-arrow {
    background-color: transparent;
    border: none;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.insightTabSlider-Classnames .custom-prev {
    left: -35px;
}

.insightTabSlider-Classnames .custom-next {
    right: -35px;
}

.tabsCardsContainer {
    background-color: #fff;
    padding: 60px 0px;
}

.cardsInsightGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

/* tab Cards Css start */
.tabs-insightcards {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s;
    border: 1px solid #d3d3d391;
}

.tabs-insightcards:hover {
    transform: translateY(-4px);
}

.tabs-insightcards img {
    width: 100%;
    height: auto;
    display: block;
}

.tabs-insightcards-content {
    padding: 20px;
}

.tabs-insightcards-title {
    font-size: 23px;
    font-weight: 600;
    color: #002d72;
    margin-bottom: 10px;
}

.tabs-insightcards-description p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    /* line-height: 36px; */
    color: #333333;
    margin-bottom: 15px;
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
}

.tabs-insightcards-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #555;
    margin-top: 20px;
}

.tabs-insightcards-footer span {
    font-size: 16px;
}


.tabs-insightcards-footer button {
    background-color: #002d72;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
}

.tabs-insightcards-footer .share-icon {
    color: #002d72;
    font-size: 1rem;
    cursor: pointer;
}

.tabs-insightcards-footer .share-icon:hover {
    color: #000;
}

/* tab Cards Css end*/

.readmoreAndShare {
    display: flex;
    gap: 20px;
}

.shareInsightCrd {
    width: 25px !important;
}

.coreOpsAbout-btn {
    background-color: #016937 !important;
    padding: 7px 10px;
    border-radius: 5px;
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 1500px) {

    .tabs-insightcards-footer span {
        font-size: 14px;
    }

    .keywordSearch {
        width: 92%;
    }
}

@media (max-width: 1194px) {
    .cardsInsightGrid {
        grid-template-columns: repeat(2, 1fr);
        /* Tablet: 2 columns */
    }

    .tabs-insightcards-footer span {
        font-size: 12px;
    }

    .keywordSearch {
        width: 90%;
    }
}

@media (max-width: 768px) {


    .keywordSearch {
        width: 88%;
    }
}



@media (min-width: 560px) and (max-width: 660px) {
    .tabs-insightcards-footer {
        display: flex;
        justify-content: space-between;
        font-size: 0.85rem;
        color: #555;
        flex-direction: column;
        gap: 14px;

    }
}


/* Tab Slider End */

@media (max-width: 850px) {

    .insightTabSlider-Classnames .custom-prev,
    .insightTabSlider-Classnames .custom-next {
        display: none;
    }

    .tabs-insightcards-footer span {
        font-size: 12px;
    }


}


@media (max-width:600px) {
    .insightTopSec {
        background-color: #C1DDCE;
        padding-top: 60px;
    }

    .searchContainer {
        width: 90%;

    }

    .keywordSearch {
        padding: 16px;
        border: none;
        border-radius: 10px;
        /* margin-left: 22px; */
    }
}


@media (max-width: 600px) {
    .cardsInsightGrid {
        grid-template-columns: 1fr;
        /* Mobile: 1 column */
    }
}

@media (max-width: 560px) {}



.sunig-pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px;
    border-radius: 50px;
    margin-top: 100px;
}

.sunig-nav-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #016937;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: white;
}

.sunig-nav-button:hover {
    background-color: #016937;
    transform: scale(1.05);
}

.sunig-nav-button:active {
    transform: scale(0.95);
}

.sunig-nav-button svg {
    width: 16px;
    height: 16px;
}

.sunig-page-numbers {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 12px;
}

.sunig-page-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
    transition: all 0.2s ease;
}

.sunig-page-item:hover {
    background-color: #f3f4f6;
    color: #374151;
}

.sunig-page-item.sunig-active {
    background-color: #016937;
    color: white;
}

.sunig-page-item.sunig-active:hover {
    background-color: #016937;
}

/* Responsive design */
@media (max-width: 480px) {
    .sunig-pagination-wrapper {
        gap: 6px;
        padding: 6px;
    }

    .sunig-nav-button {
        width: 36px;
        height: 36px;
    }

    .sunig-page-item {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .sunig-page-numbers {
        margin: 0 8px;
    }
}






.pagination_outr {
    text-align: center;
    margin: 30px 0;
}

.pagination_inr ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.pagination_inr li {
    margin: 0;
}

.pagination_inr a,
.pagination_inr span {
    display: block;
    padding: 12px 15px;
    color: #016937;
    text-decoration: none;
    border-left: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s ease;
}

.pagination_inr li:first-child a,
.pagination_inr li:first-child span {
    border-left: none;
}

.pagination_inr .current {
    background-color: #016937;
    color: #fff;
    font-weight: bold;
    height: 54px;
}

.pagination_inr a:hover {
    background-color: #f3f3f3;
    color: #016937;
}