.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-on-scroll.visible {
    transition-delay: 0.1s; /* delay after fully visible */
    opacity: 1;
    transform: translateY(0);
}

.main-content {
    padding-top: 0;
}

.intro-section {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: black;
    background-image: url('/admission/images/bg-banner-koch-center.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    z-index: 1;
}

.intro-section::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
}

.intro-section h3 {
    font-size: 240%;
    text-align: center;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.intro-section h3 .sub-heading {
    display: block;
    text-transform: none;
    font-size: 80%;
}

.intro-section p {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.intro-section .cta-btns {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.intro-section .btn {
    display: inline-block;
    min-width: 270px;
    margin-left: 1em;
    margin-right: 1em;
}

.zoom-out-on-scroll {
    opacity: 0;
    transform: scale(1.5);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.zoom-out-on-scroll.visible {
    transition-delay: 0.1s; /* delay after fully visible */
    opacity: 1;
    transform: scale(1);
}

.apply-section {
    background: linear-gradient(to bottom, #298fc2, #1c5f81);
    color: white;
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.apply-section h3 {
    font-size: 250%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.requirements-section {
    background-color: #4C2683;
    border-top: 5px dashed #f68b1f;
    color: white;
    padding-top: 3em;
    padding-bottom: 2em;
}

.requirements-section h3 {
    font-size: 250%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.requirements-section h4 {
    color: #F2C75C;
}

.requirements-section p a,
.requirements-section li a {
    color: #F68B1F;
}

.requirements-section .wysiwyg > ul > li {
    margin-bottom: 2em;
}

.requirements-section img.beakers {
    width: 30vw;
    float: right;
    padding-left: 2em;
    padding-bottom: 2em;
}

.deadlines-section {
    background-color: #E04E39;
    color: white;
    padding-top: 3em;
    padding-bottom: 2em;
}

.deadlines-section h3 {
    font-size: 250%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.deadlines-section p a,
.deadlines-section li a {
    color: #F2C75C;
}

.deadlines-section .wysiwyg > ul > li {
    margin-bottom: 2em;
}

.deadlines-section img.bullseye {
    width: 20vw;
    float: right;
    padding-left: 2em;
    padding-bottom: 2em;
}

.resources-section {
    background-color: #34657F;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}

.resources-section h3 {
    font-size: 220%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.resources-section ul {
    list-style-type: none;
    padding-left: 0px;
}

.resources-section ul li {
    break-inside: avoid;
}

.resources-section ul a {
    color: white;
    display: block;
    border-bottom: 1px solid white;
    margin-bottom: 6px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    padding-right: 50px;
    border-radius: 6px;
}

.resources-section ul a::after {
    content: '\2B95';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.6;
    background-color: white;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border-radius: 20px;
}

.resources-section ul a:hover {
    text-decoration: none !important;
    background-color: rgba(1, 1, 1, 0.1);
}

.resources-section ul a > span.pdf {
	display: inline-block;
	color: white;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-pdf' viewBox='0 0 16 16'><path d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/><path d='M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z'/></svg>");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.resources-section ul a > span.doc {
	display: inline-block;
	color: white;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-word' viewBox='0 0 16 16'><path d='M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z'/><path d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/></svg>");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.resources-section ul a > span.ppt {
	display: inline-block;
	color: white;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-ppt' viewBox='0 0 16 16'><path d='M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z'/><path d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z'/></svg>");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.resources-section ul a > span.xls {
	display: inline-block;
	color: white;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-excel' viewBox='0 0 16 16'><path d='M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z'/><path d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/></svg>");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.resources-section ul a > span.offsite {
	display: inline-block;
	color: white;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.test-optional-section {
    background-color: #efefef;
    color: black;
    padding-top: 3em;
    padding-bottom: 3em;
}

.test-optional-section h3 {
    font-size: 220%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.questions-section {
    padding-top: 2em;
    padding-bottom: 1em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .intro-section {
        padding-top: 10vw;
    }
    
    .intro-section h3 {
        padding-bottom: 2vw;
    }

	.resources-section ul {
        columns: 2;
    }

}