  .hero-section {
       margin-top: 125px;
       padding-bottom: 200px;
   }

   .breadcrumb-section {
       padding-bottom: 20px;

   }

   .breadcrumb a {
       text-decoration: none;
       color: #000;
       font-size: 16px;
       font-weight: 500;
   }

   .breadcrumb-item+.breadcrumb-item::before {
       color: #000;
       font-size: 16px;
       content: ">" !important;
       padding-right: 12px !important;
   }

   .breadcrumb-item.active {
       color: #000 !important;
       font-size: 16px;
       font-weight: 500;
   }

   .breadcrumb-item+.breadcrumb-item {
       padding-left: 12px !important;
   }

   .resources-section {

       display: flex;
       align-items: center;
       justify-content: space-between;
       padding-top: 40px;
   }

   .resources-content {
       max-width: 65%;
   }

   .resources-content h2 {
       font-size: 28px;
       font-weight: 700;
       margin-bottom: 15px;
   }

   .resources-content p {
       font-size: 16px;
       line-height: 1.4;
       font-weight: 400;
   }

   

   @media (max-width: 992px) {
       .resources-section {
           flex-direction: column;
           text-align: center;
           padding: 30px;
       }

       .resources-content {
           max-width: 100%;
       }

   }


   /* resources tab section css start  */

/* Tabs */
.resource-section{
    margin-top: -235px;
}
.resource-tabs {
    gap: 35px;
    border-bottom: 2px solid #99999957;
    width: 50%;
}

.resource-tab {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 12px;
    cursor: pointer;
}

.resource-tab.active {
    border-bottom: 3px solid #2C55A8;
    color: #2C55A8;
}

/* Search */
.resource-search-input {
    height: 45px;
    font-size: 16px;
    padding-left: 20px;
    
}

.resource-search-btn {
    background: #2C55A8;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 6px;
    margin-left: 10px;
    
}
/* Search Wrapper */
.resource-search {
    width: 40%;
    margin-top: 35px;
}

/* Input */
.resource-search-input {
    height: 50px;
    font-size: 16px;
    padding-left: 45px;   /* space for search icon */
    padding-right: 110px; /* space for button */
    border-radius: 8px;
    background: #fff;
    border-radius: 30px;
}

/* Search Icon inside input */
.search-icon {
    position: absolute;
    left: 20px;
    top: 47%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.search-icon img {
    width: 18px;
    height: 18px;
}

/* Search Button inside input */
.resource-search-btn-inside {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #2C55A8;
    color: #fff;
    border: none;
    padding: 8px 22px;
    font-size: 15px;
    border-radius: 20px;
    height: 38px;
}


/* Cards */
.resource-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 5px 10px 7px 1px #EAF0FB;
    height: 100%;
    border: 2px solid #EAF0FB;
}

.resource-card img {
    /* width: 90px; */
    height: 50px;
    object-fit: cover;
}

.resource-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.resource-card-text {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    line-height: 22px;
}

.resource-date {
    font-size: 14px;
    color: #2C55A8;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.resource-download-btn {
    background: #2C55A8;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 15px;
}
.resource-download-btn i{
    padding-right: 5px;
}

/* Pagination */
.pagination-wrapper{
    margin-top: 40px !important;
}
.page-btn {
    padding: 5px 15px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 500;
}

.page-number {
    padding: 7px 15px;
    border: 1px solid #ddd;
    /* margin: 0 5px; */
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
}

.page-number.active {
    background: #2C55A8;
    color: #fff;
    border-color: #2C55A8;
}

#cardsWrapper{
    margin-top: 90px;
}
.resource-search-input::placeholder{
    font-size: 14px;
}
.search-icon i{
    color: #888;
}
.resource-card-box{
    padding: 20px !important ;
    padding-bottom: 20px;
    margin-top: 0px !important;
}

/* Blue when active (pages exist) */
.page-btn.active-btn {
    color: #2C55A8;
}

/* Disabled look (black & not clickable) */
.page-btn.disabled-btn {
    color: #000;
    opacity: 0.5;
    cursor: default;
}



   /* resources tab section css end  */

    .hero-section .container-fluid{
        max-width:1600px;
        width:100%;
        margin:0 auto;
   }

   .resource-section .container-fluid{
        max-width:1600px;
        width:100%;
        margin:0 auto;
   } 


   @media (max-width:768px) {
    
        .hero-section{
            margin-top:95px;
            padding-bottom: 20px;
        }
        .resources-section{
            padding: 40px 0px 0px 0px;
            text-align: left;
            align-items: flex-start;
        }
        .resource-section{
            margin-top: 0px;
            padding: 30px 0px !important;
        }
        #cardsWrapper{
            margin-top: 0px;
        }
        .resource-tabs{
            width: 100%;
            gap: 15px;
        }
        .resource-search{
            width: 100%;
            margin-top: 15px;
            margin-bottom: 8px !important;
        }
        .resource-card-box{
            padding: 15px 10px 10px 10px !important;
        }       .breadcrumb-section{            padding-bottom: 8px;        }
        .resources-content h2{
            font-size: 22px;            margin-bottom: 8px;
        }
        .resource-tab{
            font-size: 18px;
        }
        .resource-card-title{
            font-size: 18px;
        }

   }


    @media (min-width:768px) and (max-width:992px) {
        .hero-section{
            margin-top:70px;
            padding-bottom: 20px;
        }
        .resources-section{
            padding: 30px 0px 0px 0px;
            text-align: left;
            align-items: flex-start;
        }
        .resource-section{
            margin-top: 0px;
            padding: 30px 0px !important;
        }
        #cardsWrapper{
            margin-top: 0px;
        }
        .resource-search{
            margin-top: 25px;
            margin-bottom: 0px !important;
        }
        .resource-card-box{
            padding: 20px 10px 10px 10px !important;
        }
.resource-tabs{
            gap:30px;
        }
   }



   @media (min-width:1700px) {
    .hero-section .container-fluid{
        padding: 0 40px !important;
    }
    .resource-section .container-fluid{
        padding: 0 40px !important;
    }
}

.hero-section .container-fluid{
        padding: 0 40px !important;
    }
    .resource-section .container-fluid{
        padding: 0 40px !important;
    }
