/*
CTC Separate Stylesheet
Updated: 2025-07-23 07:18:40
*/
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: var(--ast-global-color-0);
    display: none !important;
}



.ast-site-identity .site-title a {
    color: #0C0C0C;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 100%;
}
span.site-title a {
    font-size: 56px!important;
    font-family: Raleway;
    color: #0c0c0c;
}
.wpautoterms-footer {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10000002;
    display: none;
}
/* Main Layout */
.research-page-wrapper {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}


.research-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 30px 0;
    font-family: inherit;
}

.research-pagination a,
.research-pagination span {
    padding: 6px 12px;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.2s ease;
}

.research-pagination .current {
    background: #7b61ff;  
    color: #fff;
    border-color: #7b61ff;
    font-weight: bold;
}

.research-pagination a:hover {
    background: #f3f1ff;  
    border-color: #7b61ff;
    color: #4b3dbb;
}

.research-pagination .prev,
.research-pagination .next {
    font-weight: 500;
}
.research-filter h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.main-author strong {
    padding-left: 10px !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
}

form#research-filter-form label {
    display: block !important;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 150% !important;
    cursor: pointer !important;
    margin-bottom: 17px !important;
}
form#research-filter-form {
    padding-top: 10%;
}
/* Research Papers List */
.research-page-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
}
.research-filter {
    width: 220px;
    flex-shrink: 0;
    padding-right: 20px;
}
.btn-view img {
    padding-right: 8px;
}
.btn-download img {
    padding-right: 8px;
}
.research-filter h3 {
    margin-bottom: 10px;
    color: #343435;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
}
.research-filter label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
#research-papers-container {
    flex: 1;
}
.research-papers-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.paper-card {
   background: #ffffff;
    border: 4px solid #BCB4FD;
    padding: 20px;
    border-radius: 4px;
    transition: box-shadow 0.3s ease, background-color 0.8s ease;
}

.paper-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background: #EAE8FE !important;
}

.paper-card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0C0C0C;
    line-height: 135%;
    margin-bottom: 8px;
}

.main-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.main-author img {
    width: 20px;
    height: 20px;
}

.main-author p {
    font-size: 18px;
    font-weight: 600;
    color: #0C0C0C;
    margin: 0;
}
p.description {
    color: #8A8A8B;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 15px;
}

.paper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paper-button a {
    color: #8580B4;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
}

.paper-button a:hover {
    text-decoration: underline;
}
@media (max-width: 1600px) {
	.research-filter {
    width: 180px;
    flex-shrink: 0;
    padding-right: 0px;
}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 5%;
    padding-right: 5%;
}
}
@media (max-width: 1300px) {
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 6%;
    padding-right: 6%;
}
.single-research-content {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 2%;
    padding-right: 2%;
}
}
@media (max-width: 1100px) {
	span.site-title a {
    font-size: 46px!important;
}
	.ast-builder-grid-row-2-lheavy .ast-builder-grid-row {
    grid-template-columns: 1fr 1fr;
}
	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 5%;
    padding-right: 5%;
}
	#research-main h1 {
    font-size: 36px !important;
}
	.paper-card h2 {
    font-size: 18px;
}
	.main-author strong {
    font-size: 18px;
}
	.paper-button a {
    font-size: 18px;
}
}
@media only screen and (max-width: 921px) {
.ast-builder-footer-grid-columns {
    display: flex;
    justify-content: center;
    align-items: center;
}	
#astra-footer-menu .menu-item > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}	
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
    display: flex;
    justify-content: center;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 3%;
    padding-right: 3%;
}
	.ast-builder-footer-grid-columns {
    grid-column-gap: 20px;
}
	.ast-site-identity .site-title a {
    font-size: 36px !important;
}
	.site-primary-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
@media (max-width: 800px) {
	#research-main h1 {
    font-size: 30px !important;
}
	form#research-filter-form {
    padding-top: 2%;
}
	.research-page-wrapper {
    display: flex;
    gap: 0px;
    max-width: 1440px;
    margin: 0 auto;
    flex-direction: column;
}
	#main-inner .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
	span.site-title a {
    font-size: 34px!important;
    font-family: Raleway;
    color: #0c0c0c;
}
	.research-filter {
    width: 100%;
    flex-shrink: 0;
    border-right: none;
    padding-right: 20px;
}
}
@media (max-width: 500px) {
	.paper-card {
    padding: 10px;
}
	.btn-view img {
    padding-right: 5px;
}
	.btn-download img {
    padding-right: 5px;
}
	.ast-site-identity .site-title a {
    font-size: 30px !important;
}
	span.site-title a {
    font-size: 30px!important;
    font-family: Raleway;
    color: #0c0c0c;
}
.ast-builder-footer-grid-columns {
    display: flex;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
}
	.site-primary-footer-wrap {
    padding-top: 0px;
    padding-bottom: 0;
}
		#research-main h1 {
    font-size: 26px !important;
}
	.paper-card h2 {
    font-size: 16px;
}
	.main-author strong {
    font-size: 16px;
}
	.paper-button a {
    font-size: 16px;
}
}
@media (max-width: 380px) {
	#research-main h1 {
    font-size: 22px !important;
}
	.paper-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
	#astra-footer-menu .menu-item > a {
    padding-left: 7px;
    padding-right: 7px;
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
    display: flex;
    justify-content: flex-start;
}	
}