section.page-contents a:not(.elementor-button):not(.elementor-accordion-title) {
    font-family: gotham, sans-serif;
font-weight: 500;
    text-decoration: underline !important;
}

/* Audition Page */
/* Need to add 'active-audition' at the body class in order to show the post audition details */
.pre-audition p {
    margin: 24px 0;
}
.pre-audition a.elementor-button,
.active-audition .buttons-section .elementor-button {
    border-radius: 100px !important;
    color: var(--raisinblack);
    padding: 12px 16px;
    color: var(--raisinblack);
    font-family: gotham, sans-serif !important;
font-weight: 500 !important;
    line-height: var(--line-height-std);
    border: 1px solid var(--raisinblack) !important;
}
.active-audition .header-banner {
    display: none;
}
.active-audition .post-contents .header-banner {
    display: block;
}
.buttons-section .elementor-container {
    gap: 10px;
}
.buttons-section .elementor-column {
    width: auto !important;
}
.active-audition .buttons-section .green-btn .elementor-button {
    background: var(--green) !important;
    border: 0 !important;
}
/* Details Section */
.details-section > .elementor-container {
    padding: 40px 70px;
    border-radius: 16px;
    background: 
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(180deg, var(--teal), var(--green)) border-box;
    border: 1px solid transparent;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.details-section .details-info:not(:last-child) {
    padding: 0 0 24px 0;
}
.details-section .details-info .elementor-container {
    gap: 24px;
}
.details-section .details-info .elementor-column {
    width: auto;
    min-width: 200px;
}
.details-section .details-info .left-col p {
    display: flex;
    align-items: center;
    font-size: var(--font-size-14);
    font-family: gotham, sans-serif;
font-weight: 500;
    line-height: var(--line-height-114);
    gap: 10px;
}
.details-section .details-info .right-col p {
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    gap: 10px;
}
.details-section .details-info .right-col p a {
    font-family: gotham, sans-serif;
font-weight: 500;
    text-decoration: underline;
}
.join-section h4,
.how-to-apply-section h4,
.information-section h4 {
    font-size: 24px;
    line-height: 133%;
    color: var(--teal);
    font-family: gotham, sans-serif !important;
font-weight: 500 !important;
    margin: 0 0 16px;
}
/* Who can Join SNYCO? */
.join-section ul {
    margin: 0 !important;
    padding-bottom: 50px;
}
.instruments-list {
    max-width: 67.22vw;
}
.instruments-list .elementor-image-boxes {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.instruments-list.desktop-ten .elementor-image-boxes {
    grid-template-columns: repeat(8, 1fr);
}
.instruments-list.desktop-ten .elementor-image-boxes .elementor-image-box-wrapper {
    text-align: center;
}
.instruments-list.desktop-ten .elementor-image-boxes .elementor-image-box-wrapper figure.elementor-image-box-img img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    min-width: 100px;
    max-width: 100px;
    width: 100%;
}
.instruments-list.desktop-ten .elementor-image-boxes .elementor-image-box-wrapper p.elementor-image-box-title {
    margin: 10px 0 0;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--grey);
}
/* How to Apply SNYCO Audition? */
.how-to-apply-section {
    background: #9EDDD5;
    padding: 50px 80px;
}
.how-to-apply-section h4 {
    color: var(--raisinblack);
}
.how-to-apply-section .green-bg {
    border-radius: 20px;
    background: var(--green);
    aspect-ratio: 3 / 2.6;
    padding: 32px 10px;
}
.how-to-apply-section .steps-section .elementor-container,
.how-to-apply-section .green-bg .elementor-widget-wrap {
    gap: 24px !important;
    padding: 0 !important;
    align-content: center;
}
.how-to-apply-section .green-bg h5 {
   font-family: gotham, sans-serif !important;
font-weight: 500 !important;
}
.how-to-apply-section .green-bg p {
    margin: 8px 0 0 !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
}
.how-to-apply-section p {
    margin: 0 !important;
}
/* General Table */
table {
    max-width: 72.91vw;
    margin: 0 0 24px !important;
    border-collapse: separate;
}
th {
    background: var(--quicksilver)!important;
    text-align: center !important;
    font-family: gotham, sans-serif;
font-weight: 700;
    color: var(--white) !important;
    padding: 13px 0 11px !important;
    border: 1px solid var(--white) !important;
}
tr td {
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid var(--quicksilver)!important;
    border-right: 1px solid var(--quicksilver)!important;
    background: var(--white) !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    text-align: center !important; 
    vertical-align: middle !important;
    min-height: 64px !important;
    padding: 24px 0 !important
}
table th:first-child {
    border-top-left-radius: 16px;
}
table th:last-child {
    border-top-right-radius: 16px;
}
tr td:first-child {
    border-left: 1px solid var(--quicksilver)!important;
}
table tbody td ul {
    text-align: left !important;
}
/* Information */
.information-section h4 {
    font-family: gotham, sans-serif !important;
font-weight: 700 !important;
    margin: 0 0 24px;
}
.information-section .accordion-list .elementor-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.information-section .accordion-list .elementor-accordion-item {
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid transparent !important;
    background: 
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(180deg, var(--teal), var(--green)) border-box;
    border: 1px solid transparent;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.information-section .accordion-list .elementor-tab-title {
    padding: 0;
    font-weight: unset !important;
    font-family: gotham, sans-serif;
font-weight: 500;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.information-section .accordion-list .elementor-tab-content {
    border: 0;
    padding: 24px 0 !important;
}
.information-section .accordion-list .elementor-tab-content[data-tab="1"] p {
    margin: 0 !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
}
.information-section .accordion-list .elementor-accordion-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 1 1 auto;
}
.information-section .accordion-list .elementor-accordion-icon svg {
    width: 32px !important;
    height: 32px !important;
}
table.training-schedule tr.row-2 td {
    background: var(--quicksilver) !important;
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
}
table.tbl-repertoire-weightage th {
    border: 1px solid var(--quicksilver) !important;
    color: unset !important;
    background: var(--white) !important;
    font-family: gotham, sans-serif;
font-weight: 300 !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    /* font-weight: unset !important; */
    text-align: center !important;
    vertical-align: middle !important;
    min-height: 64px !important;
    padding: 24px 0 !important;
}

/* Instrumental Section Notes */
.elementor-tab-content[data-tab="6"] li {
    margin: 0 0 20px !important;
}
.elementor-tab-content[data-tab="6"] li::marker {
   font-family: gotham, sans-serif !important;
font-weight: 500 !important;
}
table.instrumental-section-notes {
    margin: 20px 0 0 !important;
}
.elementor-tab-content[data-tab="6"] ul {
    list-style: disc !important;
}
.elementor-tab-content[data-tab="6"] ul li {
    margin: unset !important;
}

/* FAQ */
.elementor-tab-content[data-tab="7"] li {
    margin: 0 0 20px !important;
}
.elementor-tab-content[data-tab="7"] li::marker {
   font-family: gotham, sans-serif !important;
font-weight: 500 !important;
}

/* End Audition Page */

/* Why SNYCO */
.why-snyco-pg h4 {
    font-size: 24px;
    line-height: 133% !important;
    color: var(--teal);
    margin: 0 0 8px;
}
.why-snyco-pg .mb-24 p {
    margin: 16px 0 24px 0 !important;
}
.why-snyco-pg .activities-block ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}
.why-snyco-pg .activities-block ul li:last-child {
    margin: 0;
}

.why-snyco-pg .elementor-button {
    color: var(--raisinblack);
    border: 1px solid var(--raisinblack);
    border-radius: 100px !important;
}
.about-snyco-section .elementor-inner-section > .elementor-container {
    justify-content: space-between;
}
.about-snyco-section .elementor-inner-section .elementor-column {
    width: 20.83vw;
    padding: 10px;
    background: 
        linear-gradient(var(--white), var(--white)) padding-box,  /* inner bg */
        linear-gradient(180deg, var(--teal), var(--green)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    /* aspect-ratio: 5 / 8.7; */
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.about-snyco-section .elementor-inner-section .elementor-column:nth-child(odd) {
    margin-bottom: 50px;
}
.about-snyco-section .elementor-inner-section .elementor-column:nth-child(even) {
    margin-top: 50px;
}
.about-snyco-section img {
    height: 20.83vw !important;
    object-fit: cover;
    border-radius: 10px !important;
    margin-bottom: 20px;
    aspect-ratio: 4 / 5;
}
.about-snyco-section h5 {
    font-family: gotham, sans-serif !important;
    font-weight: 600 !important;
}
.about-snyco-section .elementor-widget-text-editor {
    margin: 10px 0 0;
}
.about-snyco-section .elementor-widget-text-editor strong {
    font-family: gotham, sans-serif;
font-weight: 700;
    /* font-weight: unset !important; */
}
/* Timeline - A Year in SNYCO section */
.year-in-snyco .swiper-slide.qodef-e-item {
    height: 560px !important;
    overflow: visible;
    position: relative;
    padding: 0 !important;
    flex: 0 !important;
}
.year-in-snyco .swiper-slide.qodef-e-item:not(:first-child) {
    margin-left: -8.33vw;
}
.year-in-snyco .qodef-qi-timeline .swiper-wrapper {
  overflow: visible !important;
}
.year-in-snyco .qodef-qi-timeline::before {
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--teal) 0%, var(--green) 59.98%);
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}
.year-in-snyco .qodef-qi-timeline .qodef-e-point-holder .qodef-e-date {
    font-size: var(--font-size-16);
    font-family: gotham, sans-serif;
font-weight: 700;
    line-height: var(--line-height-150);
    margin: 0;
    color: var(--raisinblack);
}
.year-in-snyco .qodef-e-content-holder {
    visibility: hidden;
    opacity: 0;
}
.year-in-snyco .qodef-e-content-holder.custom-content-holder {
    visibility: visible;
    opacity: 1;
}
.year-in-snyco .qodef-e-top-holder {
    height: 200px !important;
    background: var(--teal);
    border-radius: 20px;
    padding: 10px !important;
    position: relative;
}
.year-in-snyco .qodef-e-image img {
    width: 160px !important;
    height: 180px !important;
    border-radius: 16px !important;
    object-fit: cover;
}
.year-in-snyco .custom-content-holder {
    padding: 0 !important;
    flex: 1;
    margin: 0 16px;
}
.year-in-snyco .qodef-e-title {
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    color: var(--white);
    text-align: left !important;
}
.year-in-snyco p.qodef-e-text {
    font-size: var(--font-size-14);
    line-height: var(--line-height-150);
    color: var(--white) !important;
    text-align: left !important;
}
.year-in-snyco .qodef-qi-timeline .qodef-e-content-holder,
.year-in-snyco .qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
    justify-content: center !important
}
.year-in-snyco .qodef-qi-timeline .qodef-nav-prev,
.year-in-snyco .qodef-qi-timeline .qodef-nav-next {
    top: calc(50% - 50px) !important;
}
.year-in-snyco .qodef-qi-timeline .qodef-nav-prev svg,
.year-in-snyco .qodef-qi-timeline .qodef-nav-next svg,
.year-in-snyco .qodef-e-line {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.year-in-snyco .qodef-qi-timeline .swiper-button-next,
.year-in-snyco .qodef-qi-timeline .swiper-button-prev {
    transition: opacity .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.year-in-snyco .qodef-qi-timeline .swiper-button-next.swiper-button-disabled, 
.year-in-snyco .qodef-qi-timeline .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}
.year-in-snyco .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.year-in-snyco .swiper-slide:nth-child(4n+1) .qodef-e-top-holder {
    background: var(--purple);
}
.year-in-snyco .swiper-slide:nth-child(4n+2) .qodef-e-top-holder {
    background: var(--salmon);
}
.year-in-snyco .swiper-slide:nth-child(4n+3) .qodef-e-top-holder {
    background: var(--magenta);
}
.year-in-snyco .swiper-slide:nth-child(4n+4) .qodef-e-top-holder {
    background: var(--skyblue);
}

.year-in-snyco .qodef-e-item-inner {
    height: 100%;
    justify-content: flex-start !important;
    width: 27.77vw !important;
}
.year-in-snyco .swiper-slide .qodef-e-top-holder::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 48px;
    height: 32px;
}
.year-in-snyco .swiper-slide:nth-child(4n+1) .qodef-e-top-holder::after {
    background: url('/wp-content/uploads/icons/corner-purple.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    bottom: -24px;
}
.year-in-snyco .swiper-slide:nth-child(4n+2) .qodef-e-top-holder::after {
    background: url('/wp-content/uploads/icons/corner-salmon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 0) rotate(180deg);
    top: -24px;
}
.year-in-snyco .swiper-slide:nth-child(4n+3) .qodef-e-top-holder::after {
    background: url('/wp-content/uploads/icons/corner-magenta.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    bottom: -24px;
}
.year-in-snyco .swiper-slide:nth-child(4n+4) .qodef-e-top-holder::after {
    background: url('/wp-content/uploads/icons/corner-skyblue.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 0) rotate(180deg);
    top: -24px;
}
.year-in-snyco .qodef-qi-timeline .qodef-e-point-holder {
    width: 60px !important;
    height: 60px !important;
}
.year-in-snyco .qodef-qi-timeline .qodef-e-point {
    background: 
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(180deg, var(--teal), var(--green)) border-box;
    border: 1px solid transparent;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.year-in-snyco .activities-block .elementor-container {
	gap: 20px;
}
.year-in-snyco h4 {
	color: var(--teal);
}
.year-in-snyco .activities-block h5 {
	font-weight: 600 !important;
}
.year-in-snyco .activities-block .elementor-container .elementor-widget-wrap {
	border-radius: 20px;
}

/* Showcase Block */
.showcase-wrapper {
	margin-bottom: 50px;
}
.showcase-wrapper .title {
	font-family: gotham, sans-serif;
font-weight: 700;
	font-size: 55px;
	line-height: 130%;
  	text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  	text-align: right;
  	margin-right: 50px;
  	margin-left: 0px;
}
.showcase-wrapper.image-align-right .title  {
  	text-align: left;
  	margin-left: 50px;
  	margin-right: 0px;
}
.showcase-content {
	display: flex;
	flex-direction: row;
	column-gap: 0px;
	border-radius: 50px;
}
.showcase-content .showcase-img {
	width: 57.5%;
	flex-basis: 57.5%;
}
.showcase-content .showcase-img img {
	border-radius: 50px;
}
.showcase-content .showcase-text {
	width: 42.5%;
	flex-basis: 42.5%;
	padding: 50px;
	display: table;
}
.showcase-content .showcase-text .text-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.showcase-content .showcase-text .learn-more {
	display: block;
	margin-top: 30px;
	border: 1.6px solid #000;
	width: 130px;
	padding: 10px;
	text-align: center;
	border-radius: 100px;
	font-weight: 700 !important;
	cursor: pointer;
	pointer-events: auto;
}
.showcase-content .showcase-text .learn-more:hover {
	color: #000000;
}
.showcase-wrapper.image-align-right .showcase-content .showcase-img {
	order: 2;
}
.showcase-wrapper.image-align-right .showcase-content .showcase-text {
	order: 1;
}
.showcase-testimonial {
	margin-top: 35px;
}
.showcase-testimonial .testimonial-icon {
	text-align: center;
}
.showcase-testimonial .testimonial-msg {
	text-align: center;
	width: 60%;
  	margin: 10px auto;
  	font-family: gotham, sans-serif;
font-weight: 500;
}
.showcase-testimonial .testimonial-msg.chinese-msg {
  	font-weight: 600;
}
.showcase-hidden {
	display: none;
	pointer-events: none;
	width: 80%;
	border-radius: 20px !important;
	padding: 50px !important;
}
.showcase-hidden h3 {
	margin-bottom: 30px;
}
.fancybox__content > .f-button.is-close-btn:hover,
.fancybox__content > .f-button.is-close-btn:focus,
.fancybox__content > .f-button.is-close-btn {
	transform: translate(-20px, 60px);
    	color: var(--teal);
    	border: 3px solid var(--teal);
   	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: none !important;
}

/* Info Block */
.info-wrapper {
	margin-bottom: 0px;
}
.info-wrapper .title {
	font-family: gotham, sans-serif;
font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	color: var(--teal);
	padding-bottom: 10px;
}
.info-content {
	display: flex;
	flex-direction: row;
	column-gap: 140px;
	padding: 40px;
}
.info-content .info-img {
	width: 30%;
	flex-basis: 30%;
}
.info-content .info-img svg {
	overflow: visible;
	width: 100%;
}
.info-content .info-text {
	width: 70%;
	flex-basis: 70%;
}
.info-content .info-text .footnote {
	font-size: 14px;
}

@media only screen and (max-width: 1520px) { 
	/* .showcase-content {
		min-height: 400px;
	} */
	.showcase-content .showcase-img,
	.showcase-content .showcase-text  {
		width: 50%;
		flex-basis: 50%;
	}
}
@media only screen and (max-width: 1440px) { 
	.showcase-testimonial .testimonial-msg {
		width: 65%;
	}
	/* .about-snyco-section .elementor-inner-section .elementor-column {
		aspect-ratio: 5 / 9.1;
	} */
}
@media only screen and (max-width: 1336px) { 
	.showcase-content .showcase-text {
		padding: 30px 50px;
	}
	.showcase-testimonial .testimonial-msg {
		width: 75%;
	}	
	.info-content {
		column-gap: 100px;
	}
	/* .about-snyco-section .elementor-inner-section .elementor-column {
		aspect-ratio: 5 / 9.3;
	} */
}
@media only screen and (max-width: 1280px) { 
	/* .showcase-content {
	    	min-height: 350px;
	} */
	.showcase-content .showcase-text {
		font-size: 14px;
		line-height: 20px;
	}
	.showcase-testimonial .testimonial-msg {
		width: 80%;
	}
	.info-content {
		column-gap: 60px;
	}	
	/* .about-snyco-section .elementor-inner-section .elementor-column {
		aspect-ratio: 5 / 10.5;
	} */	
}
@media only screen and (max-width: 1120px) { 
	/* .showcase-content {
	    	min-height: 380px;
	} */
}
@media only screen and (max-width: 1199px) {
    /* .about-snyco-section .elementor-inner-section .elementor-column {
        width: 47%;
        aspect-ratio: 5 / 8.1;
    } */
    .about-snyco-section .elementor-inner-section .elementor-column {
    	width: 22.83vw;
    	/* aspect-ratio: 5 / 11.2; */
    }
    .about-snyco-section img {
        height: auto !important;
    }

    .how-to-apply-section {
        padding: 50px 16px;
    }
    .how-to-apply-section .green-bg {
        width: 30% !important;
    }
}
@media only screen and (max-width: 1080px) {
	.info-content {
		column-gap: 40px;
	}
    .about-snyco-section .elementor-inner-section > .elementor-container {
    	flex-wrap: wrap;
    }
    .about-snyco-section .elementor-inner-section .elementor-column {
        width: 47%;
        /* aspect-ratio: 5 / 8.1; */
    }
}
@media only screen and (max-width: 1050px) { 
	.showcase-content {
		min-height: 290px;
	}
}
@media only screen and (max-width: 992px) {
    .instruments-list.ipad-three .elementor-image-boxes {
        grid-template-columns: repeat(6, 1fr);
    }
    .how-to-apply-section .green-bg {
        width: 48% !important;
    }
    /* .about-snyco-section .elementor-inner-section .elementor-column {
        aspect-ratio: 5 / 9.1;
    } */
    .details-section > .elementor-container {
        padding: 20px;
    }
    .details-section .details-info .elementor-container {
        flex-wrap: nowrap !important;
    }
    
	.showcase-content {
		flex-wrap: wrap;
	}
	.showcase-wrapper .title,
	.showcase-wrapper.image-align-right .title {
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		font-size: 30px;
	}
	.showcase-content .showcase-text {
		padding: 30px;	
	}
	.showcase-content .showcase-img,
	.showcase-content .showcase-text  {
		width: 100%;
		flex-basis: 100%;
	}
	
	.showcase-wrapper.image-align-right .showcase-content .showcase-img {
		order: 1;
	}
	.showcase-wrapper.image-align-right .showcase-content .showcase-text {
		order: 2;
	}
	
	.showcase-content .showcase-text .learn-more {
		margin: 20px auto 0px;
	}
	
	.about-snyco-section img {
		width: 100%;
	}
	.showcase-testimonial .testimonial-msg {
		width: 100%;
	}
	
	.showcase-hidden {
		width: 95%;
		padding: 20px !important;
	}
	.fancybox__content > .f-button.is-close-btn:hover,
	.fancybox__content > .f-button.is-close-btn:focus,
	.fancybox__content > .f-button.is-close-btn {
		transform: translate(-10px, 10px);
	}    
}
@media only screen and (max-width: 767px) {
    ul, ol {
        padding-left: 16px;
    }
    .about-snyco-section .elementor-inner-section > .elementor-container {
        gap: 24px;
    }
    .about-snyco-section .elementor-inner-section .elementor-column {
        width: 100%;
        aspect-ratio: unset;
        margin: 0 !important;
    }
    .year-in-snyco .swiper-slide.qodef-e-item:not(:first-child) {
        margin-left: 0;
    }
    .instruments-list {
        max-width: unset;
    }
    .instruments-list.mobile-one .elementor-image-boxes {
        grid-template-columns: repeat(4, 1fr);
    }
    .instruments-list .elementor-image-boxes {
        align-items: flex-start;
    }
    .instruments-list.desktop-ten .elementor-image-boxes .elementor-image-box-wrapper figure.elementor-image-box-img img {
        min-width: 70px;
        max-width: 70px;
    }
    .instruments-list.desktop-ten .elementor-image-boxes .elementor-image-box-wrapper p.elementor-image-box-title {
        font-size: 12px;
    }
    .how-to-apply-section .green-bg {
        width: 100% !important;
        aspect-ratio: unset;
        padding: 10px;
    }
    .how-to-apply-section .green-bg h5 {
        font-size: var(--font-size-16);
    }
    .how-to-apply-section .green-bg .elementor-widget-wrap {
        gap: 10px !important;
    }
    .how-to-apply-section .green-bg img {
        max-width: 80px;
    }
    .details-section .details-info .elementor-container {
        gap: 8px;
        flex-direction: column;
    }
    .details-section .details-info .right-col p {
        font-size: var(--font-size-14);
    }
    .details-section .details-info:last-child .right-col p {
        line-height: 124%;
    }
    .information-section .accordion-list .elementor-accordion-item {
        padding: 10px;
    }
    table {
        max-width: 100%;
        margin: 0 0 10px !important;
    }
    tr td {
        padding: 24px 10px !important;
    }
    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem; /* optional spacing */
    }
    table.instrumental-section-notes {
        margin: 20px 0 10px !important;
    }
    .table-wrapper::-webkit-scrollbar {
        height: 3px;
    }
   
	
	.info-content {
		flex-wrap: wrap;
		padding: 20px;
	}
	.info-content .info-img,
	.info-content .info-text {
		width: 100%;
		flex-basis: 100%;
	}
	.info-content .info-img {
		order: 1;
		margin-bottom: 20px;
	}
	.info-content .info-text {
		order: 2;
	}
	
	.year-in-snyco h4 {
		text-align: center;
	}
}