*
{
	margin: 0;
	padding: 0;
}

body
{
	//font-family: 'Raleway', sans-serif;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
}

h1,h2,h3,h4,h5,h6
{
	//font-family: 'Raleway', sans-serif;
	font-family: Museo300-Regular !important;
}


@font-face
{
	font-family:Museo300-Regular;
	src:url(../fonts/Museo300-Regular.otf)
}
@font-face
{
	font-family:Museo700-Regular;
	src:url(../fonts/Museo700-Regular.otf);
}

.search-bar-section
{
	background-color: #00254e;
	//border-bottom: 1px solid #efefef;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	color: #ffffff;
	height: 30px;
}

.school-logo-section
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menubar-section
{
	background-color: #00254e;
	border-bottom: 5px solid #ecb200;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1em;
	font-weight: 400px;
}

.header-menubar-section .navbar
{
	font-family:Museo300-Regular;
	src:url(../fonts/Museo700-Regular.otf);
	padding: 0;
	margin-bottom: 0px;
}

.header-menubar-section .navbar-nav .nav-item a
{
	color: #ffffff;
	/* font-size: 0.85em; */
	font-size: 0.71em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.header-menubar-section .navbar-nav .nav-item a:hover
{
	color: #ffffff;
}

.header-menubar-section .navbar-nav .nav-item:hover
{
	color: #ffffff;
	background-color: #ecb200;
}

.header-menubar-section .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link
{
	color: #ffffff;
}

.header-menubar-section .navbar-expand-lg .navbar-nav .dropdown-menu
{
	background-color: rgb(0,21,45,0.9);
	border-radius: 0;
}

.header-menubar-section .navbar-expand-lg .navbar-nav .dropdown-menu li
{
	font-size: 0.8em;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.header-menubar-section .navbar-expand-lg .navbar-nav .dropdown-item
{
	border-bottom: 1px solid #000000;
}

.header-menubar-section .navbar-expand-lg .navbar-nav .dropdown-item:hover
{
	background-color: #ecb200;
}

.header-menubar-section .dropdown-toggle::after
{
	color: #ecb200;
	margin-left: 10px;
}

.header-menubar-section .dropdown:hover>.dropdown-menu 
{
  	display: block;
  	transition: 0.5s;
}

.navbar-toggler-icon
{
	display: block!important;
	width: 30px!important;
	height: 1px!important;
	margin-bottom: 5px;
}

.header-menubar button.navbar-toggler:focus 
{
	outline: none; 
	box-shadow: none;
}


/* ===== Admissions Open Ticker ===== */

.admission-open-ticker {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #c4cbd3;
    color: #00254e;
    overflow: hidden;
    height: 38px;
    /* width: 100%; */
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.ticker-label {
    background-color: #00254e;
    color: #ecb200;
    font-family: Museo300-Regular, Calibri, sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    border-right: 3px solid #ecb200;
}

.ticker-track-wrapper {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.ticker-track {
    display: inline-flex;
    white-space: nowrap;
    animation: ticker-scroll 18s linear infinite;
    font-size: 0.92em;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    color: #00254e;
}

.ticker-track:hover {
    animation-play-state: paused;
}

.ticker-track a {
    color: #00254e;
    font-weight: 700;
    /* text-underline-offset: 2px; */
    transition: color 0.2s;
}

.ticker-track a:hover {
    color: #ecb200;
	text-decoration: none;
}

/* Starts from right side of screen, scrolls to left and out */
@keyframes ticker-scroll {
    0%   { transform: translateX(100vw); }
    100% { transform: translateX(-100%); }
}

/* === Responsive: small devices === */
@media only screen and (min-width: 300px) and (max-width: 800px) {
    .admission-open-ticker {
        height: 34px;
    }

    .ticker-label {
        font-size: 0.65em;
        padding: 0 10px;
    }

    .ticker-track {
        font-size: 0.78em;
        animation-duration: 15s;
    }
}




.slider-section
{
	padding-left: 30px;
	padding-right: 30px;
}

.slider-section .rnpodarschool-slider
{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	border: 1px solid #efefef;
	padding: 10px;
}

.slider-section .rnpodarschool-slider .carousel-indicators li
{
	width: 15px;
	height: 15px;
	border: 3px solid #ffffff;
	background-color: #000000;
	border-radius: 50px;
}

.carousel-control-next, .carousel-control-prev
{
	width: 10% !important;
}

.slider-section .rnpodarschool-slider .carousel-control-next-icon, .carousel-control-prev-icon
{
	background-color: #000000;
	border-radius: 70px;
	font-size: 0.8em;
	//padding: 20px;

}

.school-features-section
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
}

.school-features-section-box
{
	padding: 10px;
	//border: 1px solid #dfdfdf;
	padding-bottom: 10px;
}

.school-features-section-box h5
{
	font-size: 1.4em;
	color: #00254e;
	font-weight: 500;
}

.school-features-section-box p
{
	font-size: 0.8em;
	color: #a78897;
}

.school-features-section-box a
{
	color: #ecb200;
	text-decoration: none;
	border-left: 1px solid #ecb200;
	padding-left: 5px;
}

.school-features-section-box a:hover
{
	color: #ecb200;
	text-decoration: none;
}

.what-rnpodarschool-offers
{
	padding-left: 50px;
	padding-right: 50px;
}

.offers-sections
{
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.offers-sections ol
{
	margin-left: 20px;
}

.offers-sections ol li
{
	color: #999999;
	font-size: 0.9em;
	line-height: 20px;
}

.what-rnpodarschool-offers .nav-tabs
{
	border-bottom: 5px solid #ecb200;
}

.what-rnpodarschool-offers .nav-tabs .nav-link
{
	font-family: Museo300-Regular !important;
	border: 0;
	margin-bottom: 0px;
	background-color: #00254e;
	margin-right: 1px;
	border-radius: 0;
	color: #ffffff;
	font-size: 1.2em;
}

.what-rnpodarschool-offers .nav-tabs .nav-link.active
{
	background-color: #ecb200 !important;
	border-radius: none !important;
	color: #ffffff !important;
}

.what-rnpodarschool-offers .tab-content
{
	background-color: #00254e;
	padding: 20px;
}

.what-rnpodarschool-offers .tab-content p
{
	color: #999999;
	font-size: 0.9em;
}

.what-rnpodarschool-offers .tab-content #border-paragraph
{
	border-bottom: 1px solid #ecb200;
	padding-bottom: 20px;
}

.what-rnpodarschool-offers .tab-content h5
{
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 400;
	border-bottom: 1px solid #ecb200;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.what-rnpodarschool-offers .tab-content a
{
	color: #ecb200;
	text-decoration: none;
}

.what-rnpodarschool-offers .tab-content a:hover
{
	color: #ecb200;
}

.what-rnpodarschool-offers .tab-content ul
{
	margin-left: 20px;
}

.what-rnpodarschool-offers .tab-content ul li
{
	font-size: 0.9em;
	color: #999999;
	line-height: 25px;
}

.main-content
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.main-content-heading
{
	font-family: Museo300-Regular !important;
	font-weight: 400;
	font-size: 2.5em;
	border-bottom: 4px solid #ecb200;
	color: #888888;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align: center;
}

.main-content h5
{
	color: #00254e;
	font-size: 1.4em;
}

.main-content h6
{
	font-size: 1.1em;
	font-weight: 600;
	color: #001536;
}

.main-content p
{
	color: #888888;
	font-size: 14px;
}

.main-content ul
{
	list-style: none;
}

.main-content ul li
{
	color: #121212;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.main-content a
{
	color: #ecb200;
}

.main-content a:hover
{
	color: #ecb200;
	text-decoration: none;
}

.main-content #document-link
{
	color: #012145;
	font-weight: 500;
}

.main-content ul li a
{
	color: #dd7e93;
}

.main-content ul li a:hover
{
	text-decoration: none;
	color: #dd7e93;
}

.main-content .club-box
{
	padding: 20px;
}

.main-content .club-box p
{
	height: 200px;
}

.main-content input::placeholder, textarea::placeholder
{
	color: #bfbfbf;
	font-size: 0.9em;
}

.main-content textarea
{
	resize: none;
}

.main-content textarea::placeholder
{
	color: #bfbfbf;
	font-size: 0.9em;
}

.main-content .principals-message-section
{
	background-color: #00254e;
	padding: 15px;
}

.main-content .principals-message-section p
{
	color: #ffffff;
}

.main-content .principals-message-section h5
{
	color: #ecb200;
	padding-bottom: 10px;
}


.main-content .news-box
{
	border-bottom: 30px solid #efefef;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.main-content .news-headlines
{
	font-family:Museo300-Regular;
	src:url(../fonts/Museo300-Regular.otf);
	font-size: 1.3em;
	line-height: 28px;
	border-bottom: 4px solid #ecb200;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.main-content .news-headline a
{
	transition: 0.5s;
}

.main-content .news-headlines a:hover
{
	color: #00254e;
	transition: 0.5s;
}

.main-content .news-date
{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

.main-content .news-date i
{
	color: #d8d8d8;
	font-size: 1.4em;
}

.main-content .news-date button
{
	font-size: 0.8em;
	font-weight: 500;
}

.main-content .news-date ul li
{
	margin-left: 30px;
	color: #999999;
	display: inline;
	margin: 10px;
}

.news-events-pagination .nav
{
	border: 0;
}

.news-events-pagination .nav-tabs .nav-link
{
	border: 0;
}

.news-events-pagination .nav-tabs .nav-link:hover
{
	border: 0;
}

.news-events-pagination .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
	background-color: #ffdd00!important;
	border: 0!important;
	/*border-radius: 50px;*/
}

.main-content .news-description ul
{
	margin-left: 30px;
}

.main-content .news-description ul li
{
	color: #888888;
	list-style: circle;
}

.main-content h5.twitter-heading
{
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 5px solid #00254e;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.main-content .twitter a
{
	color: #00254e;
}

.pre-footer
{
	background-color: #00254e;
	border-top: 2px solid #ecb200;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.pre-footer h5
{
	color: #ecb207;
	font-size: 1.4em;
	font-weight: 500;
	border-bottom: 1px solid #ecb200;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pre-footer p
{
	font-size: 0.9em;
	color: #ffffff;
}

.pre-footer ul
{
	margin-left: 20px;
}

.pre-footer ul li
{
	font-size: 0.9em;
	color: #ffffff;
	line-height: 30px;
}

.pre-footer a
{
	color: #ecb207;
	text-decoration: none;
}

.pre-footer a:hover
{
	color: #ecb207;
	text-decoration: none;
}

.footer
{
	background-color: #000000;
	height: 30px;
}

.back-to-top 
{
    position: fixed;
    bottom: 0;
    right: 15px;
    display: none;
    background-color: #000000;
}


.document-box
{
	padding: 10px;
	border: 1px solid #dfdfdf;
	text-align: center;
	font-size: 0.85rem;
	margin: 10px;
	text-transform: uppercase;
	background-color: #dadcdf;
	border-radius: 50px;
}

.document-box a
{
	text-decoration: none;
	font-weight: 500;
	color: #00254e;
}


/**************** Media Queries ***************/

@media only screen and (min-width: 300px) and (max-width: 800px) 
{


	.search-bar-section
	{
		display: none !important;
	}

	.school-logo-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 10px solid #00254e;
	}

	.fixed-logo-top img
	{
		display: none;
	}

	.header-menubar-section
	{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 0;
	}

	.header-menubar-section .navbar
	{
		align-items: flex-end;
	}


	.slider-section
	{
		border-top: 5px solid #ecb200;
		padding-left: 0;
		padding-right: 0;
	}

	.slider-section .rnpodarschool-slider .carousel-indicators li
	{
		width: 10px;
		height: 10px;
		border: 3px solid #ffffff;
		background-color: #000000;
		border-radius: 50px;
	}


	.slider-section .rnpodarschool-slider
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		border: 1px solid #efefef;
		padding: 10px;
	}

	.carousel-control-next, .carousel-control-prev
	{
		width: 20% !important;
	}

	.slider-section .rnpodarschool-slider .carousel-control-next-icon, .carousel-control-prev-icon
	{
		background-color: #000000;
		border-radius: 70px;
		font-size: 0.8em;
		padding: 5px;
	}

	.header-menubar-section
	{
		padding-left: 0;
		padding-right: 0;
	}

	.school-logo-section
	{
		padding-left: 0;
		padding-right: 0;
	}

	.school-features-section
	{
		padding-left: 0;
		padding-right: 0;
	}

	.what-rnpodarschool-offers
	{
		padding-left: 0;
		padding-right: 0;
	}

	.what-rnpodarschool-offers .nav-tabs .nav-item
	{
		width: 100%;
	}

	.yellow-border
	{
		display: block;
		height: 10px;
		background-color: #ffdd00;
		margin-top: 10px;
	}

	.main-content
	{
		padding-left: 0;
		padding-right: 0;
	}

	.pre-footer
	{
		background-color: #00254e;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.swiper-slide
	{
		width: 100%!important;
	}

}


/* ============================================================
   admissions-open.css
   Exclusive styles for the Admissions Open page
   R.N. Podar School — consistent with navy #00254e & gold #ecb200
   ============================================================ */

/* ---- Page intro ---- */
.admissions-intro {
    text-align: center;
    color: #888888;
    font-size: 0.92em;
    line-height: 1.7;
    max-width: 700px;
    margin: -10px auto 40px auto;
}

/* ============================================================
   Cards Grid
   ============================================================ */
.admissions-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding-bottom: 60px;
    align-items: stretch;
}

/* ============================================================
   Card Link Wrapper — makes entire card clickable
   ============================================================ */
.admission-card-link {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.admission-card-link:hover,
.admission-card-link:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none;
}

/* ============================================================
   Card Base
   ============================================================ */
.admission-card {
    background-color: #ffffff;
    border: 1px solid #e4e7ec;
    /* border-top: 4px solid #ecb200; */
    border-radius: 3px;
    padding: 26px 22px 20px 22px;
    box-shadow: 0 2px 12px rgba(0, 37, 78, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-top-color 0.28s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.admission-card-link:hover .admission-card {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 37, 78, 0.14);
    border-color: #00254e;
}

/* Guide card — inverted accent */
.admission-card--guide {
    /* border-top-color: #00254e; */
    background-color: #f9fbfd;
}

.admission-card-link:hover .admission-card--guide {
    border-color: #ecb200;
}

/* ============================================================
   Icon Circle
   ============================================================ */
.admission-card-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /* background-color: #f0f4f8; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    transition: background-color 0.25s ease;
}

.admission-card-icon {
    font-size: 1.25em;
    color: #00254e;
    transition: color 0.25s ease;
}

.admission-card-link:hover .admission-card-icon-wrap {
    /* background-color: #ecb200; */
}

.admission-card-link:hover .admission-card-icon {
    color: #ffffff;
}

/* Guide card icon hover */
.admission-card-link:hover .admission-card--guide .admission-card-icon-wrap {
    /* background-color: #00254e; */
}

/* ============================================================
   Card Body
   ============================================================ */
.admission-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* ---- Badge ---- */
.admission-card-badge {
    display: inline-block;
    font-size: 0.67em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 3px 11px;
    border-radius: 50px;
    margin-bottom: 13px;
    width: fit-content;
}

.badge-yellow {
    background-color: #fff3cc;
    color: #a07800;
}

.badge-navy {
    background-color: #00254e;
    color: #ecb200;
}

.badge-outline {
    background-color: transparent;
    color: #00254e;
    border: 1px solid #00254e;
}

/* ---- Title ---- */
.admission-card-title {
    font-family: Museo300-Regular, Calibri, Candara, sans-serif;
    font-size: 1.1em !important;
    color: #00254e !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* ---- Description ---- */
.admission-card-desc {
    color: #888888 !important;
    font-size: 0.8em !important;
    line-height: 1.65 !important;
    margin-bottom: 14px;
    flex-grow: 1;
}

/* ---- Notice tag (in-house / external label) ---- */
.admission-card-notice {
    display: inline-flex;
    align-items: center;
    font-size: 0.7em;
    color: #777777;
    background-color: #f5f5f5;
    border-left: 3px solid #ecb200;
    padding: 5px 10px;
    border-radius: 0 3px 3px 0;
    margin-bottom: 4px;
    width: fit-content;
}

.admission-card-notice i {
    color: #ecb200;
    margin-right: 5px;
}


.admission-card-guide-link-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    width: 100%;
}

.admission-card-guide-link {
    font-size: 0.78em;
    font-weight: 600;
    color: #ecb200 !important;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    transition: color 0.2s;
}

.admission-card-guide-link:hover {
    color: #00254e !important;
    text-decoration: none !important;
}

.admission-card-guide-link i {
    margin-left: 4px;
    font-size: 0.9em;
}

/* ============================================================
   Card Footer — CTA
   ============================================================ */
.admission-card-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    margin-top: 16px;
}

.admission-card-cta {
    font-size: 0.76em;
    font-weight: 700;
    color: #ecb200;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 3px solid #ecb200;
    padding-left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.22s, border-left-color 0.22s;
}

.admission-card-cta i {
    transition: transform 0.22s ease;
}

.admission-card-link:hover .admission-card-cta {
    color: #00254e;
    border-left-color: #00254e;
}

.admission-card-link:hover .admission-card-cta i {
    transform: translateX(5px);
}

/* Guide card CTA hover */
.admission-card-link:hover .admission-card--guide .admission-card-cta {
    color: #ecb200;
    border-left-color: #ecb200;
}

/* ============================================================
   Responsive — Tablet (2 columns)
   ============================================================ */
@media only screen and (min-width: 801px) and (max-width: 1100px) {
    .admissions-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

/* ============================================================
   Responsive — Mobile (1 column)
   ============================================================ */
@media only screen and (min-width: 300px) and (max-width: 800px) {
    .admissions-intro {
        font-size: 0.85em;
        margin-bottom: 28px;
    }

    .admissions-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 30px;
    }

    /* Disable lift on touch devices */
    .admission-card-link:hover .admission-card {
        transform: none;
        box-shadow: 0 2px 12px rgba(0, 37, 78, 0.07);
    }

    .admission-card {
        padding: 20px 16px 16px 16px;
    }

    .admission-card-icon-wrap {
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
    }

    .admission-card-title {
        font-size: 1.02em !important;
    }
}


/* ============================================================
   admission-form.css
   Exclusive styles for the Online Admission Form page
   R.N. Podar School — navy #00254e  |  gold #ecb200
   ============================================================ */

/* ── Page intro ───────────────────────────────────────────── */
.af-page-intro {
    text-align: center;
    color: #888888;
    font-size: 0.9em;
    margin: -10px auto 36px auto;
    max-width: 620px;
}

.af-required-star {
    color: #d93025;
    font-weight: 700;
}

/* ── Section card ─────────────────────────────────────────── */
.af-section {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-left: 4px solid #ecb200;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 37, 78, 0.06);
    margin-bottom: 28px;
    overflow: hidden;
}

.af-section-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: #f7f9fc;
    border-bottom: 1px solid #e4e7ec;
    padding: 18px 24px;
}

.af-section-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #00254e;
    color: #ecb200;
    font-family: Museo300-Regular, Calibri, sans-serif;
    font-size: 1em;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.af-section-title {
    font-family: Museo300-Regular, Calibri, sans-serif;
    font-size: 1.05em !important;
    color: #00254e !important;
    font-weight: 600;
    margin-bottom: 3px !important;
}

.af-section-subtitle {
    font-size: 0.78em;
    color: #999999;
    margin: 0 !important;
}

.af-section-body {
    padding: 24px;
}

/* ── Sub blocks (Student / Father / Mother) ───────────────── */
.af-sub-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e4e7ec;
}

.af-sub-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.af-sub-block-label {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    background-color: #00254e;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
}

/* ── Form fields ──────────────────────────────────────────── */
.af-field-group {
    margin-bottom: 18px;
}

.af-label {
    display: block;
    font-size: 0.78em;
    font-weight: 600;
    color: #444444;
    margin-bottom: 5px;
    text-transform: none;
}

.af-input {
    width: 100%;
    height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 0.85em;
    color: #222222;
    background-color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", sans-serif;
}

.af-input:focus {
    border-color: #00254e;
    box-shadow: 0 0 0 3px rgba(0, 37, 78, 0.08);
}

.af-input-error {
    border-color: #d93025 !important;
    box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.08) !important;
}

.af-input-ok {
    border-color: #1e8a44 !important;
}

.af-input::placeholder {
    color: #bbbbbb;
    font-size: 0.95em;
}

/* ── Error messages ───────────────────────────────────────── */
.af-error {
    display: block;
    min-height: 16px;
    font-size: 0.74em;
    color: #d93025;
    margin-top: 4px;
    font-weight: 500;
}

.af-error:empty {
    min-height: 0;
}

/* ── Stream cards ─────────────────────────────────────────── */
.af-stream-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 6px;
}

.af-stream-card {
    cursor: pointer;
    margin: 0;
}

.af-stream-radio {
    /* CHANGED: was (position:absolute; opacity:0; width:0; height:0) - now visible */
    flex-shrink: 0;
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: #00254e;
    cursor: pointer;
}

.af-stream-card-inner {
    border: 2px solid #e4e7ec;
    border-radius: 3px;
    padding: 18px 16px;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    height: 100%;
    /* flex so radio sits to the left of content column */
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ADDED: wraps stream name + subjects so they stack vertically, aligned to radio */
.af-stream-card-content {
    display: flex;
    flex-direction: column;
}

.af-stream-card:hover .af-stream-card-inner {
    border-color: #ecb200;
    box-shadow: 0 4px 14px rgba(0, 37, 78, 0.1);
}

.af-stream-selected .af-stream-card-inner {
    border-color: #00254e;
    background-color: #f0f4f9;
    box-shadow: 0 4px 14px rgba(0, 37, 78, 0.12);
}

.af-stream-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    color: #00254e;
}

.af-stream-icon svg {
    width: 100%;
    height: 100%;
}

.af-stream-selected .af-stream-icon {
    color: #ecb200;
}

.af-stream-name {
    font-family: Museo300-Regular, Calibri, sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    color: #00254e;
    margin-bottom: 10px;
}

.af-stream-subjects {
    font-size: 0.75em;
    color: #777777;
    line-height: 1.6;
}

.af-stream-sub-group {
    margin-bottom: 5px;
}

.af-stream-sub-group strong {
    color: #444444;
}

/* ── Elective grid ────────────────────────────────────────── */
.af-elective-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 6px;
}

.af-elective-option {
    cursor: pointer;
    margin: 0;
    /* flex so radio button appears beside the label text */
    display: flex;
    align-items: center;
    gap: 8px;
}

.af-elective-option input[type="radio"] {
    /* CHANGED: was (position:absolute; opacity:0; width:0; height:0) - now visible */
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    accent-color: #00254e;
    cursor: pointer;
    margin: 0;
}

.af-elective-label {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    /* CHANGED: border removed */
    border: none;
    border-radius: 3px;
    font-size: 0.78em;
    color: #444444;
    /* CHANGED: medium-bold by default */
    font-weight: 600;
    text-align: left;
    background: transparent;
    transition: color 0.18s;
    cursor: pointer;
    line-height: 1.4;
    width: 100%;
}

.af-elective-option:hover .af-elective-label {
    /* CHANGED: removed border/background hover; just colour shift */
    color: #ecb200;
}

.af-elective-selected .af-elective-label {
    /* CHANGED: no background on selection; just bold navy text */
    color: #00254e;
    font-weight: 700;
    background-color: transparent;
}

/* ── Score table ──────────────────────────────────────────── */
.af-score-table-wrap {
    overflow-x: auto;
    margin-bottom: 6px;
}

.af-score-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
    font-size: 0.82em;
}

.af-score-table thead tr {
    background-color: #00254e;
}

.af-score-table thead th {
    color: #ffffff;
    padding: 10px 14px;
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #00254e;
}

.af-score-table .af-score-subject-col {
    text-align: left;
    width: 160px;
}

.af-score-table tbody tr {
    border-bottom: 1px solid #e4e7ec;
}

.af-score-table tbody tr:nth-child(even) {
    background-color: #f7f9fc;
}

.af-score-subject-name {
    padding: 12px 14px;
    font-weight: 600;
    color: #00254e;
    text-align: left;
    border-right: 1px solid #e4e7ec;
}

.af-score-table tbody td {
    text-align: center;
    padding: 8px 6px;
    border: 1px solid #eeeeee;
    transition: background 0.15s;
}

.af-score-table tbody td.af-score-selected {
    background-color: #fff3cc;
}

.af-score-radio-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.af-score-radio-wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.af-score-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    display: inline-block;
    background: #ffffff;
    transition: border-color 0.15s, background 0.15s;
    position: relative;
}

.af-score-radio-wrap input[type="radio"]:checked + .af-score-dot {
    border-color: #00254e;
    background-color: #00254e;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.af-score-table tbody td:hover .af-score-dot {
    border-color: #ecb200;
}

/* ── Submit row ───────────────────────────────────────────── */
.af-submit-row {
    text-align: center;
    padding: 10px 0 50px;
}

.af-submit-btn {
    background-color: #00254e;
    color: #ffffff;
    border: none;
    padding: 13px 42px;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.22s, transform 0.15s, box-shadow 0.22s;
    font-family: Calibri, Candara, sans-serif;
    box-shadow: 0 3px 12px rgba(0, 37, 78, 0.2);
}

.af-submit-btn:hover:not(:disabled) {
    background-color: #ecb200;
    color: #00254e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 37, 78, 0.18);
}

.af-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ── Acknowledgement box ──────────────────────────────────── */
#af-ack-section {
    padding-bottom: 60px;
}

.af-ack-box {
    max-width: 580px;
    margin: 20px auto 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-top: 4px solid #1e8a44;
    border-radius: 4px;
    padding: 44px 36px 40px;
    box-shadow: 0 4px 20px rgba(0, 37, 78, 0.08);
}

.af-ack-icon {
    font-size: 3.8em;
    color: #1e8a44;
    margin-bottom: 18px;
    line-height: 1;
}

.af-ack-heading {
    font-family: Museo300-Regular, Calibri, sans-serif;
    color: #00254e;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 14px;
}

.af-ack-message {
    color: #555555;
    font-size: 0.88em;
    line-height: 1.7;
    margin-bottom: 8px;
}

.af-ack-ref {
    color: #888888;
    font-size: 0.82em;
    margin-bottom: 28px;
}

.af-ack-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.af-back-btn {
    background-color: #00254e;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    font-size: 0.82em;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s;
    font-family: Calibri, Candara, sans-serif;
}

.af-back-btn:hover {
    background-color: #ecb200;
    color: #00254e;
}

.af-home-btn {
    display: inline-block;
    background-color: transparent;
    color: #00254e;
    border: 2px solid #00254e;
    padding: 10px 24px;
    font-size: 0.82em;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s, color 0.2s;
}

.af-home-btn:hover {
    background-color: #00254e;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* ── Responsive ───────────────────────────────────────────── */
@media only screen and (max-width: 991px) {
    .af-stream-grid {
        grid-template-columns: 1fr;
    }
    .af-elective-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 300px) and (max-width: 800px) {
    .af-section-body {
        padding: 16px;
    }
    .af-section-header {
        padding: 14px 16px;
    }
    .af-elective-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .af-ack-box {
        padding: 30px 20px 28px;
    }
    .af-submit-btn {
        width: 100%;
    }
    .af-ack-actions {
        flex-direction: column;
    }
    .af-back-btn,
    .af-home-btn {
        width: 100%;
        text-align: center;
    }
}


/* Admissions List Items */
.admissions-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0!important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admissions-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.admissions-item__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  /* background-color: rgba(212, 165, 60, 0.12);
  border: 1.5px solid #d4a53c; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.admissions-item__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.admissions-item__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 20px;
}

.admissions-item__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.admissions-item__link {
  color: #d4a53c;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.admissions-item__link:hover {
  color: #f0c060;
  text-decoration: underline;
}

