@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap");

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

:root {
    /* Primary Colors - Institutional Trust */
    --color-primary: #2b448c;
    /* blue-900 */
    --color-primary-50: #eef1f8;
    /* blue-50 */
    --color-primary-100: #d5ddef;
    /* blue-100 */
    --color-primary-200: #abbce0;
    /* blue-200 */
    --color-primary-300: #8199d0;
    /* blue-300 */
    --color-primary-400: #5777c1;
    /* blue-400 */
    --color-primary-500: #2b448c;
    /* blue-500 */
    --color-primary-600: #233770;
    /* blue-600 */
    --color-primary-700: #1a2954;
    /* blue-700 */
    --color-primary-800: #121c38;
    /* blue-800 */
    --color-primary-900: #090e1c;
    /* blue-900 */
    /* Secondary Colors - Supporting Elements */
    --color-secondary: #42558c;
    /* indigo-700 */
    --color-secondary-50: #f0f2f8;
    /* indigo-50 */
    --color-secondary-100: #d9deef;
    /* indigo-100 */
    --color-secondary-200: #b3bde0;
    /* indigo-200 */
    --color-secondary-300: #8d9cd0;
    /* indigo-300 */
    --color-secondary-400: #677bc1;
    /* indigo-400 */
    --color-secondary-500: #42558c;
    /* indigo-500 */
    --color-secondary-600: #354470;
    /* indigo-600 */
    --color-secondary-700: #283354;
    /* indigo-700 */
    --color-secondary-800: #1a2238;
    /* indigo-800 */
    --color-secondary-900: #0d111c;
    /* indigo-900 */
    /* Accent Colors - Achievement Highlights */
    --color-accent: #a67437;
    /* amber-700 */
    --color-accent-50: #f9f5ee;
    /* amber-50 */
    --color-accent-100: #f1e8d5;
    /* amber-100 */
    --color-accent-200: #e3d1ab;
    /* amber-200 */
    --color-accent-300: #d5ba81;
    /* amber-300 */
    --color-accent-400: #c79757;
    /* amber-400 */
    --color-accent-500: #a67437;
    /* amber-500 */
    --color-accent-600: #855d2c;
    /* amber-600 */
    --color-accent-700: #644621;
    /* amber-700 */
    --color-accent-800: #422e16;
    /* amber-800 */
    --color-accent-900: #21170b;
    /* amber-900 */
    /* Background Colors */
    --color-background: #fafbfc;
    /* gray-50 */
    --color-surface: #f8f9fa;
    /* gray-100 */
    /* Text Colors */
    --color-text-primary: #262626;
    /* gray-800 */
    --color-text-secondary: #6c757d;
    /* gray-600 */
    /* Semantic Colors */
    --color-success: #28a745;
    /* green-600 */
    --color-success-50: #edf7f0;
    /* green-50 */
    --color-success-100: #d4edd9;
    /* green-100 */
    --color-success-200: #a9dbb3;
    /* green-200 */
    --color-success-300: #7ec98d;
    /* green-300 */
    --color-success-400: #53b767;
    /* green-400 */
    --color-success-500: #28a745;
    /* green-500 */
    --color-success-600: #208637;
    /* green-600 */
    --color-success-700: #186429;
    /* green-700 */
    --color-success-800: #10431c;
    /* green-800 */
    --color-success-900: #08210e;
    /* green-900 */
    --color-warning: #ffc107;
    /* yellow-500 */
    --color-warning-50: #fffbee;
    /* yellow-50 */
    --color-warning-100: #fff5d5;
    /* yellow-100 */
    --color-warning-200: #ffebab;
    /* yellow-200 */
    --color-warning-300: #ffe181;
    /* yellow-300 */
    --color-warning-400: #ffd157;
    /* yellow-400 */
    --color-warning-500: #ffc107;
    /* yellow-500 */
    --color-warning-600: #cc9a06;
    /* yellow-600 */
    --color-warning-700: #997404;
    /* yellow-700 */
    --color-warning-800: #664d03;
    /* yellow-800 */
    --color-warning-900: #332701;
    /* yellow-900 */
    --color-error: #dc3545;
    /* red-600 */
    --color-error-50: #fceef0;
    /* red-50 */
    --color-error-100: #f7d6d9;
    /* red-100 */
    --color-error-200: #efadb3;
    /* red-200 */
    --color-error-300: #e7848d;
    /* red-300 */
    --color-error-400: #df5b67;
    /* red-400 */
    --color-error-500: #dc3545;
    /* red-500 */
    --color-error-600: #b02a37;
    /* red-600 */
    --color-error-700: #842029;
    /* red-700 */
    --color-error-800: #58151c;
    /* red-800 */
    --color-error-900: #2c0b0e;
    /* red-900 */
    /* Border Colors */
    --color-border: #e9ecef;
    /* gray-300 */
    --color-border-light: #dee2e6;
    /* gray-200 */
    /* Shadow Values */
    --shadow-sm: 0 1px 2px 0 rgba(43, 68, 140, 0.05);
    --shadow-base: 0 4px 20px rgba(43, 68, 140, 0.08);
    --shadow-md: 0 6px 24px rgba(43, 68, 140, 0.12);
    --shadow-lg: 0 10px 40px rgba(43, 68, 140, 0.15);
    --shadow-xl: 0 20px 60px rgba(43, 68, 140, 0.18);
    /* Border Radius */
    --radius-sm: 4px;
    --radius-base: 8px;
    --radius-md: 12px;
    --radius-lg: 15px;
    --radius-xl: 20px;
    --radius-full: 9999px;
    /* Transitions */
    --transition-fast: 150ms ease-out;
    --transition-base: 300ms ease-out;
    --transition-slow: 500ms ease-out;
}

* {
    --tw-border-opacity: 1;
    border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}

body {
    --tw-bg-opacity: 1;
    background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
    font-family: "Source Sans Pro", sans-serif;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
    font-feature-settings: "kern" 1, "liga" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Crimson Text", serif;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.75rem;
        line-height: 1.2;
    }
}

h1 {
    font-weight: 700;
}

h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 3rem;
        line-height: 1.2;
    }
}

h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

@media (min-width: 768px) {
    h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 768px) {
    h6 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

p {
    font-size: 1rem;
    line-height: 1.75rem;
    line-height: 1.625;
}

a {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* Button Components */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 2px;
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 55 112 / var(--tw-bg-opacity, 1)) !important;
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 68 140 / var(--tw-ring-opacity, 1));
}

.btn-outline-primary {
    color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    border-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
}

.btn-outline-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 55 112 / var(--tw-bg-opacity, 1)) !important;
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #fff !important;
}

.btn-outline-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 68 140 / var(--tw-ring-opacity, 1));
    color: #fff !important;
}

.btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(66 85 140 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(53 68 112 / var(--tw-bg-opacity, 1)) !important;
    --tw-shadow: 0 6px 24px rgba(43, 68, 140, 0.12);
    --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 85 140 / var(--tw-ring-opacity, 1));
}

.btn-outline {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(43 68 140 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
}

.btn-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-outline:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 68 140 / var(--tw-ring-opacity, 1));
}

.btn-ghost {
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
}

.btn-ghost:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1)) !important;
}

.btn-ghost:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 68 140 / var(--tw-ring-opacity, 1));
}

/* Card Components */

.card {
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding: 1.5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.card:hover {
    --tw-shadow: 0 6px 24px rgba(43, 68, 140, 0.12);
    --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-elevated {
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding: 1.5rem;
    --tw-shadow: 0 6px 24px rgba(43, 68, 140, 0.12);
    --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.card-elevated:hover {
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Form Components */

.form-input {
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

.form-input::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(108 117 125 / var(--tw-placeholder-opacity, 1));
}

.form-input::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(108 117 125 / var(--tw-placeholder-opacity, 1));
}

.form-input {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.form-input:focus {
    border-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(43 68 140 / var(--tw-ring-opacity, 1));
}

.form-label {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

/* Navbar Component */

.navbar-floating {
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* Section Components */

.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 768px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.container-custom {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-custom {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-custom {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Achievement Badge */

.achievement-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 245 238 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(100 70 33 / var(--tw-text-opacity, 1)) !important;
}

/* Social Proof Counter */

.counter {
    font-family: "Crimson Text", serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
    .counter {
        font-size: 3rem;
        line-height: 1.2;
    }
}

/* Testimonial Card */

.testimonial {
    position: relative;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding: 2rem;
}

.testimonial-quote {
    font-family: "Playfair Display", serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
    .testimonial-quote {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

/* CTA Section */

.cta-section {
    border-radius: 20px;
    background-image: linear-gradient(
        to bottom right,
        var(--tw-gradient-stops)
    );
    --tw-gradient-from: #2b448c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 68 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #42558c var(--tw-gradient-to-position);
    padding: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .cta-section {
        padding: 3rem;
    }
}

/* Progress Indicator */

.progress-bar {
    height: 0.5rem;
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 221 239 / var(--tw-bg-opacity, 1)) !important;
}

.progress-fill {
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

/* Stat Card */

.stat-card {
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding: 1.5rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.stat-card:hover {
    --tw-shadow: 0 6px 24px rgba(43, 68, 140, 0.12);
    --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Feature Card */

/* Badge */

.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
}

.badge-success {
    --tw-bg-opacity: 1;
    background-color: rgb(212 237 217 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(24 100 41 / var(--tw-text-opacity, 1)) !important;
}

.badge-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(213 221 239 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(26 41 84 / var(--tw-text-opacity, 1)) !important;
}

/* Divider */

.divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}

/* Link Styles */

.link-primary {
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
    text-underline-offset: 4px;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.link-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(35 55 112 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: underline;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-8 {
    bottom: 2rem;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-4 {
    left: 1rem;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-4 {
    top: 1rem;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-100 {
    z-index: 100;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-full {
    height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-full {
    width: 100%;
}

.min-w-full {
    min-width: 100%;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-4 {
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-4 {
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 300ms ease-out;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up {
    animation: slideUp 300ms ease-out;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 15px;
}

.rounded-xl {
    border-radius: 20px;
}

.border-4 {
    border-width: 4px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-accent {
    --tw-border-opacity: 1;
    border-color: rgb(166 116 55 / var(--tw-border-opacity, 1));
}

.border-border-light {
    --tw-border-opacity: 1;
    border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2) !important;
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(166 116 55 / var(--tw-bg-opacity, 1)) !important;
}

.bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 232 213 / var(--tw-bg-opacity, 1)) !important;
}

.bg-accent\/20 {
    background-color: rgb(166 116 55 / 0.2) !important;
}

.bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(213 221 239 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(171 188 224 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 14 28 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary\/20 {
    background-color: rgb(43 68 140 / 0.2) !important;
}

.bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 222 239 / var(--tw-bg-opacity, 1)) !important;
}

.bg-success-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 237 217 / var(--tw-bg-opacity, 1)) !important;
}

.bg-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
}

.bg-gradient-to-br {
    background-image: linear-gradient(
        to bottom right,
        var(--tw-gradient-stops)
    );
}

.from-primary\/90 {
    --tw-gradient-from: rgb(43 68 140 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 68 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-primary\/80 {
    --tw-gradient-to: rgb(43 68 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        rgb(43 68 140 / 0.8) var(--tw-gradient-via-position),
        var(--tw-gradient-to);
}

.to-secondary\/85 {
    --tw-gradient-to: rgb(66 85 140 / 0.85) var(--tw-gradient-to-position);
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-center {
    text-align: center;
}

.font-body {
    font-family: "Source Sans Pro", sans-serif;
}

.font-cta {
    font-family: "Nunito Sans", sans-serif;
}

.font-headline {
    font-family: "Crimson Text", serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1.2;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.leading-none {
    line-height: 1;
}

.leading-relaxed {
    line-height: 1.625;
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(166 116 55 / var(--tw-text-opacity, 1)) !important;
}

.text-accent-700 {
    --tw-text-opacity: 1;
    color: rgb(100 70 33 / var(--tw-text-opacity, 1)) !important;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
}

.text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgb(40 51 84 / var(--tw-text-opacity, 1)) !important;
}

.text-text-primary {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

.text-text-secondary {
    --tw-text-opacity: 1;
    color: rgb(108 117 125 / var(--tw-text-opacity, 1)) !important;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
    color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.opacity-60 {
    opacity: 0.6;
}

.shadow-lg {
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 60px rgba(43, 68, 140, 0.18);
    --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.transition-colors {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-out {
    transition-timing-function: ease-out;
}

/* Animation Utilities */

.animate-fade-in {
    animation: fadeIn var(--transition-base) ease-out;
}

.animate-slide-up {
    animation: slideUp var(--transition-base) ease-out;
}

/* Stagger Delays */

.stagger-1 {
    animation-delay: 200ms;
}

.stagger-2 {
    animation-delay: 400ms;
}

.stagger-3 {
    animation-delay: 600ms;
}

/* Text Utilities */

/* Gradient Text */

.gradient-accent {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #a67437 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(166 116 55 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #ecca57 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Backdrop Blur */

.backdrop-blur-navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Keyframe Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Smooth Scrolling */

html {
    scroll-behavior: smooth;
}

/* Selection Styles */

::-moz-selection {
    background-color: var(--color-primary-200);
    color: var(--color-primary-900);
}

::selection {
    background-color: var(--color-primary-200);
    color: var(--color-primary-900);
}

::-moz-selection {
    background-color: var(--color-primary-200);
    color: var(--color-primary-900);
}

/* Scrollbar Styles */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-surface);
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary-300);
    border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary-500);
}

/* Focus Visible */

:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Print Styles */

@media print {
    .no-print {
        display: none !important;
    }
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(166 116 55 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 93 44 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(43 68 140 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary\/40:hover {
    background-color: rgb(43 68 140 / 0.4);
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:text-accent:hover {
    --tw-text-opacity: 1;
    color: rgb(166 116 55 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(43 68 140 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(66 85 140 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 60px rgba(43, 68, 140, 0.18);
    --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
    .sm\:w-auto {
        width: auto;
    }

    .sm\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:inline-flex {
        display: inline-flex;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1.2;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1.2;
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}
/* ===== ABOUT COLLEGE SECTION ===== */

/* Group Hover Effects */
.group:hover .group-hover\:translate-x-1 {
    transform: translateX(0.25rem);
}

/* Card Hover Enhancement */
.card.group:hover {
    --tw-shadow: 0 10px 40px rgba(43, 68, 140, 0.15);
    --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transform: translateY(-4px);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Border Left Accent */
.border-l-4 {
    border-left-width: 4px;
}

.border-accent {
    --tw-border-opacity: 1;
    border-color: rgb(166 116 55 / var(--tw-border-opacity, 1));
}

/* Icon Container Styling */
.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Counter Text Color */
.counter.text-accent {
    --tw-text-opacity: 1;
    color: rgb(166 116 55 / var(--tw-text-opacity, 1)) !important;
}

/* Image Hover Scale */
.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Gradient Overlay */
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-primary\/30 {
    --tw-gradient-from: rgb(43 68 140 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 68 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

/* Additional Spacing Utilities */
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

/* Flex Gap Utilities */
.gap-12 {
    gap: 3rem;
}

/* Additional Background Colors */
.bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1)) !important;
}

/* Text Size for Small Counters */
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

/* Border Top Divider */
.border-t {
    border-top-width: 1px;
}

.pt-8 {
    padding-top: 2rem;
}

/* Trust Indicators Flex Wrap */
.flex-wrap {
    flex-wrap: wrap;
}

/* Trust Indicator Item Gap */
.gap-8 {
    gap: 2rem;
}

/* Icon Colors for Different Sections */
.text-accent {
    --tw-text-opacity: 1;
    color: rgb(166 116 55 / var(--tw-text-opacity, 1)) !important;
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(66 85 140 / var(--tw-text-opacity, 1)) !important;
}

/* Leading Relaxed for Better Readability */
.leading-relaxed {
    line-height: 1.625;
}

/* Font Weight Utilities */
.font-semibold {
    font-weight: 600;
}

/* Additional Counter Animation (if not already present) */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-count-up {
    animation: countUp 0.6s ease-out;
}

/* Image Container Aspect Ratio (optional) */
.aspect-4\/3 {
    aspect-ratio: 4 / 3;
}

/* Additional Transition for Smooth Hover */
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* ===== RESPONSIVE ENHANCEMENTS ===== */

@media (max-width: 768px) {
    /* Stack columns on mobile */
    #about-college .grid {
        grid-template-columns: 1fr;
    }

    /* Reduce spacing on mobile */
    #about-college .gap-12 {
        gap: 2rem;
    }

    /* Adjust text sizes */
    #about-college h2 {
        font-size: 2rem;
    }

    /* Stack vision & mission cards */
    #about-college .md\:grid-cols-2 {
        grid-template-columns: 1fr;
    }

    /* Adjust image height */
    #about-college .h-64 {
        height: 48rem;
    }
}

/* ===== PRINT STYLES ===== */

@media print {
    #about-college .group:hover .group-hover\:translate-x-1,
    #about-college .hover\:scale-105:hover {
        transform: none !important;
    }

    #about-college .card.group:hover {
        box-shadow: none !important;
        transform: none !important;
    }
}
/* ===== ACADEMICS OVERVIEW STYLES ===== */

/* Icon Sizes */
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

/* Badge Styles */
.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
}

.badge-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(213 221 239 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(26 41 84 / var(--tw-text-opacity, 1)) !important;
}

/* Rounded Corners */
.rounded-xl {
    border-radius: 20px;
}

/* Gradient Background */
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-primary {
    --tw-gradient-from: #2b448c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 68 140 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary {
    --tw-gradient-to: #42558c var(--tw-gradient-to-position);
}

/* Border Colors */
.border-border-light {
    --tw-border-opacity: 1;
    border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
}

/* Text Opacity */
.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

/* Margin Utilities */
.mr-4 {
    margin-right: 1rem;
}

/* Additional Color Classes */
.text-success {
    --tw-text-opacity: 1;
    color: rgb(40 167 69 / var(--tw-text-opacity, 1)) !important;
}

/* Hover Effects for Methodology Boxes */
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(43 68 140 / var(--tw-border-opacity, 1)) !important;
}

/* Facility Icons */
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/* Program Item Hover */
.hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1)) !important;
}

/* Counter Text Size in Cards */
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Check Mark Colors */
.text-accent {
    --tw-text-opacity: 1;
    color: rgb(166 116 55 / var(--tw-text-opacity, 1)) !important;
}

/* Grid Gap for Methodology */
.gap-4 {
    gap: 1rem;
}

/* Program Cards Layout */
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

/* ===== RESPONSIVE ENHANCEMENTS ===== */

@media (max-width: 768px) {
    #academics-overview .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
    }

    #academics-overview .md\:grid-cols-2 {
        grid-template-columns: 1fr;
    }

    #academics-overview .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #academics-overview .text-center .btn {
        margin-bottom: 0.75rem;
        display: block;
        width: 100%;
    }

    #academics-overview .text-center .mr-4 {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* ===== ANIMATIONS ===== */

/* Counter animation for stats */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Card hover lift effect */
.card-elevated.group:hover {
    transform: translateY(-8px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== PRINT STYLES ===== */

@media print {
    #academics-overview .group:hover {
        box-shadow: none !important;
        transform: none !important;
    }

    #academics-overview .hover\:border-primary:hover {
        border-color: rgb(222 226 230 / var(--tw-border-opacity, 1)) !important;
    }
}

/* ===== ENHANCED VISUAL CARDS - SIMPLIFIED CSS ===== */

/* Border Radius Utilities */
.rounded-2xl {
    border-radius: 1.5rem;
}

.rounded-xl {
    border-radius: 1rem;
}

/* Blur Effects */
.blur-xl {
    filter: blur(40px);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.backdrop-blur-md {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Gradient Backgrounds */
.bg-gradient-primary-overlay {
    background: linear-gradient(
        to bottom right,
        rgba(43, 68, 140, 0.9),
        rgba(43, 68, 140, 0.7)
    );
}

.bg-gradient-accent-overlay {
    background: linear-gradient(
        to bottom right,
        rgba(166, 116, 55, 0.9),
        rgba(166, 116, 55, 0.7)
    );
}

.bg-gradient-secondary-overlay {
    background: linear-gradient(
        to bottom right,
        rgba(66, 85, 140, 0.9),
        rgba(66, 85, 140, 0.7)
    );
}

.bg-gradient-success-overlay {
    background: linear-gradient(
        to bottom right,
        rgba(40, 167, 69, 0.9),
        rgba(40, 167, 69, 0.7)
    );
}

/* Radial Gradients */
.radial-gradient-light {
    background-image: radial-gradient(
        circle at 30% 20%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
}

.radial-gradient-accent {
    background-image: radial-gradient(
        circle at 70% 20%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
}

.radial-gradient-bottom {
    background-image: radial-gradient(
        circle at 30% 80%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
}

.radial-gradient-bottom-accent {
    background-image: radial-gradient(
        circle at 70% 80%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
}

/* Progress Bar Animation */
@keyframes progressFill {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress-width, 100%);
    }
}

.progress-animate {
    animation: progressFill 1.5s ease-out forwards;
}

.progress-bar-primary {
    background: linear-gradient(to right, #2b448c, #42558c);
}

.progress-bar-accent {
    background: linear-gradient(to right, #a67437, #c79757);
}

.progress-bar-secondary {
    background: linear-gradient(to right, #42558c, #677bc1);
}

/* Card Hover Effects */
.card-lift {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(43, 68, 140, 0.2);
}

.image-zoom {
    transition: transform 0.7s ease;
}

.card-lift:hover .image-zoom {
    transform: scale(1.1);
}

/* Hover Reveal Content */
.hover-reveal {
    opacity: 0;
    transform: translateY(1rem);
    transition: all 0.4s ease;
}

.card-lift:hover .hover-reveal {
    opacity: 1;
    transform: translateY(0);
}

/* Icon Hover Effects */
.icon-hover {
    transition: all 0.3s ease;
}

.card-lift:hover .icon-hover {
    transform: scale(1.1);
}

/* Pulse Animation */
@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.pulse-animate {
    animation: pulse 2s ease-in-out infinite;
}

/* Background Circle Animation */
.bg-circle {
    transition: transform 1s ease;
}

.card-lift:hover .bg-circle {
    transform: scale(1.5);
}

/* Border Opacity Utilities */
.border-opacity-20 {
    border-color: rgba(43, 68, 140, 0.2);
}

.border-opacity-accent-20 {
    border-color: rgba(166, 116, 55, 0.2);
}

/* Text Opacity Utilities */
.text-opacity-80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-opacity-70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-opacity-90 {
    color: rgba(255, 255, 255, 0.9);
}

/* Gradient Text */
.gradient-text-primary {
    background: linear-gradient(to right, #2b448c, #42558c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient-text-accent {
    background: linear-gradient(to right, #a67437, #c79757);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Stats Card Backgrounds */
.stats-card-primary {
    background: rgba(43, 68, 140, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(43, 68, 140, 0.2);
}

.stats-card-accent {
    background: rgba(166, 116, 55, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(166, 116, 55, 0.2);
}

/* Transition Utilities */
.transition-slow {
    transition-duration: 500ms;
}

.transition-medium {
    transition-duration: 300ms;
}

.transition-fast {
    transition-duration: 150ms;
}

/* Card Background Gradients */
.card-bg-primary {
    background: linear-gradient(
        135deg,
        rgba(238, 241, 248, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(238, 241, 248, 0.8) 100%
    );
}

.card-bg-accent {
    background: linear-gradient(
        135deg,
        rgba(249, 245, 238, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(249, 245, 238, 0.8) 100%
    );
}

/* Shadow Utilities */
.shadow-lift {
    box-shadow: 0 10px 30px rgba(43, 68, 140, 0.15);
}

.shadow-lift-hover {
    box-shadow: 0 20px 50px rgba(43, 68, 140, 0.2);
}

/* Z-index Utilities */
.z-50 {
    z-index: 50;
}

.z-40 {
    z-index: 40;
}

.z-30 {
    z-index: 30;
}

.z-20 {
    z-index: 20;
}

.z-10 {
    z-index: 10;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
    .mobile-grid-1 {
        grid-template-columns: 1fr;
    }

    .mobile-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-stack {
        flex-direction: column;
    }

    .mobile-center {
        text-align: center;
    }

    .mobile-mb-4 {
        margin-bottom: 1rem;
    }
}

/* Print Styles */
@media print {
    .no-print-effects {
        transform: none !important;
        box-shadow: none !important;
        background: white !important;
        color: black !important;
    }

    .no-print-bg {
        background: transparent !important;
    }

    .print-black {
        color: black !important;
        border-color: black !important;
    }
}

/* Utility Classes for Spacing */
.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

/* Flex Utilities */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Width & Height Utilities */
.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

/* Object Fit */
.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

/* Position Utilities */
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Overflow Utilities */
.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

/* Cursor Utilities */
.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

/* Opacity Utilities */
.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-10 {
    opacity: 0.1;
}

/* Transform Utilities */
.translate-y-0 {
    transform: translateY(0);
}

.translate-y-2 {
    transform: translateY(0.5rem);
}

.translate-y-4 {
    transform: translateY(1rem);
}

.-translate-y-2 {
    transform: translateY(-0.5rem);
}

.-translate-y-4 {
    transform: translateY(-1rem);
}

.scale-100 {
    transform: scale(1);
}

.scale-105 {
    transform: scale(1.05);
}

.scale-110 {
    transform: scale(1.1);
}
/* ===== ADMISSIONS INFO STYLES ===== */

/* Custom Badge */
.badge.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

/* Card Headers */
.card-header.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.card-header.bg-accent.bg-gradient {
    background: linear-gradient(135deg, var(--color-accent), #d5ba81);
}

/* Timeline Styles */
.timeline-2 {
    position: relative;
    /* padding-left: 2rem; */
}

.timeline-step {
    display: flex;
    padding-bottom: 1.5rem;
    align-items: center;
}

.timeline-step:last-child {
    padding-bottom: 0;
}

.timeline-icon {
    /* position: absolute;
    left: -2rem; */
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
}

.timeline-content-2 {
    padding-left: 1rem;
}

/* Text Colors */
.text-accent {
    color: var(--color-accent) !important;
}

.btn-accent {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: white;
}

.btn-accent:hover {
    background-color: #855d2c;
    border-color: #855d2c;
    color: white;
}

/* Opacity Utilities */
.bg-opacity-10 {
    background-color: rgba(var(--color-primary-rgb), 0.1) !important;
}

.border-opacity-25 {
    border-color: rgba(var(--color-primary-rgb), 0.25) !important;
}

/* Rounded Corners */
.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

/* Shadow Enhancement */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Lead Text */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Badge Sizes */
.badge.fs-6 {
    font-size: 1rem !important;
}

/* Display Sizes */
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

/* Alert Customization */
.alert {
    border-radius: 0.75rem;
}

/* Button Enhancements */
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    border-radius: 0.75rem;
}

/* Responsive Timeline */
@media (max-width: 768px) {
    .timeline {
        padding-left: 1.5rem;
    }

    .timeline-icon {
        left: -1.5rem;
        width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }
}

/* Document List Items */
.d-flex.align-items-start {
    transition: transform 0.2s ease;
}

.d-flex.align-items-start:hover {
    transform: translateX(5px);
}

/* Link Styling */
a.text-decoration-none:hover {
    color: var(--color-primary);
    text-decoration: underline !important;
}

/* CTA Button Hover Effects */
.btn:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

/* Important Dates Cards */
.bg-primary.bg-opacity-10 {
    transition: all 0.3s ease;
}

.bg-primary.bg-opacity-10:hover {
    background-color: rgba(var(--color-primary-rgb), 0.15) !important;
    transform: translateY(-3px);
}

/* Print Styles */
@media print {
    .btn,
    .badge {
        border: 1px solid #000 !important;
        background-color: #fff !important;
        color: #000 !important;
    }

    .bg-gradient {
        background: none !important;
    }

    .shadow-lg,
    .shadow {
        box-shadow: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        font-weight: normal;
    }
}
/* ===== STUDENT SERVICES STYLES ===== */

/* Hover Effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(43, 68, 140, 0.2) !important;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.05);
}

/* Object Fit Utility */
.object-fit-cover {
    object-fit: cover;
}

/* Gradient Overlays */
.bg-gradient-dark-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        transparent 100%
    );
}
/* 
.bg-gradient-primary-secondary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
} */

.bg-transparent {
    background-color: transparent !important;
}

/* Color Opacity Utilities */
.bg-opacity-20 {
    background-color: rgba(var(--color-primary-rgb), 0.2) !important;
}

.bg-accent.bg-opacity-20 {
    background-color: rgba(166, 116, 55, 0.2) !important;
}

.bg-success.bg-opacity-20 {
    background-color: rgba(40, 167, 69, 0.2) !important;
}

.bg-secondary.bg-opacity-20 {
    background-color: rgba(66, 85, 140, 0.2) !important;
}

.text-opacity-90 {
    opacity: 0.9;
}

.text-opacity-75 {
    opacity: 0.75;
}

.opacity-75 {
    opacity: 0.75;
}

/* Badge Color Variants */
.badge.bg-primary.bg-opacity-10 {
    background-color: rgba(var(--color-primary-rgb), 0.1) !important;
    color: var(--color-primary) !important;
}

.badge.bg-accent.bg-opacity-10 {
    background-color: rgba(166, 116, 55, 0.1) !important;
    color: var(--color-accent) !important;
}

.badge.bg-success.bg-opacity-10 {
    background-color: rgba(40, 167, 69, 0.1) !important;
    color: var(--color-success) !important;
}

.badge.bg-secondary.bg-opacity-10 {
    background-color: rgba(66, 85, 140, 0.1) !important;
    color: var(--color-secondary) !important;
}

/* Button Styles */
.btn-light {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}

.btn-light:hover {
    background-color: white;
    border-color: white;
}

/* Card Image Height Control */
.card-img-top[style*="height: 200px"] img {
    transition: transform 0.5s ease;
}

.hover-lift:hover .card-img-top[style*="height: 200px"] img {
    transform: scale(1.1);
}

/* Display Sizes */
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

/* Flex Wrap for Badges */
.d-flex.flex-wrap.gap-2 {
    gap: 0.5rem !important;
}

/* Text Colors */
.text-accent {
    color: var(--color-accent) !important;
}

/* Rounded Corners */
.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

/* Shadow Effects */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Lead Text */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Icon Sizes */
.fs-1 {
    font-size: 2.5rem !important;
}

@media (max-width: 768px) {
    .fs-1 {
        font-size: 2rem !important;
    }
}

/* Card Body with Flex Column */
.card-body.d-flex.flex-column.justify-content-between {
    min-height: 300px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .card-img-top[style*="height: 200px"] {
        height: 150px !important;
    }

    .display-5 {
        font-size: 1.5rem;
    }

    .col-lg-2 {
        margin-bottom: 1rem;
    }
}

/* Button Hover Effects */
.btn:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

/* Link Styling */
a.text-decoration-none:hover {
    color: var(--color-accent) !important;
    text-decoration: underline !important;
}

/* Additional Services Cards */
.bg-light {
    transition: all 0.3s ease;
}

.bg-light:hover {
    background-color: rgba(var(--color-primary-rgb), 0.05) !important;
    border-color: rgba(var(--color-primary-rgb), 0.1) !important;
}

/* Quick Support Card */
.bg-white.bg-opacity-25 {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Emergency Button */
.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

/* Print Styles */
@media print {
    .bg-gradient-primary-secondary,
    .bg-gradient-dark-overlay,
    .bg-opacity-20 {
        background: none !important;
    }

    .shadow-lg,
    .shadow {
        box-shadow: none !important;
    }

    .hover-lift:hover,
    .hover-scale-sm:hover {
        transform: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        font-weight: normal;
    }
}
/* ===== CAMPUS LIFE STYLES ===== */

/* Gallery Styles */
.gallery-thumbnail {
    position: relative;
    height: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 3px solid transparent;
}

.gallery-thumbnail.active {
    border-color: var(--color-primary);
}

.gallery-thumbnail:not(.active):hover {
    border-color: var(--color-accent);
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

/* Object Fit Utility */
.object-fit-cover {
    object-fit: cover;
}

/* Gradient Overlays */
.bg-gradient-dark-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        transparent 100%
    );
}

.bg-gradient-primary-overlay {
    background: linear-gradient(
        to right,
        rgba(43, 68, 140, 0.9) 0%,
        rgba(43, 68, 140, 0.3) 100%
    );
}

/* Hover Effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(43, 68, 140, 0.2) !important;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.05);
}

/* Color Opacity Utilities */
.bg-opacity-20 {
    background-color: rgba(var(--color-primary-rgb), 0.2) !important;
}

.bg-accent.bg-opacity-20 {
    background-color: rgba(166, 116, 55, 0.2) !important;
}

.bg-success.bg-opacity-20 {
    background-color: rgba(40, 167, 69, 0.2) !important;
}

.text-opacity-90 {
    opacity: 0.9;
}

/* Badge Color Variants */
.badge.bg-primary.bg-opacity-10 {
    background-color: rgba(var(--color-primary-rgb), 0.1) !important;
    color: var(--color-primary) !important;
}

.badge.bg-accent.bg-opacity-10 {
    background-color: rgba(166, 116, 55, 0.1) !important;
    color: var(--color-accent) !important;
}

.badge.bg-success.bg-opacity-10 {
    background-color: rgba(40, 167, 69, 0.1) !important;
    color: var(--color-success) !important;
}

.badge.bg-secondary.bg-opacity-10 {
    background-color: rgba(66, 85, 140, 0.1) !important;
    color: var(--color-secondary) !important;
}

/* Card Image Height Control */
.card-img-top[style*="height: 200px"] img {
    transition: transform 0.5s ease;
}

.hover-lift:hover .card-img-top[style*="height: 200px"] img {
    transform: scale(1.1);
}

/* Flex Wrap for Badges */
.d-flex.flex-wrap.gap-2 {
    gap: 0.5rem !important;
}

/* Display Sizes */
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

/* Rounded Corners */
.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

/* Shadow Effects */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Icon Sizes */
.fs-1 {
    font-size: 2.5rem !important;
}

@media (max-width: 768px) {
    .fs-1 {
        font-size: 2rem !important;
    }
}

/* Event Date Styling */
.text-center.me-3 {
    min-width: 50px;
}

/* Clubs Grid Responsive */
@media (max-width: 768px) {
    .col-lg-2 {
        margin-bottom: 1rem;
    }

    .gallery-thumbnail {
        height: 80px;
    }
}

/* Main Gallery Height */
@media (max-width: 768px) {
    .position-relative[style*="height: 400px"] {
        height: 300px !important;
    }
}

/* Upcoming Events Cards */
.rounded-3.border {
    transition: all 0.3s ease;
}

.rounded-3.border:hover {
    border-color: var(--color-primary) !important;
    transform: translateY(-5px);
}

/* Button Hover Effects */
.btn:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

/* Gradient Backgrounds */
.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.bg-accent.bg-gradient {
    background: linear-gradient(135deg, var(--color-accent), #d5ba81);
}

/* Card Header Styling */
.card-header.bg-gradient {
    border-bottom: none;
}

/* Badge Sizes */
.badge.small {
    font-size: 0.75em;
    padding: 0.25em 0.5em;
}

/* Text Colors */
.text-accent {
    color: var(--color-accent) !important;
}

/* Print Styles */
@media print {
    .gallery-thumbnail,
    .hover-lift:hover,
    .hover-scale-sm:hover {
        transform: none !important;
    }

    .bg-gradient,
    .bg-gradient-dark-overlay,
    .bg-gradient-primary-overlay {
        background: none !important;
    }

    .shadow-lg,
    .shadow-sm,
    .shadow {
        box-shadow: none !important;
    }
}
/* ===== CAMPUS LIFE - MODERN DESIGN ===== */

/* Animated Elements */
.animate-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

.floating-animation {
    animation: float 6s ease-in-out infinite;
}

.floating-animation.delay-1 {
    animation-delay: 0s;
}
.floating-animation.delay-2 {
    animation-delay: 2s;
}
.floating-animation.delay-3 {
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Activity Cards */
.activity-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(43, 68, 140, 0.1);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 68, 140, 0.1);
}

.activity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(43, 68, 140, 0.15);
}

.activity-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 1.5rem auto;
    font-size: 2rem;
    color: white;
}

.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    ) !important;
}

.bg-accent.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-accent),
        #c79757
    ) !important;
}

.bg-success.bg-gradient {
    background: linear-gradient(
        135deg,
        var(--color-success),
        #53b767
    ) !important;
}

.activity-stats {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid rgba(43, 68, 140, 0.1);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-primary);
}

/* Clubs Grid */
.clubs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.club-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(43, 68, 140, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.club-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 68, 140, 0.15);
}

.club-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--color-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.club-content h5 {
    margin-bottom: 0.25rem;
    color: var(--color-primary);
}

.club-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 68, 140, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.club-card:hover .club-hover {
    opacity: 1;
}

/* Event Timeline */
.event-timeline {
    position: relative;
    padding-left: 2.5rem;
}

.event-timeline::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.timeline-item.active::before {
    background: var(--color-accent);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.timeline-time {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.timeline-content h5 {
    color: white;
    margin-bottom: 0.25rem;
}

/* Infrastructure Card */
.infrastructure-card {
    background: white;
}

.infrastructure-image {
    height: 200px;
    background: linear-gradient(
            to bottom right,
            rgba(166, 116, 55, 0.9),
            rgba(166, 116, 55, 0.6)
        ),
        url("../img/building-1.png") top/cover;
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.infrastructure-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.feature-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
}

.infrastructure-stats {
    display: flex;
    padding: 1.5rem;
    gap: 1rem;
}

.stat-card {
    flex: 1;
    text-align: center;
    padding: 1rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--color-secondary);
    margin-top: 0.5rem;
}

/* Live Gallery */
.live-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 200px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    font-weight: 500;
}

/* Backdrop Blur */
.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Hover Lift Effect */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

/* Display Sizes */
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

/* CTA Card */
.cta-card {
    border: 1px solid rgba(43, 68, 140, 0.1);
}

/* Button Styling */
.btn-lg {
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
}

.btn-outline-primary {
    border-width: 2px;
}

.btn-accent {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: white;
}

.btn-accent:hover {
    background: #855d2c;
    border-color: #855d2c;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .clubs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .infrastructure-stats {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .clubs-grid {
        grid-template-columns: 1fr;
    }

    .live-gallery {
        grid-template-columns: 1fr;
    }

    .activity-stats {
        flex-direction: column;
    }
}

/* ===== PLACEMENTS & CAREER SUPPORT ===== */

/* Achievement Badge */
.achievement-badge {
    background: linear-gradient(135deg, var(--color-accent), #c79757);
    color: white;
    font-weight: 600;
}

/* Stats Card */
.stats-card {
    border: 2px solid rgba(43, 68, 140, 0.1);
}

.stat-number {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1;
}

@media (min-width: 1200px) {
    .stat-number {
        font-size: 4rem;
    }
}

/* Feature Cards */
.feature-card {
    transition: transform 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(43, 68, 140, 0.1);
}

.feature-icon i {
    font-size: 2.5rem;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    padding-left: 3rem;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 1.3rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--color-primary);
    opacity: 0.2;
}

.process-step {
    position: relative;
    padding-bottom: 1.5rem;
}

.process-step:last-child {
    padding-bottom: 0;
}

.step-number {
    position: absolute;
    left: -3rem;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1;
}

.process-step.active .step-number {
    background: var(--color-primary);
    color: white;
}

.step-content {
    padding-top: 0.25rem;
}

/* Internship Cards */
.internship-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.internship-card:hover {
    transform: translateY(-10px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 40px rgba(43, 68, 140, 0.1) !important;
}

.internship-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(43, 68, 140, 0.1);
}

.internship-stats .stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-primary);
}

/* Training Grid */
.training-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.training-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(43, 68, 140, 0.08);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.training-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 40px rgba(43, 68, 140, 0.15);
}

.training-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    color: white;
    font-size: 1.5rem;
}

/* Recruiters Grid */
.recruiters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
}

.recruiter-logo {
    text-align: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background: white;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.recruiter-logo:hover {
    border-color: var(--color-primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(43, 68, 140, 0.1);
}

.recruiter-logo img {
    height: 60px;
    width: auto;
    margin: auto;
    margin-bottom: 1rem;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.recruiter-logo:hover img {
    filter: grayscale(0%);
}

.recruiter-name {
    display: block;
    font-weight: 600;
    color: var(--color-primary);
}

/* Success Stories */
.success-stories-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.success-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(43, 68, 140, 0.1);
    transition: all 0.3s ease;
}

.success-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(43, 68, 140, 0.15);
}

.student-image {
    position: relative;
    height: 200px;
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

.student-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-badge {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 4px solid white;
}

.student-info {
    padding: 2rem;
}

.placement-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(43, 68, 140, 0.05);
    border-radius: 0.5rem;
}

.company {
    font-weight: 700;
    color: var(--color-primary);
}

.package {
    font-weight: 700;
    color: var(--color-accent);
    font-size: 1.25rem;
}

.testimonial {
    font-style: italic;
    color: var(--color-secondary);
    border-left: 3px solid var(--color-accent);
    padding-left: 1rem;
    margin-top: 1rem;
}

/* CTA Card */
.cta-card {
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    transform: rotate(30deg);
}

.btn-accent {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.btn-accent:hover {
    background: #855d2c;
    border-color: #855d2c;
}

/* Gradient Backgrounds */
.bg-gradient-primary-secondary {
    background: linear-gradient(
        135deg,
        var(--color-primary),
        var(--color-secondary)
    );
}

/* Display Sizes */
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .training-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruiters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .success-stories-slider {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .training-grid {
        grid-template-columns: 1fr;
    }

    .d-flex.flex-wrap {
        flex-direction: column;
        gap: 1rem !important;
    }

    .btn-lg {
        width: 100%;
    }
}
.hero-about {
    background: linear-gradient(
            135deg,
            rgba(43, 68, 140, 0.9),
            rgba(66, 85, 140, 0.9)
        ),
        url("../img/building-1.png") center/cover;
    color: #fff;
    padding-top: 150px;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff !important;
    text-decoration: underline;
}

.hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-primary);
    opacity: 0.3;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-year {
    position: absolute;
    left: -50px;
    top: 0;
    background: var(--color-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.timeline-content {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(43, 68, 140, 0.1);
    border-left: 4px solid var(--color-primary);
}

.stat-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(43, 68, 140, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(43, 68, 140, 0.15);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    color: var(--color-secondary);
    font-weight: 600;
    margin-bottom: 5px;
}

.stat-desc {
    color: #6c757d;
    font-size: 0.9rem;
}

.value-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(43, 68, 140, 0.08);
    height: 100%;
    border-top: 4px solid var(--color-primary);
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-primary-light);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
}

.leadership-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(43, 68, 140, 0.1);
    transition: transform 0.3s ease;
}

.leadership-card:hover {
    transform: translateY(-10px);
}

.leadership-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.leadership-info {
    padding: 25px;
}

.leadership-name {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.leadership-role {
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 15px;
}

.accreditation-badge {
    background: var(--color-primary-light);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.accreditation-badge:hover {
    background: var(--color-primary);
    color: white;
    transform: translateY(-5px);
}

.accreditation-badge:hover .badge-icon {
    color: white;
}

.badge-icon {
    font-size: 2rem;
    color: var(--color-primary);
}

.section-title {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--color-accent);
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.bg-accent .section-title::after {
    background: #fff;
}

.bg-light-custom {
    background-color: var(--color-primary-light);
}

.btn-primary-custom {
    background: var(--color-primary);
    border-color: var(--color-primary);
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary-custom:hover {
    background: #233770;
    border-color: #233770;
}

.mission-vision-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(43, 68, 140, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mission-vision-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--color-accent);
}

.mission-vision-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 2rem;
}

.mission-icon {
    background: var(--color-accent-light);
    color: var(--color-accent);
}

.vision-icon {
    background: var(--color-primary-light);
    color: var(--color-primary);
}

.campus-highlight {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.campus-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.campus-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(43, 68, 140, 0.9), transparent);
    color: white;
    padding: 40px;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .timeline {
        padding-left: 30px;
    }

    .timeline-year {
        left: -30px;
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}
