/* Start CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
    margin: 0;
    padding: 0;
}
* { 
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: clamp(280px, 90%, 100%); /* Scales to full width, min for small screens */
    margin: clamp(16px, 3vw, 28px) auto; /* Fluid margin */
    font-size: clamp(10px, 1.5vw, 12px); /* Scales font size */
}
fieldset, img {
    border: 0;  
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
/* End CSS Reset */

/* Start Core CSS */
html {
    scroll-behavior: smooth;
    font-size: 62.5%; /* 1rem = 10px */
}
:root {
    --blackDark: #414141;
    --blackLite: #7c7c7c;
    --blueDark: #0e316f;
    --blueLite: #259d9b;
    --blueLitest: #e0f1f1;
    --gray: #f5f5f5;
    --grayLite: #f8f8f8;
    --grayLite2: #d0d9d4;
    --yellow: #fec017;
    --yellowMid: #fec0177a;
    --yellowLite: #fec0172e;
    --yellowLitest: #fec0171c;
    --red: #bd1104;
    --redMid: #e11b2293;
    --redLite: #e11b2236;
    --trans: all 100ms ease-in-out;
    --trans2: all 200ms ease-in-out;
    --trans3: all 300ms ease-in-out;
    --trans4: all 400ms ease-in-out;
    --shadowColor: rgba(51, 78, 189, 0.195);
    --boxShadow: 4px 4px 4px 0px var(--shadowColor);
    --boxShadow2: 1px 1px 4px 2px var(--shadowColor);
    --boxShadow3: 1px 1px 2px 1px var(--shadowColor);
    --black: #505050;
    --yellow: #ffad0a;
    --yellowMid: #ffad0a8a;
    --brown: #624200;
}
body {
    background-color: #fff;
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
    color: var(--blueDark);
    font-size: clamp(12px, 1.2vw, 14px); /* Fluid body text */
    line-height: 1.4;
}
p {
    line-height: 1.4;
}
a {
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}
a.logo {
    line-height: 0;
    line-height: 0;
    max-width: 76px;
    filter: drop-shadow(2px 2px 4px #000);
}
a.normal {
    text-decoration: underline;
    color: var(--blueLite);
    font-weight: 400;
    transition: var(--trans);
    text-decoration-color: var(--blueLite);
    text-decoration-thickness: clamp(1px, 0.2vw, 2px); /* Fluid underline */
    text-underline-offset: clamp(2px, 0.3vw, 3px);
}
.hero a.normal, footer a.normal {
    color: #fff;
}
.hero .normal {
    margin-top: 8px;
}
a.normal:hover {
    text-underline-offset: clamp(1px, 0.2vw, 1px);
    text-decoration-thickness: clamp(2px, 0.3vw, 3px);
}
.hideMe {
    display: none !important;
}
nav, .hero, section, .split, footer {
    width: clamp(300px, 90vw, 960px); /* Fluid container width */
    max-width: 100%;
    margin: 0 auto;
    padding: clamp(12px, 2vw, 16px); /* Fluid padding */
    position: relative;
}
.split {
    padding: 0 clamp(12px, 2vw, 16px);
}
.navOuter {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #0009;
    z-index: 1000;
    box-shadow: var(--boxShadow);
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(11px, 1.2vw, 13px); /* Fluid nav text */
}
nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(4px, 1vw, 6px) clamp(12px, 2vw, 20px); /* Fluid gaps */
    justify-content: center;
}
nav ul a {
    border-bottom: clamp(1px, 0.2vw, 2px) solid transparent;
    padding-bottom: clamp(1px, 0.2vw, 2px);
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: clamp(12px, 2vw, 15px) !important;
}
nav ul .btn {
    text-shadow: none;
}
nav ul a:hover, nav ul a.active {
    border-color: var(--blueLite);
}
nav li {
    list-style-type: none;
}
nav .btn, nav .btn:hover {
    font-size: clamp(10px, 1vw, 12px);
    font-weight: 400;
    padding: clamp(3px, 0.5vw, 4px) clamp(8px, 1.5vw, 12px);
    gap: clamp(3px, 0.5vw, 4px);
    border-bottom: none;
}
nav .btn img {
    max-width: clamp(12px, 1.5vw, 14px);
}
nav .volunteer {
    color: var(--blueLite);
}
nav .volunteer:hover {
    color: #fff;
}
/* nav a {
    opacity: .85;
}
nav a:hover, nav .btn {
    opacity: 1;
} */
header {
    background-image: url(../images/heroPic3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    min-height: fit-content;
    padding: clamp(12px, 2vw, 16px) clamp(12px, 2vw, 16px) clamp(40px, 5vw, 80px);
    position: relative;
    padding-top: 102.7px;
    margin-top: -62.7px;
    overflow: hidden;
}
.heading {
    font-family: 'Cinzel', sans-serif;
    font-weight: 800;
}
.heading2 {
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
    font-weight: 700;
}
.yellowColor {
    color: var(--yellow);
    text-shadow: 1px 1px 2px #6f8699;
}
.hero {
    text-align: left;
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: clamp(6px, 1vw, 8px);
    padding: 28px clamp(12px, 2vw, 24px);
    border-radius: 10px;
    /* width: clamp(200px, 80vw, 480px);
    max-width: 100%;
    flex-direction: column;
    backdrop-filter: blur(4px);
    box-shadow: 1px 1px 8px 4px #00000078; */
}
.hero h1, .hero .tagline {
    /* width: clamp(110px, 64vw, 338px); */
    margin: 0 auto;
}
.hero h1 {
    font-size: clamp(36px, 5vw, 50px);
    line-height: 1;
    /* padding-top: clamp(20px, 3vw, 28px); */
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.hero p {
    max-width: 480px;
    color: #fff;
}
.heroLinks {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
h1 span {
    font-size: clamp(24px, 5vw, 50px);
    font-weight: 600;
    color: var(--blueLite);
}
.hero .tagline {
    /* padding: clamp(6px, 1vw, 8px) clamp(12px, 2vw, 16px);
    margin: 0 auto clamp(-14px, -3vw, -28px);
    font-size: clamp(14px, 3vw, 16px); */
    color: var(--yellow);
    text-shadow: clamp(0.5px, 0.1vw, 1px) clamp(0.5px, 0.1vw, 1px) clamp(1px, 0.2vw, 2px) #000;
}
.hero p {
    line-height: 1.3;
    font-size: clamp(16px, 2vw, 18px);
}
.hero .tagline span {
    background-color: #b28d4b;
    width: clamp(0.5px, 0.1vw, 1px);
    height: clamp(24px, 4vw, 32px);
    display: inline-block;
}
.hero .btn {
    /* margin-top: clamp(24px, 4vw, 36px) !important;
    margin-bottom: clamp(-50px, -10vw, -70px) !important; */
    margin: 0 !important;
    font-size: clamp(14px, 5vw, 16px);
    border-radius: clamp(36px, 8vw, 48px) !important;
    font-weight: 400;
    padding: clamp(6px, 1vw, 8px) clamp(16px, 3vw, 24px) !important;
}
.pulse {
    animation: shadow-pulse 1.5s infinite;
}
.pulse:hover {
    animation: none !important;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 157, 155, 0.838);
    }
    100% {
        box-shadow: 0 0 clamp(5px, 1vw, 7px) clamp(12px, 2vw, 16px) rgba(0, 112, 244, 0);
    }
}
.hero .btn img {
    max-width: clamp(20px, 4vw, 28px);
    margin-right: 0;
}
.btn, .btn:hover {
    background: linear-gradient(to top, rgb(14 49 111) 0%, rgb(33 78 160) 100%);
    border-radius: clamp(12px, 3vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1vw, 8px);
    padding: clamp(4px, 1vw, 6px) clamp(12px, 2vw, 16px);
    color: #fff;
    max-width: fit-content;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
}
.btn.sec {
    background: transparent;
    box-shadow: 0 0 0 clamp(1px, 0.2vw, 2px) var(--blueLite) inset;
    color: #fff;
}
main .btn.sec {
    background: transparent;
    box-shadow: 0 0 0 clamp(1px, 0.2vw, 2px) var(--blueLite) inset;
    color: var(--blueDark);
}
.btn:hover {
    background: linear-gradient(to bottom, rgb(14 49 111) 0%, rgb(33 78 160) 100%);
    box-shadow: none;
    color: #fff;
    text-shadow: 2px 1px 4px var(--blueDark);
}
main .btn.sec:hover {
    background: linear-gradient(to bottom, rgb(14 49 111) 0%, rgb(33 78 160) 100%);
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.btn:hover img {
    filter: brightness(0) invert(1);
}
.btn img {
    max-width: clamp(16px, 2vw, 20px);
    margin-right: clamp(-6px, -0.5vw, -4px);
}
main {
    display: flex;
    flex-direction: column;
    /* gap: clamp(24px, 4vw, 40px); */
    padding: 0 clamp(16px, 3vw, 28px) clamp(24px, 4vw, 36px);
}
section {
    padding: clamp(24px, 5vw, 36px) clamp(24px, 5vw, 48px);
}
section.full {
    position: relative;
    box-shadow: 0px 0px clamp(2px, 0.5vw, 4px) clamp(1px, 0.2vw, 2px) rgba(0, 0, 0, 0.1);
    border-radius: clamp(12px, 2vw, 16px);
}
section.full {
    box-shadow: none;
    /* background-color: #f7f7f8; */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: clamp(16px, 2vw, 21px);
}
.arc {
    width: 101%;
    height: auto;
    position: absolute;
    bottom: -10px;
    left: -1px;
    /* background-image: url(../images/arc.svg);
    background-repeat: no-repeat;
    background-size: 101%; */
}
.arc img {
    min-width: 101%;
}
section.full::before, section.full::after {
    /* content: ''; */
    position: absolute;
    box-shadow: none;
    background-image: url(../images/triangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: clamp(50px, 10vw, 70px);
    top: clamp(-25px, -5vw, -35px);
    left: 0;
    z-index: -1;
}
section.full::after {
    background-image: url(../images/triangle2.png);
    top: unset;
    bottom: clamp(-25px, -5vw, -35px);
}
.stats {
    display: flex;
    margin: clamp(24px, 4vw, 32px) auto clamp(-16px, -3vw, -24px);
    margin: 48px auto 8px;
    justify-content: center;
    gap: clamp(12px, 1vw, 8px) clamp(16px, 4vw, 22px);
    flex-wrap: wrap;
    align-items: center;
    max-width: fit-content;
    color: #fff;
}
.stats p {
    width: 2px;
    height: 36px;
    background-color: var(--yellow);
    margin-top: 28px;
}
.stat.heading {
    font-size: clamp(32px, 6vw, 58px);
    font-weight: 400;
    display: flex;
    gap: clamp(2px, 0.5vw, 4px);
    line-height: 1;
    flex-direction: column-reverse;
    text-shadow: 1px 1px 3px #000;
}
.stat span {
    font-size: clamp(10px, 1.2vw, 14px);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: clamp(2px, 0.5vw, 4px);
    padding-top: clamp(0px, 0.5vw, 8px);
    color: var(--grayLite);
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
}
.intro {
    display: flex;
    gap: 24px;
    margin-top: -16px;
}
.intro p span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
.intro.bullets div {
    width: 50%;
}
.intro img {
    max-height: fit-content;
    max-width: 170px;
    border-radius: 16px;
    margin-bottom: 48px;
}
.intro.leftPic img {
    max-width: 220px;
    border-radius: 10px;
}
#courses img {
    max-width: 320px;
}
#about .inner .heading {
    margin-top: 24px;
}
.custom-bullets {
    list-style: none; /* Removes default bullets */
    padding-left: 0; /* Removes default padding */
    margin-top: 12px;
}
.custom-bullets li {
    position: relative;
    padding-left: 48px; /* Adds 24px left padding */
}
.custom-bullets li:before {
    content: '\2713';
    position: absolute;
    left: 14px;
    top: 10px;
    transform: translateY(-50%);
    color: var(--yellow);
    font-size: 24px;
    font-weight: 600;
    text-shadow: 2px 2px 3px #6f8699;
}
.title {
    margin: 0 auto clamp(8px, 1vw, 12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}
#courses .title {
    margin-bottom: 20px;
}
.title h3.heading {
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 14px);
    display: flex;
    gap: clamp(4px, 0.5vw, 6px) clamp(12px, 2vw, 16px);
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: clamp(2px, 0.5vw, 4px);
}
.title h3.heading span {
    display: flex;
    width: clamp(20px, 3vw, 30px);
    height: clamp(2px, 0.3vw, 3px);
    background: var(--yellow);
}
.title h1.heading {
    margin-top: clamp(-6px, -0.5vw, -4px);
    font-size: clamp(24px, 4vw, 32px);
    text-align: left;
    min-width: 100%;
    line-height: 1;
    padding-top: clamp(6px, 1vw, 8px);
    padding-bottom: clamp(6px, 1vw, 8px);
}
.inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(20px, 4vw, 32px) clamp(12px, 2vw, 20px);
}
.inner .left, .inner .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.5vw, 12px);
    border-radius: clamp(6px, 1vw, 8px);
}
.right {
    padding-left: clamp(12px, 2vw, 20px);
}
main > section .right {
    padding-left: 0;
}
.inner .mainPic {
    border-radius: clamp(6px, 1vw, 8px);
    overflow: hidden;
    transform: scale(1);
    transition: var(--trans2);
}
.inner .mainPic:hover {
    transform: scale(1.05);
}
.inner .heading {
    line-height: 1.2;
    font-size: clamp(14px, 1.5vw, 16px);
}
.links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(6px, 1vw, 8px);
    max-width: fit-content;
}
.testimonials {
    margin: 28px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 72px;
    justify-content: center;
}
.testimonial {
    position: relative;
    /* width: 49%; */
    display: flex;
    gap: 12px;
    justify-content: center;
}
.testimonial .info {
    position: relative;
    width: 220px;
}
.testimonial .info img {
    position: absolute;
    top: -12px;
    right: -4px;
    width: 48px;
}
.testimonial .info h2 {
    font-size: 13px;
    font-weight: 500;
    color: var(--yellow);
    padding-top: 4px;
}
.testimonial .info p {
    font-size: 12px;
    color: var(--blackLite);
    line-height: 1.3;
}
.testimonial img.personPic {
    width: 68px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    transform: scale(1);
    transition: var(--trans2);
}
.testimonial:hover img.personPic {
    transform: scale(1.05);
}
.sponsors {
    display: flex;
    gap: clamp(20px, 3vw, 20px) clamp(20px, 3vw, 38px);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: clamp(24px, 4vw, 36px) auto clamp(6px, 1vw, 8px);
}
.sponsors img {
    max-height: clamp(60px, 10vw, 80px);
    max-width: clamp(80px, 15vw, 100px);
    transform: scale(1);
    transition: var(--trans2);
}
.sponsors img:hover {
    transform: scale(1.2);
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(6px, 1vw, 8px) clamp(8px, 1vw, 10px);
    justify-content: center;
    max-width: fit-content;
    margin: 28px auto 0;
}
.gallery img {
    max-width: 100%;
    max-width: 114px;
    height: 100%;
}
.gallery a {
    position: relative;
    border-radius: clamp(6px, 1vw, 8px);
    overflow: hidden;
}
.gallery a::before {
    position: absolute;
    display: block;
    background-color: #0004;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    transition: var(--trans3);
}
.gallery a:hover::before {
    top: 100%;
    left: 100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: clamp(40px, 10vh, 60px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: clamp(60%, 80vw, 80%);
    margin-top: clamp(20px, 6vh, 6%);
    max-width: clamp(700px, 90vw, 960px);
    border-radius: clamp(6px, 1vw, 8px);
}
#caption {
    margin: auto;
    display: block;
    width: clamp(60%, 80vw, 80%);
    max-width: clamp(600px, 90vw, 700px);
    text-align: center;
    color: #ccc;
    padding: clamp(8px, 1vw, 10px) 0;
    display: none;
}
.close {
    position: absolute;
    top: clamp(10px, 2vw, 15px);
    right: clamp(20px, 3vw, 35px);
    color: #f1f1f1;
    font-size: clamp(30px, 5vw, 40px);
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: clamp(12px, 2vw, 16px);
    margin-top: clamp(-18px, -3vw, -22px);
    color: white;
    font-weight: bold;
    font-size: clamp(18px, 3vw, 24px);
    transition: 0.3s;
    user-select: none;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.faq {
    max-width: clamp(400px, 80vw, 100%);
    margin: 0 auto;
}
.faq details {
    border-bottom: clamp(1px, 0.2vw, 2px) solid var(--grayLite);
    cursor: pointer;
}
/* .faq details:last-child {
    border: none;
} */
.faq summary {
    padding: clamp(12px, 2vw, 16px) 0;
    font-weight: 400;
    /* font-family: "Cinzel", Arial, sans-serif; */
    font-size: 16px;
}
.faq details p {
    padding: clamp(16px, 3vw, 16px) clamp(16px, 3vw, 24px);
    /* color: var(--blackLite); */
    font-weight: 400;
    line-height: 1.6;
    background-color: var(--blueLitest);
    font-size: 13px;
}
.faq details p:last-child {
    border-bottom: 2px solid var(--blueLite);
    margin-bottom: -2px;
}
summary {
    display: block;
    position: relative;
    padding-left: clamp(20px, 3vw, 25px);
    cursor: pointer;
}  
summary::marker,
summary::-webkit-details-marker {
    display: none;
}  
summary::before {
    content: '+';
    position: absolute;
    right: clamp(8px, 1vw, 10px);
    margin-top: clamp(-4px, -0.5vw, -2px);
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 300;
    line-height: 1;
}  
details[open] summary::before {
    content: '-';
    padding-right: clamp(1px, 0.2vw, 2px);
    padding-top: clamp(0.5px, 0.1vw, 1px);
}
.banking b {
    font-weight: 600;
    color: var(--black);
}
iframe {
    border-radius: clamp(6px, 1vw, 8px);
    overflow: hidden;
}
#register .inner {
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
}
#register img {
    border-radius: 8px;
}
#register form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 12px auto 0;
}
#register form label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    gap: 3px;
}
#register form p {
    font-size: 12px;
}
#register form .btn {
    margin: 4px 0 0;
    padding: 10px 20px;
    border-radius: 20px;
    gap: 4px;
}
#register .radio-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#register .radio-group label {
    cursor: pointer;
    font-weight: 500;
    color: var(--blueDark);
}
#register .radio-group label, input[type="text"], input[type="email"], input[type="date"], input[type="tel"], input[type="password"], input[type="number"], select {
    box-shadow: 0px 0px 0px 1px var(--blueLite);
    border-radius: 5px;
    border: none;
    padding: 6px 10px;
    transition: 0.3s;
    user-select: none;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
}
input[type="checkbox"] {
    box-shadow: inset 0px 0px 0px 1px var(--blueLite);
    border: 0px solid var(--blueLite);
    accent-color: var(--blueLite);
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
#register .radio-group label:hover {
    box-shadow: 0px 0px 0px 1px var(--blueLite);
}
#register .radio-group input[type="radio"] {
    /* display: none; ❌ Replace this */
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
#register .radio-group label.selected {
    box-shadow: none;
    background: linear-gradient(to bottom, rgb(37 157 155) 0%, rgb(19 85 84) 100%);
    color: #fff;
}
footer {
    background-color: var(--blueDark);
    color: #fff;
    text-align: center;
    font-size: clamp(10px, 1vw, 12px);
    margin-top: clamp(20px, 3vw, 28px);
    margin-bottom: clamp(8px, 1vw, 12px);
    padding-bottom: clamp(24px, 4vw, 32px);
    padding: clamp(20px, 2vw, 32px) clamp(32px, 7vw, 44px);
    padding: clamp(20px, 5vw, 40px) clamp(32px, 7vw, 44px);
}
footer .heading {
    color: var(--blueLite);
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
}
footer .widgets {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}
footer .widget {
    max-width: 33%;
    max-width: 230px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
footer .widget a {
    color: #fff;
    font-weight: 500;
}
footer .widget a:hover {
    color: var(--yellow);
}
footer .widget.link p {
    color: var(--grayLite2);
}
footer .links {
    margin: clamp(2px, 0.5vw, 4px) auto clamp(24px, 4vw, 36px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 1.5vw, 16px);
}
footer .btn.sec {
    color: #fff;
    font-size: clamp(12px, 1.5vw, 16px);
    border-radius: clamp(18px, 3vw, 24px);
}
footer .links span {
    font-size: clamp(18px, 5vw, 60px); /* Adjusted for fluid scaling */
    color: #5f5f5f;
    margin-top: clamp(-12px, -1vw, -8px);
}
footer img.split {
    padding: 28px clamp(12px, 2vw, 16px);
}

/* Remaining Media Queries for Structural Changes */
@media only screen and (max-width: 700px) {
    .intro {
        flex-direction: column-reverse;
    }
    .intro.bullets div {
        width: 100%;
    }
    .intro img, .intro.leftPic img {
        margin: 0 auto;
        margin-bottom: -6px;
    }
    .hero {
        align-items: center;
        padding: 8px clamp(12px, 2vw, 24px);
        flex-direction: column;
    }
    .hero h1 {
        padding-top: 0;
    }
    #courses img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    a.logo {
        display: none; /* Structural, not size-related */
    }
    .inner {
        flex-direction: column; /* Structural change */
    }    
    .right {
        padding-left: 0; /* Reset padding */
    }
    .gallery img {
        max-width: 90px;
    }
}
@media only screen and (max-width: 400px) {
    .stats {
        margin: 48px auto 8px;
        gap: 12px;
        flex-direction: column;
    }
    .stats p {
        width: 36px;
        height: 1px;
        margin-top: 3px;
    }
}