/*
CTC Separate Stylesheet
Updated: 2024-07-30 04:31:58
*/

#skip-to-content{
    margin-top: 60px !important;
    margin-bottom: 30px;
}
.asu-program-prev-link{
    font-weight: 600;
    text-decoration: none;
}
.asu-program-card.card {
    border-bottom: 5px solid #ffc627 !important;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
    border-style: none;
}
.program-card {
    border: 1px solid #ddd;
    border: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0px !important;
}
.asu-program-card-img {
    width: 100%;
    height: 250px !important;
}
.asu-program-type {
    background-color: #000;
    color: #FFF;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    margin-top: -65px;
    width: fit-content;
    margin-left: 15px;
}
.asu-program-title{
    margin: 0px;
}
.asu-program-title a{
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.asu-program-title a:hover{
    text-decoration: underline;
}
h2.asu-program-title {
    line-height: 26px;
}
.asu-program-content {
    padding: 26px 26px 10px !important;
    display: flex;
    flex-direction: column;
}
.start-date {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.asu-learn-more {
    color: #8c1d40;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline !important;
    padding: 15px 26px;
}

.asu-request-info-btn {
    display: inline-block;
    background-color: #8c1d40;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.asu-request-info-btn:hover {
    background-color: #a01e4d;
    text-decoration: none;
    color: #fff;
}

span.asu-program-type h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 0;
}
.asu-start-data{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: normal;
    margin: 0px;
}
.asu-program-divider{
    border-style: solid;
    color: #00000042;
    border-width: 1px;
}


/* ==========================
   (single-program.php) Program css Start
============================ */

.asu-program-con, .asu-main-con-role, .asu-main-con-recruiting {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 12px;
}

.asu-program-hero-layout {
    padding: 80px 20px 0px;
    background-color: #fff;
}

.asu-program-hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    margin: 0px;
    color: #000;
}

.about-the-program {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.asu-quick-detail{
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Quick facts grid */
.asu-quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.fact-box {
    flex: 1 1 22%;
    background-color: #f5f5f5;
    padding: 16px 32px 0px;
    border-left: 4px solid #8c1d40;
    min-width: 180px;
}
.fact-label {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.fact-value {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

/* Bottom image as background banner */
.asu-program-bottom-image {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin:0px 24px;
    border-radius: 12px;
}

/* About School Section Layout */
.asu-program-about-school {
    padding: 96px 20px;
    background-color: #fff;
}

.about-school-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    padding-right: 50px;
}

.about-school-description {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-right: 50px;
}

.btn-maroon {
    background-color: #8c1d40;
    color: #fff;
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.btn-maroon:hover {
    background-color: #a01e4d;
    color: #fff;
    text-decoration: none;
}

/* === ASU Degree Pathways Section === */
.asu-degree-pathways-section {
    background-color: #191919;
    color: #fff;
    padding: 80px 20px;
}

.degree-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}
.degree-text{
    padding: 0px 131px 48px;
    font-size: 20px;
    line-height: 30px;

}
.degree-description {
    margin-bottom: 30px;
    color: #fff;  
}
.text-center {
    text-align: center;
}

.course-columns {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.course-box {
    color: #fff;
    width: 100%;
}

.course-box-heading {
    font-weight: 700;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 16px;
}

.home-uni .course-box-heading {
    background-color: #ffc627;
    border-radius: 4px;
    color: #000;
}

.asu-uni .course-box-heading {
    background-color: #8c1d40;
    color: #fff;
    border-radius: 4px;
}

.course-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.course-item {
    background-color: rgba(52, 52, 52, 0.6);
    padding: 12px 16px;
    border-left: 4px solid #666;
    font-size: 16px;
}

.course-item.home {
    border-left-color: #ffc627;
}

.course-item.asu {
    border-left-color: #8c1d40;
}

.degree-footnote {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 48px;
}

@media (min-width: 768px) {
    .course-box {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 767px) {
    .course-columns {
        flex-direction: column;
    }
}

/* Featured Courses Section */
.asu-program-featured-section{
    padding: 80px 20px 40px 20px;
}
.course-card {
    background: #fff;
    border-bottom: 4px solid #FFC627;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.course-card-content {
    padding: 20px;
    flex-grow: 1;
}

.course-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    color: #000;
}
.course-description{
    font-size: 16px;
    color: #000;
}

/******** Concentration Section ********/
.asu-program-Concentrations-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}
.concentration-box {
    padding: 20px 40px 0px 40px;
    position: relative; 
    border: none;
    border-radius: 5px; 
}
.concentration-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    width: 15px;
    background-color: #191919; 
}

/* Roles Section */
.asu-program-role-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}

.asu-program-role-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.asu-career-section-details {
    font-size: 1rem;
    margin-bottom: 40px;
    color: #000;
    padding: 0;
}

.asu-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.role-box {
    background: #fff;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 20px;
    width: calc(33.333% - 16.33px);
    border-left: 4px solid #FFC627;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
}

.role-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

@media (max-width: 991px) {
    .role-box {
        width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .role-box {
        width: 100%;
    }
}
/* Tuition and Fees Table Section */
.asu-program-tuition-and-fees-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}

/* Recruiting Companies Section */
.asu-program-recruiting-companies-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}
.asu-program-recruiting-companies-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.asu-recruitings {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.recruiting-box {
    background-color: #fff;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 20px;
    width: calc(33.333% - 16.33px);
    border-left: 4px solid #FFC627;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .recruiting-box {
        width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .recruiting-box {
        width: 100%;
    }
}

/******** Admission Requirements Section ********/
.asu-program-admission-requirements-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}
.admission-require ul {
    max-width: 850px;
    padding-left: 50px;
}

.asu-program-application_fee {
    padding-left: 30px;
}
.application_fee-box.asu-application_fee {
    padding-left: 30px;
    position: relative; 
    border: none;
    border-radius: 5px; 
}
.application_fee-box.asu-application_fee::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background-color: #191919; 
}
.english_proficiency-box.asu-english_proficiency {
    padding-left: 30px;
    position: relative; 
    border: none;
    border-radius: 5px; 
    margin-bottom: 10px;
}
.english_proficiency-box.asu-english_proficiency::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background-color: #FFC627; 
}

/* Dates and Deadlines Section */
.asu-program-dates-and-deadline-section {
    background-color: #E8E8E8;
    padding: 40px 20px;
}

.asu-program-dates-and-deadline-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0px;
}

.table-container {
    overflow-x: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.asu-responsive-table {
    width: 100%;
    border-collapse: collapse;
    /* min-width: 600px; */
}

.asu-responsive-table th {
    background-color: #811E3F; /* Maroon */
    color: white;
    font-weight: 600;
    padding: 16px;
    text-align: left;
}

.asu-responsive-table thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.asu-responsive-table thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.asu-responsive-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 700;
}

.asu-responsive-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .asu-responsive-table {
        font-size: 0.95rem;
    }
}

/* Degree Available Section */
.asu-program-degree-available{
    background-color: #E8E8E8;
    padding: 40px 20px;
    display: none;
}

@media (max-width: 991px) {
  .degree-text {
    padding: 0px 80px 48px;
}
}

@media (max-width: 767px){

.asu-program-hero-layout {
    margin-top: 0px;
}
.asu-program-hero-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 24px;

}
.asu-quick-facts{
    gap: 16px;
}
.about-the-program {
    font-size: 16px;
    line-height: 24px;
}
.asu-quick-detail{
    margin-top: 32px;
    margin-bottom: 32px;
}
.asu-program-bottom-image{
    margin: 0px;
    max-height: 225px;
}
.asu-program-about-school {
    padding: 48px 5px 48px 20px;
}
.about-school-heading {
    font-size: 28px;
}
.about-school-description{
    padding-right: 0px;
}
.asu-degree-pathways-section {
    padding: 48px 20px;
}
.degree-heading {
    font-size: 28px;
}
.degree-text {
    font-size: 14px;
    line-height: 21px;
    padding: 0px;
}
.course-box-heading {
    margin-top: 16px;
    margin-bottom: 6px;
}
.degree-footnote {
    font-size: 16px;
}
.asu-program-featured-section {
    padding: 48px 20px 30px;
}
.h2-heading{
    font-size: 28px;
    margin-top: 0;
}
.course-card-space{
    margin-top: 20px;
    margin-bottom: 20px;
}
.asu-program-role-section {
    padding: 30px 20px;
}
.asu-program-role-section h2 {
    font-size: 28px;
}
.asu-career-section-details{
    margin-bottom: 24px;
}
.role-box {
    font-size: 18px;
}
.asu-roles{
    gap: 12px;
}
.asu-program-recruiting-companies-section {
    padding: 30px 20px;
}
.asu-program-recruiting-companies-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
}
.asu-recruitings{
    gap: 12px;
}
.recruiting-box {
    font-size: 18px;
}
.asu-program-dates-and-deadline-section {
    padding: 30px 20px;
}
.asu-program-dates-and-deadline-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
}
.asu-program-degree-available {
    background-color: #E8E8E8;
    padding: 30px 20px 48px;
}
.asu-program-Concentrations-section {
   padding: 30px 20px;
}
.asu-program-Concentrations-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
}
.asu-program-admission-requirements-section {
    padding: 30px 20px;
}
.asu-program-tuition-and-fees-section {
    padding: 30px 20px;
}
.asu-program-admission-requirements-section h2{
    font-size: 28px;
    margin-bottom: 24px;
}
.asu-program-tuition-and-fees-section h2{
    font-size: 28px;
    margin-bottom: 24px;
}
}

@media (max-width: 575px){
    .asu-program-hero-layout {
    padding: 36px 20px 0px;
}
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.logo-item.asu-Recruiting {
    flex: 1 1 calc(16.66% - 20px); 
    max-width: calc(16.66% - 20px);
    text-align: center;
}

.company-logo {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

@media (max-width: 992px) {
    .logo-item.asu-Recruiting {
        flex: 1 1 calc(33.33% - 20px); 
        max-width: calc(33.33% - 20px);
    }
}

@media (max-width: 480px) {
    .logo-item.asu-Recruiting {
        flex: 1 1 calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }
}



/******** Table Section ********/
.table-container {
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    margin-bottom: 1rem; 
}
.table-container table {
    width: 100%; 
    border-collapse: collapse; 
}

.table-container th, .table-container td {
    padding: 10px 24px; 
    text-align: left;
    border: 1px solid #ddd; 
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .responsive-table th {
        font-size: 12px;
        padding: 8px;
    }
    .responsive-table td{
        font-size: 12px;
    }
    .table-container th, .table-container td {
        font-size: 14px; 
        padding: 6px 8px; 
    }
    .asu-program-button-group a {
        margin-right: 0px !important;
        margin-top: 30px;
    }
    .asu-degree-link-button a{
        margin-top: 30px;
    }
}

.asu-program-button-group a {
    margin-right: 30px;
}

.asu-degree-link-button a{
    margin-right: 30px;
	margin-top: 30px;
}

/**** ASU News Card Style Start Here***/
.asu-news-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}
.arrows-news-asu{
     display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px 0px 20px;
}
.asu-news-prv-next-arrow {
    color: #191919;
    width: 4rem;
    height: 4rem;
    margin: 0 .75rem;
    background-color: #e8e8e8;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    font-size: 1.3rem;
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    line-height: 1;
}
.main-asu-news-carousel-bg{
    background-color: #191919;
    max-width: 100% !important;
    max-width: 1940px !important;
    padding: 50px 50px 30px 50px;
}
.asu-news-glide-track {
    max-width: 1440px;
    margin: auto;
}
.glide__arrow.disabled .arrow-icon{
    color: #ccc; 
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .glide__slide {
        width: 50%;
    }
    .main-asu-news-carousel-bg{
        padding: 50px 0px;
    }
}
@media (max-width: 768px) {
    .main-asu-news-carousel-bg{
        padding: 50px 10px 50px;
    }
}
.asu-news-card-img{
    height: 100% !important;
}
/**** ASU News Card Style End Here***/

/** Quick Facts on Program card style start here ***/
.asu-card-field-item {
    display: flex;
    flex-grow: 1;
    margin-bottom: 15px;
}

.asu-card-field-logo {
    margin-right: 10px;
    height: 25px !important;
    color: #8c1d40;
}

/** Quick Facts on Program card style start here ***/

/* faq style end here  */

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; 
}
.accordion-body { 
    padding: 0px 25px;
}
.accordion-item.active .accordion-body { 
    padding-bottom: 25px;
padding-top: 10px !important;    
max-height: 100% !important;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header span.fas {
    transition: transform 0.3s ease;
}
.accordion-header .fa-chevron-up {
    transition: transform 0.3s ease-in-out;
}
.accordion-item.active .fa-chevron-up {
    transform: rotate(180deg);
}
li.list-group-item:hover{
    background-color: #ffc627;
}
.accordion {
    --card-child-padding: auto;
}

@media (max-width: 768px){
    .faq-category-filter{
        display: none;
    }
}

/** faq style end here */

/* Program card filter style start */
.asu-program-filter-main {
  max-width: 1225px !important;
   padding-top: 50px; 
}

.program-card-filter-search {
 width: 100%;
 padding: 10px;
 margin: 20px 0px;
}
.input-container {
    position: relative;
}

#clear-title {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

#program-search {
    padding-right: 30px; 
}

#search-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    width: 100%;
    z-index: 1000;
}

#search-results li {
    padding: 8px;
    cursor: pointer;
}

#search-results li:hover {
    background-color: #FFC627;
}
@media (max-width: 992px) {
    .asu-program-taxonomies { 
        display: none;
    }
}
#filter-count{
background-color: transparent;
color: #000000;
border: none;
  font-size: x-large;
  font-weight: 600;
}
  .dropdown-location summary {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    font-weight: 600;
}

.location-checkboxes {
    padding: 10px;
    border: 1.5px solid #000;
    background-color: #fff;
    border-radius: 5px;
}
.program-filters { 
 padding-bottom: 20px;
}
/* Program card filter style end */



/* Styles for the search form */
.asu-search-form-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; 
    max-width: 100%; 
}

/* Style for input and select fields */
.asu-search-form-filter input[type="text"],
.asu-search-form-filter select {
    width: 100%;
    padding: 15px; 
    border: 1px solid #f4f4f4; 
    box-sizing: border-box; 
    border-radius: 4px;
    color: #000;
    background-color: #f4f4f4; 
}

/* Fix for Safari and mobile devices */
.asu-search-form-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

/* Style for the submit button */
.asu-search-form-filter button {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #8c1d40;
    --bs-btn-border-color: #8c1d40;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #8c1d40;
    --bs-btn-hover-border-color: #8c1d40;
    --bs-btn-focus-shadow-rgb: 157, 63, 93;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #8c1d40;
    --bs-btn-active-border-color: #8c1d40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #8c1d40;
    --bs-btn-disabled-border-color: #8c1d40;
}

/*  Change button color on hover */
.asu-search-form-filter button:hover {
    background-color: #8c1d40; 
}
.btn-asu-form-filter-program{
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-end; */
}

/* sort filter css for master classes start here */
.custom-sort-wrapper {
  background-color: #fafafa;
  display: inline-flex;
  align-items: center;
  padding: 17px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-family: sans-serif;
}
.sort-label{
    padding-right: 4px;
}

.sort-icon {
  font-size: 16px;
  margin-right: 6px;
  font-weight: 600;
}

.custom-sort-select {
  background: #fafafa;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.custom-sort-select:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px){
    .custom-sort-wrapper {
  padding: 13px 85px;
}

}

/* sort filter css for master classes End here */




/* custom page search css Start here */

.custom-search-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.custom-search-wrapper input[type="text"] {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  background: #fafafa;
}

.custom-search-wrapper button {
  padding: 15px 16px;
  background-color: #8c1d40;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-search-wrapper button i {
  pointer-events: none;
}

mark {
  background: #FFC627;
  font-weight: bold;
  color: black;
  padding: 0 2px;
}

/* custom page search css End here */

